|
Title |
, meta description, and canonical -->
<script>
(function () {
var title = document.title;
var desc = (document.querySelector('meta[name="description"]') || {}).content || "";
var canon = (document.querySelector('link[rel="canonical"]') || {}).href || location.href;
function upsert(sel, attrs) {
var el = document.querySelector(sel);
if (!el) {
el = document.createElement('meta');
var key = attrs.property ? 'property' : 'name';
el.setAttribute(key, attrs.property || attrs.name);
document.head.appendChild(el);
}
Object.keys(attrs).forEach(function (k) {
if (k !== 'property' && k !== 'name') el.setAttribute(k, attrs[k]);
});
return el;
}
upsert('meta[property="og:title"]', { property:'og:title', content:title });
upsert('meta[property="og:description"]', { property:'og:description', content:desc });
upsert('meta[property="og:url"]', { property:'og:url', content:canon });
})();
</script>
<!-- Organization schema (brand-level; safe site-wide) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Ask4Support",
"url": "https://www.ask4support.co.uk/",
"logo": "https://www.ask4support.co.uk/_assets/v11/d775d292ecd728e040ffa54ba30658e40bc5c675.png",
"sameAs": [
"https://uk.linkedin.com/company/ask4support-ltd",
"https://www.facebook.com/Ask4support/"
]
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<link rel="preload" href="/_runtimes/sites-runtime.59514e8dbfa629cc14a5878f76a1003cf361b05c7ccfe51744c88fd4164223ec.js" as="script" crossorigin />
<link rel="preload" href="/_components/v2/215f48002998bc2260c55207bcb4e952cbb323a4.js" as="script" crossorigin />
<link rel="preload" href="/_json/2e02b295-c5b8-4993-8bab-a352fd90ed45/_index.json" as="fetch" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z94ZKTN07P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z94ZKTN07P');
gtag('consent', 'default', {
'ad_storage': 'denied',
'analytics_storage': 'denied'
});
</script>
<style id="reset-css"> @layer figreset,figoverridable,reset,theme,base,figutils,components,utilities;@layer figreset{:root{--100dvw:100vw;--100dvh:100vh;--banner-height:48px;--banner-height-v2:40px;--full-height-with-banner:calc(100dvh - var(--banner-height));font-synthesis:none;text-align:left;button{text-align:left}}@supports (width:100dvw){:root{--100dvw:100dvw;--100dvh:100dvh}}}@media (max-width:600px){.banner-v2-container{left:0 !important;right:0 !important;margin:0 auto !important}}.wrapper-with-banner .min-h-screen{min-height:var(--full-height-with-banner)}.wrapper-with-banner .h-screen{height:var(--full-height-with-banner)}@layer figreset{:root{font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji")}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;width:100%}html:has(#responsive-scaler){scrollbar-width:none;-ms-overflow-style:none}body{margin:0;width:100%}body:has([data-page-overflowx='hidden']){overflow-x:hidden}body:has([data-page-overflowx='auto']){overflow-x:auto}#container{width:100%}a{color:inherit;text-decoration:none}button{border:none;background:none;padding:0}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}ol,ul,menu{list-style:none;margin:0;padding-inline-start:0}#container .textContents{color:#ffffff00}#container .textClip{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent !important}#container .textClip > *{-webkit-text-fill-color:initial}#container .embed{border:none}#container .marquee-container{overflow-x:hidden;display:flex;flex-direction:row;position:relative;width:var(--width);transform:var(--transform);&:hover div{animation-play-state:var(--pause-on-hover)}&:active div{animation-play-state:var(--pause-on-click)}}#container .marquee{flex:0 0 auto;min-width:var(--min-width);display:flex;flex-direction:row;align-items:center;animation:scroll var(--duration) linear var(--delay) var(--iteration-count);animation-delay:var(--delay);animation-direction:var(--direction);animation-timing-function:var(--timing-function)}#container .marquee.reduced-motion{@media (prefers-reduced-motion:reduce){animation:none}}@keyframes scroll{0%{transform:translateX(0%)}100%{transform:translateX(-100%)}}#container .marquee-initial-child-container{flex:0 0 auto;display:flex;min-width:auto;flex-direction:row;align-items:center}#container .marquee-child{transform:var(--transform)}.code-behavior-wrapper > *{width:100%;height:100%}.bypass-link{position:fixed;top:16px;left:0;right:0;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none}.bypass-link:focus-within{opacity:1;z-index:10000}.bypass-link > a{background-color:#000;color:#fff;border:1px solid #fff;padding:12px 16px;font-size:16px;border-radius:12px;pointer-events:auto}}@layer figutils{:is(.textContents ul,ul.textContents) > li:before{content:'\2022';margin-left:-1.5em;display:inline-block;text-align:center;width:1.5em;-webkit-background-clip:var(--list-marker-background-clip);-webkit-text-fill-color:var(--list-marker-text-fill-color);background-clip:var(--list-marker-background-clip);background-image:var(--list-marker-background-image);color:var(--list-marker-color);font-size:var(--list-marker-font-size);line-height:var(--list-marker-line-height);mix-blend-mode:var(--list-marker-mix-blend-mode);vertical-align:var(--list-marker-vertical-align)}:is(.textContents ol,ol.textContents) > li::marker{color:var(--list-marker-color);font-size:var(--list-marker-font-size);line-height:var(--list-marker-line-height);vertical-align:var(--list-marker-vertical-align)}:is(.textContents,.textContents *).adjustLetterSpacing:after{content:'';margin-left:calc(var(--letter-spacing) * -1)}}</style><style id="font-faces-v570a8"> @font-face{font-family:"Noto Sans:Regular";font-style:normal;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-english.woff2");font-display:block;unicode-range:U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD}@font-face{font-family:"Noto Sans:Regular";font-style:normal;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-rest-latin.woff2");font-display:block;unicode-range:U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF}@font-face{font-family:"Noto Sans:Regular";font-style:normal;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-latin-extended-a.woff2");font-display:block;unicode-range:U+0100-0130,U+0132-0151,U+0154-017F}@font-face{font-family:"Noto Sans:Regular";font-style:normal;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-latin-extended-b.woff2");font-display:block;unicode-range:U+0180-024F}@font-face{font-family:"Noto Sans:Regular";font-style:normal;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-latin-extended-additional.woff2");font-display:block;unicode-range:U+1E00-1EFF}@font-face{font-family:"Noto Sans:Regular";font-style:normal;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-rest.woff2");font-display:block;unicode-range:U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF}@font-face{font-family:"Noto Sans";font-style:Bold;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-english.woff2");font-display:block;unicode-range:U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD}@font-face{font-family:"Noto Sans";font-style:Bold;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-rest-latin.woff2");font-display:block;unicode-range:U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF}@font-face{font-family:"Noto Sans";font-style:Bold;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-latin-extended-a.woff2");font-display:block;unicode-range:U+0100-0130,U+0132-0151,U+0154-017F}@font-face{font-family:"Noto Sans";font-style:Bold;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-latin-extended-b.woff2");font-display:block;unicode-range:U+0180-024F}@font-face{font-family:"Noto Sans";font-style:Bold;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-latin-extended-additional.woff2");font-display:block;unicode-range:U+1E00-1EFF}@font-face{font-family:"Noto Sans";font-style:Bold;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-rest.woff2");font-display:block;unicode-range:U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF}@font-face{font-family:"Albert Sans:ExtraBold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-english.woff2");font-display:block;unicode-range:U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD}@font-face{font-family:"Albert Sans:ExtraBold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-rest-latin.woff2");font-display:block;unicode-range:U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF}@font-face{font-family:"Albert Sans:ExtraBold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-a.woff2");font-display:block;unicode-range:U+0100-0130,U+0132-0151,U+0154-017F}@font-face{font-family:"Albert Sans:ExtraBold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-b.woff2");font-display:block;unicode-range:U+0180-024F}@font-face{font-family:"Albert Sans:ExtraBold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-additional.woff2");font-display:block;unicode-range:U+1E00-1EFF}@font-face{font-family:"Albert Sans:ExtraBold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-rest.woff2");font-display:block;unicode-range:U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF}@font-face{font-family:"Albert Sans";font-style:SemiBold;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-english.woff2");font-display:block;unicode-range:U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD}@font-face{font-family:"Albert Sans";font-style:SemiBold;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-rest-latin.woff2");font-display:block;unicode-range:U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF}@font-face{font-family:"Albert Sans";font-style:SemiBold;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-a.woff2");font-display:block;unicode-range:U+0100-0130,U+0132-0151,U+0154-017F}@font-face{font-family:"Albert Sans";font-style:SemiBold;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-b.woff2");font-display:block;unicode-range:U+0180-024F}@font-face{font-family:"Albert Sans";font-style:SemiBold;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-additional.woff2");font-display:block;unicode-range:U+1E00-1EFF}@font-face{font-family:"Albert Sans";font-style:SemiBold;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-rest.woff2");font-display:block;unicode-range:U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF}@font-face{font-family:"Noto Sans:Bold";font-style:normal;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-english.woff2");font-display:block;unicode-range:U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD}@font-face{font-family:"Noto Sans:Bold";font-style:normal;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-rest-latin.woff2");font-display:block;unicode-range:U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF}@font-face{font-family:"Noto Sans:Bold";font-style:normal;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-latin-extended-a.woff2");font-display:block;unicode-range:U+0100-0130,U+0132-0151,U+0154-017F}@font-face{font-family:"Noto Sans:Bold";font-style:normal;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-latin-extended-b.woff2");font-display:block;unicode-range:U+0180-024F}@font-face{font-family:"Noto Sans:Bold";font-style:normal;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-latin-extended-additional.woff2");font-display:block;unicode-range:U+1E00-1EFF}@font-face{font-family:"Noto Sans:Bold";font-style:normal;src:url("/_woff/v2/NotoSans-VF_2/NotoSans-VF_2-rest.woff2");font-display:block;unicode-range:U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF}@font-face{font-family:"Albert Sans:Regular";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-english.woff2");font-display:block;unicode-range:U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD}@font-face{font-family:"Albert Sans:Regular";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-rest-latin.woff2");font-display:block;unicode-range:U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF}@font-face{font-family:"Albert Sans:Regular";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-a.woff2");font-display:block;unicode-range:U+0100-0130,U+0132-0151,U+0154-017F}@font-face{font-family:"Albert Sans:Regular";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-b.woff2");font-display:block;unicode-range:U+0180-024F}@font-face{font-family:"Albert Sans:Regular";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-additional.woff2");font-display:block;unicode-range:U+1E00-1EFF}@font-face{font-family:"Albert Sans:Regular";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-rest.woff2");font-display:block;unicode-range:U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF}@font-face{font-family:"Michroma:Regular";font-style:normal;src:url("/_woff/v2/Michroma-Regular_1/Michroma-Regular_1-english.woff2");font-display:block;unicode-range:U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD}@font-face{font-family:"Michroma:Regular";font-style:normal;src:url("/_woff/v2/Michroma-Regular_1/Michroma-Regular_1-rest-latin.woff2");font-display:block;unicode-range:U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF}@font-face{font-family:"Michroma:Regular";font-style:normal;src:url("/_woff/v2/Michroma-Regular_1/Michroma-Regular_1-latin-extended-a.woff2");font-display:block;unicode-range:U+0100-0130,U+0132-0151,U+0154-017F}@font-face{font-family:"Michroma:Regular";font-style:normal;src:url("/_woff/v2/Michroma-Regular_1/Michroma-Regular_1-latin-extended-b.woff2");font-display:block;unicode-range:U+0180-024F}@font-face{font-family:"Michroma:Regular";font-style:normal;src:url("/_woff/v2/Michroma-Regular_1/Michroma-Regular_1-latin-extended-additional.woff2");font-display:block;unicode-range:U+1E00-1EFF}@font-face{font-family:"Michroma:Regular";font-style:normal;src:url("/_woff/v2/Michroma-Regular_1/Michroma-Regular_1-rest.woff2");font-display:block;unicode-range:U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF}@font-face{font-family:"Michroma";font-style:Regular;src:url("/_woff/v2/Michroma-Regular_1/Michroma-Regular_1-english.woff2");font-display:block;unicode-range:U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD}@font-face{font-family:"Michroma";font-style:Regular;src:url("/_woff/v2/Michroma-Regular_1/Michroma-Regular_1-rest-latin.woff2");font-display:block;unicode-range:U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF}@font-face{font-family:"Michroma";font-style:Regular;src:url("/_woff/v2/Michroma-Regular_1/Michroma-Regular_1-latin-extended-a.woff2");font-display:block;unicode-range:U+0100-0130,U+0132-0151,U+0154-017F}@font-face{font-family:"Michroma";font-style:Regular;src:url("/_woff/v2/Michroma-Regular_1/Michroma-Regular_1-latin-extended-b.woff2");font-display:block;unicode-range:U+0180-024F}@font-face{font-family:"Michroma";font-style:Regular;src:url("/_woff/v2/Michroma-Regular_1/Michroma-Regular_1-latin-extended-additional.woff2");font-display:block;unicode-range:U+1E00-1EFF}@font-face{font-family:"Michroma";font-style:Regular;src:url("/_woff/v2/Michroma-Regular_1/Michroma-Regular_1-rest.woff2");font-display:block;unicode-range:U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF}@font-face{font-family:"Sansation:Regular";font-style:normal;src:url("/_woff/v2/Sansation-Regular_1/Sansation-Regular_1-english.woff2");font-display:block;unicode-range:U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD}@font-face{font-family:"Sansation:Regular";font-style:normal;src:url("/_woff/v2/Sansation-Regular_1/Sansation-Regular_1-rest-latin.woff2");font-display:block;unicode-range:U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF}@font-face{font-family:"Sansation:Regular";font-style:normal;src:url("/_woff/v2/Sansation-Regular_1/Sansation-Regular_1-latin-extended-a.woff2");font-display:block;unicode-range:U+0100-0130,U+0132-0151,U+0154-017F}@font-face{font-family:"Sansation:Regular";font-style:normal;src:url("/_woff/v2/Sansation-Regular_1/Sansation-Regular_1-latin-extended-b.woff2");font-display:block;unicode-range:U+0180-024F}@font-face{font-family:"Sansation:Regular";font-style:normal;src:url("/_woff/v2/Sansation-Regular_1/Sansation-Regular_1-latin-extended-additional.woff2");font-display:block;unicode-range:U+1E00-1EFF}@font-face{font-family:"Sansation:Regular";font-style:normal;src:url("/_woff/v2/Sansation-Regular_1/Sansation-Regular_1-rest.woff2");font-display:block;unicode-range:U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF}@font-face{font-family:"Sansation";font-style:Regular;src:url("/_woff/v2/Sansation-Regular_1/Sansation-Regular_1-english.woff2");font-display:block;unicode-range:U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD}@font-face{font-family:"Sansation";font-style:Regular;src:url("/_woff/v2/Sansation-Regular_1/Sansation-Regular_1-rest-latin.woff2");font-display:block;unicode-range:U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF}@font-face{font-family:"Sansation";font-style:Regular;src:url("/_woff/v2/Sansation-Regular_1/Sansation-Regular_1-latin-extended-a.woff2");font-display:block;unicode-range:U+0100-0130,U+0132-0151,U+0154-017F}@font-face{font-family:"Sansation";font-style:Regular;src:url("/_woff/v2/Sansation-Regular_1/Sansation-Regular_1-latin-extended-b.woff2");font-display:block;unicode-range:U+0180-024F}@font-face{font-family:"Sansation";font-style:Regular;src:url("/_woff/v2/Sansation-Regular_1/Sansation-Regular_1-latin-extended-additional.woff2");font-display:block;unicode-range:U+1E00-1EFF}@font-face{font-family:"Sansation";font-style:Regular;src:url("/_woff/v2/Sansation-Regular_1/Sansation-Regular_1-rest.woff2");font-display:block;unicode-range:U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF}@font-face{font-family:"Albert Sans:Bold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-english.woff2");font-display:block;unicode-range:U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD}@font-face{font-family:"Albert Sans:Bold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-rest-latin.woff2");font-display:block;unicode-range:U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF}@font-face{font-family:"Albert Sans:Bold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-a.woff2");font-display:block;unicode-range:U+0100-0130,U+0132-0151,U+0154-017F}@font-face{font-family:"Albert Sans:Bold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-b.woff2");font-display:block;unicode-range:U+0180-024F}@font-face{font-family:"Albert Sans:Bold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-additional.woff2");font-display:block;unicode-range:U+1E00-1EFF}@font-face{font-family:"Albert Sans:Bold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-rest.woff2");font-display:block;unicode-range:U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF}@font-face{font-family:"Albert Sans:SemiBold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-english.woff2");font-display:block;unicode-range:U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD}@font-face{font-family:"Albert Sans:SemiBold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-rest-latin.woff2");font-display:block;unicode-range:U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF}@font-face{font-family:"Albert Sans:SemiBold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-a.woff2");font-display:block;unicode-range:U+0100-0130,U+0132-0151,U+0154-017F}@font-face{font-family:"Albert Sans:SemiBold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-b.woff2");font-display:block;unicode-range:U+0180-024F}@font-face{font-family:"Albert Sans:SemiBold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-latin-extended-additional.woff2");font-display:block;unicode-range:U+1E00-1EFF}@font-face{font-family:"Albert Sans:SemiBold";font-style:normal;src:url("/_woff/v2/AlbertSans_wght__1/AlbertSans_wght__1-rest.woff2");font-display:block;unicode-range:U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF}</style><style id="breakpoint-css">@media (width < 1700px){[data-breakpoint-id="node-4_102110"]{display:none !important}}@media (width >= 1700px) or (width < 1350px){[data-breakpoint-id="node-2404_278737"]{display:none !important}}@media (width >= 1350px) or (width < 1000px){[data-breakpoint-id="node-2404_269990"]{display:none !important}}@media (width >= 1000px) or (width < 750px){[data-breakpoint-id="node-8_23306"]{display:none !important}}@media (width >= 750px) or (width < 450px){[data-breakpoint-id="node-2410_258869"]{display:none !important}}@media (width >= 450px){[data-breakpoint-id="node-2410_245881"]{display:none !important}}</style><style id="body-background-color">@media (max-width: 449px) { body:has([data-breakpoint-id="node-2410_245881"]) { background-color: white } }
@media (max-width: 749px), (min-width: 450px) { body:has([data-breakpoint-id="node-2410_258869"]) { background-color: white } }
@media (max-width: 999px), (min-width: 750px) { body:has([data-breakpoint-id="node-8_23306"]) { background-color: white } }
@media (max-width: 1349px), (min-width: 1000px) { body:has([data-breakpoint-id="node-2404_269990"]) { background-color: white } }
@media (max-width: 1699px), (min-width: 1350px) { body:has([data-breakpoint-id="node-2404_278737"]) { background-color: white } }
@media (min-width: 1700px) { body:has([data-breakpoint-id="node-4_102110"]) { background-color: white } }</style><style id="ssr-css">#container .css-vh2lqg {width: var(--viewport-width-scaled); min-height: var(--viewport-height-scaled); height: 100%; top: 0px;}#container .css-tzn6qh {display: block; position: absolute;}#container .css-6gkcj1 {transform-origin: top left; --max-layout-width: 2048px; --min-layout-width: 320px; --max-font-size: 288px; --min-font-size: 6px; --viewport-width-scaled: calc(var(--100dvw) / var(--viewport-scale)); --viewport-height-scaled: calc(var(--100dvh) / var(--viewport-scale)); --content-width-scaled: calc(var(--content-width-unscaled) / var(--viewport-scale)); --content-margin-x-scaled: max(calc((var(--viewport-width) - var(--max-layout-width)) / var(--viewport-scale) / 2), 0px);}#container .css-ll733z {position: relative;}#container .css-j6ldtg {min-width: var(--content-min-width); width: 100%; height: var(--content-min-height);}#container .css-qel6ds {--content-width: calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2)); --content-margin: 0 var(--content-margin-x-scaled, 0); --content-min-width: calc(max(var(--viewport-width-scaled, 100%), 375px) - (var(--content-margin-x-scaled, 0px) * 2)); --content-min-height: max(var(--viewport-height-scaled, var(--100dvh)), 10578px);}#container .css-vf8mzy {position: relative; display: block;}#container .css-mxbuvj {--content-width: calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2)); --content-margin: 0 var(--content-margin-x-scaled, 0); --content-min-width: calc(max(var(--viewport-width-scaled, 100%), 375px) - (var(--content-margin-x-scaled, 0px) * 2)); --content-min-height: max(var(--viewport-height-scaled, var(--100dvh)), 10578px); overflow: clip; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 375 10578' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(1.1481e-15 528.9 -18.75 3.2386e-14 187.5 5289)'><stop stop-color='rgba(22,33,78,1)' offset='0'/><stop stop-color='rgba(36,55,129,1)' offset='0.5'/><stop stop-color='rgba(51,76,180,1)' offset='1'/></linearGradient></defs></svg>");}#container .css-j9f0op {width: 100%; height: 100%;}#container .css-8zr56v {display: block;}#container .css-932d4v {aspect-ratio: 375 / 382.4057312011719;}#container .css-grtgjx {position: absolute; display: flex; align-items: center; justify-content: center;}#container .css-rlsiew {left: -407px; right: -32.45px; top: 8609px;}#container .css-ayg824 {flex: 0 0 auto;}#container .css-kq3p15 {transform: matrix(1, 0, 0, -1, 0, 0) ;}#container .css-dr1lvq {width: 814.445px; height: 830.529px;}#container .css-9j6u1t {width: 100%; height: 100%; max-width: none;}#container .css-trglf0 {position: absolute;}#container .css-wixxpz {inset: 0;}#container .css-cd2pik {left: 0; right: 0; top: 8860px;}#container .css-sngu5h {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 11.667px; padding: 0px 38.519px;}#container .css-xtcc3z {align-content: stretch; overflow-x: auto; overflow-y: clip;}#container .css-5ly79v {height: 254.074px;}#container .css-5knerd {position: relative; flex-shrink: 0;}#container .css-jc3e5q {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 16.111px; padding: 0px;}#container .css-paq0kv {align-content: stretch;}#container .css-80ivem {width: 242.236px; height: 254.074px;}#container .css-s0wrzj {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 22.222px; padding: 0px;}#container .css-hf9sha {cursor: pointer; align-content: stretch;}#container .css-7nrwt5 {height: 179.63px; width: 100%;}#container .css-wc1msa {position: relative; flex-shrink: 0; display: block;}#container .css-gxdil1 {overflow: clip;}#container .css-rh4stz {height: 179.63px; left: 0; right: 0; top: 0;}#container .css-roiesn {position: absolute; display: block;}#container .css-kkfbku {width: 27.116px; height: 27.116px; right: 9.76px; bottom: 10.85px;}#container .css-v27th6 {width: 100%;}#container .css-xrcmst {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: space-between; align-items: flex-start; padding: 0px;}#container .css-vkpzlc {position: relative; flex-shrink: 0; display: flex; flex-direction: column; justify-content: center;}#container .css-a7khat {white-space: nowrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 10px; letter-spacing: 0.2712px; line-height: 0;}#container .css-crm3db {font-variation-settings: normal; color: #DAD72A; --letter-spacing: 0.2712px;}#container .css-99vyps {white-space: pre; line-height: 11.931px;}#container .css-adkrbn {font-family: "Albert Sans:Medium", sans-serif; word-break: break-word; font-style: normal; font-size: 13.333px; letter-spacing: 0px; line-height: 0;}#container .css-xc740k {color: #FFF; --letter-spacing: 0px;}#container .css-z5cm1o {white-space: pre-wrap; line-height: 17.778px;}#container .css-s8f0hi {height: 179.63px; left: 0; right: 0.01px; top: 0;}#container .css-lobibj {width: 27.116px; height: 27.116px; right: 9.77px; bottom: 10.85px;}#container .css-no9anm {width: 27.116px; height: 27.116px; right: 10.3px; bottom: 10.85px;}#container .css-hl6c12 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; padding: 0px;}#container .css-jxua0i {width: 82.222px; height: 12.222px;}#container .css-9wxmi3 {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 10px; letter-spacing: 0.2712px; line-height: 0;}#container .css-thuxgd {white-space: pre-wrap; line-height: 11.931px;}#container .css-4mshgi {width: 64.938px; height: 12.222px;}#container .css-1cojbq {left: 0; right: 0; top: 8781px;}#container .css-yqaciv {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 30px; letter-spacing: 0.6px; text-align: center; line-height: 1;}#container .css-sa10z3 {color: #DAD72A; --letter-spacing: 0.6px;}#container .css-uebzpm {width: 375px; height: 131.225px; right: 329px; top: 369.92px;}#container .css-2yjztp {transform: matrix(1, 0, 0, -1, 0, 0);}#container .css-edc7e7 {width: auto; height: auto;}#container .css-1pzzo6 {width: 375px; height: 131.225px;}#container .css-g7jzjf {width: 281px; height: 277px; left: calc(50% + 119px); top: 454px;}#container .css-8hhw9a {transform: translateX(-50%);}#container .css-r0azwh {inset: 0px; pointer-events: none;}#container .css-9unj7x {object-fit: cover; object-position: 50% 50%;}#container .css-ez8men {max-width: none; width: 100%; height: 100%;}#container .css-g2vabl {left: 16px; right: 16px; top: 94px;}#container .css-pgr953 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 0px;}#container .css-59rdls {width: min-content; min-width: 100%;}#container .css-wucjmu {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 0px; letter-spacing: 0.64px; line-height: 0;}#container .css-6ilw8a {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.64px;}#container .css-8jchzs {display: block; margin-bottom: 0px;}#container .css-xqs2hw {white-space: pre-wrap; line-height: 1; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; font-size: 32px;}#container .css-4dtpe9 {color: #DAD72A;}#container .css-blavoc {width: 320px; height: 0px;}#container .css-wzihbf {top: -0.5px; left: 0; right: 0; bottom: -0.5px;}#container .css-ra583s {left: 16px; right: 16px; top: 190px;}#container .css-pgr9u2 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding: 0px;}#container .css-nf5ac4 {display: block; position: relative; flex-shrink: 0;}#container .css-fgf2fh {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 20px; letter-spacing: 0.4px; line-height: 1;}#container .css-2i35z2 {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.4px;}#container .css-gl8a0c {left: 18.01px; right: 13.99px; top: 231.99px;}#container .css-y7ge2o {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 24px; letter-spacing: 0px; line-height: 26px;}#container .css-4bvlvo {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0px;}#container .css-lhktb1 {left: 0; right: 0; top: 878.84px;}#container .css-fhgz8j {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 33px; padding: 48px 16px;}#container .css-eagktl {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding: 0px;}#container .css-c220nf {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 0px; letter-spacing: 0.48px; text-align: center; line-height: 0;}#container .css-7ehyn8 {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.48px;}#container .css-25wzz3 {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 24px; line-height: 1.2;}#container .css-b54yok {font-variation-settings: normal;}#container .css-meez8c {font-variation-settings: normal; color: #F2F5F7;}#container .css-1jqv8v {font-variation-settings: normal; color: #E8317E;}#container .css-oy3wa9 {height: 152px; width: 100%;}#container .css-o2f48j {position: relative; flex-shrink: 0; box-sizing: border-box; display: grid; padding: 0px;}#container .css-x5ez0h {grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, fit-content(100%)); column-gap: 12px; row-gap: 20px;}#container .css-x4c1wa {position: relative; flex-shrink: 0; grid-column: 1; grid-row: 1; align-self: flex-start;}#container .css-f8nayb {position: relative; flex-shrink: 0; grid-column: 1; grid-row: 1; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; padding: 0px;}#container .css-2gbjjk {align-content: stretch; overflow: clip;}#container .css-9i2ogs {white-space: pre; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 38px; letter-spacing: 0.76px; text-align: center; line-height: 1;}#container .css-60gond {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.76px;}#container .css-muralo {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 20px; letter-spacing: 0px; line-height: 32px;}#container .css-swo5x5 {position: relative; flex-shrink: 0; grid-column: 1; grid-row: 2; align-self: flex-start;}#container .css-ot89ro {position: relative; flex-shrink: 0; grid-column: 1; grid-row: 2; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; padding: 0px;}#container .css-z67dfd {position: relative; flex-shrink: 0; grid-column: 2; grid-row: 1; align-self: flex-start;}#container .css-yjdefg {position: relative; flex-shrink: 0; grid-column: 2; grid-row: 1; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; padding: 0px;}#container .css-i5hzrs {width: 150px;}#container .css-oqdeeh {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 20px; letter-spacing: 0px; line-height: 32px;}#container .css-uyjhg8 {position: relative; flex-shrink: 0; grid-column: 2; grid-row: 2; align-self: flex-start;}#container .css-oysfm3 {position: relative; flex-shrink: 0; grid-column: 2; grid-row: 2; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; padding: 0px;}#container .css-ga5hha {width: 375px; height: 131.226px; left: calc(50% + -295px); top: 3753.92px;}#container .css-1pzzp1 {width: 375px; height: 131.226px;}#container .css-b1zhun {left: 3px; right: 2px; top: 1421px;}#container .css-9totk4 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 30px; padding: 0px;}#container .css-riie9k {border-radius: inherit; display: flex; flex-direction: column; justify-content: center;}#container .css-vz6lp {box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 40px; position: relative; padding: 0px 10px;}#container .css-ui25gn {position: relative; flex-shrink: 0; border-radius: 52px;}#container .css-134pm3 {cursor: pointer;}#container .css-7nx5zz {position: absolute; border-style: solid; border-color: #FFF; border-top-width: 2px; border-bottom-width: 2px; border-left-width: 2px; border-right-width: 2px; border-radius: 52px;}#container .css-ggwoeh {inset: 0px;}#container .css-s3s1qq {overflow: visible; pointer-events: none;}#container .css-66mmol {box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 28px; position: relative; padding: 20px;}#container .css-vxjn7u {aspect-ratio: 306 / 232;}#container .css-4ntmu {position: relative; flex-shrink: 0; display: block; border-radius: 32px;}#container .css-gb7u7g {border-radius: 32px;}#container .css-phc9f9 {overflow: hidden; inset: 0px;}#container .css-5bkgs4 {width: 244.32%; height: 218.1%; top: -64.96%; left: -67.75%; max-width: none;}#container .css-hvsmau {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; padding: 0px;}#container .css-h5xwa9 {width: 45px; height: 45px;}#container .css-sjr2cb {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; font-size: 34px; letter-spacing: 0.68px; line-height: 1;}#container .css-p4f1xv {color: #DAD72A; --letter-spacing: 0.68px;}#container .css-q4d2pw {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 20px; letter-spacing: 0px; line-height: 32px;}#container .css-hreoas {width: 188.31%; height: 168.1%; top: -7.89%; left: -44.15%; max-width: none;}#container .css-wvmq8d {color: #E8317E; --letter-spacing: 0.68px;}#container .css-mw572b {height: 4317.711px; width: 100%;}#container .css-kv40h6 {border-radius: inherit; display: flex; flex-direction: column; align-items: center;}#container .css-lty0s6 {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 40px; position: relative; padding: 0px 10px;}#container .css-69jlcn {width: 100%; height: 4317.711px;}#container .css-h2rgky {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 36px; letter-spacing: 0.72px; text-align: center; line-height: 1;}#container .css-akx20d {color: #F2F5F7; --letter-spacing: 0.72px;}#container .css-g9h90y {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 40px; padding: 0px;}#container .css-4cqh55 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 0px 0px 30px;}#container .css-fz6j1q {width: 67px; height: 68px;}#container .css-im158v {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 10px 0px;}#container .css-puu13 {position: absolute; border-style: solid; border-color: #DAD72A; border-top-width: 0px; border-bottom-width: 3px; border-left-width: 0px; border-right-width: 0px;}#container .css-yog8ku {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 24px; letter-spacing: 0.48px; text-align: center; line-height: 1;}#container .css-lk93qp {font-variation-settings: normal; color: #DAD72A; --letter-spacing: 0.48px;}#container .css-b33z9z {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 24px; letter-spacing: 0px; text-align: center; line-height: 32px;}#container .css-gfd2o2 {width: 70px; height: 71.064px;}#container .css-vwo1m8 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; padding: 10px 0px;}#container .css-uvanhn {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 24px; letter-spacing: 0.48px; text-align: center; line-height: 1;}#container .css-c0cs6 {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 24px; letter-spacing: 0px; text-align: center; line-height: 32px;}#container .css-gfd2n7 {width: 70px; height: 71.065px;}#container .css-ubyo51 {width: 70px; height: 70.13px;}#container .css-gwdirt {width: 70px; height: 70.215px;}#container .css-e1zykx {width: 70px; height: 76.811px;}#container .css-166r9q {box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; position: relative; border-radius: inherit; padding: 10px 0px;}#container .css-g9h6ul {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 0px;}#container .css-gwdef3 {width: 70px; height: 70.271px;}#container .css-b0q3uw {width: 52.5px; height: 52.875px;}#container .css-1f4zzs {max-width: 380px; width: 350px; min-width: 1px; min-height: 1px;}#container .css-hv01ud {position: relative; flex-shrink: 0; flex: 1 0 0;}#container .css-fejfxk {position: relative; flex-shrink: 0; flex: 1 0 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; padding: 0px;}#container .css-w1qwf1 {min-width: 1px; min-height: 1px; width: 100%;}#container .css-303exn {position: relative; flex-shrink: 0; flex: 1 0 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 16px; border-radius: 44px; padding: 0px;}#container .css-s43mjc {align-content: stretch; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 350 758' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(-2.7685e-14 37.917 -477.97 12.825 175 378.71)'><stop stop-color='rgba(232,49,126,1)' offset='0'/><stop stop-color='rgba(232,49,126,0)' offset='1'/></linearGradient></defs></svg>");}#container .css-g9h8a9 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 30px; padding: 0px;}#container .css-nxkg5s {aspect-ratio: 318 / 280;}#container .css-m46mfv {width: 100%; height: 170.49%; top: -8.57%; left: 0.65%; max-width: none;}#container .css-3oxyc2 {position: absolute; border-style: solid; border-color: #DAD72A; border-top-width: 7px; border-bottom-width: 7px; border-left-width: 7px; border-right-width: 7px; border-radius: 32px;}#container .css-v2mn34 {left: 10px; right: 10px; top: 345.22px;}#container .css-6roj3m {font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 24px; letter-spacing: 0px; line-height: 0;}#container .css-1jn0oj {white-space: pre-wrap; line-height: 32px;}#container .css-agu79d {white-space: pre-wrap; line-height: 32px; font-size: 24px;}#container .css-5dbxfx {left: 0; right: 0; top: 7002px;}#container .css-9tovwi {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 65px; padding: 0px;}#container .css-kpd2h {background-color: #16214E;}#container .css-d3rfsa {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 42px; position: relative; padding: 20px;}#container .css-g9h6y1 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 0px;}#container .css-z9kw5f {line-height: 0;}#container .css-bnsnia {position: relative; flex-shrink: 0; display: inline-grid; justify-items: start; align-items: start;}#container .css-4cmtt6 {grid-template-columns: max-content; grid-template-rows: max-content;}#container .css-kvyrcs {width: 76.417px; height: 35px;}#container .css-ojc173 {grid-column: 1; grid-row: 1; position: relative; margin-left: 70.07px; margin-top: 0;}#container .css-bf4wte {grid-column: 1; grid-row: 1; position: relative; margin-left: 70.07px; margin-top: 0; display: block;}#container .css-hg1fy2 {display: block; grid-column: 1; grid-row: 1; position: relative; margin-left: 35px; margin-top: 2px;}#container .css-tm46ix {transform: translateX(-50%); font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.56px;}#container .css-58c8id {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 28px; letter-spacing: 0.56px; text-align: center; line-height: 1;}#container .css-fjso6r {display: block; grid-column: 1; grid-row: 1; position: relative; margin-left: 155.97px; margin-top: 2px;}#container .css-j0klad {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 40px; padding: 0px;}#container .css-nln9so {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 16px; padding: 0px;}#container .css-4vy9wl {width: 61px; height: 61px;}#container .css-px28ix {inset: 12.5%;}#container .css-avg0qn {inset: -4.19%;}#container .css-i5hexr {width: 223px;}#container .css-ff5lmg {white-space: pre-wrap; font-family: "Albert Sans:SemiBold", sans-serif; word-break: break-word; font-weight: 600; font-size: 20px; letter-spacing: 0px; line-height: 32px;}#container .css-sv44hh {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 12px; padding: 0px;}#container .css-8aici9 {width: 61.333px; height: 61.333px;}#container .css-9652r7 {left: 9.38%; right: 9.38%; top: 12.5%; bottom: 12.5%;}#container .css-afxdtt {top: -4.17%; left: -3.85%; right: -3.85%; bottom: -4.17%;}#container .css-i5he5c {width: 235px;}#container .css-sv460l {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 34px; padding: 0px;}#container .css-fbr4g6 {width: 37px; height: 48.1px;}#container .css-r1fl35 {top: -3.86%; left: -5.02%; right: -5.02%; bottom: -3.86%;}#container .css-i5hy6y {width: 174px;}#container .css-sv44ls {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 17px; padding: 0px;}#container .css-oc0im9 {inset: -3.38%;}#container .css-5ril8j {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 14px; position: relative; padding: 0px 10px;}#container .css-fsoke1 {max-width: 375px; width: 348.333px;}#container .css-oi8lbp {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 32px; letter-spacing: 0.64px; text-align: center; line-height: 1;}#container .css-wtfjux {color: #E8317E; --letter-spacing: 0.64px;}#container .css-c1bssx {width: 2412px; height: 112.537px;}#container .css-x0g9u7 {background-color: rgba(22, 33, 78, 0.00);}#container .css-88pgvw {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; position: relative; padding: 20px;}#container .css-8vz62j {font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 20px; letter-spacing: 0px; text-align: center; line-height: 0;}#container .css-smr4qx {height: 1416px; left: 0; right: 0; bottom: 0;}#container .css-d99hkw {position: absolute; box-sizing: border-box; display: grid; padding: 40px 16px;}#container .css-rwgyoe {grid-template-columns: repeat(1, minmax(0, 1fr)); grid-template-rows: repeat(4, minmax(0, 1fr)); column-gap: 20px; background-color: #16214E;}#container .css-vwjssl {position: relative; flex-shrink: 0; grid-column: 1; grid-row: 1;}#container .css-t8zmbz {border-radius: inherit;}#container .css-k11rl3 {box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; position: relative; padding: 40px 24px;}#container .css-awn7s {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 18px; letter-spacing: 0px; line-height: 24px;}#container .css-sv44ni {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 19px; padding: 0px;}#container .css-cd1uvh {width: 24px; height: 24px;}#container .css-8c9lpc {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 18px; letter-spacing: 0px; line-height: 24px;}#container .css-nln9v9 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 19px; padding: 0px;}#container .css-92ccxk {white-space: nowrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 18px; letter-spacing: 0px; line-height: 0;}#container .css-z6m7gn {white-space: pre; line-height: 24px;}#container .css-vwjs1w {position: relative; flex-shrink: 0; grid-column: 1; grid-row: 2;}#container .css-eaglik {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 0px;}#container .css-x9eg9n {cursor: pointer; font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0px;}#container .css-vwjrb7 {position: relative; flex-shrink: 0; grid-column: 1; grid-row: 3;}#container .css-nln9p8 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 12px; padding: 0px;}#container .css-q9su6f {aspect-ratio: 343 / 319;}#container .css-khcdyv {position: relative; flex-shrink: 0; grid-column: 1; grid-row: 4; align-self: flex-start;}#container .css-bhd8sk {aspect-ratio: 343 / 319; align-content: stretch;}#container .css-nylaa8 {position: relative; flex-shrink: 0; grid-column: 1; grid-row: 4; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; padding: 0px;}#container .css-b495q3 {width: 250px; height: 250px;}#container .css-puxbx6 {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 12px; letter-spacing: 0px; line-height: 24px;}#container .css-5id6rj {left: 10px; right: 10px; top: 8498px;}#container .css-flh3y7 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 50px; border-radius: 32px; padding: 24px 0px;}#container .css-x5zeu5 {cursor: pointer; align-content: stretch; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 355 239' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(23.902 -21.298 31.434 31.138 335.62 139.23)'><stop stop-color='rgba(232,49,126,1)' offset='0.42'/><stop stop-color='rgba(230,77,112,1)' offset='0.495'/><stop stop-color='rgba(228,105,98,1)' offset='0.57'/><stop stop-color='rgba(223,160,70,1)' offset='0.72'/><stop stop-color='rgba(218,215,42,1)' offset='1'/></linearGradient></defs></svg>");}#container .css-x7gol6 {border-radius: inherit; display: flex; flex-direction: column; justify-content: flex-end;}#container .css-deeywt {box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 15px; position: relative; padding: 0px 15px;}#container .css-y7zd1p {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 24px; letter-spacing: 0.48px; line-height: 1;}#container .css-bwr5ms {color: #F2F5F7; --letter-spacing: 0.48px;}#container .css-qguv83 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-end; gap: 30px; padding: 0px 15px;}#container .css-qg34n2 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-end; border-radius: 44.923px; padding: 0px;}#container .css-eyqllr {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-end; gap: 20.652px; border-radius: 20.652px; padding: 0px;}#container .css-9pwagw {cursor: pointer; box-shadow: 0px 2.582px 5.163px 0px rgba(16, 24, 40, 0.05); align-content: stretch; background-color: rgba(232, 49, 126, 0.00); overflow: clip;}#container .css-37t2s6 {white-space: pre; font-family: "Albert Sans:Medium", sans-serif; word-break: break-word; font-style: normal; font-size: 24px; letter-spacing: 0px; line-height: 37px;}#container .css-7w6y3g {color: #F2F5F7; --letter-spacing: 0px;}#container .css-bhht40 {position: relative; flex-shrink: 0; display: flex; align-items: center; justify-content: center;}#container .css-nyhs22 {transform: matrix(-0.9999999403953552, 0, 0, -0.9999999403953552, 0, 0);}#container .css-2gvdb0 {left: 18px; top: 458.99px;}#container .css-7bxub {position: absolute; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 20px; border-radius: 10.326px; padding: 10px;}#container .css-e5kr0k {cursor: pointer; box-shadow: 0px 1.291px 2.582px 0px rgba(16, 24, 40, 0.05); align-content: stretch; background-color: #DAD72A; overflow: clip;}#container .css-om19s5 {white-space: pre; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 16px; letter-spacing: 0px; line-height: 30.979px;}#container .css-pwrc6r {font-variation-settings: normal; color: #16214E; --letter-spacing: 0px;}#container .css-ailwp {width: 30px; height: 30px;}#container .css-poakq6 {left: 15px; right: 15px; top: 1328px;}#container .css-k090c0 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 12px; padding: 0px;}#container .css-mgovpk {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 24px; letter-spacing: 0.48px; text-align: center; line-height: 1;}#container .css-wbeyzh {width: 375px; height: 131.225px; left: calc(50% + -295px); top: 3753.92px;}#container .css-1zwxkl {width: 969px; height: 425px; left: calc(50% + -136px); top: 520px;}#container .css-s360kl {width: 284px; height: 276px; left: 377px; top: -27px;}#container .css-j3e3og {width: 284px; height: 275px; right: 88px; bottom: 39px;}#container .css-w34x0p {width: 261px; height: 52px; left: 18px; top: 393px;}#container .css-d4g9e7 {top: 0; left: 0; bottom: 0px; right: 0; height: calc(100% - 0);}#container .css-5eam1e {pointer-events: none;}#container .css-26fmji {position: sticky;}#container .css-gfszfx {top: 0px;}#container .css-bggw9n {pointer-events: auto;}#container .css-8pvx8r {position: sticky; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; padding: 12px 16px;}#container .css-fxzp0d {pointer-events: auto; align-content: stretch; background-color: #16214E;}#container .css-3oa9jj {width: 170px; height: 28px;}#container .css-x6m2q2 {cursor: pointer; overflow: clip;}#container .css-ygvso9 {left: 16.67%; right: 16.67%; top: 25%; bottom: 25%;}#container .css-s17fs1 {top: -8.33%; left: -6.25%; right: -6.25%; bottom: -8.33%;}#container .css-mw4d05 {--content-width: calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2)); --content-margin: 0 var(--content-margin-x-scaled, 0); --content-min-width: calc(max(var(--viewport-width-scaled, 100%), 450px) - (var(--content-margin-x-scaled, 0px) * 2)); --content-min-height: max(var(--viewport-height-scaled, var(--100dvh)), 12650px);}#container .css-69wadq {--content-width: calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2)); --content-margin: 0 var(--content-margin-x-scaled, 0); --content-min-width: calc(max(var(--viewport-width-scaled, 100%), 450px) - (var(--content-margin-x-scaled, 0px) * 2)); --content-min-height: max(var(--viewport-height-scaled, var(--100dvh)), 12650px); overflow: clip; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 450 12650' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(1.3777e-15 632.5 -22.5 3.8729e-14 225 6325)'><stop stop-color='rgba(22,33,78,1)' offset='0'/><stop stop-color='rgba(36,55,129,1)' offset='0.5'/><stop stop-color='rgba(51,76,180,1)' offset='1'/></linearGradient></defs></svg>");}#container .css-j4v95x {left: -489px; right: -38.33px; top: 10220px;}#container .css-1wlafu {width: 977.334px; height: 996.635px;}#container .css-6e9loz {left: 0; right: 0; top: 10619px;}#container .css-1ptkat {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 14px; padding: 0px 46.222px;}#container .css-w2ufy9 {height: 304.889px;}#container .css-kr9kuh {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 19.333px; padding: 0px;}#container .css-66nlln {width: 290.683px; height: 304.889px;}#container .css-q4nndk {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 26.667px; padding: 0px;}#container .css-yxuj8f {height: 215.556px; width: 100%;}#container .css-fx5bi5 {height: 215.556px; left: 0; right: 0; top: 0;}#container .css-31sk3k {width: 32.54px; height: 32.54px; right: 11.71px; bottom: 13.02px;}#container .css-vgn3yt {white-space: nowrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: 0.3254px; line-height: 0;}#container .css-fmf3bd {font-variation-settings: normal; color: #DAD72A; --letter-spacing: 0.3254px;}#container .css-r9e69n {white-space: pre; line-height: 14.317px;}#container .css-v4166j {font-family: "Albert Sans:Medium", sans-serif; word-break: break-word; font-style: normal; font-size: 16px; letter-spacing: 0px; line-height: 0;}#container .css-98owhk {white-space: pre-wrap; line-height: 21.333px;}#container .css-tnw68g {height: 215.556px; left: 0; right: 0.01px; top: 0;}#container .css-468jfm {width: 32.54px; height: 32.54px; right: 11.72px; bottom: 13.01px;}#container .css-2nwcbc {width: 32.54px; height: 32.54px; right: 12.36px; bottom: 13.02px;}#container .css-aubr9f {width: 98.667px; height: 14.667px;}#container .css-jfyu7f {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: 0.3254px; line-height: 0;}#container .css-71f7j2 {white-space: pre-wrap; line-height: 14.317px;}#container .css-ks2pl5 {width: 77.925px; height: 14.667px;}#container .css-6vs0ru {left: 0; right: 0; top: 10537.6px;}#container .css-oqo73u {color: #DAD72A; --letter-spacing: 0.72px;}#container .css-fizr4j {width: 450px; height: 157.471px; right: 394.8px; top: 443.91px;}#container .css-lallk9 {width: 450px; height: 157.471px;}#container .css-8mqbr0 {left: 19.2px; right: 19.2px; top: 112.8px;}#container .css-xcc81t {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 14.4px; padding: 0px;}#container .css-7ncq7f {font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 38px; letter-spacing: 0.76px; line-height: 0;}#container .css-aipvmx {color: #F2F5F7; --letter-spacing: 0.76px;}#container .css-duvgjf {white-space: pre-wrap; line-height: 1;}#container .css-d1p3mi {width: 384px; height: 0px;}#container .css-ihm4mt {top: -0.6px; left: 0; right: 0; bottom: -0.6px;}#container .css-87w46g {left: 19.2px; right: 19.2px; top: 228px;}#container .css-pgr9xi {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; padding: 0px;}#container .css-e33ehz {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 24px; letter-spacing: 0.48px; line-height: 1;}#container .css-z7nb1s {left: 21.62px; right: 16.78px; top: 277.18px;}#container .css-q7401c {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 28.8px; letter-spacing: 0px; line-height: 28px;}#container .css-wi8oj4 {left: 0; right: 0; top: 976.2px;}#container .css-ralter {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 39.6px; padding: 57.6px 19.2px;}#container .css-eagkq5 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; padding: 0px;}#container .css-dd0h8v {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 0px; letter-spacing: 0.576px; text-align: center; line-height: 0;}#container .css-32rgv2 {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.576px;}#container .css-8xpe1f {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 28.8px; line-height: 1.2;}#container .css-eqr6fp {height: 190px; width: 100%;}#container .css-bcgnrd {grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, fit-content(100%)); column-gap: 14.40000057220459px; row-gap: 20px;}#container .css-dlfhlp {white-space: pre; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 45.6px; letter-spacing: 0.912px; text-align: center; line-height: 1;}#container .css-iaraoo {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.912px;}#container .css-u8zzh8 {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 24px; letter-spacing: 0px; line-height: 38.4px;}#container .css-i5hxjp {width: 180px;}#container .css-bmtzxj {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 24px; letter-spacing: 0px; line-height: 38.4px;}#container .css-nve9by {width: 450px; height: 157.471px; left: calc(50% + -354px); top: 4504.71px;}#container .css-173ac6 {width: 414px; height: 409px; left: calc(50% + 140px); top: 498px;}#container .css-bg2g02 {left: 3.6px; right: 2.4px; top: 1635.6px;}#container .css-9totpa {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 36px; padding: 0px;}#container .css-efl7in {box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 48px; position: relative; padding: 0px 12px;}#container .css-mrzfjb {position: relative; flex-shrink: 0; border-radius: 62.4px;}#container .css-sc9qkz {position: absolute; border-style: solid; border-color: #FFF; border-top-width: 2.4px; border-bottom-width: 2.4px; border-left-width: 2.4px; border-right-width: 2.4px; border-radius: 62.4px;}#container .css-l9lmq9 {box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 33.6px; position: relative; padding: 24px;}#container .css-y47iwq {position: relative; flex-shrink: 0; display: block; border-radius: 38.4px;}#container .css-6j94rw {border-radius: 38.4px;}#container .css-3qax1f {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-end; gap: 9.6px; padding: 0px;}#container .css-g4m2dv {width: 54px; height: 54px;}#container .css-q5mtgx {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; font-size: 40.8px; letter-spacing: 0.816px; line-height: 1;}#container .css-roromw {color: #DAD72A; --letter-spacing: 0.816px;}#container .css-cu3ac4 {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 24px; letter-spacing: 0px; line-height: 38.4px;}#container .css-l2mhd4 {color: #E8317E; --letter-spacing: 0.816px;}#container .css-3cgjh2 {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 55px; position: relative; padding: 0px 12px;}#container .css-5nasjl {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 43.2px; letter-spacing: 0.864px; text-align: center; line-height: 1;}#container .css-s8isf0 {color: #F2F5F7; --letter-spacing: 0.864px;}#container .css-g9h97u {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 48px; padding: 0px;}#container .css-migt8h {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 0px 0px 36px;}#container .css-o1nm5u {width: 80.4px; height: 81.622px;}#container .css-xri8mh {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 14.4px; padding: 12px 0px;}#container .css-hgpd2p {position: absolute; border-style: solid; border-color: #DAD72A; border-top-width: 0px; border-bottom-width: 3.6px; border-left-width: 0px; border-right-width: 0px;}#container .css-u1mu8g {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 28.8px; letter-spacing: 0.576px; text-align: center; line-height: 1;}#container .css-fugj01 {font-variation-settings: normal; color: #DAD72A; --letter-spacing: 0.576px;}#container .css-ic0syh {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 28.8px; letter-spacing: 0px; text-align: center; line-height: 38.4px;}#container .css-8qxsks {width: 84px; height: 85.277px;}#container .css-ihk6i8 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; padding: 12px 0px;}#container .css-md1o6l {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 28.8px; letter-spacing: 0.576px; text-align: center; line-height: 1;}#container .css-46wovo {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 28.8px; letter-spacing: 0px; text-align: center; line-height: 38.4px;}#container .css-8qxsjx {width: 84px; height: 85.278px;}#container .css-9803gr {width: 84px; height: 84.156px;}#container .css-97zgen {width: 84px; height: 84.259px;}#container .css-4iazdp {width: 84px; height: 92.173px;}#container .css-8je4u {box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; position: relative; border-radius: inherit; padding: 12px 0px;}#container .css-273gkl {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 14.4px; padding: 0px;}#container .css-97yvqn {width: 84px; height: 84.325px;}#container .css-5de9th {width: 63px; height: 63.451px;}#container .css-eg7w48 {max-width: 440px; width: 100%;}#container .css-2uqr2m {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 189.6px; padding: 0px;}#container .css-1v2obr {height: 969.6px; width: 100%;}#container .css-100fu4 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; border-radius: 52.8px; padding: 0px;}#container .css-t5uurt {align-content: stretch; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 420 969.6' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(-3.3222e-14 48.502 -573.56 16.405 210 484.43)'><stop stop-color='rgba(232,49,126,1)' offset='0'/><stop stop-color='rgba(232,49,126,0)' offset='1'/></linearGradient></defs></svg>");}#container .css-285rs9 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 32.4px; padding: 0px;}#container .css-6jtx8g {position: absolute; border-style: solid; border-color: #DAD72A; border-top-width: 8.4px; border-bottom-width: 8.4px; border-left-width: 8.4px; border-right-width: 8.4px; border-radius: 38.4px;}#container .css-gig4kc {left: 12px; right: 12px; top: 412.27px;}#container .css-di0yho {font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 28.8px; letter-spacing: 0px; line-height: 0;}#container .css-lllnk1 {white-space: pre-wrap; line-height: 38.4px;}#container .css-m1oyef {white-space: pre-wrap; line-height: 38.4px; font-size: 28.8px;}#container .css-weswh7 {left: 0; right: 0; top: 8355.6px;}#container .css-9towps {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 78px; padding: 0px;}#container .css-rsvbcf {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 50.4px; position: relative; padding: 24px;}#container .css-276ngi {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 19.2px; padding: 0px;}#container .css-xj6kfl {width: 91.701px; height: 42px;}#container .css-b7bg8f {grid-column: 1; grid-row: 1; position: relative; margin-left: 84.08px; margin-top: 0;}#container .css-pw52g4 {grid-column: 1; grid-row: 1; position: relative; margin-left: 84.08px; margin-top: 0; display: block;}#container .css-26glr0 {display: block; grid-column: 1; grid-row: 1; position: relative; margin-left: 42px; margin-top: 2.4px;}#container .css-jk4d0h {transform: translateX(-50%); font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.672px;}#container .css-q60hnf {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 33.6px; letter-spacing: 0.672px; text-align: center; line-height: 1;}#container .css-km890e {display: block; grid-column: 1; grid-row: 1; position: relative; margin-left: 187.06px; margin-top: 2.4px;}#container .css-j0kjsz {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 60px; padding: 0px;}#container .css-lzbbsh {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 19.2px; padding: 0px;}#container .css-rmfv8v {width: 73.2px; height: 73.2px;}#container .css-ta1w49 {width: 267.6px;}#container .css-tevvt4 {white-space: pre-wrap; font-family: "Albert Sans:SemiBold", sans-serif; word-break: break-word; font-weight: 600; font-size: 24px; letter-spacing: 0px; line-height: 38.4px;}#container .css-yhy177 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 14.4px; padding: 0px;}#container .css-9mu421 {width: 73.6px; height: 73.6px;}#container .css-i5haig {width: 282px;}#container .css-ygd79s {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 40.8px; padding: 0px;}#container .css-osfgpk {width: 44.4px; height: 57.72px;}#container .css-t6rrlc {width: 208.8px;}#container .css-yhgsjy {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 20.4px; padding: 0px;}#container .css-s21w1n {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 16.8px; position: relative; padding: 0px 12px;}#container .css-qkuc9b {max-width: 450.0000305175781px; width: 418px;}#container .css-kgrimu {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 38.4px; letter-spacing: 0.768px; text-align: center; line-height: 1;}#container .css-xcp2fg {color: #E8317E; --letter-spacing: 0.768px;}#container .css-hnze3f {width: 2894.4px; height: 135.044px;}#container .css-jwijlo {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; position: relative; padding: 24px;}#container .css-4x1cht {font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 24px; letter-spacing: 0px; text-align: center; line-height: 0;}#container .css-xr47ck {height: 1699.2px; left: 0; right: 0; bottom: 0.2px;}#container .css-y5lgoi {position: absolute; box-sizing: border-box; display: grid; padding: 48px 19.2px;}#container .css-c9mvsh {box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; position: relative; padding: 48px 28.8px;}#container .css-jhtgcm {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 18px; letter-spacing: 0px; line-height: 28.8px;}#container .css-yhfihg {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 22.8px; padding: 0px;}#container .css-jy0hqn {width: 28.8px; height: 28.8px;}#container .css-fhf54e {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 18px; letter-spacing: 0px; line-height: 28.8px;}#container .css-lzqnmb {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 22.8px; padding: 0px;}#container .css-pllw5j {white-space: pre; line-height: 28.8px;}#container .css-oac2d0 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 14.4px; padding: 0px;}#container .css-lz84wk {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 14.4px; padding: 0px;}#container .css-nylado {position: relative; flex-shrink: 0; grid-column: 1; grid-row: 4; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 24px; padding: 0px;}#container .css-4oocxn {width: 300px; height: 300px;}#container .css-fktohc {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 14.4px; letter-spacing: 0px; line-height: 28.8px;}#container .css-2vls5c {left: 12px; right: 12px; top: 10203.8px;}#container .css-f22bum {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 60px; border-radius: 38.4px; padding: 28.8px 0px;}#container .css-rqyczb {cursor: pointer; align-content: stretch; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 426 287.6' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(28.682 -25.629 37.721 37.47 402.74 167.55)'><stop stop-color='rgba(232,49,126,1)' offset='0.42'/><stop stop-color='rgba(230,77,112,1)' offset='0.495'/><stop stop-color='rgba(228,105,98,1)' offset='0.57'/><stop stop-color='rgba(223,160,70,1)' offset='0.72'/><stop stop-color='rgba(218,215,42,1)' offset='1'/></linearGradient></defs></svg>");}#container .css-cy730q {box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; position: relative; padding: 0px 18px;}#container .css-8k1cht {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 28.8px; letter-spacing: 0.576px; line-height: 1;}#container .css-qgdj2 {color: #F2F5F7; --letter-spacing: 0.576px;}#container .css-l1xgwb {white-space: pre; font-family: "Albert Sans:Medium", sans-serif; word-break: break-word; font-style: normal; font-size: 28.8px; letter-spacing: 0px; line-height: 34px;}#container .css-jzcotz {width: 413px; left: 15px; top: 526px;}#container .css-w8n6w9 {position: absolute; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 15px; border-radius: 12.391px; padding: 12px;}#container .css-n35p59 {cursor: pointer; box-shadow: 0px 1.549px 3.098px 0px rgba(16, 24, 40, 0.05); align-content: stretch; background-color: #DAD72A; overflow: clip;}#container .css-kyktpq {white-space: pre; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 24px; letter-spacing: 0px; line-height: 37.174px;}#container .css-kkm70r {width: 36px; height: 36px;}#container .css-q0c1iq {left: 18px; right: 18px; top: 1522.2px;}#container .css-mp0npk {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 14.4px; padding: 0px;}#container .css-irg00m {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 28.8px; letter-spacing: 0.576px; text-align: center; line-height: 1;}#container .css-7smydo {width: 1506px; height: 424.71px; left: calc(50% + 16px); top: 652px;}#container .css-pf7iuk {width: 325px; height: 315px; left: 444px; top: -76px;}#container .css-9dl1az {aspect-ratio: 382 / 370;}#container .css-7oqwhg {left: 701px; top: 55px; bottom: 54.71px;}#container .css-enxi34 {width: 387px; height: 77px; left: 15px; top: 430px;}#container .css-xzbduv {position: sticky; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; padding: 14.4px 19.2px;}#container .css-e3ehxb {width: 204px; height: 33.6px;}#container .css-ryh4a {--content-width: calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2)); --content-margin: 0 var(--content-margin-x-scaled, 0); --content-min-width: calc(max(var(--viewport-width-scaled, 100%), 750px) - (var(--content-margin-x-scaled, 0px) * 2)); --content-min-height: max(var(--viewport-height-scaled, var(--100dvh)), 20693px);}#container .css-w19k5x {--content-width: calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2)); --content-margin: 0 var(--content-margin-x-scaled, 0); --content-min-width: calc(max(var(--viewport-width-scaled, 100%), 750px) - (var(--content-margin-x-scaled, 0px) * 2)); --content-min-height: max(var(--viewport-height-scaled, var(--100dvh)), 20693px); overflow: clip; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 750 20693' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(2.2962e-15 1034.7 -37.5 6.3354e-14 375 10346)'><stop stop-color='rgba(22,33,78,1)' offset='0'/><stop stop-color='rgba(36,55,129,1)' offset='0.5'/><stop stop-color='rgba(51,76,180,1)' offset='1'/></linearGradient></defs></svg>");}#container .css-bzbp8o {left: -822px; right: -56.89px; top: 16733px;}#container .css-wecpvv {width: 1628.89px; height: 1661.059px;}#container .css-9nr0ot {left: 0; right: 0; top: 17263px;}#container .css-ixcgv6 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 23.333px; padding: 0px 77.037px;}#container .css-kl19rz {height: 508.148px;}#container .css-o8dx71 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 32.222px; padding: 0px;}#container .css-aswtbc {width: 484.472px; height: 508.148px;}#container .css-2a0cr3 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 44.444px; padding: 0px;}#container .css-q5j71a {height: 359.259px; width: 100%;}#container .css-e2ejwc {height: 359.259px; left: 0; right: 0; top: 0;}#container .css-vk85o9 {width: 54.233px; height: 54.233px; right: 19.52px; bottom: 21.69px;}#container .css-ndf30w {white-space: nowrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 20px; letter-spacing: 0.5423px; line-height: 0;}#container .css-u5nw4r {font-variation-settings: normal; color: #DAD72A; --letter-spacing: 0.5423px;}#container .css-412dvi {white-space: pre; line-height: 23.862px;}#container .css-9ln643 {font-family: "Albert Sans:Medium", sans-serif; word-break: break-word; font-style: normal; font-size: 26.667px; letter-spacing: 0px; line-height: 0;}#container .css-c73wgy {white-space: pre-wrap; line-height: 35.556px;}#container .css-wt6uj5 {height: 359.259px; left: 0; right: 0.01px; top: 0;}#container .css-ugbyxk {width: 54.233px; height: 54.233px; right: 19.53px; bottom: 21.69px;}#container .css-6yprpr {width: 54.233px; height: 54.233px; right: 20.61px; bottom: 21.69px;}#container .css-24oi66 {width: 164.444px; height: 24.444px;}#container .css-rj6v5c {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 20px; letter-spacing: 0.5423px; line-height: 0;}#container .css-o91cm3 {white-space: pre-wrap; line-height: 23.862px;}#container .css-gpvhfb {width: 129.875px; height: 24.444px;}#container .css-nnmk1v {width: 484.472px;}#container .css-7dvdi7 {left: 0; right: 0; top: 17113px;}#container .css-q06sab {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 60px; letter-spacing: 1.2px; text-align: center; line-height: 1;}#container .css-dntx4i {color: #DAD72A; --letter-spacing: 1.2px;}#container .css-dw7yav {width: 750px; height: 262.451px; right: -58px; top: 461px;}#container .css-uboyhp {width: 750px; height: 262.451px;}#container .css-ciwm1b {left: 32px; right: 32px; top: 188px;}#container .css-ezrita {font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 0px; letter-spacing: 1.28px; line-height: 0;}#container .css-fys2n1 {color: #F2F5F7; --letter-spacing: 1.28px;}#container .css-nz46t9 {white-space: pre-wrap; line-height: 1; font-size: 64px;}#container .css-1d4q3n {width: 640px; height: 0px;}#container .css-ncy1rf {top: -1px; left: 0; right: 0; bottom: -1px;}#container .css-gphlnv {left: 32px; right: 32px; top: 380px;}#container .css-pgrbbg {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 40px; padding: 0px;}#container .css-gussgb {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 40px; letter-spacing: 0.8px; line-height: 1;}#container .css-2fvzlm {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.8px;}#container .css-7mmbp0 {left: 36.03px; right: 27.97px; top: 471.98px;}#container .css-pnf95r {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 36px; letter-spacing: 0px; line-height: 48px;}#container .css-xncd4k {left: 0; right: 0; top: 1410px;}#container .css-bfk7tj {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 66px; padding: 96px 32px;}#container .css-eagjc7 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 40px; padding: 0px;}#container .css-fb6eec {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 0px; letter-spacing: 0.96px; text-align: center; line-height: 0;}#container .css-52dfuz {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.96px;}#container .css-49taxt {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 48px; line-height: 1.2;}#container .css-hu2acm {height: 304px; width: 100%;}#container .css-to4qv3 {grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, fit-content(100%)); column-gap: 24px; row-gap: 30px;}#container .css-lfpta7 {white-space: pre; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 76px; letter-spacing: 1.52px; text-align: center; line-height: 1;}#container .css-lsvd90 {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 1.52px;}#container .css-ao04s1 {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 40px; letter-spacing: 0px; line-height: 64px;}#container .css-i5gti7 {width: 300px;}#container .css-8se0z8 {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 40px; letter-spacing: 0px; line-height: 64px;}#container .css-3jz06p {width: 437px; height: 87px; left: 39px; top: 698px;}#container .css-ryzjg {width: 750px; height: 262.452px; left: calc(50% + -590px); top: 7507.85px;}#container .css-uboyik {width: 750px; height: 262.452px;}#container .css-j054cd {width: 657px; height: 648px; left: calc(50% + 218.5px); top: 788px;}#container .css-74gk0f {left: 0; right: 0; top: 2441px;}#container .css-9tox9l {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 80px; padding: 0px;}#container .css-c0lanf {box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 80px; position: relative; padding: 0px 20px;}#container .css-e8dicx {position: relative; flex-shrink: 0; border-radius: 104px;}#container .css-jrpbm9 {position: absolute; border-style: solid; border-color: #FFF; border-top-width: 4px; border-bottom-width: 4px; border-left-width: 4px; border-right-width: 4px; border-radius: 104px;}#container .css-akixxw {box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 56px; position: relative; padding: 40px;}#container .css-k5ko56 {position: relative; flex-shrink: 0; display: block; border-radius: 64px;}#container .css-4p52s4 {border-radius: 64px;}#container .css-dv9f9l {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-end; gap: 16px; padding: 0px;}#container .css-78lt43 {width: 90px; height: 90px;}#container .css-ktluyi {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; font-size: 68px; letter-spacing: 1.36px; line-height: 1;}#container .css-28yyr1 {color: #DAD72A; --letter-spacing: 1.36px;}#container .css-bdzjvj {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 40px; letter-spacing: 0px; line-height: 64px;}#container .css-as3b1v {color: #E8317E; --letter-spacing: 1.36px;}#container .css-risb45 {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 76px; position: relative; padding: 0px 20px;}#container .css-mj9gwq {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 72px; letter-spacing: 1.44px; text-align: center; line-height: 1;}#container .css-guo51z {color: #F2F5F7; --letter-spacing: 1.44px;}#container .css-g9hbzq {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 80px; padding: 0px;}#container .css-les6uq {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 40px; padding: 0px 0px 60px;}#container .css-wx74j0 {width: 134px; height: 136.036px;}#container .css-w1a7ao {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 20px 0px;}#container .css-ljkjli {position: absolute; border-style: solid; border-color: #DAD72A; border-top-width: 0px; border-bottom-width: 6px; border-left-width: 0px; border-right-width: 0px;}#container .css-a4tuvr {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 48px; letter-spacing: 0.96px; text-align: center; line-height: 1;}#container .css-j84kyg {font-variation-settings: normal; color: #DAD72A; --letter-spacing: 0.96px;}#container .css-drqa6e {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 48px; letter-spacing: 0px; text-align: center; line-height: 64px;}#container .css-syqma8 {width: 140px; height: 142.128px;}#container .css-1haac0 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; padding: 20px 0px;}#container .css-6bo9sk {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 48px; letter-spacing: 0.96px; text-align: center; line-height: 1;}#container .css-p6um8j {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 48px; letter-spacing: 0px; text-align: center; line-height: 64px;}#container .css-a3l4j5 {width: 140px; height: 142.13px;}#container .css-a2hk5p {width: 140px; height: 140.26px;}#container .css-s0pb13 {width: 140px; height: 140.431px;}#container .css-qwuca7 {width: 140px; height: 153.622px;}#container .css-dbdec2 {box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; position: relative; border-radius: inherit; padding: 20px 0px;}#container .css-g9h7n0 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 0px;}#container .css-s0pys6 {width: 140px; height: 140.542px;}#container .css-2rfmy {width: 105px; height: 105.751px;}#container .css-6y1q50 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 316px; padding: 0px;}#container .css-r3dc56 {max-width: 750px; width: 100%;}#container .css-p2mu0c {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; border-radius: 88px; padding: 0px;}#container .css-69d96 {align-content: stretch; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 710 1600' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(-5.6161e-14 80.036 -969.59 27.07 355 799.38)'><stop stop-color='rgba(232,49,126,1)' offset='0'/><stop stop-color='rgba(232,49,126,0)' offset='1'/></linearGradient></defs></svg>");}#container .css-vixu50 {height: 1600px; width: 100%;}#container .css-g9h9v3 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 54px; padding: 0px;}#container .css-kleod4 {position: absolute; border-style: solid; border-color: #DAD72A; border-top-width: 14px; border-bottom-width: 14px; border-left-width: 14px; border-right-width: 14px; border-radius: 64px;}#container .css-etd0qt {left: 20px; right: 20px; top: 682.45px;}#container .css-4vk4w {font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 48px; letter-spacing: 0px; line-height: 0;}#container .css-2zvh1u {white-space: pre-wrap; line-height: 64px;}#container .css-sdywio {white-space: pre-wrap; line-height: 64px; font-size: 48px;}#container .css-9fk138 {left: 0; right: 0; top: 13563px;}#container .css-kfvyx7 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 130px; padding: 0px;}#container .css-fuhwyw {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 84px; position: relative; padding: 40px;}#container .css-g9h8bz {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 32px; padding: 0px;}#container .css-rp8zxv {width: 152.834px; height: 70px;}#container .css-seqse {grid-column: 1; grid-row: 1; position: relative; margin-left: 140.13px; margin-top: 0;}#container .css-318aff {grid-column: 1; grid-row: 1; position: relative; margin-left: 140.13px; margin-top: 0; display: block;}#container .css-iutryl {display: block; grid-column: 1; grid-row: 1; position: relative; margin-left: 70px; margin-top: 4px;}#container .css-2qvdey {transform: translateX(-50%); font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 1.12px;}#container .css-qd0bht {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 56px; letter-spacing: 1.12px; text-align: center; line-height: 1;}#container .css-rc0b6d {display: block; grid-column: 1; grid-row: 1; position: relative; margin-left: 311.44px; margin-top: 4px;}#container .css-j0kibl {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 80px; padding: 0px;}#container .css-nlnb6m {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 32px; padding: 0px;}#container .css-73m0xx {width: 122px; height: 122px;}#container .css-i5g3eq {width: 446px;}#container .css-m370yz {white-space: pre-wrap; font-family: "Albert Sans:SemiBold", sans-serif; word-break: break-word; font-weight: 600; font-size: 40px; letter-spacing: 0px; line-height: 64px;}#container .css-sv459w {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 24px; padding: 0px;}#container .css-5in0d7 {width: 122.667px; height: 122.667px;}#container .css-i5g1bt {width: 470px;}#container .css-sv48c4 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 68px; padding: 0px;}#container .css-bsz8ml {width: 74px; height: 96.2px;}#container .css-i5gqcj {width: 348px;}#container .css-g0r7cy {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 28px; position: relative; padding: 0px 20px;}#container .css-jpzocv {max-width: 750.0000610351562px; width: 696.667px;}#container .css-ofo04j {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 64px; letter-spacing: 1.28px; text-align: center; line-height: 1;}#container .css-b81c9c {color: #E8317E; --letter-spacing: 1.28px;}#container .css-fsf0ho {width: 4824px; height: 225.073px;}#container .css-xozm60 {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; position: relative; padding: 40px;}#container .css-7zlc8p {font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 40px; letter-spacing: 0px; text-align: center; line-height: 0;}#container .css-psyy4s {height: 2832px; left: 0; right: 0; bottom: 0;}#container .css-ky16es {position: absolute; box-sizing: border-box; display: grid; padding: 80px 32px;}#container .css-oipwgv {box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 40px; position: relative; padding: 80px 48px;}#container .css-ewbo28 {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 30px; letter-spacing: 0px; line-height: 48px;}#container .css-sv4641 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 38px; padding: 0px;}#container .css-ss6j61 {width: 48px; height: 48px;}#container .css-695f54 {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 30px; letter-spacing: 0px; line-height: 48px;}#container .css-nlnbbs {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 38px; padding: 0px;}#container .css-upivpu {white-space: nowrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 30px; letter-spacing: 0px; line-height: 0;}#container .css-y6bsat {white-space: pre; line-height: 48px;}#container .css-nlnahn {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 24px; padding: 0px;}#container .css-nylbrm {position: relative; flex-shrink: 0; grid-column: 1; grid-row: 4; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 40px; padding: 0px;}#container .css-lky66d {width: 500px; height: 500px;}#container .css-xyuq4j {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 24px; letter-spacing: 0px; line-height: 48px;}#container .css-6tg0fm {left: 20px; right: 20px; top: 16557px;}#container .css-77gvx2 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 72px; border-radius: 64px; padding: 48px 0px;}#container .css-qgykb8 {cursor: pointer; align-content: stretch; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 710 465.63' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(47.803 -41.494 62.869 60.665 671.24 271.26)'><stop stop-color='rgba(232,49,126,1)' offset='0.42'/><stop stop-color='rgba(230,77,112,1)' offset='0.495'/><stop stop-color='rgba(228,105,98,1)' offset='0.57'/><stop stop-color='rgba(223,160,70,1)' offset='0.72'/><stop stop-color='rgba(218,215,42,1)' offset='1'/></linearGradient></defs></svg>");}#container .css-lh29ec {box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 30px; position: relative; padding: 0px 30px;}#container .css-eg718c {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 48px; letter-spacing: 0.96px; line-height: 1;}#container .css-9kmmuj {color: #F2F5F7; --letter-spacing: 0.96px;}#container .css-sl20hm {border-radius: inherit; display: flex; flex-direction: row; align-items: flex-end;}#container .css-yu4ef1 {box-sizing: border-box; display: flex; align-items: flex-end; gap: 30px; position: relative; padding: 0px 30px;}#container .css-i5gplu {width: 358px;}#container .css-ersj99 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-end; gap: 20.652px; border-radius: 20.652px; padding: 25.816px 0px;}#container .css-xu04ky {white-space: pre; font-family: "Albert Sans:Medium", sans-serif; word-break: break-word; font-style: normal; font-size: 48px; letter-spacing: 0px; line-height: 0px;}#container .css-h6hpxb {left: 38px; top: 808px;}#container .css-zgnsqw {position: absolute; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 50px; border-radius: 20.652px; padding: 20px;}#container .css-3lcgf8 {cursor: pointer; box-shadow: 0px 2.582px 5.163px 0px rgba(16, 24, 40, 0.05); align-content: stretch; background-color: #DAD72A; overflow: clip;}#container .css-rb37yr {white-space: pre; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 32px; letter-spacing: 0px; line-height: 61.957px;}#container .css-3h1llp {width: 60px; height: 60px;}#container .css-57iag1 {left: 30px; right: 30px; top: 2283px;}#container .css-k08zjl {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 24px; padding: 0px;}#container .css-22xhzj {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 48px; letter-spacing: 0.96px; text-align: center; line-height: 1;}#container .css-z84bf4 {width: 1506px; height: 424.71px; left: 50%; top: 1006px;}#container .css-880ufq {width: 438.485px; height: 424.71px; left: 354px; top: -82px;}#container .css-mbmetc {left: 709px; top: 48px; bottom: -48px;}#container .css-v6h9ep {position: sticky; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; padding: 24px 32px;}#container .css-gz6uy9 {width: 340px; height: 56px;}#container .css-ipmvlp {--content-width: calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2)); --content-margin: 0 var(--content-margin-x-scaled, 0); --content-min-width: calc(max(var(--viewport-width-scaled, 100%), 1000px) - (var(--content-margin-x-scaled, 0px) * 2)); --content-min-height: max(var(--viewport-height-scaled, var(--100dvh)), 4044px);}#container .css-rxff0p {--content-width: calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2)); --content-margin: 0 var(--content-margin-x-scaled, 0); --content-min-width: calc(max(var(--viewport-width-scaled, 100%), 1000px) - (var(--content-margin-x-scaled, 0px) * 2)); --content-min-height: max(var(--viewport-height-scaled, var(--100dvh)), 4044px); overflow: clip; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1000 4044' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(3.0616e-15 202.2 -50 1.2381e-14 500 2022)'><stop stop-color='rgba(22,33,78,1)' offset='0'/><stop stop-color='rgba(36,55,129,1)' offset='0.5'/><stop stop-color='rgba(51,76,180,1)' offset='1'/></linearGradient></defs></svg>");}#container .css-sd63x0 {width: 618.889px; height: 631.111px; left: -188.33px; bottom: 28.42px;}#container .css-b74kz0 {width: 618.889px; height: 631.111px;}#container .css-zicbxj {left: 0; right: 0; top: 3527px;}#container .css-hjp7ds {position: absolute; box-sizing: border-box; display: flex; align-items: center; gap: 11.667px; padding: 0px 38.519px;}#container .css-mm82mb {width: 242.236px;}#container .css-p7snes {left: -618px; right: 7px; top: 9684px;}#container .css-tshaks {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 11.667px; padding: 0px 38.519px;}#container .css-3q6b3a {text-decoration-line: underline; text-underline-position: from-font; text-decoration-thickness: from-font; text-decoration-style: solid; cursor: pointer;}#container .css-rqyt19 {width: 586.353px; height: 205.185px; left: calc(50% + 183.55px); top: 166.67px;}#container .css-36asti {width: 586.353px; height: 205.185px;}#container .css-6cy7q2 {width: 508.889px; left: 38.52px; top: 102.78px;}#container .css-8vqgkb {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 11.111px; padding: 0px;}#container .css-ge7jnl {font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 46.504px; letter-spacing: 0.9301px; line-height: 0;}#container .css-tzsxzn {color: #F2F5F7; --letter-spacing: 0.9301px;}#container .css-bpcodi {width: 177.778px; height: 0px;}#container .css-f6tdlx {top: -0.28px; left: 0; right: 0; bottom: -0.28px;}#container .css-1s2t95 {width: 452.778px; left: 38.52px; top: 211.66px;}#container .css-ugqqwg {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 20px; letter-spacing: 0.4px; line-height: 1;}#container .css-33x88a {height: 43.704px; left: 39px; top: 348px;}#container .css-v4u2ly {position: absolute; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 66.667px; border-radius: 5.737px; padding: 0px 10px;}#container .css-y8t1wz {cursor: pointer; box-shadow: 0px 0.717px 1.434px 0px rgba(16, 24, 40, 0.05); align-content: stretch; background-color: #DAD72A; overflow: clip;}#container .css-i5he72 {width: 233px;}#container .css-gpfnn6 {white-space: pre-wrap; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 15.556px; letter-spacing: 0px; line-height: 17.21px;}#container .css-401zd7 {width: 25px; height: 25px;}#container .css-vp4917 {width: 467px; left: 39px; top: 244px;}#container .css-q4gcx0 {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 20.57px; letter-spacing: 0px; line-height: 24px;}#container .css-5o601 {left: 0; right: -0.19px; top: 669.7px;}#container .css-bpnxa {position: absolute; box-sizing: border-box; padding-top: 53.333px; padding-bottom: 53.333px; padding-left: 38.889px; padding-right: 40px; display: flex; flex-direction: column; align-items: center; gap: 46.111px;}#container .css-ruqpma {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 11.111px; padding: 0px;}#container .css-ut6de9 {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 0px; letter-spacing: 0.5926px; text-align: center; line-height: 0;}#container .css-2835hc {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.5926px;}#container .css-47bnk4 {font-size: 29.63px; line-height: 1;}#container .css-nxmrd5 {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 29.63px; line-height: 1;}#container .css-t3k3e9 {font-variation-settings: normal; color: #DAD72A;}#container .css-kgdcl7 {width: 516.111px; height: 34.444px;}#container .css-1ppqh {grid-template-columns: repeat(4, fit-content(100%)); grid-template-rows: repeat(1, fit-content(100%)); column-gap: 10.55555534362793px; row-gap: 10.55555534362793px;}#container .css-a8ld4v {width: 121.111px;}#container .css-a6opf0 {position: relative; flex-shrink: 0; grid-column: 1; grid-row: 1; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; padding: 0px;}#container .css-kwzoj8 {white-space: pre; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 29.63px; letter-spacing: 0.5926px; text-align: center; line-height: 1;}#container .css-rsho0o {height: 14.444px; width: 100%;}#container .css-oi773 {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 13.333px; letter-spacing: 0px; line-height: 17.778px;}#container .css-tfgael {position: relative; flex-shrink: 0; grid-column: 2; grid-row: 1; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; padding: 0px;}#container .css-xt1d0o {position: relative; flex-shrink: 0; grid-column: 3; grid-row: 1; align-self: flex-start;}#container .css-mcw6ky {position: relative; flex-shrink: 0; grid-column: 3; grid-row: 1; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; padding: 0px;}#container .css-vr61hl {position: relative; flex-shrink: 0; grid-column: 4; grid-row: 1; align-self: flex-start;}#container .css-344lld {position: relative; flex-shrink: 0; grid-column: 4; grid-row: 1; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; padding: 0px;}#container .css-cdy5uv {width: 564.106px; height: 197.4px; left: calc(50% + -3.87px); top: 2120px;}#container .css-gts65e {width: 564.106px; height: 197.4px;}#container .css-js97cy {width: 560.953px; height: 196.296px; left: calc(50% + -181.01px); top: 1279.26px;}#container .css-8w3ok {width: 560.953px; height: 196.296px;}#container .css-dmuy14 {left: 0; right: -0.19px; top: 1039.11px;}#container .css-ki7sfn {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 75.556px; padding: 0px 38.889px;}#container .css-jc1h4a {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 16.667px; padding: 0px;}#container .css-xcsg1h {height: 231.667px; min-width: 1px; min-height: 1px;}#container .css-sv0col {position: relative; flex-shrink: 0; flex: 1 0 0; border-radius: 33.333px;}#container .css-d31ixn {position: absolute; border-style: solid; border-color: #FFF; border-top-width: 1.111px; border-bottom-width: 1.111px; border-left-width: 1.111px; border-right-width: 1.111px; border-radius: 33.333px;}#container .css-vbdr60 {border-radius: inherit; display: flex; flex-direction: row; align-items: center;}#container .css-leb7xx {box-sizing: border-box; padding-top: 15.556px; padding-bottom: 15.556px; padding-left: 8.333px; padding-right: 0px; display: flex; align-items: center; gap: 15.556px; position: relative;}#container .css-mma6ak {width: 100%; height: 231.667px;}#container .css-4ye33e {width: 169.939px; height: 201.111px;}#container .css-1dpk5i {position: relative; flex-shrink: 0; display: block; border-radius: 17.778px;}#container .css-q5luxg {border-radius: 17.778px;}#container .css-2xp41t {width: 315.29%; height: 188.2%; top: -46.63%; left: -86.39%; max-width: none;}#container .css-w9y3m0 {min-width: 1px; min-height: 1px; height: 100%;}#container .css-v29tmw {border-radius: inherit; display: flex; flex-direction: column; align-items: flex-end;}#container .css-xj0tnz {box-sizing: border-box; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 22.222px; display: flex; flex-direction: column; align-items: flex-end; gap: 6.667px; position: relative;}#container .css-nv4wat {width: 36.111px; height: 36.111px;}#container .css-sesrlq {font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 26.667px; letter-spacing: 0.5333px; line-height: 0;}#container .css-hir1nt {color: #DAD72A; --letter-spacing: 0.5333px;}#container .css-ofm4kl {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 16.667px; letter-spacing: 0px; line-height: 17.778px;}#container .css-rbdt4x {width: 209.84%; height: 132.49%; top: -8.86%; left: -47.72%; max-width: none;}#container .css-icwlc4 {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 26.667px; letter-spacing: 0.5333px; line-height: 1;}#container .css-2f2yuv {color: #E8317E; --letter-spacing: 0.5333px;}#container .css-7h0e00 {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 38.889px; position: relative; padding: 0px 22.222px;}#container .css-kx8l11 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 11.111px; padding: 0px;}#container .css-p4eblz {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 26.667px; letter-spacing: 0.5333px; text-align: center; line-height: 1;}#container .css-ctcfwq {color: #F2F5F7; --letter-spacing: 0.5333px;}#container .css-6amjk9 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 29.63px; padding: 0px;}#container .css-5dba7r {min-width: 1px; min-height: 1px;}#container .css-ymk45m {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 44.444px; position: relative; padding: 0px 22.222px;}#container .css-ivtvfs {height: 162.963px; width: 100%;}#container .css-oc7nv7 {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 11.111px; position: relative; padding: 0px 22.222px;}#container .css-wq5ytc {width: 100%; height: 162.963px;}#container .css-og6q8s {width: 37.222px; height: 37.788px;}#container .css-o75u16 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 25px; padding: 5.556px 0px;}#container .css-c3glyq {position: absolute; border-style: solid; border-color: #DAD72A; border-top-width: 0px; border-bottom-width: 1.667px; border-left-width: 0px; border-right-width: 0px;}#container .css-xwds82 {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 20px; letter-spacing: 0.4px; text-align: center; line-height: 1;}#container .css-fdd9gv {font-variation-settings: normal; color: #DAD72A; --letter-spacing: 0.4px;}#container .css-j5ovhx {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 13.333px; letter-spacing: 0px; text-align: center; line-height: 17.778px;}#container .css-qc0oab {width: 38.889px; height: 39.48px;}#container .css-4lbvr6 {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 13.333px; letter-spacing: 0px; text-align: center; line-height: 17.778px;}#container .css-z0ccv8 {width: 38.889px; height: 39.481px;}#container .css-zhatt6 {width: 38.889px; height: 38.961px;}#container .css-6b4d2g {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 28.889px; padding: 5.556px 0px;}#container .css-z0f2k0 {width: 38.889px; height: 39.009px;}#container .css-d3t73q {width: 34.428px; height: 37.778px;}#container .css-2zrosx {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 21.667px; padding: 5.556px 0px;}#container .css-socnkr {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 11.111px; padding: 0px 0px 44.444px;}#container .css-40w5vn {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; padding: 0px;}#container .css-bopw7e {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 11.111px; padding: 5.556px 0px;}#container .css-z0f0bx {width: 38.889px; height: 39.039px;}#container .css-3gqo5x {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 22.222px; padding: 5.556px 0px;}#container .css-z0eb61 {width: 38.889px; height: 39.167px;}#container .css-7q93gz {width: 922.963px;}#container .css-2gs385 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 74.444px; padding: 0px;}#container .css-opcsjf {max-width: 805.5555419921875px; height: 183.704px; width: 100%;}#container .css-jba5g4 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; border-radius: 31.111px; padding: 0px;}#container .css-pnmmfk {align-content: stretch; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 805.56 183.7' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(29.138 0.085455 -0.37473 36.406 370.3 91.166)'><stop stop-color='rgba(232,49,126,1)' offset='0'/><stop stop-color='rgba(232,49,126,0)' offset='1'/></linearGradient></defs></svg>");}#container .css-sv44k2 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 15px; padding: 0px;}#container .css-y2d28b {width: 208.214px; height: 183.333px;}#container .css-qax3i0 {position: absolute; border-style: solid; border-color: #DAD72A; border-top-width: 4.444px; border-bottom-width: 4.444px; border-left-width: 4.444px; border-right-width: 4.444px; border-radius: 17.778px;}#container .css-myl2ny {position: relative; flex-shrink: 0; flex: 1 0 0; display: block;}#container .css-1ty037 {font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 13.333px; letter-spacing: 0px; line-height: 0;}#container .css-gz6zqt {white-space: pre-wrap; line-height: 17.778px; font-size: 13.333px;}#container .css-t7lnqu {left: 114.81px; right: 115.56px; top: 3457.59px;}#container .css-n82n04 {left: 0; right: 0; top: 2664px;}#container .css-4uhymm {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 48.889px; padding: 0px;}#container .css-n66w2u {border-radius: inherit; display: flex; flex-direction: row; align-items: center; justify-content: center;}#container .css-6btry9 {box-sizing: border-box; padding-top: 22.222px; padding-bottom: 22.222px; padding-left: 91px; padding-right: 38.889px; display: flex; justify-content: center; align-items: center; gap: 85.185px; position: relative;}#container .css-578282 {width: 421.481px;}#container .css-gltndf {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 20.556px; padding: 0px 14.444px;}#container .css-kzgs2y {position: absolute; border-style: solid; border-color: #E8317E; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 2.222px; border-right-width: 0px;}#container .css-v9enxk {width: 59.259px; height: 28.148px;}#container .css-24wpd1 {grid-column: 1; grid-row: 1; position: relative; margin-left: 64.44px; margin-top: 0;}#container .css-4m18wi {grid-column: 1; grid-row: 1; position: relative; margin-left: 64.44px; margin-top: 0; display: block;}#container .css-go01mr {display: block; grid-column: 1; grid-row: 1; position: relative; margin-left: 0; margin-top: 1.57px;}#container .css-dedsln {width: 75px; height: 20px;}#container .css-69447w {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 25.185px; letter-spacing: 0.5037px; line-height: 1;}#container .css-coc4ev {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.5037px;}#container .css-uik2cm {display: block; grid-column: 1; grid-row: 1; position: relative; margin-left: 121.67px; margin-top: 0.83px;}#container .css-hbpwdy {width: 14.444px; height: 20px;}#container .css-1cayhd {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 20.741px; letter-spacing: 0px; line-height: 22.222px;}#container .css-m9ep15 {position: relative; flex-shrink: 0; flex: 1 0 0; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 15.556px; padding: 0px;}#container .css-71uz8h {width: 335.251px;}#container .css-sv44fr {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 10px; padding: 0px;}#container .css-bdqjk5 {width: 33.889px; height: 33.889px;}#container .css-9mxce6 {display: block; position: relative; flex-shrink: 0; flex: 1 0 0;}#container .css-aw7jnf {white-space: pre-wrap; font-family: "Albert Sans:SemiBold", sans-serif; word-break: break-word; font-weight: 600; font-size: 17.778px; letter-spacing: 0px; line-height: 17.778px;}#container .css-7vp6yg {width: 171.296px;}#container .css-6h8h8h {top: -4.19%; left: -3.87%; right: -3.87%; bottom: -4.19%;}#container .css-iixarc {width: 302.225px;}#container .css-sv44mn {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 18px; padding: 0px;}#container .css-ykn79e {width: 26.068px; height: 33.889px;}#container .css-75sn5 {top: -3.05%; left: -3.96%; right: -3.96%; bottom: -3.05%;}#container .css-i1xqgv {width: 301.593px;}#container .css-tnq711 {width: 303.7px;}#container .css-lsfml0 {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 22.222px; position: relative; padding: 0px 38.519px;}#container .css-vf35pc {width: 1786.667px; height: 83.36px;}#container .css-4bz1vk {width: 1028.148px; height: 136.296px;}#container .css-mt7py4 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; border-radius: 17.778px; padding: 22.778px 61.111px;}#container .css-3cechg {align-content: stretch; background-color: rgba(22, 33, 78, 0.00);}#container .css-k5f3wq {font-family: "Albert Sans:SemiBold", "Noto Sans:Bold", sans-serif; word-break: break-word; font-weight: 600; font-size: 14.815px; letter-spacing: 0px; text-align: center; line-height: 0;}#container .css-w78pis {white-space: pre-wrap; line-height: 17.778px; font-family: "Albert Sans:ExtraBold", "Noto Sans:Bold", sans-serif; word-break: break-word; font-weight: 800;}#container .css-5ibe7b {width: 1000px;}#container .css-d986nc {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; border-radius: 17.778px; padding: 20.741px 11.111px;}#container .css-877okl {cursor: pointer; align-content: stretch; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1000 81.481' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(10.105 -15.092 19.497 7.822 945.45 82.385)'><stop stop-color='rgba(232,49,126,1)' offset='0.4205'/><stop stop-color='rgba(230,77,112,1)' offset='0.49469'/><stop stop-color='rgba(227,105,98,1)' offset='0.56888'/><stop stop-color='rgba(223,160,70,1)' offset='0.71727'/><stop stop-color='rgba(218,215,42,1)' offset='1'/></linearGradient></defs></svg>");}#container .css-cq3ow1 {box-sizing: border-box; display: flex; align-items: flex-end; gap: 5.556px; position: relative; padding: 0px 5.556px;}#container .css-8i762g {width: 473.516px;}#container .css-18dl71 {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 20px; letter-spacing: 0.4px; line-height: 1;}#container .css-ouj0de {color: #F2F5F7; --letter-spacing: 0.4px;}#container .css-95zwjc {height: 35.556px; min-width: 1px; min-height: 1px;}#container .css-2j2dcm {position: relative; flex-shrink: 0; flex: 1 0 0; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: flex-end; border-radius: 12.479px; padding: 0px;}#container .css-ul1emn {height: 36.111px;}#container .css-3pk9ei {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: flex-end; gap: 5.737px; border-radius: 5.737px; padding: 0px;}#container .css-4w34ly {cursor: pointer; box-shadow: 0px 0.717px 1.434px 0px rgba(16, 24, 40, 0.05); align-content: stretch; background-color: rgba(242, 245, 247, 0.00); overflow: clip;}#container .css-nysejr {width: 113.798px;}#container .css-mg3gna {transform: matrix(-1, 0, 0, -1, 0, 0);}#container .css-2h0o81 {height: 221.667px; left: 0; right: -0.19px; bottom: -0.26px;}#container .css-wgabam {position: absolute; box-sizing: border-box; display: grid; padding: 22.222px 40px;}#container .css-14hnc4 {grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); column-gap: 20px; row-gap: 20px; background-color: #16214E;}#container .css-ez2caq {box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 11.111px; position: relative; padding: 22.222px 13.333px;}#container .css-9hixqm {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 13.33px; letter-spacing: 0px; line-height: 13.333px;}#container .css-ghwatr {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 10.556px; padding: 0px;}#container .css-led0l9 {width: 13.333px; height: 13.333px;}#container .css-4ay8iu {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 13.33px; letter-spacing: 0px; line-height: 13.333px;}#container .css-n9jbsm {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 10.556px; padding: 0px;}#container .css-uzyvy7 {white-space: nowrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 13.33px; letter-spacing: 0px; line-height: 0;}#container .css-3ilwxq {white-space: pre; line-height: 13.333px;}#container .css-9itock {position: relative; flex-shrink: 0; grid-column: 2; grid-row: 1;}#container .css-upx0qu {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 6.667px; padding: 0px;}#container .css-8xuk00 {white-space: nowrap; font-family: "Sansation:Regular", sans-serif; word-break: break-word; font-style: normal; font-size: 13.33px; letter-spacing: 0px; line-height: 0;}#container .css-dzo259 {cursor: pointer; color: #F2F5F7; --letter-spacing: 0px;}#container .css-cuwg3h {position: relative; flex-shrink: 0; grid-column: 3; grid-row: 1;}#container .css-qp1via {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 6.667px; padding: 0px;}#container .css-2phovl {aspect-ratio: 327 / 250;}#container .css-ysp9e4 {aspect-ratio: 327 / 250; align-content: stretch;}#container .css-92gsfr {position: relative; flex-shrink: 0; grid-column: 4; grid-row: 1; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 11.111px; padding: 0px;}#container .css-v2v7t1 {width: 138.889px; height: 138.889px;}#container .css-83xs5l {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 6.67px; letter-spacing: 0px; line-height: 13.333px;}#container .css-dfjaoe {height: 28.148px; left: 0; right: 0; top: 971.07px;}#container .css-8s21a4 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; padding: 0px 60.741px 27px;}#container .css-37q2ts {width: 221px; height: 44px; left: 416px; top: 348px;}#container .css-em538g {width: 372px; height: 367px; left: calc(50% + 297px); top: 93px;}#container .css-n13biu {width: 1129.5px; height: 318.533px; left: calc(50% + 0.75px); top: 377px;}#container .css-lyn2vw {left: 0; top: 8px; bottom: -8px;}#container .css-swlw9c {left: 275px; top: 15px; bottom: -15px;}#container .css-9ezyrv {left: 555px; top: 9px; bottom: -9px;}#container .css-njmker {right: -46.36px; top: 14px; bottom: -14px;}#container .css-m2mu8l {top: 13px; left: 0; bottom: 0px; right: 0; height: calc(100% - 13px);}#container .css-eevckn {position: sticky; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; padding: 10px 38.5px;}#container .css-vrejuo {width: 171.563px; height: 27.812px;}#container .css-pygvcm {height: 34px;}#container .css-bul8y0 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: center; gap: 8px; border-radius: 7406.666px; padding: 4.444px;}#container .css-3tipzo {border-radius: 7406.666px;}#container .css-ncm644 {position: absolute; border-style: solid; border-color: #E8317E; border-top-width: 1.111px; border-bottom-width: 1.111px; border-left-width: 1.111px; border-right-width: 1.111px; border-radius: 7406.666px;}#container .css-ywghdn {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 5.08px; border-radius: 7406.666px; padding: 5.08px 7.62px;}#container .css-tmvb1f {cursor: pointer; align-content: stretch; background-color: #16214E;}#container .css-o64ipd {white-space: nowrap; font-family: "Albert Sans:SemiBold", sans-serif; word-break: break-word; font-weight: 600; text-transform: uppercase; font-size: 13.33px; letter-spacing: 0.2666px; line-height: 0;}#container .css-fofh5o {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.2666px;}#container .css-2ocks8 {white-space: pre; line-height: 1;}#container .css-n73hx7 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 5.08px; border-radius: 5555px; padding: 5.08px 7.62px;}#container .css-gcabck {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 4.444px; border-radius: 5555px; padding: 4.444px 6.667px;}#container .css-jtwdgf {--content-width: calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2)); --content-margin: 0 var(--content-margin-x-scaled, 0); --content-min-width: calc(max(var(--viewport-width-scaled, 100%), 1350px) - (var(--content-margin-x-scaled, 0px) * 2)); --content-min-height: max(var(--viewport-height-scaled, var(--100dvh)), 5414px);}#container .css-z88k84 {--content-width: calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2)); --content-margin: 0 var(--content-margin-x-scaled, 0); --content-min-width: calc(max(var(--viewport-width-scaled, 100%), 1350px) - (var(--content-margin-x-scaled, 0px) * 2)); --content-min-height: max(var(--viewport-height-scaled, var(--100dvh)), 5414px); overflow: clip; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1350 5414' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(4.1332e-15 270.7 -67.5 1.6576e-14 675 2707)'><stop stop-color='rgba(22,33,78,1)' offset='0'/><stop stop-color='rgba(36,55,129,1)' offset='0.5'/><stop stop-color='rgba(51,76,180,1)' offset='1'/></linearGradient></defs></svg>");}#container .css-m6wbem {width: 835.5px; height: 852px; left: -254.25px; bottom: 38.72px;}#container .css-9d40e1 {width: 835.5px; height: 852px;}#container .css-n2x5lh {left: 0; right: 0; top: 4733px;}#container .css-5sfrr9 {position: absolute; box-sizing: border-box; display: flex; align-items: center; gap: 15.75px; padding: 0px 52px;}#container .css-ncacgh {height: 343px;}#container .css-3k7ycp {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 21.75px; padding: 0px;}#container .css-ks7df2 {width: 327.019px;}#container .css-eagk2w {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 30px; padding: 0px;}#container .css-4qclpi {height: 242.5px; width: 100%;}#container .css-r817es {height: 242.5px; left: 0; right: 0; top: 0;}#container .css-x53o4e {width: 36.607px; height: 36.607px; right: 13.18px; bottom: 14.64px;}#container .css-gjlxod {white-space: nowrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 13.5px; letter-spacing: 0.3661px; line-height: 0;}#container .css-3qaeuh {font-variation-settings: normal; color: #DAD72A; --letter-spacing: 0.3661px;}#container .css-p6rp9i {white-space: pre; line-height: 16.107px;}#container .css-r0aj4d {font-family: "Albert Sans:Medium", sans-serif; word-break: break-word; font-style: normal; font-size: 18px; letter-spacing: 0px; line-height: 0;}#container .css-13ozh2 {white-space: pre-wrap; line-height: 24px;}#container .css-fegncl {width: 327.019px; height: 343px;}#container .css-o1au89 {height: 242.5px; left: 0; right: 0.01px; top: 0;}#container .css-w17hdp {width: 36.607px; height: 36.607px; right: 13.19px; bottom: 14.64px;}#container .css-ku1ann {width: 36.607px; height: 36.607px; right: 13.91px; bottom: 14.64px;}#container .css-kybtoe {width: 111px; height: 16.5px;}#container .css-yotjer {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 13.5px; letter-spacing: 0.3661px; line-height: 0;}#container .css-pmddz1 {white-space: pre-wrap; line-height: 16.107px;}#container .css-tjm6te {width: 87.666px; height: 16.5px;}#container .css-iu2bfi {left: -618px; right: 357px; top: 9684px;}#container .css-9gqc8u {width: 791.577px; height: 277px; left: calc(50% + 247.79px); top: 225px;}#container .css-olnuo1 {width: 791.577px; height: 277px;}#container .css-7i20ku {width: 687px; left: 52px; top: 138.75px;}#container .css-pgr97o {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 15px; padding: 0px;}#container .css-2ek4ov {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 0px; letter-spacing: 1.2556px; line-height: 0;}#container .css-2q0e91 {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 1.2556px;}#container .css-d34k0s {white-space: pre-wrap; line-height: 1; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; font-size: 62.78px;}#container .css-u28xt3 {width: 240px; height: 0px;}#container .css-1bhqah {top: -0.38px; left: 0; right: 0; bottom: -0.38px;}#container .css-nbgugk {width: 611.25px; left: 52px; top: 285.74px;}#container .css-n2vla6 {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 27px; letter-spacing: 0.54px; line-height: 1;}#container .css-6znimh {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.54px;}#container .css-gxv64w {height: 59px; left: 52px; top: 453px;}#container .css-qhgu5e {position: absolute; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 90px; border-radius: 7.745px; padding: 0px 15px;}#container .css-2s9u20 {cursor: pointer; box-shadow: 0px 0.968px 1.936px 0px rgba(16, 24, 40, 0.05); align-content: stretch; background-color: #DAD72A; overflow: clip;}#container .css-i5hb34 {width: 279px;}#container .css-ij0h0 {white-space: pre-wrap; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 18px; letter-spacing: 0px; line-height: 23.234px;}#container .css-mfiasb {width: 33.75px; height: 33.75px;}#container .css-i54ddy {width: 632px; left: 52px; top: 330px;}#container .css-2mmkcy {left: 0; right: 0; top: 916px;}#container .css-w0w8ol {position: absolute; box-sizing: border-box; padding-top: 72px; padding-bottom: 72px; padding-left: 52.5px; padding-right: 54px; display: flex; flex-direction: column; align-items: center; gap: 62.25px;}#container .css-eaglfz {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 15px; padding: 0px;}#container .css-i1eg99 {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 0px; letter-spacing: 0.8px; text-align: center; line-height: 0;}#container .css-bjal6m {font-size: 40px; line-height: 1;}#container .css-876pul {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 40px; line-height: 1;}#container .css-102vzj {width: 696.75px; height: 46.5px;}#container .css-jjfmyf {grid-template-columns: repeat(4, fit-content(100%)); grid-template-rows: repeat(1, fit-content(100%)); column-gap: 14.25px; row-gap: 14.25px;}#container .css-ssxpr3 {width: 163.5px;}#container .css-wcvis2 {white-space: pre; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 40px; letter-spacing: 0.8px; text-align: center; line-height: 1;}#container .css-7jq3oi {height: 19.5px; width: 100%;}#container .css-6gnhwj {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 18px; letter-spacing: 0px; line-height: 24px;}#container .css-w8e7ar {width: 761.543px; height: 266.491px; left: calc(50% + -5.23px); top: 2862px;}#container .css-q7nib {width: 761.543px; height: 266.491px;}#container .css-c5odgj {width: 757.286px; height: 265px; left: calc(50% + -244.36px); top: 1727px;}#container .css-v7xn6t {width: 757.286px; height: 265px;}#container .css-sx9ryg {left: 0; right: -0.25px; top: 1360px;}#container .css-iuiui4 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 102px; padding: 0px 52.5px;}#container .css-a8nrin {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 22.5px; padding: 0px;}#container .css-lnaqk6 {height: 312.75px; min-width: 1px; min-height: 1px;}#container .css-xlzd11 {position: relative; flex-shrink: 0; flex: 1 0 0; border-radius: 45px;}#container .css-nww771 {position: absolute; border-style: solid; border-color: #FFF; border-top-width: 1.5px; border-bottom-width: 1.5px; border-left-width: 1.5px; border-right-width: 1.5px; border-radius: 45px;}#container .css-nn1api {box-sizing: border-box; padding-top: 21px; padding-bottom: 21px; padding-left: 11.25px; padding-right: 0px; display: flex; align-items: center; gap: 21px; position: relative;}#container .css-fb7oer {width: 100%; height: 312.75px;}#container .css-n5hhe6 {width: 229.418px; height: 271.5px;}#container .css-yqf5ja {position: relative; flex-shrink: 0; display: block; border-radius: 24px;}#container .css-u79xnw {border-radius: 24px;}#container .css-fhvais {box-sizing: border-box; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 30px; display: flex; flex-direction: column; align-items: flex-end; gap: 9px; position: relative;}#container .css-7bvqed {width: 48.75px; height: 48.75px;}#container .css-4mauhj {font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 36px; letter-spacing: 0.72px; line-height: 0;}#container .css-jzjv1s {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 22.5px; letter-spacing: 0px; line-height: 24px;}#container .css-qvgmu5 {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 36px; letter-spacing: 0.72px; line-height: 1;}#container .css-x9dl2e {color: #E8317E; --letter-spacing: 0.72px;}#container .css-y8yuou {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 52.5px; position: relative; padding: 0px 30px;}#container .css-g9h6x6 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 15px; padding: 0px;}#container .css-nli41v {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 40px; padding: 0px;}#container .css-ehrxxk {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 60px; position: relative; padding: 0px 30px;}#container .css-forukz {height: 220px; width: 100%;}#container .css-wdg4rm {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 15px; position: relative; padding: 0px 30px;}#container .css-dym4f9 {width: 100%; height: 220px;}#container .css-5ds39k {width: 50.25px; height: 51.014px;}#container .css-67rafh {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 33.75px; padding: 7.5px 0px;}#container .css-qh64xv {position: absolute; border-style: solid; border-color: #DAD72A; border-top-width: 0px; border-bottom-width: 2.25px; border-left-width: 0px; border-right-width: 0px;}#container .css-xsl4vq {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 27px; letter-spacing: 0.54px; text-align: center; line-height: 1;}#container .css-l5enpy {font-variation-settings: normal; color: #DAD72A; --letter-spacing: 0.54px;}#container .css-o3hts7 {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 18px; letter-spacing: 0px; text-align: center; line-height: 24px;}#container .css-bhnxvw {width: 52.5px; height: 53.298px;}#container .css-zihw4s {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 18px; letter-spacing: 0px; text-align: center; line-height: 24px;}#container .css-bhnxwr {width: 52.5px; height: 53.299px;}#container .css-b0o8ga {width: 52.5px; height: 52.598px;}#container .css-htv81h {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 39px; padding: 7.5px 0px;}#container .css-b0ot2k {width: 52.5px; height: 52.662px;}#container .css-k6hl2k {width: 46.478px; height: 51px;}#container .css-6li8yz {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 29.25px; padding: 7.5px 0px;}#container .css-les8yi {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 15px; padding: 0px 0px 60px;}#container .css-htv6gn {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 15px; padding: 7.5px 0px;}#container .css-b0pbms {width: 52.5px; height: 52.703px;}#container .css-htv7tq {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 30px; padding: 7.5px 0px;}#container .css-5icrab {width: 1246px;}#container .css-2zauq4 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 100.5px; padding: 0px;}#container .css-r2mozo {max-width: 1087.5px; height: 248px; width: 100%;}#container .css-fsmhrg {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; border-radius: 42px; padding: 0px;}#container .css-8uobed {align-content: stretch; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1087.5 248' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(39.337 0.11536 -0.50588 49.148 499.91 123.07)'><stop stop-color='rgba(232,49,126,1)' offset='0'/><stop stop-color='rgba(232,49,126,0)' offset='1'/></linearGradient></defs></svg>");}#container .css-3krunj {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 20.25px; padding: 0px;}#container .css-v6ek4z {width: 281.089px; height: 247.5px;}#container .css-mhkusw {position: absolute; border-style: solid; border-color: #DAD72A; border-top-width: 6px; border-bottom-width: 6px; border-left-width: 6px; border-right-width: 6px; border-radius: 24px;}#container .css-meaxrh {font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 18px; letter-spacing: 0px; line-height: 0;}#container .css-veesav {white-space: pre-wrap; line-height: 24px; font-size: 18px;}#container .css-sce80y {left: 155px; right: 156px; top: 4634px;}#container .css-xowtbk {left: 0; right: 0; top: 3562px;}#container .css-9tovxd {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 66px; padding: 0px;}#container .css-8ugvr9 {box-sizing: border-box; padding-top: 30px; padding-bottom: 30px; padding-left: 123px; padding-right: 52.5px; display: flex; justify-content: center; align-items: center; gap: 115px; position: relative;}#container .css-i5fev8 {width: 569px;}#container .css-cvq5ua {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 27.75px; padding: 0px 19.5px;}#container .css-ni1lgn {position: absolute; border-style: solid; border-color: #E8317E; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 3px; border-right-width: 0px;}#container .css-hoydkc {width: 80px; height: 38px;}#container .css-jacequ {grid-column: 1; grid-row: 1; position: relative; margin-left: 87px; margin-top: 0;}#container .css-nvpd6h {grid-column: 1; grid-row: 1; position: relative; margin-left: 87px; margin-top: 0; display: block;}#container .css-rhv78e {display: block; grid-column: 1; grid-row: 1; position: relative; margin-left: 0; margin-top: 2.13px;}#container .css-xuln8z {width: 101.25px; height: 27px;}#container .css-uuhvvt {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 34px; letter-spacing: 0.68px; line-height: 1;}#container .css-6gepuu {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.68px;}#container .css-yico83 {display: block; grid-column: 1; grid-row: 1; position: relative; margin-left: 164.25px; margin-top: 1.13px;}#container .css-v9g4pv {width: 19.5px; height: 27px;}#container .css-ccehtp {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 21px; letter-spacing: 0px; line-height: 30px;}#container .css-67a4z8 {position: relative; flex-shrink: 0; flex: 1 0 0; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 21px; padding: 0px;}#container .css-lbmvid {width: 452.589px;}#container .css-cwog6z {width: 45.75px; height: 45.75px;}#container .css-3arqxr {white-space: pre-wrap; font-family: "Albert Sans:SemiBold", sans-serif; word-break: break-word; font-weight: 600; font-size: 24px; letter-spacing: 0px; line-height: 24px;}#container .css-h99tcr {width: 231.25px;}#container .css-kubv9q {width: 408.004px;}#container .css-yhdllg {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 25.5px; padding: 0px;}#container .css-u9a57g {width: 35.192px; height: 45.75px;}#container .css-aromq7 {width: 407.15px;}#container .css-40ps5j {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 12.75px; padding: 0px;}#container .css-kd4bao {width: 409.995px;}#container .css-35p2bf {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 30px; position: relative; padding: 0px 52px;}#container .css-nfmf3y {width: 1388px; height: 184px;}#container .css-xspnwg {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; border-radius: 24px; padding: 30.75px 82.5px;}#container .css-dgph8p {font-family: "Albert Sans:SemiBold", "Noto Sans:Bold", sans-serif; word-break: break-word; font-weight: 600; font-size: 20px; letter-spacing: 0px; text-align: center; line-height: 0;}#container .css-bhlsgq {white-space: pre-wrap; line-height: 24px; font-family: "Albert Sans:ExtraBold", "Noto Sans:Bold", sans-serif; word-break: break-word; font-weight: 800;}#container .css-5idevd {width: 1350px;}#container .css-p6bs5y {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; border-radius: 24px; padding: 28px 15px;}#container .css-hggyx4 {cursor: pointer; align-content: stretch; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1350 110' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(13.642 -20.374 26.321 10.56 1276.4 111.22)'><stop stop-color='rgba(232,49,126,1)' offset='0.4205'/><stop stop-color='rgba(230,77,112,1)' offset='0.49469'/><stop stop-color='rgba(227,105,98,1)' offset='0.56888'/><stop stop-color='rgba(223,160,70,1)' offset='0.71727'/><stop stop-color='rgba(218,215,42,1)' offset='1'/></linearGradient></defs></svg>");}#container .css-g8cd40 {box-sizing: border-box; display: flex; align-items: flex-end; gap: 7.5px; position: relative; padding: 0px 7.5px;}#container .css-aa2uxe {width: 639.246px;}#container .css-5vqshn {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 27px; letter-spacing: 0.54px; line-height: 1;}#container .css-bhwpm1 {color: #F2F5F7; --letter-spacing: 0.54px;}#container .css-q26uiq {height: 48px; min-width: 1px; min-height: 1px;}#container .css-vgeg2y {position: relative; flex-shrink: 0; flex: 1 0 0; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: flex-end; border-radius: 16.846px; padding: 0px;}#container .css-e8al6t {height: 48.75px;}#container .css-kagew5 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: flex-end; gap: 7.745px; border-radius: 7.745px; padding: 0px;}#container .css-w08tt {cursor: pointer; box-shadow: 0px 0.968px 1.936px 0px rgba(16, 24, 40, 0.05); align-content: stretch; background-color: rgba(242, 245, 247, 0.00); overflow: clip;}#container .css-yqry54 {width: 153.627px;}#container .css-n2xmno {white-space: pre-wrap; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 21px; letter-spacing: 0px; line-height: 23.234px;}#container .css-gc9dis {height: 299.25px; left: 0; right: -0.25px; bottom: 0;}#container .css-lezwic {position: absolute; box-sizing: border-box; display: grid; padding: 30px 54px;}#container .css-9yamql {box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 15px; position: relative; padding: 30px 18px;}#container .css-pr38j {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 18px; letter-spacing: 0px; line-height: 18px;}#container .css-3zmaoa {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 14.25px; padding: 0px;}#container .css-p0mbnn {width: 18px; height: 18px;}#container .css-7xf5ol {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 18px; letter-spacing: 0px; line-height: 18px;}#container .css-sz4ett {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 14.25px; padding: 0px;}#container .css-zfnehq {white-space: pre; line-height: 18px;}#container .css-xwptjg {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding: 0px;}#container .css-tyvwbd {white-space: nowrap; font-family: "Sansation:Regular", sans-serif; word-break: break-word; font-style: normal; font-size: 18px; letter-spacing: 0px; line-height: 0;}#container .css-wu8e84 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 9px; padding: 0px;}#container .css-vyvkfs {position: relative; flex-shrink: 0; grid-column: 4; grid-row: 1; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 15px; padding: 0px;}#container .css-3hbtyz {width: 187.5px; height: 187.5px;}#container .css-1rpy0d {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 9px; letter-spacing: 0px; line-height: 18px;}#container .css-rozl8x {height: 38px; left: 0; right: 0; top: 1291px;}#container .css-i9qvv6 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; padding: 0px 82px 36px;}#container .css-xtz1sl {width: 301px; height: 60px; left: 504px; top: 456px;}#container .css-ssiihr {width: 555px; height: 548px; left: calc(50% + 427.5px); top: 113px;}#container .css-siaos0 {width: 1506px; height: 424.71px; left: 50%; top: 522px;}#container .css-nan0t1 {width: 438.485px; height: 424.71px; left: -30.99px; top: 0;}#container .css-2lnbxv {width: 438.485px; height: 424.71px; left: 345.51px; top: 8px;}#container .css-kanf5t {width: 438.485px; height: 424.71px; left: 722.01px; top: 0;}#container .css-6jt167 {width: 438.485px; height: 424.71px; left: 1098.51px; top: 0;}#container .css-fs34wv {top: 18px; left: 0; bottom: 0px; right: 0; height: calc(100% - 18px);}#container .css-8zkb23 {position: sticky; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; padding: 12px 52px;}#container .css-qz2flw {width: 228.75px; height: 37.083px;}#container .css-pygw46 {height: 45px;}#container .css-rcaopd {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: center; gap: 12px; border-radius: 9999px; padding: 6px;}#container .css-rou5po {border-radius: 9999px;}#container .css-96k0lw {position: absolute; border-style: solid; border-color: #E8317E; border-top-width: 1.5px; border-bottom-width: 1.5px; border-left-width: 1.5px; border-right-width: 1.5px; border-radius: 9999px;}#container .css-neh0ym {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 6.86px; border-radius: 9999px; padding: 6.86px 10.29px;}#container .css-1u8n1o {white-space: nowrap; font-family: "Albert Sans:SemiBold", sans-serif; word-break: break-word; font-weight: 600; text-transform: uppercase; font-size: 18.23px; letter-spacing: 0.3646px; line-height: 0;}#container .css-rh5cjn {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.3646px;}#container .css-zh1op2 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 6.86px; border-radius: 9999px; padding: 6.86px 10.2px;}#container .css-qyilnc {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 6.86px; border-radius: 7499.25px; padding: 6.86px 10.29px;}#container .css-iaoa {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 6px; border-radius: 7499.25px; padding: 6px 9px;}#container .css-18pz6u {--content-width: calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2)); --content-margin: 0 var(--content-margin-x-scaled, 0); --content-min-width: calc(max(var(--viewport-width-scaled, 100%), 1700px) - (var(--content-margin-x-scaled, 0px) * 2)); --content-min-height: max(var(--viewport-height-scaled, var(--100dvh)), 6763px);}#container .css-rpd141 {--content-width: calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2)); --content-margin: 0 var(--content-margin-x-scaled, 0); --content-min-width: calc(max(var(--viewport-width-scaled, 100%), 1700px) - (var(--content-margin-x-scaled, 0px) * 2)); --content-min-height: max(var(--viewport-height-scaled, var(--100dvh)), 6763px); overflow: clip; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1700 6763' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(5.2047e-15 338.15 -85 2.0706e-14 850 3381.5)'><stop stop-color='rgba(22,33,78,1)' offset='0'/><stop stop-color='rgba(36,55,129,1)' offset='0.5'/><stop stop-color='rgba(51,76,180,1)' offset='1'/></linearGradient></defs></svg>");}#container .css-7pdmev {width: 1052.111px; height: 1072.889px; left: calc(50% + -644.11px); bottom: 49.01px;}#container .css-kaajql {width: 1052.111px; height: 1072.889px;}#container .css-nun5h {left: 0; right: 0; bottom: 447px;}#container .css-31khc3 {position: absolute; box-sizing: border-box; display: flex; align-items: center; gap: 19.833px; padding: 0px 65.481px;}#container .css-ncayog {height: 432px;}#container .css-yhkq4r {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 27.389px; padding: 0px;}#container .css-r1x5on {width: 411.801px; height: 431.926px;}#container .css-az7309 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 37.778px; padding: 0px;}#container .css-4j4cfr {height: 305.37px; width: 100%;}#container .css-xz8rrp {height: 305.37px; left: 0; right: 0; top: 0;}#container .css-5xq1p4 {width: 46.098px; height: 46.098px; right: 16.6px; bottom: 18.44px;}#container .css-ki0e1 {white-space: nowrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 17px; letter-spacing: 0.461px; line-height: 0;}#container .css-v2nel2 {font-variation-settings: normal; color: #DAD72A; --letter-spacing: 0.461px;}#container .css-6lnsac {white-space: pre; line-height: 20.283px;}#container .css-2cm9m7 {font-family: "Albert Sans:Medium", sans-serif; word-break: break-word; font-style: normal; font-size: 22.667px; letter-spacing: 0px; line-height: 0;}#container .css-kpt99x {white-space: pre-wrap; line-height: 30.222px;}#container .css-9h3tzf {width: 411.801px;}#container .css-rkud08 {height: 305.37px; left: 0; right: 0.01px; top: 0;}#container .css-etxut0 {width: 46.098px; height: 46.098px; right: 17.52px; bottom: 18.44px;}#container .css-7an1ii {width: 139.778px; height: 20.778px;}#container .css-v07ird {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 17px; letter-spacing: 0.461px; line-height: 0;}#container .css-qtmr0x {white-space: pre-wrap; line-height: 20.283px;}#container .css-z75xx5 {width: 110.394px; height: 20.778px;}#container .css-8li15h {left: -618px; right: 707px; top: 9684px;}#container .css-v0zgsa {width: 996.801px; height: 348.815px; left: calc(50% + 312.03px); top: calc(50% + -2923.76px);}#container .css-2chd6x {transform: translateX(-50%) translateY(-50%);}#container .css-qh51o7 {width: 996.801px; height: 348.815px;}#container .css-d94cwv {width: 865.111px; left: calc(50% + -351.96px); top: 174.72px;}#container .css-hdvvn5 {transform: translateX(-50%); align-content: stretch;}#container .css-5kahii {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 18.889px; padding: 0px;}#container .css-oxy60e {font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 79.056px; letter-spacing: 1.5811px; line-height: 0;}#container .css-eonvja {color: #F2F5F7; --letter-spacing: 1.5811px;}#container .css-4l059g {width: 302.222px; height: 0px;}#container .css-es710r {top: -0.47px; left: 0; right: 0; bottom: -0.47px;}#container .css-oaino5 {width: 769.722px; left: calc(50% + -399.66px); top: 359.82px;}#container .css-dipuxj {height: 74.296px; left: calc(50% + -536.08px); top: 534px;}#container .css-5o7pf8 {transform: translateX(-50%); cursor: pointer; box-shadow: 0px 1.219px 2.438px 0px rgba(16, 24, 40, 0.05); align-content: stretch; background-color: #DAD72A; overflow: clip;}#container .css-beo5ar {position: absolute; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 113.333px; border-radius: 9.753px; padding: 0px 15px;}#container .css-i5gsps {width: 312px;}#container .css-vxw6f9 {white-space: pre-wrap; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 20px; letter-spacing: 0px; line-height: 29.258px;}#container .css-5dz5xj {width: 42.5px; height: 42.5px;}#container .css-5d5ulb {width: 790px; left: calc(50% + -785px); top: 416px;}#container .css-6pztoq {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 25.9px; letter-spacing: 0px; line-height: 24px;}#container .css-dv76ab {width: 1700.315px; left: calc(50% + 0.16px); top: 1105.3px;}#container .css-yv264r {position: absolute; box-sizing: border-box; padding-top: 90.667px; padding-bottom: 90.667px; padding-left: 66.111px; padding-right: 68px; display: flex; flex-direction: column; align-items: center; gap: 78.389px;}#container .css-v66oo3 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 18.889px; padding: 0px;}#container .css-xcyl37 {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 0px; letter-spacing: 1.0074px; text-align: center; line-height: 0;}#container .css-97z02c {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 1.0074px;}#container .css-w4m9yv {font-size: 50.37px; line-height: 1;}#container .css-j66o78 {font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 50.37px; line-height: 1;}#container .css-xzavhm {width: 877.389px; height: 58.556px;}#container .css-bvytih {grid-template-columns: repeat(4, fit-content(100%)); grid-template-rows: repeat(1, fit-content(100%)); column-gap: 17.94444465637207px; row-gap: 17.94444465637207px;}#container .css-8vgcni {width: 205.889px;}#container .css-15wa6t {white-space: pre; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 50.37px; letter-spacing: 1.0074px; text-align: center; line-height: 1;}#container .css-8e4lzt {height: 24.556px; width: 100%;}#container .css-9dw3q4 {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 22.667px; letter-spacing: 0px; line-height: 30.222px;}#container .css-1rbt4b {width: 958.98px; height: 335.581px; left: calc(50% + -6.58px); top: 3604px;}#container .css-ucuo11 {width: 958.98px; height: 335.581px;}#container .css-uxl61p {width: 953.62px; height: 333.704px; left: calc(50% + -307.71px); top: 2174.74px;}#container .css-hw8rb0 {width: 953.62px; height: 333.704px;}#container .css-gv983s {width: 1700px; left: 50%; top: 1641px;}#container .css-2km5ng {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 128.444px; padding: 0px 66.111px;}#container .css-yyh0ul {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 28.333px; padding: 0px;}#container .css-a3i1p3 {height: 393.833px; min-width: 1px; min-height: 1px;}#container .css-7cg6h7 {position: relative; flex-shrink: 0; flex: 1 0 0; border-radius: 56.667px;}#container .css-2mt8ej {position: absolute; border-style: solid; border-color: #FFF; border-top-width: 1.889px; border-bottom-width: 1.889px; border-left-width: 1.889px; border-right-width: 1.889px; border-radius: 56.667px;}#container .css-1uykxp {box-sizing: border-box; padding-top: 26.444px; padding-bottom: 26.444px; padding-left: 14.167px; padding-right: 0px; display: flex; align-items: center; gap: 26.444px; position: relative;}#container .css-1ltate {width: 100%; height: 393.833px;}#container .css-x67aah {width: 288.896px; height: 341.889px;}#container .css-or9qd6 {position: relative; flex-shrink: 0; display: block; border-radius: 30.222px;}#container .css-s2vjys {border-radius: 30.222px;}#container .css-vlcf0b {box-sizing: border-box; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 37.778px; display: flex; flex-direction: column; align-items: flex-end; gap: 11.333px; position: relative;}#container .css-iexkq9 {width: 61.389px; height: 61.389px;}#container .css-nwsx19 {font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 45.333px; letter-spacing: 0.9067px; line-height: 0;}#container .css-j8a2tf {color: #DAD72A; --letter-spacing: 0.9067px;}#container .css-ey59v7 {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 28.333px; letter-spacing: 0px; line-height: 30.222px;}#container .css-qusxc3 {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 45.333px; letter-spacing: 0.9067px; line-height: 1;}#container .css-pjxp9 {color: #E8317E; --letter-spacing: 0.9067px;}#container .css-sjh0m9 {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 66.111px; position: relative; padding: 0px 37.778px;}#container .css-hlslz8 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 18.889px; padding: 0px;}#container .css-xh6wbc {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 45.333px; letter-spacing: 0.9067px; text-align: center; line-height: 1;}#container .css-b3ter4 {color: #F2F5F7; --letter-spacing: 0.9067px;}#container .css-50fvuk {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 50.37px; padding: 0px;}#container .css-pnk68y {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 75.556px; position: relative; padding: 0px 37.778px;}#container .css-xymujp {height: 277.037px; width: 100%;}#container .css-16fhiq {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 18.889px; position: relative; padding: 0px 37.778px;}#container .css-d4x3fh {width: 100%; height: 277.037px;}#container .css-nuakjr {width: 63.278px; height: 64.239px;}#container .css-nq1g3s {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 42.5px; padding: 9.444px 0px;}#container .css-q9hdzk {position: absolute; border-style: solid; border-color: #DAD72A; border-top-width: 0px; border-bottom-width: 2.833px; border-left-width: 0px; border-right-width: 0px;}#container .css-1m50rz {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 34px; letter-spacing: 0.68px; text-align: center; line-height: 1;}#container .css-km5uyb {font-variation-settings: normal; color: #DAD72A; --letter-spacing: 0.68px;}#container .css-y1zj2c {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 22.667px; letter-spacing: 0px; text-align: center; line-height: 30.222px;}#container .css-bxjv7f {width: 66.111px; height: 67.116px;}#container .css-jhmjbl {white-space: pre-wrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 22.667px; letter-spacing: 0px; text-align: center; line-height: 30.222px;}#container .css-bxjv6k {width: 66.111px; height: 67.117px;}#container .css-cekt6f {width: 66.111px; height: 66.234px;}#container .css-63pyyd {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 49.111px; padding: 9.444px 0px;}#container .css-cek7nf {width: 66.111px; height: 66.315px;}#container .css-qc26n3 {width: 58.528px; height: 64.222px;}#container .css-9zoo0g {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 36.833px; padding: 9.444px 0px;}#container .css-p5mvrg {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 18.889px; padding: 0px 0px 75.556px;}#container .css-wmq65n {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 18.889px; padding: 9.444px 0px;}#container .css-cek3w8 {width: 66.111px; height: 66.367px;}#container .css-9inlip {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; gap: 37.778px; padding: 9.444px 0px;}#container .css-ceisid {width: 66.111px; height: 66.584px;}#container .css-abhjgn {width: 1569.037px;}#container .css-92susv {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 126.556px; padding: 0px;}#container .css-o5fwe7 {max-width: 1369.4444580078125px; height: 312.296px; width: 100%;}#container .css-s4q978 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; border-radius: 52.889px; padding: 0px;}#container .css-ykol14 {align-content: stretch; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1369.4 312.3' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(49.535 0.14527 -0.63704 61.891 629.51 154.98)'><stop stop-color='rgba(232,49,126,1)' offset='0'/><stop stop-color='rgba(232,49,126,0)' offset='1'/></linearGradient></defs></svg>");}#container .css-m2upnr {width: 353.964px; height: 311.667px;}#container .css-j8iw7y {position: absolute; border-style: solid; border-color: #DAD72A; border-top-width: 7.556px; border-bottom-width: 7.556px; border-left-width: 7.556px; border-right-width: 7.556px; border-radius: 30.222px;}#container .css-ek5111 {font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 22.667px; letter-spacing: 0px; line-height: 0;}#container .css-7kjr94 {white-space: pre-wrap; line-height: 30.222px; font-size: 22.667px;}#container .css-tc9f0 {width: 1308.37px; left: calc(50% + -0.81px); top: 5770px;}#container .css-wqjczp {transform: translateX(-50%); color: #DAD72A; --letter-spacing: 0.9067px;}#container .css-mf1y1a {left: 0; right: 0; top: 4400px;}#container .css-jjdlz1 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 83.111px; padding: 0px;}#container .css-rclnwc {box-sizing: border-box; padding-top: 37.778px; padding-bottom: 37.778px; padding-left: 158px; padding-right: 66.111px; display: flex; justify-content: center; align-items: center; gap: 144.815px; position: relative;}#container .css-5eobww {max-width: 900px; min-width: 1px; min-height: 1px;}#container .css-gwgpwv {position: absolute; border-style: solid; border-color: #E8317E; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 3.778px; border-right-width: 0px;}#container .css-jo8ywo {width: 100%; height: 100%; max-width: inherit;}#container .css-4b0cup {max-width: inherit; width: 100%;}#container .css-5hifxl {box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 34.944px; position: relative; padding: 0px 24.556px;}#container .css-1w37qa {width: 100.741px; height: 47.852px;}#container .css-3w3r3k {grid-column: 1; grid-row: 1; position: relative; margin-left: 109.56px; margin-top: 0;}#container .css-v28m59 {grid-column: 1; grid-row: 1; position: relative; margin-left: 109.56px; margin-top: 0; display: block;}#container .css-p1w4am {display: block; grid-column: 1; grid-row: 1; position: relative; margin-left: 0; margin-top: 2.68px;}#container .css-y4i3y7 {width: 127.5px; height: 34px;}#container .css-84u9m2 {white-space: pre-wrap; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; text-transform: uppercase; font-size: 42.815px; letter-spacing: 0.8563px; line-height: 1;}#container .css-vtwjki {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.8563px;}#container .css-hv1pxm {display: block; grid-column: 1; grid-row: 1; position: relative; margin-left: 206.83px; margin-top: 1.42px;}#container .css-viw1ju {width: 24.556px; height: 34px;}#container .css-bnoy9z {white-space: pre-wrap; font-family: "Albert Sans:Regular", "Noto Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 26px; letter-spacing: 0px; line-height: 37.778px;}#container .css-73zg6v {position: relative; flex-shrink: 0; flex: 1 0 0; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 26.444px; padding: 0px;}#container .css-phrnzg {width: 569.927px;}#container .css-iv1rrj {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 15.111px; padding: 0px;}#container .css-rcuanx {width: 57.611px; height: 57.611px;}#container .css-xp9y2m {white-space: pre-wrap; font-family: "Albert Sans:SemiBold", sans-serif; word-break: break-word; font-weight: 600; font-size: 28px; letter-spacing: 0px; line-height: 30.222px;}#container .css-kaleux {width: 513.783px;}#container .css-o8eky4 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 32.111px; padding: 0px;}#container .css-pb3k83 {width: 44.316px; height: 57.611px;}#container .css-jtjmnh {width: 512.708px;}#container .css-jc2u9a {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 16.056px; padding: 0px;}#container .css-pwkrl7 {width: 516.29px;}#container .css-ueuq48 {max-width: 2000px; width: 100%;}#container .css-he82oa {box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 37.778px; position: relative; padding: 0px 65.481px;}#container .css-zhdu0w {height: 231.704px; width: 100%;}#container .css-cnyyei {box-sizing: border-box; display: flex; justify-content: center; align-items: center; position: relative; padding: 38.722px 103.889px;}#container .css-mmaorc {width: 100%; height: 231.704px;}#container .css-sovv0f {max-width: 1700px; min-width: 1px; min-height: 1px;}#container .css-5w0ybg {font-family: "Albert Sans:SemiBold", "Noto Sans:Bold", sans-serif; word-break: break-word; font-weight: 600; font-size: 25.185px; letter-spacing: 0px; text-align: center; line-height: 0;}#container .css-k3odi3 {white-space: pre-wrap; line-height: 30.222px; font-family: "Albert Sans:ExtraBold", "Noto Sans:Bold", sans-serif; word-break: break-word; font-weight: 800;}#container .css-5ifv40 {width: 1700px;}#container .css-va307a {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; border-radius: 30.222px; padding: 35.259px 18.889px;}#container .css-l5jivn {cursor: pointer; align-content: stretch; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1700 138.52' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(17.179 -25.656 33.145 13.297 1607.3 140.05)'><stop stop-color='rgba(232,49,126,1)' offset='0.4205'/><stop stop-color='rgba(230,77,112,1)' offset='0.49469'/><stop stop-color='rgba(227,105,98,1)' offset='0.56888'/><stop stop-color='rgba(223,160,70,1)' offset='0.71727'/><stop stop-color='rgba(218,215,42,1)' offset='1'/></linearGradient></defs></svg>");}#container .css-vcit7l {box-sizing: border-box; display: flex; align-items: flex-end; gap: 9.444px; position: relative; padding: 0px 9.444px;}#container .css-lj1dkd {width: 804.977px;}#container .css-mzhdas {white-space: pre-wrap; font-family: "Michroma:Regular", sans-serif; word-break: break-word; font-style: normal; text-transform: uppercase; font-size: 34px; letter-spacing: 0.68px; line-height: 1;}#container .css-aynwue {color: #F2F5F7; --letter-spacing: 0.68px;}#container .css-jq26te {height: 60.444px; min-width: 1px; min-height: 1px;}#container .css-4z8pp2 {position: relative; flex-shrink: 0; flex: 1 0 0; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: flex-end; border-radius: 21.214px; padding: 0px;}#container .css-b2yrfa {height: 61.389px;}#container .css-qqmysc {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: flex-end; gap: 9.753px; border-radius: 9.753px; padding: 0px;}#container .css-bma4kt {cursor: pointer; box-shadow: 0px 1.219px 2.438px 0px rgba(16, 24, 40, 0.05); align-content: stretch; background-color: rgba(242, 245, 247, 0.00); overflow: clip;}#container .css-mf7taa {width: 193.456px;}#container .css-n5xt8n {white-space: pre-wrap; font-family: "Albert Sans:ExtraBold", sans-serif; word-break: break-word; font-weight: 800; font-size: 26.444px; letter-spacing: 0px; line-height: 29.258px;}#container .css-9865dc {height: 376.833px; left: 0; right: -0.31px; bottom: 0.26px;}#container .css-wi301y {position: absolute; box-sizing: border-box; display: grid; padding: 37.778px 68px;}#container .css-jp01zh {box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 18.889px; position: relative; padding: 37.778px 22.667px;}#container .css-e3lr1p {white-space: pre; font-family: "Albert Sans:Bold", sans-serif; word-break: break-word; font-weight: 700; font-size: 22.67px; letter-spacing: 0px; line-height: 22.667px;}#container .css-jta6qt {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: center; gap: 17.944px; padding: 0px;}#container .css-a0eeyp {width: 22.667px; height: 22.667px;}#container .css-ja6g9h {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 22.67px; letter-spacing: 0px; line-height: 22.667px;}#container .css-qkx7po {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 17.944px; padding: 0px;}#container .css-pi2bks {white-space: nowrap; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 22.67px; letter-spacing: 0px; line-height: 0;}#container .css-4n4t6o {white-space: pre; line-height: 22.667px;}#container .css-rus14g {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; gap: 11.333px; padding: 0px;}#container .css-3fxzml {white-space: nowrap; font-family: "Sansation:Regular", sans-serif; word-break: break-word; font-style: normal; font-size: 22.67px; letter-spacing: 0px; line-height: 0;}#container .css-nqjmns {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; align-items: flex-start; gap: 11.333px; padding: 0px;}#container .css-5r0tdy {position: relative; flex-shrink: 0; grid-column: 4; grid-row: 1; align-self: flex-start; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; gap: 18.889px; padding: 0px;}#container .css-f6a8md {width: 236.111px; height: 236.111px;}#container .css-922zti {white-space: pre; font-family: "Albert Sans:Regular", sans-serif; word-break: break-word; font-weight: 400; font-size: 11.33px; letter-spacing: 0px; line-height: 22.667px;}#container .css-hpx7g2 {height: 47.852px; left: 0; right: 0; top: 1550px;}#container .css-vsub72 {position: absolute; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; padding: 0px 103.259px 45px;}#container .css-mnpj0b {width: 387px; height: 77px; left: calc(50% + -52.5px); top: 532px;}#container .css-7x61ei {width: 649px; height: 641px; left: calc(50% + 514.5px); top: 128px;}#container .css-p8dpgt {width: 1816px; height: 511.685px; left: 50%; top: 613px;}#container .css-lzr2m0 {width: 528.28px; height: 511.685px; left: -36.34px; top: -4px;}#container .css-izuglw {width: 528.28px; height: 511.685px; left: 417.13px; top: 0;}#container .css-1vwo25 {width: 528.28px; height: 511.685px; left: 870.59px; top: 6px;}#container .css-r6m9ku {width: 528.28px; height: 511.685px; left: 1324.06px; top: 0;}#container .css-bgvwer {top: 23px; left: 0; bottom: 0px; right: 0; height: calc(100% - 23px);}#container .css-kx7twf {position: sticky; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; padding: 15px 65px;}#container .css-gg6f0e {width: 305px; height: 49px;}#container .css-pbn7hs {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: center; gap: 15px; border-radius: 12591.333px; padding: 8.63px;}#container .css-ttr6q {border-radius: 12591.333px;}#container .css-73ssvi {position: absolute; border-style: solid; border-color: #E8317E; border-top-width: 1.889px; border-bottom-width: 1.889px; border-left-width: 1.889px; border-right-width: 1.889px; border-radius: 12591.333px;}#container .css-j6zz5h {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 8.63px; border-radius: 12591.333px; padding: 8.63px 12.95px;}#container .css-xjoj6d {white-space: nowrap; font-family: "Albert Sans:SemiBold", sans-serif; word-break: break-word; font-weight: 600; text-transform: uppercase; font-size: 22.95px; letter-spacing: 0.459px; line-height: 0;}#container .css-inlm3e {font-variation-settings: normal; color: #F2F5F7; --letter-spacing: 0.459px;}#container .css-ds2yin {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 8.63px; border-radius: 9443.5px; padding: 8.63px 12.95px;}#container .css-eoslr5 {position: relative; flex-shrink: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; gap: 7.556px; border-radius: 9443.5px; padding: 7.556px 11.333px;}</style><script>window.__serverRenderedCSSClassNames = {"css-vh2lqg":"{\"width\":\"var(--viewport-width-scaled)\",\"minHeight\":\"var(--viewport-height-scaled)\",\"height\":\"100%\",\"top\":\"0px\"}","css-tzn6qh":"{\"display\":\"block\",\"position\":\"absolute\"}","css-6gkcj1":"{\"transformOrigin\":\"top left\",\"--max-layout-width\":\"2048px\",\"--min-layout-width\":\"320px\",\"--max-font-size\":\"288px\",\"--min-font-size\":\"6px\",\"--viewport-width-scaled\":\"calc(var(--100dvw) / var(--viewport-scale))\",\"--viewport-height-scaled\":\"calc(var(--100dvh) / var(--viewport-scale))\",\"--content-width-scaled\":\"calc(var(--content-width-unscaled) / var(--viewport-scale))\",\"--content-margin-x-scaled\":\"max(calc((var(--viewport-width) - var(--max-layout-width)) / var(--viewport-scale) / 2), 0px)\"}","css-ll733z":"{\"position\":\"relative\"}","css-j6ldtg":"{\"minWidth\":\"var(--content-min-width)\",\"width\":\"100%\",\"height\":\"var(--content-min-height)\"}","css-qel6ds":"{\"--content-width\":\"calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-margin\":\"0 var(--content-margin-x-scaled, 0)\",\"--content-min-width\":\"calc(max(var(--viewport-width-scaled, 100%), 375px) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-min-height\":\"max(var(--viewport-height-scaled, var(--100dvh)), 10578px)\"}","css-vf8mzy":"{\"position\":\"relative\",\"display\":\"block\"}","css-mxbuvj":"{\"--content-width\":\"calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-margin\":\"0 var(--content-margin-x-scaled, 0)\",\"--content-min-width\":\"calc(max(var(--viewport-width-scaled, 100%), 375px) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-min-height\":\"max(var(--viewport-height-scaled, var(--100dvh)), 10578px)\",\"overflow\":\"clip\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 375 10578' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(1.1481e-15 528.9 -18.75 3.2386e-14 187.5 5289)'><stop stop-color='rgba(22,33,78,1)' offset='0'/><stop stop-color='rgba(36,55,129,1)' offset='0.5'/><stop stop-color='rgba(51,76,180,1)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-j9f0op":"{\"width\":\"100%\",\"height\":\"100%\"}","css-8zr56v":"{\"display\":\"block\"}","css-932d4v":"{\"aspectRatio\":\"375 / 382.4057312011719\"}","css-grtgjx":"{\"position\":\"absolute\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}","css-rlsiew":"{\"left\":\"-407px\",\"right\":\"-32.45px\",\"top\":\"8609px\"}","css-ayg824":"{\"flex\":\"0 0 auto\"}","css-kq3p15":"{\"transform\":\"matrix(1, 0, 0, -1, 0, 0) \"}","css-dr1lvq":"{\"width\":814.445,\"height\":830.529}","css-9j6u1t":"{\"width\":\"100%\",\"height\":\"100%\",\"maxWidth\":\"none\"}","css-trglf0":"{\"position\":\"absolute\"}","css-wixxpz":"{\"top\":\"0\",\"left\":\"0\",\"right\":\"0\",\"bottom\":\"0\"}","css-cd2pik":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"8860px\"}","css-sngu5h":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":38.519,\"paddingRight\":38.519,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":11.667}","css-xtcc3z":"{\"alignContent\":\"stretch\",\"overflowX\":\"auto\",\"overflowY\":\"clip\"}","css-5ly79v":"{\"height\":254.074}","css-5knerd":"{\"position\":\"relative\",\"flexShrink\":0}","css-jc3e5q":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":16.111}","css-paq0kv":"{\"alignContent\":\"stretch\"}","css-80ivem":"{\"width\":242.236,\"height\":254.074}","css-s0wrzj":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":22.222}","css-hf9sha":"{\"cursor\":\"pointer\",\"alignContent\":\"stretch\"}","css-7nrwt5":"{\"height\":179.63,\"width\":\"100%\"}","css-wc1msa":"{\"position\":\"relative\",\"flexShrink\":0,\"display\":\"block\"}","css-gxdil1":"{\"overflowX\":\"clip\",\"overflowY\":\"clip\"}","css-rh4stz":"{\"height\":179.63,\"left\":\"0\",\"right\":\"0\",\"top\":\"0\"}","css-roiesn":"{\"position\":\"absolute\",\"display\":\"block\"}","css-kkfbku":"{\"width\":27.116,\"height\":27.116,\"right\":\"9.76px\",\"bottom\":\"10.85px\"}","css-v27th6":"{\"width\":\"100%\"}","css-xrcmst":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"space-between\",\"alignItems\":\"flex-start\"}","css-vkpzlc":"{\"position\":\"relative\",\"flexShrink\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\"}","css-a7khat":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"10px\",\"letterSpacing\":\"0.2712px\",\"lineHeight\":0}","css-crm3db":"{\"fontVariationSettings\":\"normal\",\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.2712px\"}","css-99vyps":"{\"whiteSpace\":\"pre\",\"lineHeight\":\"11.931px\"}","css-adkrbn":"{\"fontFamily\":\"\\\"Albert Sans:Medium\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"13.333px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-xc740k":"{\"color\":\"#FFF\",\"--letter-spacing\":\"0px\"}","css-z5cm1o":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"17.778px\"}","css-s8f0hi":"{\"height\":179.63,\"left\":\"0\",\"right\":\"0.01px\",\"top\":\"0\"}","css-lobibj":"{\"width\":27.116,\"height\":27.116,\"right\":\"9.77px\",\"bottom\":\"10.85px\"}","css-no9anm":"{\"width\":27.116,\"height\":27.116,\"right\":\"10.3px\",\"bottom\":\"10.85px\"}","css-hl6c12":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"space-between\",\"alignItems\":\"center\"}","css-jxua0i":"{\"width\":82.222,\"height\":12.222}","css-9wxmi3":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"10px\",\"letterSpacing\":\"0.2712px\",\"lineHeight\":0}","css-thuxgd":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"11.931px\"}","css-4mshgi":"{\"width\":64.938,\"height\":12.222}","css-1cojbq":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"8781px\"}","css-yqaciv":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"30px\",\"letterSpacing\":\"0.6px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-sa10z3":"{\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.6px\"}","css-uebzpm":"{\"width\":375,\"height\":131.225,\"right\":\"329px\",\"top\":\"369.92px\"}","css-2yjztp":"{\"transform\":\"matrix(1, 0, 0, -1, 0, 0)\"}","css-edc7e7":"{\"width\":\"auto\",\"height\":\"auto\"}","css-1pzzo6":"{\"width\":375,\"height\":131.225}","css-g7jzjf":"{\"width\":281,\"height\":277,\"left\":\"calc(50% + 119px)\",\"top\":\"454px\"}","css-8hhw9a":"{\"transform\":\"translateX(-50%)\"}","css-r0azwh":"{\"inset\":0,\"pointerEvents\":\"none\"}","css-9unj7x":"{\"objectFit\":\"cover\",\"objectPosition\":\"50% 50%\"}","css-ez8men":"{\"maxWidth\":\"none\",\"width\":\"100%\",\"height\":\"100%\"}","css-g2vabl":"{\"left\":\"16px\",\"right\":\"16px\",\"top\":\"94px\"}","css-pgr953":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":12}","css-59rdls":"{\"width\":\"min-content\",\"minWidth\":\"100%\"}","css-wucjmu":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":0,\"letterSpacing\":\"0.64px\",\"lineHeight\":0}","css-6ilw8a":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.64px\"}","css-8jchzs":"{\"display\":\"block\",\"marginBottom\":0}","css-xqs2hw":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"1\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"32px\"}","css-4dtpe9":"{\"color\":\"#DAD72A\"}","css-blavoc":"{\"width\":320,\"height\":0}","css-wzihbf":"{\"top\":\"-0.5px\",\"left\":\"0\",\"right\":\"0\",\"bottom\":\"-0.5px\"}","css-ra583s":"{\"left\":\"16px\",\"right\":\"16px\",\"top\":\"190px\"}","css-pgr9u2":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":20}","css-nf5ac4":"{\"display\":\"block\",\"position\":\"relative\",\"flexShrink\":0}","css-fgf2fh":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"20px\",\"letterSpacing\":\"0.4px\",\"lineHeight\":\"1\"}","css-2i35z2":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.4px\"}","css-gl8a0c":"{\"left\":\"18.01px\",\"right\":\"13.99px\",\"top\":\"231.99px\"}","css-y7ge2o":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"26px\"}","css-4bvlvo":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0px\"}","css-lhktb1":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"878.84px\"}","css-fhgz8j":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":48,\"paddingBottom\":48,\"paddingLeft\":16,\"paddingRight\":16,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":33}","css-eagktl":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":20}","css-c220nf":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":0,\"letterSpacing\":\"0.48px\",\"textAlign\":\"center\",\"lineHeight\":0}","css-7ehyn8":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.48px\"}","css-25wzz3":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":\"24px\",\"lineHeight\":\"1.2\"}","css-b54yok":"{\"fontVariationSettings\":\"normal\"}","css-meez8c":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\"}","css-1jqv8v":"{\"fontVariationSettings\":\"normal\",\"color\":\"#E8317E\"}","css-oy3wa9":"{\"height\":152,\"width\":\"100%\"}","css-o2f48j":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"grid\"}","css-x5ez0h":"{\"gridTemplateColumns\":\"repeat(2, minmax(0, 1fr))\",\"gridTemplateRows\":\"repeat(2, fit-content(100%))\",\"columnGap\":12,\"rowGap\":20}","css-x4c1wa":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"1\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\"}","css-f8nayb":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"1\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-2gbjjk":"{\"alignContent\":\"stretch\",\"overflowX\":\"clip\",\"overflowY\":\"clip\"}","css-9i2ogs":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"38px\",\"letterSpacing\":\"0.76px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-60gond":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.76px\"}","css-muralo":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"20px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"32px\"}","css-swo5x5":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"1\",\"gridRow\":\"2\",\"alignSelf\":\"flex-start\"}","css-ot89ro":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"1\",\"gridRow\":\"2\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-z67dfd":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"2\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\"}","css-yjdefg":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"2\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-i5hzrs":"{\"width\":150}","css-oqdeeh":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"20px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"32px\"}","css-uyjhg8":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"2\",\"gridRow\":\"2\",\"alignSelf\":\"flex-start\"}","css-oysfm3":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"2\",\"gridRow\":\"2\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-ga5hha":"{\"width\":375,\"height\":131.226,\"left\":\"calc(50% + -295px)\",\"top\":\"3753.92px\"}","css-1pzzp1":"{\"width\":375,\"height\":131.226}","css-b1zhun":"{\"left\":\"3px\",\"right\":\"2px\",\"top\":\"1421px\"}","css-9totk4":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":30}","css-riie9k":"{\"borderRadius\":\"inherit\",\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\"}","css-vz6lp":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":10,\"paddingRight\":10,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":40,\"position\":\"relative\"}","css-ui25gn":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":52,\"borderTopRightRadius\":52,\"borderBottomRightRadius\":52,\"borderBottomLeftRadius\":52}","css-134pm3":"{\"cursor\":\"pointer\"}","css-7nx5zz":"{\"position\":\"absolute\",\"borderTopLeftRadius\":52,\"borderTopRightRadius\":52,\"borderBottomRightRadius\":52,\"borderBottomLeftRadius\":52,\"borderStyle\":\"solid\",\"borderColor\":\"#FFF\",\"borderTopWidth\":2,\"borderBottomWidth\":2,\"borderLeftWidth\":2,\"borderRightWidth\":2}","css-ggwoeh":"{\"top\":0,\"left\":0,\"right\":0,\"bottom\":0}","css-s3s1qq":"{\"overflow\":\"visible\",\"pointerEvents\":\"none\"}","css-66mmol":"{\"boxSizing\":\"border-box\",\"paddingTop\":20,\"paddingBottom\":20,\"paddingLeft\":20,\"paddingRight\":20,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":28,\"position\":\"relative\"}","css-vxjn7u":"{\"aspectRatio\":\"306 / 232\"}","css-4ntmu":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":32,\"borderTopRightRadius\":32,\"borderBottomRightRadius\":32,\"borderBottomLeftRadius\":32,\"display\":\"block\"}","css-gb7u7g":"{\"borderTopLeftRadius\":32,\"borderTopRightRadius\":32,\"borderBottomRightRadius\":32,\"borderBottomLeftRadius\":32}","css-phc9f9":"{\"overflow\":\"hidden\",\"inset\":0}","css-5bkgs4":"{\"width\":\"244.32%\",\"height\":\"218.1%\",\"top\":\"-64.96%\",\"left\":\"-67.75%\",\"maxWidth\":\"none\"}","css-hvsmau":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-end\",\"gap\":8}","css-h5xwa9":"{\"width\":45,\"height\":45}","css-sjr2cb":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"34px\",\"letterSpacing\":\"0.68px\",\"lineHeight\":\"1\"}","css-p4f1xv":"{\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.68px\"}","css-q4d2pw":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"20px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"32px\"}","css-hreoas":"{\"width\":\"188.31%\",\"height\":\"168.1%\",\"top\":\"-7.89%\",\"left\":\"-44.15%\",\"maxWidth\":\"none\"}","css-wvmq8d":"{\"color\":\"#E8317E\",\"--letter-spacing\":\"0.68px\"}","css-mw572b":"{\"height\":4317.711,\"width\":\"100%\"}","css-kv40h6":"{\"borderRadius\":\"inherit\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-lty0s6":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":10,\"paddingRight\":10,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":40,\"position\":\"relative\"}","css-69jlcn":"{\"width\":\"100%\",\"height\":4317.711}","css-h2rgky":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"36px\",\"letterSpacing\":\"0.72px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-akx20d":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.72px\"}","css-g9h90y":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":40}","css-4cqh55":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":30,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":20}","css-fz6j1q":"{\"width\":67,\"height\":68}","css-im158v":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":10,\"paddingBottom\":10,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":12}","css-puu13":"{\"position\":\"absolute\",\"borderStyle\":\"solid\",\"borderColor\":\"#DAD72A\",\"borderTopWidth\":0,\"borderBottomWidth\":3,\"borderLeftWidth\":0,\"borderRightWidth\":0}","css-yog8ku":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"24px\",\"letterSpacing\":\"0.48px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-lk93qp":"{\"fontVariationSettings\":\"normal\",\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.48px\"}","css-b33z9z":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":\"32px\"}","css-gfd2o2":"{\"width\":70,\"height\":71.064}","css-vwo1m8":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":10,\"paddingBottom\":10,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-uvanhn":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"24px\",\"letterSpacing\":\"0.48px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-c0cs6":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":\"32px\"}","css-gfd2n7":"{\"width\":70,\"height\":71.065}","css-ubyo51":"{\"width\":70,\"height\":70.13}","css-gwdirt":"{\"width\":70,\"height\":70.215}","css-e1zykx":"{\"width\":70,\"height\":76.811}","css-166r9q":"{\"boxSizing\":\"border-box\",\"paddingTop\":10,\"paddingBottom\":10,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"position\":\"relative\",\"borderRadius\":\"inherit\"}","css-g9h6ul":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":12}","css-gwdef3":"{\"width\":70,\"height\":70.271}","css-b0q3uw":"{\"width\":52.5,\"height\":52.875}","css-1f4zzs":"{\"maxWidth\":380,\"width\":350,\"minWidth\":1,\"minHeight\":1}","css-hv01ud":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\"}","css-fejfxk":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-w1qwf1":"{\"minWidth\":1,\"minHeight\":1,\"width\":\"100%\"}","css-303exn":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\",\"borderTopLeftRadius\":44,\"borderTopRightRadius\":44,\"borderBottomRightRadius\":44,\"borderBottomLeftRadius\":44,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":16}","css-s43mjc":"{\"alignContent\":\"stretch\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 350 758' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(-2.7685e-14 37.917 -477.97 12.825 175 378.71)'><stop stop-color='rgba(232,49,126,1)' offset='0'/><stop stop-color='rgba(232,49,126,0)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-g9h8a9":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":30}","css-nxkg5s":"{\"aspectRatio\":\"318 / 280\"}","css-m46mfv":"{\"width\":\"100%\",\"height\":\"170.49%\",\"top\":\"-8.57%\",\"left\":\"0.65%\",\"maxWidth\":\"none\"}","css-3oxyc2":"{\"position\":\"absolute\",\"borderTopLeftRadius\":32,\"borderTopRightRadius\":32,\"borderBottomRightRadius\":32,\"borderBottomLeftRadius\":32,\"borderStyle\":\"solid\",\"borderColor\":\"#DAD72A\",\"borderTopWidth\":7,\"borderBottomWidth\":7,\"borderLeftWidth\":7,\"borderRightWidth\":7}","css-v2mn34":"{\"left\":\"10px\",\"right\":\"10px\",\"top\":\"345.22px\"}","css-6roj3m":"{\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-1jn0oj":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"32px\"}","css-agu79d":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"32px\",\"fontSize\":\"24px\"}","css-5dbxfx":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"7002px\"}","css-9tovwi":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":65}","css-kpd2h":"{\"backgroundColor\":\"#16214E\"}","css-d3rfsa":"{\"boxSizing\":\"border-box\",\"paddingTop\":20,\"paddingBottom\":20,\"paddingLeft\":20,\"paddingRight\":20,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":42,\"position\":\"relative\"}","css-g9h6y1":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":16}","css-z9kw5f":"{\"lineHeight\":\"0\"}","css-bnsnia":"{\"position\":\"relative\",\"flexShrink\":0,\"display\":\"inline-grid\",\"justifyItems\":\"start\",\"alignItems\":\"start\"}","css-4cmtt6":"{\"gridTemplateColumns\":\"max-content\",\"gridTemplateRows\":\"max-content\"}","css-kvyrcs":"{\"width\":76.417,\"height\":35}","css-ojc173":"{\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"70.07px\",\"marginTop\":\"0\"}","css-bf4wte":"{\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"70.07px\",\"marginTop\":\"0\",\"display\":\"block\"}","css-hg1fy2":"{\"display\":\"block\",\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"35px\",\"marginTop\":\"2px\"}","css-tm46ix":"{\"transform\":\"translateX(-50%)\",\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.56px\"}","css-58c8id":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"28px\",\"letterSpacing\":\"0.56px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-fjso6r":"{\"display\":\"block\",\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"155.97px\",\"marginTop\":\"2px\"}","css-j0klad":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":40}","css-nln9so":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":16}","css-4vy9wl":"{\"width\":61,\"height\":61}","css-px28ix":"{\"left\":\"12.5%\",\"right\":\"12.5%\",\"top\":\"12.5%\",\"bottom\":\"12.5%\"}","css-avg0qn":"{\"top\":\"-4.19%\",\"left\":\"-4.19%\",\"right\":\"-4.19%\",\"bottom\":\"-4.19%\"}","css-i5hexr":"{\"width\":223}","css-ff5lmg":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:SemiBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":600,\"fontSize\":\"20px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"32px\"}","css-sv44hh":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":12}","css-8aici9":"{\"width\":61.333,\"height\":61.333}","css-9652r7":"{\"left\":\"9.38%\",\"right\":\"9.38%\",\"top\":\"12.5%\",\"bottom\":\"12.5%\"}","css-afxdtt":"{\"top\":\"-4.17%\",\"left\":\"-3.85%\",\"right\":\"-3.85%\",\"bottom\":\"-4.17%\"}","css-i5he5c":"{\"width\":235}","css-sv460l":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":34}","css-fbr4g6":"{\"width\":37,\"height\":48.1}","css-r1fl35":"{\"top\":\"-3.86%\",\"left\":\"-5.02%\",\"right\":\"-5.02%\",\"bottom\":\"-3.86%\"}","css-i5hy6y":"{\"width\":174}","css-sv44ls":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":17}","css-oc0im9":"{\"top\":\"-3.38%\",\"left\":\"-3.38%\",\"right\":\"-3.38%\",\"bottom\":\"-3.38%\"}","css-5ril8j":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":10,\"paddingRight\":10,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":14,\"position\":\"relative\"}","css-fsoke1":"{\"maxWidth\":375,\"width\":348.333}","css-oi8lbp":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"32px\",\"letterSpacing\":\"0.64px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-wtfjux":"{\"color\":\"#E8317E\",\"--letter-spacing\":\"0.64px\"}","css-c1bssx":"{\"width\":2412,\"height\":112.537}","css-x0g9u7":"{\"backgroundColor\":\"rgba(22, 33, 78, 0.00)\"}","css-88pgvw":"{\"boxSizing\":\"border-box\",\"paddingTop\":20,\"paddingBottom\":20,\"paddingLeft\":20,\"paddingRight\":20,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"position\":\"relative\"}","css-8vz62j":"{\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"20px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":0}","css-smr4qx":"{\"height\":1416,\"left\":\"0\",\"right\":\"0\",\"bottom\":\"0\"}","css-d99hkw":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":40,\"paddingBottom\":40,\"paddingLeft\":16,\"paddingRight\":16,\"display\":\"grid\"}","css-rwgyoe":"{\"gridTemplateColumns\":\"repeat(1, minmax(0, 1fr))\",\"gridTemplateRows\":\"repeat(4, minmax(0, 1fr))\",\"columnGap\":20,\"backgroundColor\":\"#16214E\"}","css-vwjssl":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"1\",\"gridRow\":\"1\"}","css-t8zmbz":"{\"borderRadius\":\"inherit\"}","css-k11rl3":"{\"boxSizing\":\"border-box\",\"paddingTop\":40,\"paddingBottom\":40,\"paddingLeft\":24,\"paddingRight\":24,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":20,\"position\":\"relative\"}","css-awn7s":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"24px\"}","css-sv44ni":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":19}","css-cd1uvh":"{\"width\":24,\"height\":24}","css-8c9lpc":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"24px\"}","css-nln9v9":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":19}","css-92ccxk":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-z6m7gn":"{\"whiteSpace\":\"pre\",\"lineHeight\":\"24px\"}","css-vwjs1w":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"1\",\"gridRow\":\"2\"}","css-eaglik":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":12}","css-x9eg9n":"{\"cursor\":\"pointer\",\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0px\"}","css-vwjrb7":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"1\",\"gridRow\":\"3\"}","css-nln9p8":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":12}","css-q9su6f":"{\"aspectRatio\":\"343 / 319\"}","css-khcdyv":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"1\",\"gridRow\":\"4\",\"alignSelf\":\"flex-start\"}","css-bhd8sk":"{\"aspectRatio\":\"343 / 319\",\"alignContent\":\"stretch\"}","css-nylaa8":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"1\",\"gridRow\":\"4\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":20}","css-b495q3":"{\"width\":250,\"height\":250}","css-puxbx6":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"12px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"24px\"}","css-5id6rj":"{\"left\":\"10px\",\"right\":\"10px\",\"top\":\"8498px\"}","css-flh3y7":"{\"position\":\"absolute\",\"borderTopLeftRadius\":32,\"borderTopRightRadius\":32,\"borderBottomRightRadius\":32,\"borderBottomLeftRadius\":32,\"boxSizing\":\"border-box\",\"paddingTop\":24,\"paddingBottom\":24,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"flex-end\",\"alignItems\":\"flex-start\",\"gap\":50}","css-x5zeu5":"{\"cursor\":\"pointer\",\"alignContent\":\"stretch\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 355 239' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(23.902 -21.298 31.434 31.138 335.62 139.23)'><stop stop-color='rgba(232,49,126,1)' offset='0.42'/><stop stop-color='rgba(230,77,112,1)' offset='0.495'/><stop stop-color='rgba(228,105,98,1)' offset='0.57'/><stop stop-color='rgba(223,160,70,1)' offset='0.72'/><stop stop-color='rgba(218,215,42,1)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-x7gol6":"{\"borderRadius\":\"inherit\",\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"flex-end\"}","css-deeywt":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":15,\"paddingRight\":15,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"flex-end\",\"alignItems\":\"flex-start\",\"gap\":15,\"position\":\"relative\"}","css-y7zd1p":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"24px\",\"letterSpacing\":\"0.48px\",\"lineHeight\":\"1\"}","css-bwr5ms":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.48px\"}","css-qguv83":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":15,\"paddingRight\":15,\"display\":\"flex\",\"alignItems\":\"flex-end\",\"gap\":30}","css-qg34n2":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":44.923,\"borderTopRightRadius\":44.923,\"borderBottomRightRadius\":44.923,\"borderBottomLeftRadius\":44.923,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-end\"}","css-eyqllr":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":20.652,\"borderTopRightRadius\":20.652,\"borderBottomRightRadius\":20.652,\"borderBottomLeftRadius\":20.652,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-end\",\"gap\":20.652}","css-9pwagw":"{\"cursor\":\"pointer\",\"boxShadow\":\"0px 2.582px 5.163px 0px rgba(16, 24, 40, 0.05)\",\"alignContent\":\"stretch\",\"overflowX\":\"clip\",\"overflowY\":\"clip\",\"backgroundColor\":\"rgba(232, 49, 126, 0.00)\"}","css-37t2s6":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Medium\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"37px\"}","css-7w6y3g":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0px\"}","css-bhht40":"{\"position\":\"relative\",\"flexShrink\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}","css-nyhs22":"{\"transform\":\"matrix(-0.9999999403953552, 0, 0, -0.9999999403953552, 0, 0)\"}","css-2gvdb0":"{\"left\":\"18px\",\"top\":\"458.99px\"}","css-7bxub":"{\"position\":\"absolute\",\"borderTopLeftRadius\":10.326,\"borderTopRightRadius\":10.326,\"borderBottomRightRadius\":10.326,\"borderBottomLeftRadius\":10.326,\"boxSizing\":\"border-box\",\"paddingTop\":10,\"paddingBottom\":10,\"paddingLeft\":10,\"paddingRight\":10,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":20}","css-e5kr0k":"{\"cursor\":\"pointer\",\"boxShadow\":\"0px 1.291px 2.582px 0px rgba(16, 24, 40, 0.05)\",\"alignContent\":\"stretch\",\"overflowX\":\"clip\",\"overflowY\":\"clip\",\"backgroundColor\":\"#DAD72A\"}","css-om19s5":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"16px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"30.979px\"}","css-pwrc6r":"{\"fontVariationSettings\":\"normal\",\"color\":\"#16214E\",\"--letter-spacing\":\"0px\"}","css-ailwp":"{\"width\":30,\"height\":30}","css-poakq6":"{\"left\":\"15px\",\"right\":\"15px\",\"top\":\"1328px\"}","css-k090c0":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"flex-end\",\"alignItems\":\"center\",\"gap\":12}","css-mgovpk":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"24px\",\"letterSpacing\":\"0.48px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-wbeyzh":"{\"width\":375,\"height\":131.225,\"left\":\"calc(50% + -295px)\",\"top\":\"3753.92px\"}","css-1zwxkl":"{\"width\":969,\"height\":425,\"left\":\"calc(50% + -136px)\",\"top\":\"520px\"}","css-s360kl":"{\"width\":284,\"height\":276,\"left\":\"377px\",\"top\":\"-27px\"}","css-j3e3og":"{\"width\":284,\"height\":275,\"right\":\"88px\",\"bottom\":\"39px\"}","css-w34x0p":"{\"width\":261,\"height\":52,\"left\":\"18px\",\"top\":\"393px\"}","css-d4g9e7":"{\"top\":\"0\",\"left\":\"0\",\"bottom\":0,\"right\":\"0\",\"height\":\"calc(100% - 0)\"}","css-5eam1e":"{\"pointerEvents\":\"none\"}","css-26fmji":"{\"position\":\"sticky\"}","css-gfszfx":"{\"top\":0}","css-bggw9n":"{\"pointerEvents\":\"auto\"}","css-8pvx8r":"{\"position\":\"sticky\",\"boxSizing\":\"border-box\",\"paddingTop\":12,\"paddingBottom\":12,\"paddingLeft\":16,\"paddingRight\":16,\"display\":\"flex\",\"justifyContent\":\"space-between\",\"alignItems\":\"center\"}","css-fxzp0d":"{\"pointerEvents\":\"auto\",\"alignContent\":\"stretch\",\"backgroundColor\":\"#16214E\"}","css-3oa9jj":"{\"width\":170,\"height\":28}","css-x6m2q2":"{\"cursor\":\"pointer\",\"overflowX\":\"clip\",\"overflowY\":\"clip\"}","css-ygvso9":"{\"left\":\"16.67%\",\"right\":\"16.67%\",\"top\":\"25%\",\"bottom\":\"25%\"}","css-s17fs1":"{\"top\":\"-8.33%\",\"left\":\"-6.25%\",\"right\":\"-6.25%\",\"bottom\":\"-8.33%\"}","css-mw4d05":"{\"--content-width\":\"calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-margin\":\"0 var(--content-margin-x-scaled, 0)\",\"--content-min-width\":\"calc(max(var(--viewport-width-scaled, 100%), 450px) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-min-height\":\"max(var(--viewport-height-scaled, var(--100dvh)), 12650px)\"}","css-69wadq":"{\"--content-width\":\"calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-margin\":\"0 var(--content-margin-x-scaled, 0)\",\"--content-min-width\":\"calc(max(var(--viewport-width-scaled, 100%), 450px) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-min-height\":\"max(var(--viewport-height-scaled, var(--100dvh)), 12650px)\",\"overflow\":\"clip\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 450 12650' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(1.3777e-15 632.5 -22.5 3.8729e-14 225 6325)'><stop stop-color='rgba(22,33,78,1)' offset='0'/><stop stop-color='rgba(36,55,129,1)' offset='0.5'/><stop stop-color='rgba(51,76,180,1)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-j4v95x":"{\"left\":\"-489px\",\"right\":\"-38.33px\",\"top\":\"10220px\"}","css-1wlafu":"{\"width\":977.334,\"height\":996.635}","css-6e9loz":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"10619px\"}","css-1ptkat":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":46.222,\"paddingRight\":46.222,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":14}","css-w2ufy9":"{\"height\":304.889}","css-kr9kuh":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":19.333}","css-66nlln":"{\"width\":290.683,\"height\":304.889}","css-q4nndk":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":26.667}","css-yxuj8f":"{\"height\":215.556,\"width\":\"100%\"}","css-fx5bi5":"{\"height\":215.556,\"left\":\"0\",\"right\":\"0\",\"top\":\"0\"}","css-31sk3k":"{\"width\":32.54,\"height\":32.54,\"right\":\"11.71px\",\"bottom\":\"13.02px\"}","css-vgn3yt":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"12px\",\"letterSpacing\":\"0.3254px\",\"lineHeight\":0}","css-fmf3bd":"{\"fontVariationSettings\":\"normal\",\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.3254px\"}","css-r9e69n":"{\"whiteSpace\":\"pre\",\"lineHeight\":\"14.317px\"}","css-v4166j":"{\"fontFamily\":\"\\\"Albert Sans:Medium\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"16px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-98owhk":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"21.333px\"}","css-tnw68g":"{\"height\":215.556,\"left\":\"0\",\"right\":\"0.01px\",\"top\":\"0\"}","css-468jfm":"{\"width\":32.54,\"height\":32.54,\"right\":\"11.72px\",\"bottom\":\"13.01px\"}","css-2nwcbc":"{\"width\":32.54,\"height\":32.54,\"right\":\"12.36px\",\"bottom\":\"13.02px\"}","css-aubr9f":"{\"width\":98.667,\"height\":14.667}","css-jfyu7f":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"12px\",\"letterSpacing\":\"0.3254px\",\"lineHeight\":0}","css-71f7j2":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"14.317px\"}","css-ks2pl5":"{\"width\":77.925,\"height\":14.667}","css-6vs0ru":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"10537.6px\"}","css-oqo73u":"{\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.72px\"}","css-fizr4j":"{\"width\":450,\"height\":157.471,\"right\":\"394.8px\",\"top\":\"443.91px\"}","css-lallk9":"{\"width\":450,\"height\":157.471}","css-8mqbr0":"{\"left\":\"19.2px\",\"right\":\"19.2px\",\"top\":\"112.8px\"}","css-xcc81t":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":14.4}","css-7ncq7f":"{\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"38px\",\"letterSpacing\":\"0.76px\",\"lineHeight\":0}","css-aipvmx":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.76px\"}","css-duvgjf":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"1\"}","css-d1p3mi":"{\"width\":384,\"height\":0}","css-ihm4mt":"{\"top\":\"-0.6px\",\"left\":\"0\",\"right\":\"0\",\"bottom\":\"-0.6px\"}","css-87w46g":"{\"left\":\"19.2px\",\"right\":\"19.2px\",\"top\":\"228px\"}","css-pgr9xi":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":24}","css-e33ehz":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"24px\",\"letterSpacing\":\"0.48px\",\"lineHeight\":\"1\"}","css-z7nb1s":"{\"left\":\"21.62px\",\"right\":\"16.78px\",\"top\":\"277.18px\"}","css-q7401c":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"28.8px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"28px\"}","css-wi8oj4":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"976.2px\"}","css-ralter":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":57.6,\"paddingBottom\":57.6,\"paddingLeft\":19.2,\"paddingRight\":19.2,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":39.6}","css-eagkq5":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":24}","css-dd0h8v":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":0,\"letterSpacing\":\"0.576px\",\"textAlign\":\"center\",\"lineHeight\":0}","css-32rgv2":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.576px\"}","css-8xpe1f":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":\"28.8px\",\"lineHeight\":\"1.2\"}","css-eqr6fp":"{\"height\":190,\"width\":\"100%\"}","css-bcgnrd":"{\"gridTemplateColumns\":\"repeat(2, minmax(0, 1fr))\",\"gridTemplateRows\":\"repeat(2, fit-content(100%))\",\"columnGap\":14.40000057220459,\"rowGap\":20}","css-dlfhlp":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"45.6px\",\"letterSpacing\":\"0.912px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-iaraoo":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.912px\"}","css-u8zzh8":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"38.4px\"}","css-i5hxjp":"{\"width\":180}","css-bmtzxj":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"38.4px\"}","css-nve9by":"{\"width\":450,\"height\":157.471,\"left\":\"calc(50% + -354px)\",\"top\":\"4504.71px\"}","css-173ac6":"{\"width\":414,\"height\":409,\"left\":\"calc(50% + 140px)\",\"top\":\"498px\"}","css-bg2g02":"{\"left\":\"3.6px\",\"right\":\"2.4px\",\"top\":\"1635.6px\"}","css-9totpa":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":36}","css-efl7in":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":12,\"paddingRight\":12,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":48,\"position\":\"relative\"}","css-mrzfjb":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":62.4,\"borderTopRightRadius\":62.4,\"borderBottomRightRadius\":62.4,\"borderBottomLeftRadius\":62.4}","css-sc9qkz":"{\"position\":\"absolute\",\"borderTopLeftRadius\":62.4,\"borderTopRightRadius\":62.4,\"borderBottomRightRadius\":62.4,\"borderBottomLeftRadius\":62.4,\"borderStyle\":\"solid\",\"borderColor\":\"#FFF\",\"borderTopWidth\":2.4,\"borderBottomWidth\":2.4,\"borderLeftWidth\":2.4,\"borderRightWidth\":2.4}","css-l9lmq9":"{\"boxSizing\":\"border-box\",\"paddingTop\":24,\"paddingBottom\":24,\"paddingLeft\":24,\"paddingRight\":24,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":33.6,\"position\":\"relative\"}","css-y47iwq":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":38.4,\"borderTopRightRadius\":38.4,\"borderBottomRightRadius\":38.4,\"borderBottomLeftRadius\":38.4,\"display\":\"block\"}","css-6j94rw":"{\"borderTopLeftRadius\":38.4,\"borderTopRightRadius\":38.4,\"borderBottomRightRadius\":38.4,\"borderBottomLeftRadius\":38.4}","css-3qax1f":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-end\",\"gap\":9.6}","css-g4m2dv":"{\"width\":54,\"height\":54}","css-q5mtgx":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"40.8px\",\"letterSpacing\":\"0.816px\",\"lineHeight\":\"1\"}","css-roromw":"{\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.816px\"}","css-cu3ac4":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"38.4px\"}","css-l2mhd4":"{\"color\":\"#E8317E\",\"--letter-spacing\":\"0.816px\"}","css-3cgjh2":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":12,\"paddingRight\":12,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":55,\"position\":\"relative\"}","css-5nasjl":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"43.2px\",\"letterSpacing\":\"0.864px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-s8isf0":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.864px\"}","css-g9h97u":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":48}","css-migt8h":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":36,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":24}","css-o1nm5u":"{\"width\":80.4,\"height\":81.622}","css-xri8mh":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":12,\"paddingBottom\":12,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":14.4}","css-hgpd2p":"{\"position\":\"absolute\",\"borderStyle\":\"solid\",\"borderColor\":\"#DAD72A\",\"borderTopWidth\":0,\"borderBottomWidth\":3.6,\"borderLeftWidth\":0,\"borderRightWidth\":0}","css-u1mu8g":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"28.8px\",\"letterSpacing\":\"0.576px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-fugj01":"{\"fontVariationSettings\":\"normal\",\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.576px\"}","css-ic0syh":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"28.8px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":\"38.4px\"}","css-8qxsks":"{\"width\":84,\"height\":85.277}","css-ihk6i8":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":12,\"paddingBottom\":12,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-md1o6l":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"28.8px\",\"letterSpacing\":\"0.576px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-46wovo":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"28.8px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":\"38.4px\"}","css-8qxsjx":"{\"width\":84,\"height\":85.278}","css-9803gr":"{\"width\":84,\"height\":84.156}","css-97zgen":"{\"width\":84,\"height\":84.259}","css-4iazdp":"{\"width\":84,\"height\":92.173}","css-8je4u":"{\"boxSizing\":\"border-box\",\"paddingTop\":12,\"paddingBottom\":12,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"position\":\"relative\",\"borderRadius\":\"inherit\"}","css-273gkl":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":14.4}","css-97yvqn":"{\"width\":84,\"height\":84.325}","css-5de9th":"{\"width\":63,\"height\":63.451}","css-eg7w48":"{\"maxWidth\":440,\"width\":\"100%\"}","css-2uqr2m":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":189.6}","css-1v2obr":"{\"height\":969.6,\"width\":\"100%\"}","css-100fu4":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":52.8,\"borderTopRightRadius\":52.8,\"borderBottomRightRadius\":52.8,\"borderBottomLeftRadius\":52.8,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-t5uurt":"{\"alignContent\":\"stretch\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 420 969.6' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(-3.3222e-14 48.502 -573.56 16.405 210 484.43)'><stop stop-color='rgba(232,49,126,1)' offset='0'/><stop stop-color='rgba(232,49,126,0)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-285rs9":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":32.4}","css-6jtx8g":"{\"position\":\"absolute\",\"borderTopLeftRadius\":38.4,\"borderTopRightRadius\":38.4,\"borderBottomRightRadius\":38.4,\"borderBottomLeftRadius\":38.4,\"borderStyle\":\"solid\",\"borderColor\":\"#DAD72A\",\"borderTopWidth\":8.4,\"borderBottomWidth\":8.4,\"borderLeftWidth\":8.4,\"borderRightWidth\":8.4}","css-gig4kc":"{\"left\":\"12px\",\"right\":\"12px\",\"top\":\"412.27px\"}","css-di0yho":"{\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"28.8px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-lllnk1":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"38.4px\"}","css-m1oyef":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"38.4px\",\"fontSize\":\"28.8px\"}","css-weswh7":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"8355.6px\"}","css-9towps":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":78}","css-rsvbcf":"{\"boxSizing\":\"border-box\",\"paddingTop\":24,\"paddingBottom\":24,\"paddingLeft\":24,\"paddingRight\":24,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":50.4,\"position\":\"relative\"}","css-276ngi":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":19.2}","css-xj6kfl":"{\"width\":91.701,\"height\":42}","css-b7bg8f":"{\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"84.08px\",\"marginTop\":\"0\"}","css-pw52g4":"{\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"84.08px\",\"marginTop\":\"0\",\"display\":\"block\"}","css-26glr0":"{\"display\":\"block\",\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"42px\",\"marginTop\":\"2.4px\"}","css-jk4d0h":"{\"transform\":\"translateX(-50%)\",\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.672px\"}","css-q60hnf":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"33.6px\",\"letterSpacing\":\"0.672px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-km890e":"{\"display\":\"block\",\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"187.06px\",\"marginTop\":\"2.4px\"}","css-j0kjsz":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":60}","css-lzbbsh":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":19.2}","css-rmfv8v":"{\"width\":73.2,\"height\":73.2}","css-ta1w49":"{\"width\":267.6}","css-tevvt4":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:SemiBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":600,\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"38.4px\"}","css-yhy177":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":14.4}","css-9mu421":"{\"width\":73.6,\"height\":73.6}","css-i5haig":"{\"width\":282}","css-ygd79s":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":40.8}","css-osfgpk":"{\"width\":44.4,\"height\":57.72}","css-t6rrlc":"{\"width\":208.8}","css-yhgsjy":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":20.4}","css-s21w1n":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":12,\"paddingRight\":12,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":16.8,\"position\":\"relative\"}","css-qkuc9b":"{\"maxWidth\":450.0000305175781,\"width\":418}","css-kgrimu":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"38.4px\",\"letterSpacing\":\"0.768px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-xcp2fg":"{\"color\":\"#E8317E\",\"--letter-spacing\":\"0.768px\"}","css-hnze3f":"{\"width\":2894.4,\"height\":135.044}","css-jwijlo":"{\"boxSizing\":\"border-box\",\"paddingTop\":24,\"paddingBottom\":24,\"paddingLeft\":24,\"paddingRight\":24,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"position\":\"relative\"}","css-4x1cht":"{\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":0}","css-xr47ck":"{\"height\":1699.2,\"left\":\"0\",\"right\":\"0\",\"bottom\":\"0.2px\"}","css-y5lgoi":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":48,\"paddingBottom\":48,\"paddingLeft\":19.2,\"paddingRight\":19.2,\"display\":\"grid\"}","css-c9mvsh":"{\"boxSizing\":\"border-box\",\"paddingTop\":48,\"paddingBottom\":48,\"paddingLeft\":28.8,\"paddingRight\":28.8,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":24,\"position\":\"relative\"}","css-jhtgcm":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"28.8px\"}","css-yhfihg":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":22.8}","css-jy0hqn":"{\"width\":28.8,\"height\":28.8}","css-fhf54e":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"28.8px\"}","css-lzqnmb":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":22.8}","css-pllw5j":"{\"whiteSpace\":\"pre\",\"lineHeight\":\"28.8px\"}","css-oac2d0":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":14.4}","css-lz84wk":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":14.4}","css-nylado":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"1\",\"gridRow\":\"4\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":24}","css-4oocxn":"{\"width\":300,\"height\":300}","css-fktohc":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"14.4px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"28.8px\"}","css-2vls5c":"{\"left\":\"12px\",\"right\":\"12px\",\"top\":\"10203.8px\"}","css-f22bum":"{\"position\":\"absolute\",\"borderTopLeftRadius\":38.4,\"borderTopRightRadius\":38.4,\"borderBottomRightRadius\":38.4,\"borderBottomLeftRadius\":38.4,\"boxSizing\":\"border-box\",\"paddingTop\":28.8,\"paddingBottom\":28.8,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"flex-end\",\"alignItems\":\"flex-start\",\"gap\":60}","css-rqyczb":"{\"cursor\":\"pointer\",\"alignContent\":\"stretch\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 426 287.6' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(28.682 -25.629 37.721 37.47 402.74 167.55)'><stop stop-color='rgba(232,49,126,1)' offset='0.42'/><stop stop-color='rgba(230,77,112,1)' offset='0.495'/><stop stop-color='rgba(228,105,98,1)' offset='0.57'/><stop stop-color='rgba(223,160,70,1)' offset='0.72'/><stop stop-color='rgba(218,215,42,1)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-cy730q":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":18,\"paddingRight\":18,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":18,\"position\":\"relative\"}","css-8k1cht":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"28.8px\",\"letterSpacing\":\"0.576px\",\"lineHeight\":\"1\"}","css-qgdj2":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.576px\"}","css-l1xgwb":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Medium\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"28.8px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"34px\"}","css-jzcotz":"{\"width\":413,\"left\":\"15px\",\"top\":\"526px\"}","css-w8n6w9":"{\"position\":\"absolute\",\"borderTopLeftRadius\":12.391,\"borderTopRightRadius\":12.391,\"borderBottomRightRadius\":12.391,\"borderBottomLeftRadius\":12.391,\"boxSizing\":\"border-box\",\"paddingTop\":12,\"paddingBottom\":12,\"paddingLeft\":12,\"paddingRight\":12,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":15}","css-n35p59":"{\"cursor\":\"pointer\",\"boxShadow\":\"0px 1.549px 3.098px 0px rgba(16, 24, 40, 0.05)\",\"alignContent\":\"stretch\",\"overflowX\":\"clip\",\"overflowY\":\"clip\",\"backgroundColor\":\"#DAD72A\"}","css-kyktpq":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"37.174px\"}","css-kkm70r":"{\"width\":36,\"height\":36}","css-q0c1iq":"{\"left\":\"18px\",\"right\":\"18px\",\"top\":\"1522.2px\"}","css-mp0npk":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"flex-end\",\"alignItems\":\"center\",\"gap\":14.4}","css-irg00m":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"28.8px\",\"letterSpacing\":\"0.576px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-7smydo":"{\"width\":1506,\"height\":424.71,\"left\":\"calc(50% + 16px)\",\"top\":\"652px\"}","css-pf7iuk":"{\"width\":325,\"height\":315,\"left\":\"444px\",\"top\":\"-76px\"}","css-9dl1az":"{\"aspectRatio\":\"382 / 370\"}","css-7oqwhg":"{\"left\":\"701px\",\"top\":\"55px\",\"bottom\":\"54.71px\"}","css-enxi34":"{\"width\":387,\"height\":77,\"left\":\"15px\",\"top\":\"430px\"}","css-xzbduv":"{\"position\":\"sticky\",\"boxSizing\":\"border-box\",\"paddingTop\":14.4,\"paddingBottom\":14.4,\"paddingLeft\":19.2,\"paddingRight\":19.2,\"display\":\"flex\",\"justifyContent\":\"space-between\",\"alignItems\":\"center\"}","css-e3ehxb":"{\"width\":204,\"height\":33.6}","css-ryh4a":"{\"--content-width\":\"calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-margin\":\"0 var(--content-margin-x-scaled, 0)\",\"--content-min-width\":\"calc(max(var(--viewport-width-scaled, 100%), 750px) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-min-height\":\"max(var(--viewport-height-scaled, var(--100dvh)), 20693px)\"}","css-w19k5x":"{\"--content-width\":\"calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-margin\":\"0 var(--content-margin-x-scaled, 0)\",\"--content-min-width\":\"calc(max(var(--viewport-width-scaled, 100%), 750px) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-min-height\":\"max(var(--viewport-height-scaled, var(--100dvh)), 20693px)\",\"overflow\":\"clip\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 750 20693' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(2.2962e-15 1034.7 -37.5 6.3354e-14 375 10346)'><stop stop-color='rgba(22,33,78,1)' offset='0'/><stop stop-color='rgba(36,55,129,1)' offset='0.5'/><stop stop-color='rgba(51,76,180,1)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-bzbp8o":"{\"left\":\"-822px\",\"right\":\"-56.89px\",\"top\":\"16733px\"}","css-wecpvv":"{\"width\":1628.89,\"height\":1661.059}","css-9nr0ot":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"17263px\"}","css-ixcgv6":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":77.037,\"paddingRight\":77.037,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":23.333}","css-kl19rz":"{\"height\":508.148}","css-o8dx71":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":32.222}","css-aswtbc":"{\"width\":484.472,\"height\":508.148}","css-2a0cr3":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":44.444}","css-q5j71a":"{\"height\":359.259,\"width\":\"100%\"}","css-e2ejwc":"{\"height\":359.259,\"left\":\"0\",\"right\":\"0\",\"top\":\"0\"}","css-vk85o9":"{\"width\":54.233,\"height\":54.233,\"right\":\"19.52px\",\"bottom\":\"21.69px\"}","css-ndf30w":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"20px\",\"letterSpacing\":\"0.5423px\",\"lineHeight\":0}","css-u5nw4r":"{\"fontVariationSettings\":\"normal\",\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.5423px\"}","css-412dvi":"{\"whiteSpace\":\"pre\",\"lineHeight\":\"23.862px\"}","css-9ln643":"{\"fontFamily\":\"\\\"Albert Sans:Medium\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"26.667px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-c73wgy":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"35.556px\"}","css-wt6uj5":"{\"height\":359.259,\"left\":\"0\",\"right\":\"0.01px\",\"top\":\"0\"}","css-ugbyxk":"{\"width\":54.233,\"height\":54.233,\"right\":\"19.53px\",\"bottom\":\"21.69px\"}","css-6yprpr":"{\"width\":54.233,\"height\":54.233,\"right\":\"20.61px\",\"bottom\":\"21.69px\"}","css-24oi66":"{\"width\":164.444,\"height\":24.444}","css-rj6v5c":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"20px\",\"letterSpacing\":\"0.5423px\",\"lineHeight\":0}","css-o91cm3":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"23.862px\"}","css-gpvhfb":"{\"width\":129.875,\"height\":24.444}","css-nnmk1v":"{\"width\":484.472}","css-7dvdi7":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"17113px\"}","css-q06sab":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"60px\",\"letterSpacing\":\"1.2px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-dntx4i":"{\"color\":\"#DAD72A\",\"--letter-spacing\":\"1.2px\"}","css-dw7yav":"{\"width\":750,\"height\":262.451,\"right\":\"-58px\",\"top\":\"461px\"}","css-uboyhp":"{\"width\":750,\"height\":262.451}","css-ciwm1b":"{\"left\":\"32px\",\"right\":\"32px\",\"top\":\"188px\"}","css-ezrita":"{\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":0,\"letterSpacing\":\"1.28px\",\"lineHeight\":0}","css-fys2n1":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"1.28px\"}","css-nz46t9":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"1\",\"fontSize\":\"64px\"}","css-1d4q3n":"{\"width\":640,\"height\":0}","css-ncy1rf":"{\"top\":\"-1px\",\"left\":\"0\",\"right\":\"0\",\"bottom\":\"-1px\"}","css-gphlnv":"{\"left\":\"32px\",\"right\":\"32px\",\"top\":\"380px\"}","css-pgrbbg":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":40}","css-gussgb":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"40px\",\"letterSpacing\":\"0.8px\",\"lineHeight\":\"1\"}","css-2fvzlm":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.8px\"}","css-7mmbp0":"{\"left\":\"36.03px\",\"right\":\"27.97px\",\"top\":\"471.98px\"}","css-pnf95r":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"36px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"48px\"}","css-xncd4k":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"1410px\"}","css-bfk7tj":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":96,\"paddingBottom\":96,\"paddingLeft\":32,\"paddingRight\":32,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":66}","css-eagjc7":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":40}","css-fb6eec":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":0,\"letterSpacing\":\"0.96px\",\"textAlign\":\"center\",\"lineHeight\":0}","css-52dfuz":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.96px\"}","css-49taxt":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}","css-hu2acm":"{\"height\":304,\"width\":\"100%\"}","css-to4qv3":"{\"gridTemplateColumns\":\"repeat(2, minmax(0, 1fr))\",\"gridTemplateRows\":\"repeat(2, fit-content(100%))\",\"columnGap\":24,\"rowGap\":30}","css-lfpta7":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"76px\",\"letterSpacing\":\"1.52px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-lsvd90":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"1.52px\"}","css-ao04s1":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"40px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"64px\"}","css-i5gti7":"{\"width\":300}","css-8se0z8":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"40px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"64px\"}","css-3jz06p":"{\"width\":437,\"height\":87,\"left\":\"39px\",\"top\":\"698px\"}","css-ryzjg":"{\"width\":750,\"height\":262.452,\"left\":\"calc(50% + -590px)\",\"top\":\"7507.85px\"}","css-uboyik":"{\"width\":750,\"height\":262.452}","css-j054cd":"{\"width\":657,\"height\":648,\"left\":\"calc(50% + 218.5px)\",\"top\":\"788px\"}","css-74gk0f":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"2441px\"}","css-9tox9l":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":80}","css-c0lanf":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":20,\"paddingRight\":20,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":80,\"position\":\"relative\"}","css-e8dicx":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":104,\"borderTopRightRadius\":104,\"borderBottomRightRadius\":104,\"borderBottomLeftRadius\":104}","css-jrpbm9":"{\"position\":\"absolute\",\"borderTopLeftRadius\":104,\"borderTopRightRadius\":104,\"borderBottomRightRadius\":104,\"borderBottomLeftRadius\":104,\"borderStyle\":\"solid\",\"borderColor\":\"#FFF\",\"borderTopWidth\":4,\"borderBottomWidth\":4,\"borderLeftWidth\":4,\"borderRightWidth\":4}","css-akixxw":"{\"boxSizing\":\"border-box\",\"paddingTop\":40,\"paddingBottom\":40,\"paddingLeft\":40,\"paddingRight\":40,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":56,\"position\":\"relative\"}","css-k5ko56":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":64,\"borderTopRightRadius\":64,\"borderBottomRightRadius\":64,\"borderBottomLeftRadius\":64,\"display\":\"block\"}","css-4p52s4":"{\"borderTopLeftRadius\":64,\"borderTopRightRadius\":64,\"borderBottomRightRadius\":64,\"borderBottomLeftRadius\":64}","css-dv9f9l":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-end\",\"gap\":16}","css-78lt43":"{\"width\":90,\"height\":90}","css-ktluyi":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"68px\",\"letterSpacing\":\"1.36px\",\"lineHeight\":\"1\"}","css-28yyr1":"{\"color\":\"#DAD72A\",\"--letter-spacing\":\"1.36px\"}","css-bdzjvj":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"40px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"64px\"}","css-as3b1v":"{\"color\":\"#E8317E\",\"--letter-spacing\":\"1.36px\"}","css-risb45":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":20,\"paddingRight\":20,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":76,\"position\":\"relative\"}","css-mj9gwq":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"72px\",\"letterSpacing\":\"1.44px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-guo51z":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"1.44px\"}","css-g9hbzq":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":80}","css-les6uq":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":60,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":40}","css-wx74j0":"{\"width\":134,\"height\":136.036}","css-w1a7ao":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":20,\"paddingBottom\":20,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":24}","css-ljkjli":"{\"position\":\"absolute\",\"borderStyle\":\"solid\",\"borderColor\":\"#DAD72A\",\"borderTopWidth\":0,\"borderBottomWidth\":6,\"borderLeftWidth\":0,\"borderRightWidth\":0}","css-a4tuvr":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"48px\",\"letterSpacing\":\"0.96px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-j84kyg":"{\"fontVariationSettings\":\"normal\",\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.96px\"}","css-drqa6e":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"48px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":\"64px\"}","css-syqma8":"{\"width\":140,\"height\":142.128}","css-1haac0":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":20,\"paddingBottom\":20,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-6bo9sk":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"48px\",\"letterSpacing\":\"0.96px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-p6um8j":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"48px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":\"64px\"}","css-a3l4j5":"{\"width\":140,\"height\":142.13}","css-a2hk5p":"{\"width\":140,\"height\":140.26}","css-s0pb13":"{\"width\":140,\"height\":140.431}","css-qwuca7":"{\"width\":140,\"height\":153.622}","css-dbdec2":"{\"boxSizing\":\"border-box\",\"paddingTop\":20,\"paddingBottom\":20,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"position\":\"relative\",\"borderRadius\":\"inherit\"}","css-g9h7n0":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":24}","css-s0pys6":"{\"width\":140,\"height\":140.542}","css-2rfmy":"{\"width\":105,\"height\":105.751}","css-6y1q50":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":316}","css-r3dc56":"{\"maxWidth\":750,\"width\":\"100%\"}","css-p2mu0c":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":88,\"borderTopRightRadius\":88,\"borderBottomRightRadius\":88,\"borderBottomLeftRadius\":88,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-69d96":"{\"alignContent\":\"stretch\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 710 1600' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(-5.6161e-14 80.036 -969.59 27.07 355 799.38)'><stop stop-color='rgba(232,49,126,1)' offset='0'/><stop stop-color='rgba(232,49,126,0)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-vixu50":"{\"height\":1600,\"width\":\"100%\"}","css-g9h9v3":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":54}","css-kleod4":"{\"position\":\"absolute\",\"borderTopLeftRadius\":64,\"borderTopRightRadius\":64,\"borderBottomRightRadius\":64,\"borderBottomLeftRadius\":64,\"borderStyle\":\"solid\",\"borderColor\":\"#DAD72A\",\"borderTopWidth\":14,\"borderBottomWidth\":14,\"borderLeftWidth\":14,\"borderRightWidth\":14}","css-etd0qt":"{\"left\":\"20px\",\"right\":\"20px\",\"top\":\"682.45px\"}","css-4vk4w":"{\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"48px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-2zvh1u":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"64px\"}","css-sdywio":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"64px\",\"fontSize\":\"48px\"}","css-9fk138":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"13563px\"}","css-kfvyx7":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":130}","css-fuhwyw":"{\"boxSizing\":\"border-box\",\"paddingTop\":40,\"paddingBottom\":40,\"paddingLeft\":40,\"paddingRight\":40,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":84,\"position\":\"relative\"}","css-g9h8bz":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":32}","css-rp8zxv":"{\"width\":152.834,\"height\":70}","css-seqse":"{\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"140.13px\",\"marginTop\":\"0\"}","css-318aff":"{\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"140.13px\",\"marginTop\":\"0\",\"display\":\"block\"}","css-iutryl":"{\"display\":\"block\",\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"70px\",\"marginTop\":\"4px\"}","css-2qvdey":"{\"transform\":\"translateX(-50%)\",\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"1.12px\"}","css-qd0bht":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"56px\",\"letterSpacing\":\"1.12px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-rc0b6d":"{\"display\":\"block\",\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"311.44px\",\"marginTop\":\"4px\"}","css-j0kibl":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":80}","css-nlnb6m":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":32}","css-73m0xx":"{\"width\":122,\"height\":122}","css-i5g3eq":"{\"width\":446}","css-m370yz":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:SemiBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":600,\"fontSize\":\"40px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"64px\"}","css-sv459w":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":24}","css-5in0d7":"{\"width\":122.667,\"height\":122.667}","css-i5g1bt":"{\"width\":470}","css-sv48c4":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":68}","css-bsz8ml":"{\"width\":74,\"height\":96.2}","css-i5gqcj":"{\"width\":348}","css-g0r7cy":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":20,\"paddingRight\":20,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":28,\"position\":\"relative\"}","css-jpzocv":"{\"maxWidth\":750.0000610351562,\"width\":696.667}","css-ofo04j":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"64px\",\"letterSpacing\":\"1.28px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-b81c9c":"{\"color\":\"#E8317E\",\"--letter-spacing\":\"1.28px\"}","css-fsf0ho":"{\"width\":4824,\"height\":225.073}","css-xozm60":"{\"boxSizing\":\"border-box\",\"paddingTop\":40,\"paddingBottom\":40,\"paddingLeft\":40,\"paddingRight\":40,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"position\":\"relative\"}","css-7zlc8p":"{\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"40px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":0}","css-psyy4s":"{\"height\":2832,\"left\":\"0\",\"right\":\"0\",\"bottom\":\"0\"}","css-ky16es":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":80,\"paddingBottom\":80,\"paddingLeft\":32,\"paddingRight\":32,\"display\":\"grid\"}","css-oipwgv":"{\"boxSizing\":\"border-box\",\"paddingTop\":80,\"paddingBottom\":80,\"paddingLeft\":48,\"paddingRight\":48,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":40,\"position\":\"relative\"}","css-ewbo28":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":\"30px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"48px\"}","css-sv4641":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":38}","css-ss6j61":"{\"width\":48,\"height\":48}","css-695f54":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"30px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"48px\"}","css-nlnbbs":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":38}","css-upivpu":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"30px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-y6bsat":"{\"whiteSpace\":\"pre\",\"lineHeight\":\"48px\"}","css-nlnahn":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":24}","css-nylbrm":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"1\",\"gridRow\":\"4\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":40}","css-lky66d":"{\"width\":500,\"height\":500}","css-xyuq4j":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"48px\"}","css-6tg0fm":"{\"left\":\"20px\",\"right\":\"20px\",\"top\":\"16557px\"}","css-77gvx2":"{\"position\":\"absolute\",\"borderTopLeftRadius\":64,\"borderTopRightRadius\":64,\"borderBottomRightRadius\":64,\"borderBottomLeftRadius\":64,\"boxSizing\":\"border-box\",\"paddingTop\":48,\"paddingBottom\":48,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":72}","css-qgykb8":"{\"cursor\":\"pointer\",\"alignContent\":\"stretch\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 710 465.63' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(47.803 -41.494 62.869 60.665 671.24 271.26)'><stop stop-color='rgba(232,49,126,1)' offset='0.42'/><stop stop-color='rgba(230,77,112,1)' offset='0.495'/><stop stop-color='rgba(228,105,98,1)' offset='0.57'/><stop stop-color='rgba(223,160,70,1)' offset='0.72'/><stop stop-color='rgba(218,215,42,1)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-lh29ec":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":30,\"paddingRight\":30,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":30,\"position\":\"relative\"}","css-eg718c":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"48px\",\"letterSpacing\":\"0.96px\",\"lineHeight\":\"1\"}","css-9kmmuj":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.96px\"}","css-sl20hm":"{\"borderRadius\":\"inherit\",\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"flex-end\"}","css-yu4ef1":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":30,\"paddingRight\":30,\"display\":\"flex\",\"alignItems\":\"flex-end\",\"gap\":30,\"position\":\"relative\"}","css-i5gplu":"{\"width\":358}","css-ersj99":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":20.652,\"borderTopRightRadius\":20.652,\"borderBottomRightRadius\":20.652,\"borderBottomLeftRadius\":20.652,\"boxSizing\":\"border-box\",\"paddingTop\":25.816,\"paddingBottom\":25.816,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-end\",\"gap\":20.652}","css-xu04ky":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Medium\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"48px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0px\"}","css-h6hpxb":"{\"left\":\"38px\",\"top\":\"808px\"}","css-zgnsqw":"{\"position\":\"absolute\",\"borderTopLeftRadius\":20.652,\"borderTopRightRadius\":20.652,\"borderBottomRightRadius\":20.652,\"borderBottomLeftRadius\":20.652,\"boxSizing\":\"border-box\",\"paddingTop\":20,\"paddingBottom\":20,\"paddingLeft\":20,\"paddingRight\":20,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":50}","css-3lcgf8":"{\"cursor\":\"pointer\",\"boxShadow\":\"0px 2.582px 5.163px 0px rgba(16, 24, 40, 0.05)\",\"alignContent\":\"stretch\",\"overflowX\":\"clip\",\"overflowY\":\"clip\",\"backgroundColor\":\"#DAD72A\"}","css-rb37yr":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"32px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"61.957px\"}","css-3h1llp":"{\"width\":60,\"height\":60}","css-57iag1":"{\"left\":\"30px\",\"right\":\"30px\",\"top\":\"2283px\"}","css-k08zjl":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"flex-end\",\"alignItems\":\"center\",\"gap\":24}","css-22xhzj":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"48px\",\"letterSpacing\":\"0.96px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-z84bf4":"{\"width\":1506,\"height\":424.71,\"left\":\"50%\",\"top\":\"1006px\"}","css-880ufq":"{\"width\":438.485,\"height\":424.71,\"left\":\"354px\",\"top\":\"-82px\"}","css-mbmetc":"{\"left\":\"709px\",\"top\":\"48px\",\"bottom\":\"-48px\"}","css-v6h9ep":"{\"position\":\"sticky\",\"boxSizing\":\"border-box\",\"paddingTop\":24,\"paddingBottom\":24,\"paddingLeft\":32,\"paddingRight\":32,\"display\":\"flex\",\"justifyContent\":\"space-between\",\"alignItems\":\"center\"}","css-gz6uy9":"{\"width\":340,\"height\":56}","css-ipmvlp":"{\"--content-width\":\"calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-margin\":\"0 var(--content-margin-x-scaled, 0)\",\"--content-min-width\":\"calc(max(var(--viewport-width-scaled, 100%), 1000px) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-min-height\":\"max(var(--viewport-height-scaled, var(--100dvh)), 4044px)\"}","css-rxff0p":"{\"--content-width\":\"calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-margin\":\"0 var(--content-margin-x-scaled, 0)\",\"--content-min-width\":\"calc(max(var(--viewport-width-scaled, 100%), 1000px) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-min-height\":\"max(var(--viewport-height-scaled, var(--100dvh)), 4044px)\",\"overflow\":\"clip\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 1000 4044' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(3.0616e-15 202.2 -50 1.2381e-14 500 2022)'><stop stop-color='rgba(22,33,78,1)' offset='0'/><stop stop-color='rgba(36,55,129,1)' offset='0.5'/><stop stop-color='rgba(51,76,180,1)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-sd63x0":"{\"width\":618.889,\"height\":631.111,\"left\":\"-188.33px\",\"bottom\":\"28.42px\"}","css-b74kz0":"{\"width\":618.889,\"height\":631.111}","css-zicbxj":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"3527px\"}","css-hjp7ds":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":38.519,\"paddingRight\":38.519,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":11.667}","css-mm82mb":"{\"width\":242.236}","css-p7snes":"{\"left\":\"-618px\",\"right\":\"7px\",\"top\":\"9684px\"}","css-tshaks":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":38.519,\"paddingRight\":38.519,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":11.667}","css-3q6b3a":"{\"textDecorationLine\":\"underline\",\"textUnderlinePosition\":\"from-font\",\"textDecorationThickness\":\"from-font\",\"textDecorationStyle\":\"solid\",\"cursor\":\"pointer\"}","css-rqyt19":"{\"width\":586.353,\"height\":205.185,\"left\":\"calc(50% + 183.55px)\",\"top\":\"166.67px\"}","css-36asti":"{\"width\":586.353,\"height\":205.185}","css-6cy7q2":"{\"width\":508.889,\"left\":\"38.52px\",\"top\":\"102.78px\"}","css-8vqgkb":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":11.111}","css-ge7jnl":"{\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"46.504px\",\"letterSpacing\":\"0.9301px\",\"lineHeight\":0}","css-tzsxzn":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.9301px\"}","css-bpcodi":"{\"width\":177.778,\"height\":0}","css-f6tdlx":"{\"top\":\"-0.28px\",\"left\":\"0\",\"right\":\"0\",\"bottom\":\"-0.28px\"}","css-1s2t95":"{\"width\":452.778,\"left\":\"38.52px\",\"top\":\"211.66px\"}","css-ugqqwg":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"20px\",\"letterSpacing\":\"0.4px\",\"lineHeight\":\"1\"}","css-33x88a":"{\"height\":43.704,\"left\":\"39px\",\"top\":\"348px\"}","css-v4u2ly":"{\"position\":\"absolute\",\"borderTopLeftRadius\":5.737,\"borderTopRightRadius\":5.737,\"borderBottomRightRadius\":5.737,\"borderBottomLeftRadius\":5.737,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":10,\"paddingRight\":10,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":66.667}","css-y8t1wz":"{\"cursor\":\"pointer\",\"boxShadow\":\"0px 0.717px 1.434px 0px rgba(16, 24, 40, 0.05)\",\"alignContent\":\"stretch\",\"overflowX\":\"clip\",\"overflowY\":\"clip\",\"backgroundColor\":\"#DAD72A\"}","css-i5he72":"{\"width\":233}","css-gpfnn6":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"15.556px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"17.21px\"}","css-401zd7":"{\"width\":25,\"height\":25}","css-vp4917":"{\"width\":467,\"left\":\"39px\",\"top\":\"244px\"}","css-q4gcx0":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"20.57px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"24px\"}","css-5o601":"{\"left\":\"0\",\"right\":\"-0.19px\",\"top\":\"669.7px\"}","css-bpnxa":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":53.333,\"paddingBottom\":53.333,\"paddingLeft\":38.889,\"paddingRight\":40,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":46.111}","css-ruqpma":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":11.111}","css-ut6de9":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":0,\"letterSpacing\":\"0.5926px\",\"textAlign\":\"center\",\"lineHeight\":0}","css-2835hc":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.5926px\"}","css-47bnk4":"{\"fontSize\":\"29.63px\",\"lineHeight\":\"1\"}","css-nxmrd5":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":\"29.63px\",\"lineHeight\":\"1\"}","css-t3k3e9":"{\"fontVariationSettings\":\"normal\",\"color\":\"#DAD72A\"}","css-kgdcl7":"{\"width\":516.111,\"height\":34.444}","css-1ppqh":"{\"gridTemplateColumns\":\"repeat(4, fit-content(100%))\",\"gridTemplateRows\":\"repeat(1, fit-content(100%))\",\"columnGap\":10.55555534362793,\"rowGap\":10.55555534362793}","css-a8ld4v":"{\"width\":121.111}","css-a6opf0":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"1\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\"}","css-kwzoj8":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"29.63px\",\"letterSpacing\":\"0.5926px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-rsho0o":"{\"height\":14.444,\"width\":\"100%\"}","css-oi773":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"13.333px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"17.778px\"}","css-tfgael":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"2\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\"}","css-xt1d0o":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"3\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\"}","css-mcw6ky":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"3\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\"}","css-vr61hl":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"4\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\"}","css-344lld":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"4\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\"}","css-cdy5uv":"{\"width\":564.106,\"height\":197.4,\"left\":\"calc(50% + -3.87px)\",\"top\":\"2120px\"}","css-gts65e":"{\"width\":564.106,\"height\":197.4}","css-js97cy":"{\"width\":560.953,\"height\":196.296,\"left\":\"calc(50% + -181.01px)\",\"top\":\"1279.26px\"}","css-8w3ok":"{\"width\":560.953,\"height\":196.296}","css-dmuy14":"{\"left\":\"0\",\"right\":\"-0.19px\",\"top\":\"1039.11px\"}","css-ki7sfn":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":38.889,\"paddingRight\":38.889,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":75.556}","css-jc1h4a":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":16.667}","css-xcsg1h":"{\"height\":231.667,\"minWidth\":1,\"minHeight\":1}","css-sv0col":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\",\"borderTopLeftRadius\":33.333,\"borderTopRightRadius\":33.333,\"borderBottomRightRadius\":33.333,\"borderBottomLeftRadius\":33.333}","css-d31ixn":"{\"position\":\"absolute\",\"borderTopLeftRadius\":33.333,\"borderTopRightRadius\":33.333,\"borderBottomRightRadius\":33.333,\"borderBottomLeftRadius\":33.333,\"borderStyle\":\"solid\",\"borderColor\":\"#FFF\",\"borderTopWidth\":1.111,\"borderBottomWidth\":1.111,\"borderLeftWidth\":1.111,\"borderRightWidth\":1.111}","css-vbdr60":"{\"borderRadius\":\"inherit\",\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\"}","css-leb7xx":"{\"boxSizing\":\"border-box\",\"paddingTop\":15.556,\"paddingBottom\":15.556,\"paddingLeft\":8.333,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":15.556,\"position\":\"relative\"}","css-mma6ak":"{\"width\":\"100%\",\"height\":231.667}","css-4ye33e":"{\"width\":169.939,\"height\":201.111}","css-1dpk5i":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":17.778,\"borderTopRightRadius\":17.778,\"borderBottomRightRadius\":17.778,\"borderBottomLeftRadius\":17.778,\"display\":\"block\"}","css-q5luxg":"{\"borderTopLeftRadius\":17.778,\"borderTopRightRadius\":17.778,\"borderBottomRightRadius\":17.778,\"borderBottomLeftRadius\":17.778}","css-2xp41t":"{\"width\":\"315.29%\",\"height\":\"188.2%\",\"top\":\"-46.63%\",\"left\":\"-86.39%\",\"maxWidth\":\"none\"}","css-w9y3m0":"{\"minWidth\":1,\"minHeight\":1,\"height\":\"100%\"}","css-v29tmw":"{\"borderRadius\":\"inherit\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-end\"}","css-xj0tnz":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":22.222,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-end\",\"gap\":6.667,\"position\":\"relative\"}","css-nv4wat":"{\"width\":36.111,\"height\":36.111}","css-sesrlq":"{\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"26.667px\",\"letterSpacing\":\"0.5333px\",\"lineHeight\":0}","css-hir1nt":"{\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.5333px\"}","css-ofm4kl":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"16.667px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"17.778px\"}","css-rbdt4x":"{\"width\":\"209.84%\",\"height\":\"132.49%\",\"top\":\"-8.86%\",\"left\":\"-47.72%\",\"maxWidth\":\"none\"}","css-icwlc4":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"26.667px\",\"letterSpacing\":\"0.5333px\",\"lineHeight\":\"1\"}","css-2f2yuv":"{\"color\":\"#E8317E\",\"--letter-spacing\":\"0.5333px\"}","css-7h0e00":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":22.222,\"paddingRight\":22.222,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":38.889,\"position\":\"relative\"}","css-kx8l11":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":11.111}","css-p4eblz":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"26.667px\",\"letterSpacing\":\"0.5333px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-ctcfwq":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.5333px\"}","css-6amjk9":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":29.63}","css-5dba7r":"{\"minWidth\":1,\"minHeight\":1}","css-ymk45m":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":22.222,\"paddingRight\":22.222,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":44.444,\"position\":\"relative\"}","css-ivtvfs":"{\"height\":162.963,\"width\":\"100%\"}","css-oc7nv7":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":22.222,\"paddingRight\":22.222,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":11.111,\"position\":\"relative\"}","css-wq5ytc":"{\"width\":\"100%\",\"height\":162.963}","css-og6q8s":"{\"width\":37.222,\"height\":37.788}","css-o75u16":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":5.556,\"paddingBottom\":5.556,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":25}","css-c3glyq":"{\"position\":\"absolute\",\"borderStyle\":\"solid\",\"borderColor\":\"#DAD72A\",\"borderTopWidth\":0,\"borderBottomWidth\":1.667,\"borderLeftWidth\":0,\"borderRightWidth\":0}","css-xwds82":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"20px\",\"letterSpacing\":\"0.4px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-fdd9gv":"{\"fontVariationSettings\":\"normal\",\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.4px\"}","css-j5ovhx":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"13.333px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":\"17.778px\"}","css-qc0oab":"{\"width\":38.889,\"height\":39.48}","css-4lbvr6":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"13.333px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":\"17.778px\"}","css-z0ccv8":"{\"width\":38.889,\"height\":39.481}","css-zhatt6":"{\"width\":38.889,\"height\":38.961}","css-6b4d2g":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":5.556,\"paddingBottom\":5.556,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":28.889}","css-z0f2k0":"{\"width\":38.889,\"height\":39.009}","css-d3t73q":"{\"width\":34.428,\"height\":37.778}","css-2zrosx":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":5.556,\"paddingBottom\":5.556,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":21.667}","css-socnkr":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":44.444,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":11.111}","css-40w5vn":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\"}","css-bopw7e":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":5.556,\"paddingBottom\":5.556,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":11.111}","css-z0f0bx":"{\"width\":38.889,\"height\":39.039}","css-3gqo5x":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":5.556,\"paddingBottom\":5.556,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":22.222}","css-z0eb61":"{\"width\":38.889,\"height\":39.167}","css-7q93gz":"{\"width\":922.963}","css-2gs385":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":74.444}","css-opcsjf":"{\"maxWidth\":805.5555419921875,\"height\":183.704,\"width\":\"100%\"}","css-jba5g4":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":31.111,\"borderTopRightRadius\":31.111,\"borderBottomRightRadius\":31.111,\"borderBottomLeftRadius\":31.111,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-pnmmfk":"{\"alignContent\":\"stretch\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 805.56 183.7' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(29.138 0.085455 -0.37473 36.406 370.3 91.166)'><stop stop-color='rgba(232,49,126,1)' offset='0'/><stop stop-color='rgba(232,49,126,0)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-sv44k2":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":15}","css-y2d28b":"{\"width\":208.214,\"height\":183.333}","css-qax3i0":"{\"position\":\"absolute\",\"borderTopLeftRadius\":17.778,\"borderTopRightRadius\":17.778,\"borderBottomRightRadius\":17.778,\"borderBottomLeftRadius\":17.778,\"borderStyle\":\"solid\",\"borderColor\":\"#DAD72A\",\"borderTopWidth\":4.444,\"borderBottomWidth\":4.444,\"borderLeftWidth\":4.444,\"borderRightWidth\":4.444}","css-myl2ny":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\",\"display\":\"block\"}","css-1ty037":"{\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"13.333px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-gz6zqt":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"17.778px\",\"fontSize\":\"13.333px\"}","css-t7lnqu":"{\"left\":\"114.81px\",\"right\":\"115.56px\",\"top\":\"3457.59px\"}","css-n82n04":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"2664px\"}","css-4uhymm":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":48.889}","css-n66w2u":"{\"borderRadius\":\"inherit\",\"display\":\"flex\",\"flexDirection\":\"row\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}","css-6btry9":"{\"boxSizing\":\"border-box\",\"paddingTop\":22.222,\"paddingBottom\":22.222,\"paddingLeft\":91,\"paddingRight\":38.889,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":85.185,\"position\":\"relative\"}","css-578282":"{\"width\":421.481}","css-gltndf":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":14.444,\"paddingRight\":14.444,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":20.556}","css-kzgs2y":"{\"position\":\"absolute\",\"borderStyle\":\"solid\",\"borderColor\":\"#E8317E\",\"borderTopWidth\":0,\"borderBottomWidth\":0,\"borderLeftWidth\":2.222,\"borderRightWidth\":0}","css-v9enxk":"{\"width\":59.259,\"height\":28.148}","css-24wpd1":"{\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"64.44px\",\"marginTop\":\"0\"}","css-4m18wi":"{\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"64.44px\",\"marginTop\":\"0\",\"display\":\"block\"}","css-go01mr":"{\"display\":\"block\",\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"0\",\"marginTop\":\"1.57px\"}","css-dedsln":"{\"width\":75,\"height\":20}","css-69447w":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"25.185px\",\"letterSpacing\":\"0.5037px\",\"lineHeight\":\"1\"}","css-coc4ev":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.5037px\"}","css-uik2cm":"{\"display\":\"block\",\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"121.67px\",\"marginTop\":\"0.83px\"}","css-hbpwdy":"{\"width\":14.444,\"height\":20}","css-1cayhd":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"20.741px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"22.222px\"}","css-m9ep15":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":15.556}","css-71uz8h":"{\"width\":335.251}","css-sv44fr":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":10}","css-bdqjk5":"{\"width\":33.889,\"height\":33.889}","css-9mxce6":"{\"display\":\"block\",\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\"}","css-aw7jnf":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:SemiBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":600,\"fontSize\":\"17.778px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"17.778px\"}","css-7vp6yg":"{\"width\":171.296}","css-6h8h8h":"{\"top\":\"-4.19%\",\"left\":\"-3.87%\",\"right\":\"-3.87%\",\"bottom\":\"-4.19%\"}","css-iixarc":"{\"width\":302.225}","css-sv44mn":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":18}","css-ykn79e":"{\"width\":26.068,\"height\":33.889}","css-75sn5":"{\"top\":\"-3.05%\",\"left\":\"-3.96%\",\"right\":\"-3.96%\",\"bottom\":\"-3.05%\"}","css-i1xqgv":"{\"width\":301.593}","css-tnq711":"{\"width\":303.7}","css-lsfml0":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":38.519,\"paddingRight\":38.519,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":22.222,\"position\":\"relative\"}","css-vf35pc":"{\"width\":1786.667,\"height\":83.36}","css-4bz1vk":"{\"width\":1028.148,\"height\":136.296}","css-mt7py4":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":17.778,\"borderTopRightRadius\":17.778,\"borderBottomRightRadius\":17.778,\"borderBottomLeftRadius\":17.778,\"boxSizing\":\"border-box\",\"paddingTop\":22.778,\"paddingBottom\":22.778,\"paddingLeft\":61.111,\"paddingRight\":61.111,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\"}","css-3cechg":"{\"alignContent\":\"stretch\",\"backgroundColor\":\"rgba(22, 33, 78, 0.00)\"}","css-k5f3wq":"{\"fontFamily\":\"\\\"Albert Sans:SemiBold\\\", \\\"Noto Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":600,\"fontSize\":\"14.815px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":0}","css-w78pis":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"17.778px\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", \\\"Noto Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800}","css-5ibe7b":"{\"width\":1000}","css-d986nc":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":17.778,\"borderTopRightRadius\":17.778,\"borderBottomRightRadius\":17.778,\"borderBottomLeftRadius\":17.778,\"boxSizing\":\"border-box\",\"paddingTop\":20.741,\"paddingBottom\":20.741,\"paddingLeft\":11.111,\"paddingRight\":11.111,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-877okl":"{\"cursor\":\"pointer\",\"alignContent\":\"stretch\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 1000 81.481' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(10.105 -15.092 19.497 7.822 945.45 82.385)'><stop stop-color='rgba(232,49,126,1)' offset='0.4205'/><stop stop-color='rgba(230,77,112,1)' offset='0.49469'/><stop stop-color='rgba(227,105,98,1)' offset='0.56888'/><stop stop-color='rgba(223,160,70,1)' offset='0.71727'/><stop stop-color='rgba(218,215,42,1)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-cq3ow1":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":5.556,\"paddingRight\":5.556,\"display\":\"flex\",\"alignItems\":\"flex-end\",\"gap\":5.556,\"position\":\"relative\"}","css-8i762g":"{\"width\":473.516}","css-18dl71":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"20px\",\"letterSpacing\":\"0.4px\",\"lineHeight\":\"1\"}","css-ouj0de":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.4px\"}","css-95zwjc":"{\"height\":35.556,\"minWidth\":1,\"minHeight\":1}","css-2j2dcm":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\",\"borderTopLeftRadius\":12.479,\"borderTopRightRadius\":12.479,\"borderBottomRightRadius\":12.479,\"borderBottomLeftRadius\":12.479,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"flex-end\",\"alignItems\":\"flex-end\"}","css-ul1emn":"{\"height\":36.111}","css-3pk9ei":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":5.737,\"borderTopRightRadius\":5.737,\"borderBottomRightRadius\":5.737,\"borderBottomLeftRadius\":5.737,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"flex-end\",\"alignItems\":\"flex-end\",\"gap\":5.737}","css-4w34ly":"{\"cursor\":\"pointer\",\"boxShadow\":\"0px 0.717px 1.434px 0px rgba(16, 24, 40, 0.05)\",\"alignContent\":\"stretch\",\"overflowX\":\"clip\",\"overflowY\":\"clip\",\"backgroundColor\":\"rgba(242, 245, 247, 0.00)\"}","css-nysejr":"{\"width\":113.798}","css-mg3gna":"{\"transform\":\"matrix(-1, 0, 0, -1, 0, 0)\"}","css-2h0o81":"{\"height\":221.667,\"left\":\"0\",\"right\":\"-0.19px\",\"bottom\":\"-0.26px\"}","css-wgabam":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":22.222,\"paddingBottom\":22.222,\"paddingLeft\":40,\"paddingRight\":40,\"display\":\"grid\"}","css-14hnc4":"{\"gridTemplateColumns\":\"repeat(4, minmax(0, 1fr))\",\"gridTemplateRows\":\"repeat(1, minmax(0, 1fr))\",\"columnGap\":20,\"rowGap\":20,\"backgroundColor\":\"#16214E\"}","css-ez2caq":"{\"boxSizing\":\"border-box\",\"paddingTop\":22.222,\"paddingBottom\":22.222,\"paddingLeft\":13.333,\"paddingRight\":13.333,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":11.111,\"position\":\"relative\"}","css-9hixqm":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":\"13.33px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"13.333px\"}","css-ghwatr":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":10.556}","css-led0l9":"{\"width\":13.333,\"height\":13.333}","css-4ay8iu":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"13.33px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"13.333px\"}","css-n9jbsm":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":10.556}","css-uzyvy7":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"13.33px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-3ilwxq":"{\"whiteSpace\":\"pre\",\"lineHeight\":\"13.333px\"}","css-9itock":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"2\",\"gridRow\":\"1\"}","css-upx0qu":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":6.667}","css-8xuk00":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Sansation:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"13.33px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-dzo259":"{\"cursor\":\"pointer\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0px\"}","css-cuwg3h":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"3\",\"gridRow\":\"1\"}","css-qp1via":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":6.667}","css-2phovl":"{\"aspectRatio\":\"327 / 250\"}","css-ysp9e4":"{\"aspectRatio\":\"327 / 250\",\"alignContent\":\"stretch\"}","css-92gsfr":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"4\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":11.111}","css-v2v7t1":"{\"width\":138.889,\"height\":138.889}","css-83xs5l":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"6.67px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"13.333px\"}","css-dfjaoe":"{\"height\":28.148,\"left\":\"0\",\"right\":\"0\",\"top\":\"971.07px\"}","css-8s21a4":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":27,\"paddingLeft\":60.741,\"paddingRight\":60.741,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-37q2ts":"{\"width\":221,\"height\":44,\"left\":\"416px\",\"top\":\"348px\"}","css-em538g":"{\"width\":372,\"height\":367,\"left\":\"calc(50% + 297px)\",\"top\":\"93px\"}","css-n13biu":"{\"width\":1129.5,\"height\":318.533,\"left\":\"calc(50% + 0.75px)\",\"top\":\"377px\"}","css-lyn2vw":"{\"left\":\"0\",\"top\":\"8px\",\"bottom\":\"-8px\"}","css-swlw9c":"{\"left\":\"275px\",\"top\":\"15px\",\"bottom\":\"-15px\"}","css-9ezyrv":"{\"left\":\"555px\",\"top\":\"9px\",\"bottom\":\"-9px\"}","css-njmker":"{\"right\":\"-46.36px\",\"top\":\"14px\",\"bottom\":\"-14px\"}","css-m2mu8l":"{\"top\":\"13px\",\"left\":\"0\",\"bottom\":0,\"right\":\"0\",\"height\":\"calc(100% - 13px)\"}","css-eevckn":"{\"position\":\"sticky\",\"boxSizing\":\"border-box\",\"paddingTop\":10,\"paddingBottom\":10,\"paddingLeft\":38.5,\"paddingRight\":38.5,\"display\":\"flex\",\"justifyContent\":\"space-between\",\"alignItems\":\"center\"}","css-vrejuo":"{\"width\":171.563,\"height\":27.812}","css-pygvcm":"{\"height\":34}","css-bul8y0":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":7406.666,\"borderTopRightRadius\":7406.666,\"borderBottomRightRadius\":7406.666,\"borderBottomLeftRadius\":7406.666,\"boxSizing\":\"border-box\",\"paddingTop\":4.444,\"paddingBottom\":4.444,\"paddingLeft\":4.444,\"paddingRight\":4.444,\"display\":\"flex\",\"justifyContent\":\"flex-end\",\"alignItems\":\"center\",\"gap\":8}","css-3tipzo":"{\"borderTopLeftRadius\":7406.666,\"borderTopRightRadius\":7406.666,\"borderBottomRightRadius\":7406.666,\"borderBottomLeftRadius\":7406.666}","css-ncm644":"{\"position\":\"absolute\",\"borderTopLeftRadius\":7406.666,\"borderTopRightRadius\":7406.666,\"borderBottomRightRadius\":7406.666,\"borderBottomLeftRadius\":7406.666,\"borderStyle\":\"solid\",\"borderColor\":\"#E8317E\",\"borderTopWidth\":1.111,\"borderBottomWidth\":1.111,\"borderLeftWidth\":1.111,\"borderRightWidth\":1.111}","css-ywghdn":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":7406.666,\"borderTopRightRadius\":7406.666,\"borderBottomRightRadius\":7406.666,\"borderBottomLeftRadius\":7406.666,\"boxSizing\":\"border-box\",\"paddingTop\":5.08,\"paddingBottom\":5.08,\"paddingLeft\":7.62,\"paddingRight\":7.62,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":5.08}","css-tmvb1f":"{\"cursor\":\"pointer\",\"alignContent\":\"stretch\",\"backgroundColor\":\"#16214E\"}","css-o64ipd":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Albert Sans:SemiBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":600,\"textTransform\":\"uppercase\",\"fontSize\":\"13.33px\",\"letterSpacing\":\"0.2666px\",\"lineHeight\":0}","css-fofh5o":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.2666px\"}","css-2ocks8":"{\"whiteSpace\":\"pre\",\"lineHeight\":\"1\"}","css-n73hx7":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":5555,\"borderTopRightRadius\":5555,\"borderBottomRightRadius\":5555,\"borderBottomLeftRadius\":5555,\"boxSizing\":\"border-box\",\"paddingTop\":5.08,\"paddingBottom\":5.08,\"paddingLeft\":7.62,\"paddingRight\":7.62,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":5.08}","css-gcabck":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":5555,\"borderTopRightRadius\":5555,\"borderBottomRightRadius\":5555,\"borderBottomLeftRadius\":5555,\"boxSizing\":\"border-box\",\"paddingTop\":4.444,\"paddingBottom\":4.444,\"paddingLeft\":6.667,\"paddingRight\":6.667,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":4.444}","css-jtwdgf":"{\"--content-width\":\"calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-margin\":\"0 var(--content-margin-x-scaled, 0)\",\"--content-min-width\":\"calc(max(var(--viewport-width-scaled, 100%), 1350px) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-min-height\":\"max(var(--viewport-height-scaled, var(--100dvh)), 5414px)\"}","css-z88k84":"{\"--content-width\":\"calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-margin\":\"0 var(--content-margin-x-scaled, 0)\",\"--content-min-width\":\"calc(max(var(--viewport-width-scaled, 100%), 1350px) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-min-height\":\"max(var(--viewport-height-scaled, var(--100dvh)), 5414px)\",\"overflow\":\"clip\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 1350 5414' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(4.1332e-15 270.7 -67.5 1.6576e-14 675 2707)'><stop stop-color='rgba(22,33,78,1)' offset='0'/><stop stop-color='rgba(36,55,129,1)' offset='0.5'/><stop stop-color='rgba(51,76,180,1)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-m6wbem":"{\"width\":835.5,\"height\":852,\"left\":\"-254.25px\",\"bottom\":\"38.72px\"}","css-9d40e1":"{\"width\":835.5,\"height\":852}","css-n2x5lh":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"4733px\"}","css-5sfrr9":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":52,\"paddingRight\":52,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":15.75}","css-ncacgh":"{\"height\":343}","css-3k7ycp":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":21.75}","css-ks7df2":"{\"width\":327.019}","css-eagk2w":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":30}","css-4qclpi":"{\"height\":242.5,\"width\":\"100%\"}","css-r817es":"{\"height\":242.5,\"left\":\"0\",\"right\":\"0\",\"top\":\"0\"}","css-x53o4e":"{\"width\":36.607,\"height\":36.607,\"right\":\"13.18px\",\"bottom\":\"14.64px\"}","css-gjlxod":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"13.5px\",\"letterSpacing\":\"0.3661px\",\"lineHeight\":0}","css-3qaeuh":"{\"fontVariationSettings\":\"normal\",\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.3661px\"}","css-p6rp9i":"{\"whiteSpace\":\"pre\",\"lineHeight\":\"16.107px\"}","css-r0aj4d":"{\"fontFamily\":\"\\\"Albert Sans:Medium\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-13ozh2":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"24px\"}","css-fegncl":"{\"width\":327.019,\"height\":343}","css-o1au89":"{\"height\":242.5,\"left\":\"0\",\"right\":\"0.01px\",\"top\":\"0\"}","css-w17hdp":"{\"width\":36.607,\"height\":36.607,\"right\":\"13.19px\",\"bottom\":\"14.64px\"}","css-ku1ann":"{\"width\":36.607,\"height\":36.607,\"right\":\"13.91px\",\"bottom\":\"14.64px\"}","css-kybtoe":"{\"width\":111,\"height\":16.5}","css-yotjer":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"13.5px\",\"letterSpacing\":\"0.3661px\",\"lineHeight\":0}","css-pmddz1":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"16.107px\"}","css-tjm6te":"{\"width\":87.666,\"height\":16.5}","css-iu2bfi":"{\"left\":\"-618px\",\"right\":\"357px\",\"top\":\"9684px\"}","css-9gqc8u":"{\"width\":791.577,\"height\":277,\"left\":\"calc(50% + 247.79px)\",\"top\":\"225px\"}","css-olnuo1":"{\"width\":791.577,\"height\":277}","css-7i20ku":"{\"width\":687,\"left\":\"52px\",\"top\":\"138.75px\"}","css-pgr97o":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":15}","css-2ek4ov":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":0,\"letterSpacing\":\"1.2556px\",\"lineHeight\":0}","css-2q0e91":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"1.2556px\"}","css-d34k0s":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"1\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"62.78px\"}","css-u28xt3":"{\"width\":240,\"height\":0}","css-1bhqah":"{\"top\":\"-0.38px\",\"left\":\"0\",\"right\":\"0\",\"bottom\":\"-0.38px\"}","css-nbgugk":"{\"width\":611.25,\"left\":\"52px\",\"top\":\"285.74px\"}","css-n2vla6":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"27px\",\"letterSpacing\":\"0.54px\",\"lineHeight\":\"1\"}","css-6znimh":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.54px\"}","css-gxv64w":"{\"height\":59,\"left\":\"52px\",\"top\":\"453px\"}","css-qhgu5e":"{\"position\":\"absolute\",\"borderTopLeftRadius\":7.745,\"borderTopRightRadius\":7.745,\"borderBottomRightRadius\":7.745,\"borderBottomLeftRadius\":7.745,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":15,\"paddingRight\":15,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":90}","css-2s9u20":"{\"cursor\":\"pointer\",\"boxShadow\":\"0px 0.968px 1.936px 0px rgba(16, 24, 40, 0.05)\",\"alignContent\":\"stretch\",\"overflowX\":\"clip\",\"overflowY\":\"clip\",\"backgroundColor\":\"#DAD72A\"}","css-i5hb34":"{\"width\":279}","css-ij0h0":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"23.234px\"}","css-mfiasb":"{\"width\":33.75,\"height\":33.75}","css-i54ddy":"{\"width\":632,\"left\":\"52px\",\"top\":\"330px\"}","css-2mmkcy":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"916px\"}","css-w0w8ol":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":72,\"paddingBottom\":72,\"paddingLeft\":52.5,\"paddingRight\":54,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":62.25}","css-eaglfz":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":15}","css-i1eg99":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":0,\"letterSpacing\":\"0.8px\",\"textAlign\":\"center\",\"lineHeight\":0}","css-bjal6m":"{\"fontSize\":\"40px\",\"lineHeight\":\"1\"}","css-876pul":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":\"40px\",\"lineHeight\":\"1\"}","css-102vzj":"{\"width\":696.75,\"height\":46.5}","css-jjfmyf":"{\"gridTemplateColumns\":\"repeat(4, fit-content(100%))\",\"gridTemplateRows\":\"repeat(1, fit-content(100%))\",\"columnGap\":14.25,\"rowGap\":14.25}","css-ssxpr3":"{\"width\":163.5}","css-wcvis2":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"40px\",\"letterSpacing\":\"0.8px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-7jq3oi":"{\"height\":19.5,\"width\":\"100%\"}","css-6gnhwj":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"24px\"}","css-w8e7ar":"{\"width\":761.543,\"height\":266.491,\"left\":\"calc(50% + -5.23px)\",\"top\":\"2862px\"}","css-q7nib":"{\"width\":761.543,\"height\":266.491}","css-c5odgj":"{\"width\":757.286,\"height\":265,\"left\":\"calc(50% + -244.36px)\",\"top\":\"1727px\"}","css-v7xn6t":"{\"width\":757.286,\"height\":265}","css-sx9ryg":"{\"left\":\"0\",\"right\":\"-0.25px\",\"top\":\"1360px\"}","css-iuiui4":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":52.5,\"paddingRight\":52.5,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":102}","css-a8nrin":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":22.5}","css-lnaqk6":"{\"height\":312.75,\"minWidth\":1,\"minHeight\":1}","css-xlzd11":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\",\"borderTopLeftRadius\":45,\"borderTopRightRadius\":45,\"borderBottomRightRadius\":45,\"borderBottomLeftRadius\":45}","css-nww771":"{\"position\":\"absolute\",\"borderTopLeftRadius\":45,\"borderTopRightRadius\":45,\"borderBottomRightRadius\":45,\"borderBottomLeftRadius\":45,\"borderStyle\":\"solid\",\"borderColor\":\"#FFF\",\"borderTopWidth\":1.5,\"borderBottomWidth\":1.5,\"borderLeftWidth\":1.5,\"borderRightWidth\":1.5}","css-nn1api":"{\"boxSizing\":\"border-box\",\"paddingTop\":21,\"paddingBottom\":21,\"paddingLeft\":11.25,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":21,\"position\":\"relative\"}","css-fb7oer":"{\"width\":\"100%\",\"height\":312.75}","css-n5hhe6":"{\"width\":229.418,\"height\":271.5}","css-yqf5ja":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":24,\"borderTopRightRadius\":24,\"borderBottomRightRadius\":24,\"borderBottomLeftRadius\":24,\"display\":\"block\"}","css-u79xnw":"{\"borderTopLeftRadius\":24,\"borderTopRightRadius\":24,\"borderBottomRightRadius\":24,\"borderBottomLeftRadius\":24}","css-fhvais":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":30,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-end\",\"gap\":9,\"position\":\"relative\"}","css-7bvqed":"{\"width\":48.75,\"height\":48.75}","css-4mauhj":"{\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"36px\",\"letterSpacing\":\"0.72px\",\"lineHeight\":0}","css-jzjv1s":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"22.5px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"24px\"}","css-qvgmu5":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"36px\",\"letterSpacing\":\"0.72px\",\"lineHeight\":\"1\"}","css-x9dl2e":"{\"color\":\"#E8317E\",\"--letter-spacing\":\"0.72px\"}","css-y8yuou":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":30,\"paddingRight\":30,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":52.5,\"position\":\"relative\"}","css-g9h6x6":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":15}","css-nli41v":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":40}","css-ehrxxk":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":30,\"paddingRight\":30,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":60,\"position\":\"relative\"}","css-forukz":"{\"height\":220,\"width\":\"100%\"}","css-wdg4rm":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":30,\"paddingRight\":30,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":15,\"position\":\"relative\"}","css-dym4f9":"{\"width\":\"100%\",\"height\":220}","css-5ds39k":"{\"width\":50.25,\"height\":51.014}","css-67rafh":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":7.5,\"paddingBottom\":7.5,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":33.75}","css-qh64xv":"{\"position\":\"absolute\",\"borderStyle\":\"solid\",\"borderColor\":\"#DAD72A\",\"borderTopWidth\":0,\"borderBottomWidth\":2.25,\"borderLeftWidth\":0,\"borderRightWidth\":0}","css-xsl4vq":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"27px\",\"letterSpacing\":\"0.54px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-l5enpy":"{\"fontVariationSettings\":\"normal\",\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.54px\"}","css-o3hts7":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":\"24px\"}","css-bhnxvw":"{\"width\":52.5,\"height\":53.298}","css-zihw4s":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":\"24px\"}","css-bhnxwr":"{\"width\":52.5,\"height\":53.299}","css-b0o8ga":"{\"width\":52.5,\"height\":52.598}","css-htv81h":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":7.5,\"paddingBottom\":7.5,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":39}","css-b0ot2k":"{\"width\":52.5,\"height\":52.662}","css-k6hl2k":"{\"width\":46.478,\"height\":51}","css-6li8yz":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":7.5,\"paddingBottom\":7.5,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":29.25}","css-les8yi":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":60,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":15}","css-htv6gn":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":7.5,\"paddingBottom\":7.5,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":15}","css-b0pbms":"{\"width\":52.5,\"height\":52.703}","css-htv7tq":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":7.5,\"paddingBottom\":7.5,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":30}","css-5icrab":"{\"width\":1246}","css-2zauq4":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":100.5}","css-r2mozo":"{\"maxWidth\":1087.5,\"height\":248,\"width\":\"100%\"}","css-fsmhrg":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":42,\"borderTopRightRadius\":42,\"borderBottomRightRadius\":42,\"borderBottomLeftRadius\":42,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-8uobed":"{\"alignContent\":\"stretch\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 1087.5 248' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(39.337 0.11536 -0.50588 49.148 499.91 123.07)'><stop stop-color='rgba(232,49,126,1)' offset='0'/><stop stop-color='rgba(232,49,126,0)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-3krunj":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":20.25}","css-v6ek4z":"{\"width\":281.089,\"height\":247.5}","css-mhkusw":"{\"position\":\"absolute\",\"borderTopLeftRadius\":24,\"borderTopRightRadius\":24,\"borderBottomRightRadius\":24,\"borderBottomLeftRadius\":24,\"borderStyle\":\"solid\",\"borderColor\":\"#DAD72A\",\"borderTopWidth\":6,\"borderBottomWidth\":6,\"borderLeftWidth\":6,\"borderRightWidth\":6}","css-meaxrh":"{\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-veesav":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"24px\",\"fontSize\":\"18px\"}","css-sce80y":"{\"left\":\"155px\",\"right\":\"156px\",\"top\":\"4634px\"}","css-xowtbk":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"3562px\"}","css-9tovxd":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":66}","css-8ugvr9":"{\"boxSizing\":\"border-box\",\"paddingTop\":30,\"paddingBottom\":30,\"paddingLeft\":123,\"paddingRight\":52.5,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":115,\"position\":\"relative\"}","css-i5fev8":"{\"width\":569}","css-cvq5ua":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":19.5,\"paddingRight\":19.5,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":27.75}","css-ni1lgn":"{\"position\":\"absolute\",\"borderStyle\":\"solid\",\"borderColor\":\"#E8317E\",\"borderTopWidth\":0,\"borderBottomWidth\":0,\"borderLeftWidth\":3,\"borderRightWidth\":0}","css-hoydkc":"{\"width\":80,\"height\":38}","css-jacequ":"{\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"87px\",\"marginTop\":\"0\"}","css-nvpd6h":"{\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"87px\",\"marginTop\":\"0\",\"display\":\"block\"}","css-rhv78e":"{\"display\":\"block\",\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"0\",\"marginTop\":\"2.13px\"}","css-xuln8z":"{\"width\":101.25,\"height\":27}","css-uuhvvt":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"34px\",\"letterSpacing\":\"0.68px\",\"lineHeight\":\"1\"}","css-6gepuu":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.68px\"}","css-yico83":"{\"display\":\"block\",\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"164.25px\",\"marginTop\":\"1.13px\"}","css-v9g4pv":"{\"width\":19.5,\"height\":27}","css-ccehtp":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"21px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"30px\"}","css-67a4z8":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":21}","css-lbmvid":"{\"width\":452.589}","css-cwog6z":"{\"width\":45.75,\"height\":45.75}","css-3arqxr":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:SemiBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":600,\"fontSize\":\"24px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"24px\"}","css-h99tcr":"{\"width\":231.25}","css-kubv9q":"{\"width\":408.004}","css-yhdllg":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":25.5}","css-u9a57g":"{\"width\":35.192,\"height\":45.75}","css-aromq7":"{\"width\":407.15}","css-40ps5j":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":12.75}","css-kd4bao":"{\"width\":409.995}","css-35p2bf":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":52,\"paddingRight\":52,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":30,\"position\":\"relative\"}","css-nfmf3y":"{\"width\":1388,\"height\":184}","css-xspnwg":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":24,\"borderTopRightRadius\":24,\"borderBottomRightRadius\":24,\"borderBottomLeftRadius\":24,\"boxSizing\":\"border-box\",\"paddingTop\":30.75,\"paddingBottom\":30.75,\"paddingLeft\":82.5,\"paddingRight\":82.5,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\"}","css-dgph8p":"{\"fontFamily\":\"\\\"Albert Sans:SemiBold\\\", \\\"Noto Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":600,\"fontSize\":\"20px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":0}","css-bhlsgq":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"24px\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", \\\"Noto Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800}","css-5idevd":"{\"width\":1350}","css-p6bs5y":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":24,\"borderTopRightRadius\":24,\"borderBottomRightRadius\":24,\"borderBottomLeftRadius\":24,\"boxSizing\":\"border-box\",\"paddingTop\":28,\"paddingBottom\":28,\"paddingLeft\":15,\"paddingRight\":15,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-hggyx4":"{\"cursor\":\"pointer\",\"alignContent\":\"stretch\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 1350 110' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(13.642 -20.374 26.321 10.56 1276.4 111.22)'><stop stop-color='rgba(232,49,126,1)' offset='0.4205'/><stop stop-color='rgba(230,77,112,1)' offset='0.49469'/><stop stop-color='rgba(227,105,98,1)' offset='0.56888'/><stop stop-color='rgba(223,160,70,1)' offset='0.71727'/><stop stop-color='rgba(218,215,42,1)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-g8cd40":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":7.5,\"paddingRight\":7.5,\"display\":\"flex\",\"alignItems\":\"flex-end\",\"gap\":7.5,\"position\":\"relative\"}","css-aa2uxe":"{\"width\":639.246}","css-5vqshn":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"27px\",\"letterSpacing\":\"0.54px\",\"lineHeight\":\"1\"}","css-bhwpm1":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.54px\"}","css-q26uiq":"{\"height\":48,\"minWidth\":1,\"minHeight\":1}","css-vgeg2y":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\",\"borderTopLeftRadius\":16.846,\"borderTopRightRadius\":16.846,\"borderBottomRightRadius\":16.846,\"borderBottomLeftRadius\":16.846,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"flex-end\",\"alignItems\":\"flex-end\"}","css-e8al6t":"{\"height\":48.75}","css-kagew5":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":7.745,\"borderTopRightRadius\":7.745,\"borderBottomRightRadius\":7.745,\"borderBottomLeftRadius\":7.745,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"flex-end\",\"alignItems\":\"flex-end\",\"gap\":7.745}","css-w08tt":"{\"cursor\":\"pointer\",\"boxShadow\":\"0px 0.968px 1.936px 0px rgba(16, 24, 40, 0.05)\",\"alignContent\":\"stretch\",\"overflowX\":\"clip\",\"overflowY\":\"clip\",\"backgroundColor\":\"rgba(242, 245, 247, 0.00)\"}","css-yqry54":"{\"width\":153.627}","css-n2xmno":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"21px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"23.234px\"}","css-gc9dis":"{\"height\":299.25,\"left\":\"0\",\"right\":\"-0.25px\",\"bottom\":\"0\"}","css-lezwic":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":30,\"paddingBottom\":30,\"paddingLeft\":54,\"paddingRight\":54,\"display\":\"grid\"}","css-9yamql":"{\"boxSizing\":\"border-box\",\"paddingTop\":30,\"paddingBottom\":30,\"paddingLeft\":18,\"paddingRight\":18,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":15,\"position\":\"relative\"}","css-pr38j":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"18px\"}","css-3zmaoa":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":14.25}","css-p0mbnn":"{\"width\":18,\"height\":18}","css-7xf5ol":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"18px\"}","css-sz4ett":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":14.25}","css-zfnehq":"{\"whiteSpace\":\"pre\",\"lineHeight\":\"18px\"}","css-xwptjg":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":9}","css-tyvwbd":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Sansation:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-wu8e84":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":9}","css-vyvkfs":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"4\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":15}","css-3hbtyz":"{\"width\":187.5,\"height\":187.5}","css-1rpy0d":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"9px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"18px\"}","css-rozl8x":"{\"height\":38,\"left\":\"0\",\"right\":\"0\",\"top\":\"1291px\"}","css-i9qvv6":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":36,\"paddingLeft\":82,\"paddingRight\":82,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-xtz1sl":"{\"width\":301,\"height\":60,\"left\":\"504px\",\"top\":\"456px\"}","css-ssiihr":"{\"width\":555,\"height\":548,\"left\":\"calc(50% + 427.5px)\",\"top\":\"113px\"}","css-siaos0":"{\"width\":1506,\"height\":424.71,\"left\":\"50%\",\"top\":\"522px\"}","css-nan0t1":"{\"width\":438.485,\"height\":424.71,\"left\":\"-30.99px\",\"top\":\"0\"}","css-2lnbxv":"{\"width\":438.485,\"height\":424.71,\"left\":\"345.51px\",\"top\":\"8px\"}","css-kanf5t":"{\"width\":438.485,\"height\":424.71,\"left\":\"722.01px\",\"top\":\"0\"}","css-6jt167":"{\"width\":438.485,\"height\":424.71,\"left\":\"1098.51px\",\"top\":\"0\"}","css-fs34wv":"{\"top\":\"18px\",\"left\":\"0\",\"bottom\":0,\"right\":\"0\",\"height\":\"calc(100% - 18px)\"}","css-8zkb23":"{\"position\":\"sticky\",\"boxSizing\":\"border-box\",\"paddingTop\":12,\"paddingBottom\":12,\"paddingLeft\":52,\"paddingRight\":52,\"display\":\"flex\",\"justifyContent\":\"space-between\",\"alignItems\":\"center\"}","css-qz2flw":"{\"width\":228.75,\"height\":37.083}","css-pygw46":"{\"height\":45}","css-rcaopd":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":9999,\"borderTopRightRadius\":9999,\"borderBottomRightRadius\":9999,\"borderBottomLeftRadius\":9999,\"boxSizing\":\"border-box\",\"paddingTop\":6,\"paddingBottom\":6,\"paddingLeft\":6,\"paddingRight\":6,\"display\":\"flex\",\"justifyContent\":\"flex-end\",\"alignItems\":\"center\",\"gap\":12}","css-rou5po":"{\"borderTopLeftRadius\":9999,\"borderTopRightRadius\":9999,\"borderBottomRightRadius\":9999,\"borderBottomLeftRadius\":9999}","css-96k0lw":"{\"position\":\"absolute\",\"borderTopLeftRadius\":9999,\"borderTopRightRadius\":9999,\"borderBottomRightRadius\":9999,\"borderBottomLeftRadius\":9999,\"borderStyle\":\"solid\",\"borderColor\":\"#E8317E\",\"borderTopWidth\":1.5,\"borderBottomWidth\":1.5,\"borderLeftWidth\":1.5,\"borderRightWidth\":1.5}","css-neh0ym":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":9999,\"borderTopRightRadius\":9999,\"borderBottomRightRadius\":9999,\"borderBottomLeftRadius\":9999,\"boxSizing\":\"border-box\",\"paddingTop\":6.86,\"paddingBottom\":6.86,\"paddingLeft\":10.29,\"paddingRight\":10.29,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":6.86}","css-1u8n1o":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Albert Sans:SemiBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":600,\"textTransform\":\"uppercase\",\"fontSize\":\"18.23px\",\"letterSpacing\":\"0.3646px\",\"lineHeight\":0}","css-rh5cjn":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.3646px\"}","css-zh1op2":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":9999,\"borderTopRightRadius\":9999,\"borderBottomRightRadius\":9999,\"borderBottomLeftRadius\":9999,\"boxSizing\":\"border-box\",\"paddingTop\":6.86,\"paddingBottom\":6.86,\"paddingLeft\":10.2,\"paddingRight\":10.2,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":6.86}","css-qyilnc":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":7499.25,\"borderTopRightRadius\":7499.25,\"borderBottomRightRadius\":7499.25,\"borderBottomLeftRadius\":7499.25,\"boxSizing\":\"border-box\",\"paddingTop\":6.86,\"paddingBottom\":6.86,\"paddingLeft\":10.29,\"paddingRight\":10.29,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":6.86}","css-iaoa":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":7499.25,\"borderTopRightRadius\":7499.25,\"borderBottomRightRadius\":7499.25,\"borderBottomLeftRadius\":7499.25,\"boxSizing\":\"border-box\",\"paddingTop\":6,\"paddingBottom\":6,\"paddingLeft\":9,\"paddingRight\":9,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":6}","css-18pz6u":"{\"--content-width\":\"calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-margin\":\"0 var(--content-margin-x-scaled, 0)\",\"--content-min-width\":\"calc(max(var(--viewport-width-scaled, 100%), 1700px) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-min-height\":\"max(var(--viewport-height-scaled, var(--100dvh)), 6763px)\"}","css-rpd141":"{\"--content-width\":\"calc(var(--content-width-scaled, 100%) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-margin\":\"0 var(--content-margin-x-scaled, 0)\",\"--content-min-width\":\"calc(max(var(--viewport-width-scaled, 100%), 1700px) - (var(--content-margin-x-scaled, 0px) * 2))\",\"--content-min-height\":\"max(var(--viewport-height-scaled, var(--100dvh)), 6763px)\",\"overflow\":\"clip\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 1700 6763' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(5.2047e-15 338.15 -85 2.0706e-14 850 3381.5)'><stop stop-color='rgba(22,33,78,1)' offset='0'/><stop stop-color='rgba(36,55,129,1)' offset='0.5'/><stop stop-color='rgba(51,76,180,1)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-7pdmev":"{\"width\":1052.111,\"height\":1072.889,\"left\":\"calc(50% + -644.11px)\",\"bottom\":\"49.01px\"}","css-kaajql":"{\"width\":1052.111,\"height\":1072.889}","css-nun5h":"{\"left\":\"0\",\"right\":\"0\",\"bottom\":\"447px\"}","css-31khc3":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":65.481,\"paddingRight\":65.481,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":19.833}","css-ncayog":"{\"height\":432}","css-yhkq4r":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":27.389}","css-r1x5on":"{\"width\":411.801,\"height\":431.926}","css-az7309":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":37.778}","css-4j4cfr":"{\"height\":305.37,\"width\":\"100%\"}","css-xz8rrp":"{\"height\":305.37,\"left\":\"0\",\"right\":\"0\",\"top\":\"0\"}","css-5xq1p4":"{\"width\":46.098,\"height\":46.098,\"right\":\"16.6px\",\"bottom\":\"18.44px\"}","css-ki0e1":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"17px\",\"letterSpacing\":\"0.461px\",\"lineHeight\":0}","css-v2nel2":"{\"fontVariationSettings\":\"normal\",\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.461px\"}","css-6lnsac":"{\"whiteSpace\":\"pre\",\"lineHeight\":\"20.283px\"}","css-2cm9m7":"{\"fontFamily\":\"\\\"Albert Sans:Medium\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"22.667px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-kpt99x":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"30.222px\"}","css-9h3tzf":"{\"width\":411.801}","css-rkud08":"{\"height\":305.37,\"left\":\"0\",\"right\":\"0.01px\",\"top\":\"0\"}","css-etxut0":"{\"width\":46.098,\"height\":46.098,\"right\":\"17.52px\",\"bottom\":\"18.44px\"}","css-7an1ii":"{\"width\":139.778,\"height\":20.778}","css-v07ird":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"17px\",\"letterSpacing\":\"0.461px\",\"lineHeight\":0}","css-qtmr0x":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"20.283px\"}","css-z75xx5":"{\"width\":110.394,\"height\":20.778}","css-8li15h":"{\"left\":\"-618px\",\"right\":\"707px\",\"top\":\"9684px\"}","css-v0zgsa":"{\"width\":996.801,\"height\":348.815,\"left\":\"calc(50% + 312.03px)\",\"top\":\"calc(50% + -2923.76px)\"}","css-2chd6x":"{\"transform\":\"translateX(-50%) translateY(-50%)\"}","css-qh51o7":"{\"width\":996.801,\"height\":348.815}","css-d94cwv":"{\"width\":865.111,\"left\":\"calc(50% + -351.96px)\",\"top\":\"174.72px\"}","css-hdvvn5":"{\"transform\":\"translateX(-50%)\",\"alignContent\":\"stretch\"}","css-5kahii":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":18.889}","css-oxy60e":"{\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"79.056px\",\"letterSpacing\":\"1.5811px\",\"lineHeight\":0}","css-eonvja":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"1.5811px\"}","css-4l059g":"{\"width\":302.222,\"height\":0}","css-es710r":"{\"top\":\"-0.47px\",\"left\":\"0\",\"right\":\"0\",\"bottom\":\"-0.47px\"}","css-oaino5":"{\"width\":769.722,\"left\":\"calc(50% + -399.66px)\",\"top\":\"359.82px\"}","css-dipuxj":"{\"height\":74.296,\"left\":\"calc(50% + -536.08px)\",\"top\":\"534px\"}","css-5o7pf8":"{\"transform\":\"translateX(-50%)\",\"cursor\":\"pointer\",\"boxShadow\":\"0px 1.219px 2.438px 0px rgba(16, 24, 40, 0.05)\",\"alignContent\":\"stretch\",\"overflowX\":\"clip\",\"overflowY\":\"clip\",\"backgroundColor\":\"#DAD72A\"}","css-beo5ar":"{\"position\":\"absolute\",\"borderTopLeftRadius\":9.753,\"borderTopRightRadius\":9.753,\"borderBottomRightRadius\":9.753,\"borderBottomLeftRadius\":9.753,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":15,\"paddingRight\":15,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":113.333}","css-i5gsps":"{\"width\":312}","css-vxw6f9":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"20px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"29.258px\"}","css-5dz5xj":"{\"width\":42.5,\"height\":42.5}","css-5d5ulb":"{\"width\":790,\"left\":\"calc(50% + -785px)\",\"top\":\"416px\"}","css-6pztoq":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"25.9px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"24px\"}","css-dv76ab":"{\"width\":1700.315,\"left\":\"calc(50% + 0.16px)\",\"top\":\"1105.3px\"}","css-yv264r":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":90.667,\"paddingBottom\":90.667,\"paddingLeft\":66.111,\"paddingRight\":68,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":78.389}","css-v66oo3":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":18.889}","css-xcyl37":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":0,\"letterSpacing\":\"1.0074px\",\"textAlign\":\"center\",\"lineHeight\":0}","css-97z02c":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"1.0074px\"}","css-w4m9yv":"{\"fontSize\":\"50.37px\",\"lineHeight\":\"1\"}","css-j66o78":"{\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":\"50.37px\",\"lineHeight\":\"1\"}","css-xzavhm":"{\"width\":877.389,\"height\":58.556}","css-bvytih":"{\"gridTemplateColumns\":\"repeat(4, fit-content(100%))\",\"gridTemplateRows\":\"repeat(1, fit-content(100%))\",\"columnGap\":17.94444465637207,\"rowGap\":17.94444465637207}","css-8vgcni":"{\"width\":205.889}","css-15wa6t":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"50.37px\",\"letterSpacing\":\"1.0074px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-8e4lzt":"{\"height\":24.556,\"width\":\"100%\"}","css-9dw3q4":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"22.667px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"30.222px\"}","css-1rbt4b":"{\"width\":958.98,\"height\":335.581,\"left\":\"calc(50% + -6.58px)\",\"top\":\"3604px\"}","css-ucuo11":"{\"width\":958.98,\"height\":335.581}","css-uxl61p":"{\"width\":953.62,\"height\":333.704,\"left\":\"calc(50% + -307.71px)\",\"top\":\"2174.74px\"}","css-hw8rb0":"{\"width\":953.62,\"height\":333.704}","css-gv983s":"{\"width\":1700,\"left\":\"50%\",\"top\":\"1641px\"}","css-2km5ng":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":66.111,\"paddingRight\":66.111,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":128.444}","css-yyh0ul":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":28.333}","css-a3i1p3":"{\"height\":393.833,\"minWidth\":1,\"minHeight\":1}","css-7cg6h7":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\",\"borderTopLeftRadius\":56.667,\"borderTopRightRadius\":56.667,\"borderBottomRightRadius\":56.667,\"borderBottomLeftRadius\":56.667}","css-2mt8ej":"{\"position\":\"absolute\",\"borderTopLeftRadius\":56.667,\"borderTopRightRadius\":56.667,\"borderBottomRightRadius\":56.667,\"borderBottomLeftRadius\":56.667,\"borderStyle\":\"solid\",\"borderColor\":\"#FFF\",\"borderTopWidth\":1.889,\"borderBottomWidth\":1.889,\"borderLeftWidth\":1.889,\"borderRightWidth\":1.889}","css-1uykxp":"{\"boxSizing\":\"border-box\",\"paddingTop\":26.444,\"paddingBottom\":26.444,\"paddingLeft\":14.167,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":26.444,\"position\":\"relative\"}","css-1ltate":"{\"width\":\"100%\",\"height\":393.833}","css-x67aah":"{\"width\":288.896,\"height\":341.889}","css-or9qd6":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":30.222,\"borderTopRightRadius\":30.222,\"borderBottomRightRadius\":30.222,\"borderBottomLeftRadius\":30.222,\"display\":\"block\"}","css-s2vjys":"{\"borderTopLeftRadius\":30.222,\"borderTopRightRadius\":30.222,\"borderBottomRightRadius\":30.222,\"borderBottomLeftRadius\":30.222}","css-vlcf0b":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":37.778,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-end\",\"gap\":11.333,\"position\":\"relative\"}","css-iexkq9":"{\"width\":61.389,\"height\":61.389}","css-nwsx19":"{\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"45.333px\",\"letterSpacing\":\"0.9067px\",\"lineHeight\":0}","css-j8a2tf":"{\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.9067px\"}","css-ey59v7":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"28.333px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"30.222px\"}","css-qusxc3":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"45.333px\",\"letterSpacing\":\"0.9067px\",\"lineHeight\":\"1\"}","css-pjxp9":"{\"color\":\"#E8317E\",\"--letter-spacing\":\"0.9067px\"}","css-sjh0m9":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":37.778,\"paddingRight\":37.778,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":66.111,\"position\":\"relative\"}","css-hlslz8":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":18.889}","css-xh6wbc":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"45.333px\",\"letterSpacing\":\"0.9067px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-b3ter4":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.9067px\"}","css-50fvuk":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":50.37}","css-pnk68y":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":37.778,\"paddingRight\":37.778,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":75.556,\"position\":\"relative\"}","css-xymujp":"{\"height\":277.037,\"width\":\"100%\"}","css-16fhiq":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":37.778,\"paddingRight\":37.778,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":18.889,\"position\":\"relative\"}","css-d4x3fh":"{\"width\":\"100%\",\"height\":277.037}","css-nuakjr":"{\"width\":63.278,\"height\":64.239}","css-nq1g3s":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":9.444,\"paddingBottom\":9.444,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":42.5}","css-q9hdzk":"{\"position\":\"absolute\",\"borderStyle\":\"solid\",\"borderColor\":\"#DAD72A\",\"borderTopWidth\":0,\"borderBottomWidth\":2.833,\"borderLeftWidth\":0,\"borderRightWidth\":0}","css-1m50rz":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"34px\",\"letterSpacing\":\"0.68px\",\"textAlign\":\"center\",\"lineHeight\":\"1\"}","css-km5uyb":"{\"fontVariationSettings\":\"normal\",\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.68px\"}","css-y1zj2c":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"22.667px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":\"30.222px\"}","css-bxjv7f":"{\"width\":66.111,\"height\":67.116}","css-jhmjbl":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"22.667px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":\"30.222px\"}","css-bxjv6k":"{\"width\":66.111,\"height\":67.117}","css-cekt6f":"{\"width\":66.111,\"height\":66.234}","css-63pyyd":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":9.444,\"paddingBottom\":9.444,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":49.111}","css-cek7nf":"{\"width\":66.111,\"height\":66.315}","css-qc26n3":"{\"width\":58.528,\"height\":64.222}","css-9zoo0g":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":9.444,\"paddingBottom\":9.444,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":36.833}","css-p5mvrg":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":75.556,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":18.889}","css-wmq65n":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":9.444,\"paddingBottom\":9.444,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":18.889}","css-cek3w8":"{\"width\":66.111,\"height\":66.367}","css-9inlip":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":9.444,\"paddingBottom\":9.444,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":37.778}","css-ceisid":"{\"width\":66.111,\"height\":66.584}","css-abhjgn":"{\"width\":1569.037}","css-92susv":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":126.556}","css-o5fwe7":"{\"maxWidth\":1369.4444580078125,\"height\":312.296,\"width\":\"100%\"}","css-s4q978":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":52.889,\"borderTopRightRadius\":52.889,\"borderBottomRightRadius\":52.889,\"borderBottomLeftRadius\":52.889,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-ykol14":"{\"alignContent\":\"stretch\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 1369.4 312.3' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(49.535 0.14527 -0.63704 61.891 629.51 154.98)'><stop stop-color='rgba(232,49,126,1)' offset='0'/><stop stop-color='rgba(232,49,126,0)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-m2upnr":"{\"width\":353.964,\"height\":311.667}","css-j8iw7y":"{\"position\":\"absolute\",\"borderTopLeftRadius\":30.222,\"borderTopRightRadius\":30.222,\"borderBottomRightRadius\":30.222,\"borderBottomLeftRadius\":30.222,\"borderStyle\":\"solid\",\"borderColor\":\"#DAD72A\",\"borderTopWidth\":7.556,\"borderBottomWidth\":7.556,\"borderLeftWidth\":7.556,\"borderRightWidth\":7.556}","css-ek5111":"{\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"22.667px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-7kjr94":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"30.222px\",\"fontSize\":\"22.667px\"}","css-tc9f0":"{\"width\":1308.37,\"left\":\"calc(50% + -0.81px)\",\"top\":\"5770px\"}","css-wqjczp":"{\"transform\":\"translateX(-50%)\",\"color\":\"#DAD72A\",\"--letter-spacing\":\"0.9067px\"}","css-mf1y1a":"{\"left\":\"0\",\"right\":\"0\",\"top\":\"4400px\"}","css-jjdlz1":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":83.111}","css-rclnwc":"{\"boxSizing\":\"border-box\",\"paddingTop\":37.778,\"paddingBottom\":37.778,\"paddingLeft\":158,\"paddingRight\":66.111,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":144.815,\"position\":\"relative\"}","css-5eobww":"{\"maxWidth\":900,\"minWidth\":1,\"minHeight\":1}","css-gwgpwv":"{\"position\":\"absolute\",\"borderStyle\":\"solid\",\"borderColor\":\"#E8317E\",\"borderTopWidth\":0,\"borderBottomWidth\":0,\"borderLeftWidth\":3.778,\"borderRightWidth\":0}","css-jo8ywo":"{\"width\":\"100%\",\"height\":\"100%\",\"maxWidth\":\"inherit\"}","css-4b0cup":"{\"maxWidth\":\"inherit\",\"width\":\"100%\"}","css-5hifxl":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":24.556,\"paddingRight\":24.556,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":34.944,\"position\":\"relative\"}","css-1w37qa":"{\"width\":100.741,\"height\":47.852}","css-3w3r3k":"{\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"109.56px\",\"marginTop\":\"0\"}","css-v28m59":"{\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"109.56px\",\"marginTop\":\"0\",\"display\":\"block\"}","css-p1w4am":"{\"display\":\"block\",\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"0\",\"marginTop\":\"2.68px\"}","css-y4i3y7":"{\"width\":127.5,\"height\":34}","css-84u9m2":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"textTransform\":\"uppercase\",\"fontSize\":\"42.815px\",\"letterSpacing\":\"0.8563px\",\"lineHeight\":\"1\"}","css-vtwjki":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.8563px\"}","css-hv1pxm":"{\"display\":\"block\",\"gridColumn\":1,\"gridRow\":1,\"position\":\"relative\",\"marginLeft\":\"206.83px\",\"marginTop\":\"1.42px\"}","css-viw1ju":"{\"width\":24.556,\"height\":34}","css-bnoy9z":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", \\\"Noto Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"26px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"37.778px\"}","css-73zg6v":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"justifyContent\":\"center\",\"alignItems\":\"flex-start\",\"gap\":26.444}","css-phrnzg":"{\"width\":569.927}","css-iv1rrj":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":15.111}","css-rcuanx":"{\"width\":57.611,\"height\":57.611}","css-xp9y2m":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:SemiBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":600,\"fontSize\":\"28px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"30.222px\"}","css-kaleux":"{\"width\":513.783}","css-o8eky4":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":32.111}","css-pb3k83":"{\"width\":44.316,\"height\":57.611}","css-jtjmnh":"{\"width\":512.708}","css-jc2u9a":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":16.056}","css-pwkrl7":"{\"width\":516.29}","css-ueuq48":"{\"maxWidth\":2000,\"width\":\"100%\"}","css-he82oa":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":65.481,\"paddingRight\":65.481,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":37.778,\"position\":\"relative\"}","css-zhdu0w":"{\"height\":231.704,\"width\":\"100%\"}","css-cnyyei":"{\"boxSizing\":\"border-box\",\"paddingTop\":38.722,\"paddingBottom\":38.722,\"paddingLeft\":103.889,\"paddingRight\":103.889,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"position\":\"relative\"}","css-mmaorc":"{\"width\":\"100%\",\"height\":231.704}","css-sovv0f":"{\"maxWidth\":1700,\"minWidth\":1,\"minHeight\":1}","css-5w0ybg":"{\"fontFamily\":\"\\\"Albert Sans:SemiBold\\\", \\\"Noto Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":600,\"fontSize\":\"25.185px\",\"letterSpacing\":\"0px\",\"textAlign\":\"center\",\"lineHeight\":0}","css-k3odi3":"{\"whiteSpace\":\"pre-wrap\",\"lineHeight\":\"30.222px\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", \\\"Noto Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800}","css-5ifv40":"{\"width\":1700}","css-va307a":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":30.222,\"borderTopRightRadius\":30.222,\"borderBottomRightRadius\":30.222,\"borderBottomLeftRadius\":30.222,\"boxSizing\":\"border-box\",\"paddingTop\":35.259,\"paddingBottom\":35.259,\"paddingLeft\":18.889,\"paddingRight\":18.889,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-l5jivn":"{\"cursor\":\"pointer\",\"alignContent\":\"stretch\",\"backgroundImage\":\"url(\\\"data:image/svg+xml;utf8,<svg viewBox='0 0 1700 138.52' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><linearGradient id='grad' gradientUnits='userSpaceOnUse' x1='-10' x2='10' y1='0' y2='0' gradientTransform='matrix(17.179 -25.656 33.145 13.297 1607.3 140.05)'><stop stop-color='rgba(232,49,126,1)' offset='0.4205'/><stop stop-color='rgba(230,77,112,1)' offset='0.49469'/><stop stop-color='rgba(227,105,98,1)' offset='0.56888'/><stop stop-color='rgba(223,160,70,1)' offset='0.71727'/><stop stop-color='rgba(218,215,42,1)' offset='1'/></linearGradient></defs></svg>\\\")\"}","css-vcit7l":"{\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":9.444,\"paddingRight\":9.444,\"display\":\"flex\",\"alignItems\":\"flex-end\",\"gap\":9.444,\"position\":\"relative\"}","css-lj1dkd":"{\"width\":804.977}","css-mzhdas":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Michroma:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"textTransform\":\"uppercase\",\"fontSize\":\"34px\",\"letterSpacing\":\"0.68px\",\"lineHeight\":\"1\"}","css-aynwue":"{\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.68px\"}","css-jq26te":"{\"height\":60.444,\"minWidth\":1,\"minHeight\":1}","css-4z8pp2":"{\"position\":\"relative\",\"flexShrink\":0,\"flex\":\"1 0 0\",\"borderTopLeftRadius\":21.214,\"borderTopRightRadius\":21.214,\"borderBottomRightRadius\":21.214,\"borderBottomLeftRadius\":21.214,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"flex-end\",\"alignItems\":\"flex-end\"}","css-b2yrfa":"{\"height\":61.389}","css-qqmysc":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":9.753,\"borderTopRightRadius\":9.753,\"borderBottomRightRadius\":9.753,\"borderBottomLeftRadius\":9.753,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"justifyContent\":\"flex-end\",\"alignItems\":\"flex-end\",\"gap\":9.753}","css-bma4kt":"{\"cursor\":\"pointer\",\"boxShadow\":\"0px 1.219px 2.438px 0px rgba(16, 24, 40, 0.05)\",\"alignContent\":\"stretch\",\"overflowX\":\"clip\",\"overflowY\":\"clip\",\"backgroundColor\":\"rgba(242, 245, 247, 0.00)\"}","css-mf7taa":"{\"width\":193.456}","css-n5xt8n":"{\"whiteSpace\":\"pre-wrap\",\"fontFamily\":\"\\\"Albert Sans:ExtraBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":800,\"fontSize\":\"26.444px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"29.258px\"}","css-9865dc":"{\"height\":376.833,\"left\":\"0\",\"right\":\"-0.31px\",\"bottom\":\"0.26px\"}","css-wi301y":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":37.778,\"paddingBottom\":37.778,\"paddingLeft\":68,\"paddingRight\":68,\"display\":\"grid\"}","css-jp01zh":"{\"boxSizing\":\"border-box\",\"paddingTop\":37.778,\"paddingBottom\":37.778,\"paddingLeft\":22.667,\"paddingRight\":22.667,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":18.889,\"position\":\"relative\"}","css-e3lr1p":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Bold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":700,\"fontSize\":\"22.67px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"22.667px\"}","css-jta6qt":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":17.944}","css-a0eeyp":"{\"width\":22.667,\"height\":22.667}","css-ja6g9h":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"22.67px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"22.667px\"}","css-qkx7po":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":17.944}","css-pi2bks":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"22.67px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-4n4t6o":"{\"whiteSpace\":\"pre\",\"lineHeight\":\"22.667px\"}","css-rus14g":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"flex-start\",\"gap\":11.333}","css-3fxzml":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Sansation:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontStyle\":\"normal\",\"fontSize\":\"22.67px\",\"letterSpacing\":\"0px\",\"lineHeight\":0}","css-nqjmns":"{\"position\":\"relative\",\"flexShrink\":0,\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"alignItems\":\"flex-start\",\"gap\":11.333}","css-5r0tdy":"{\"position\":\"relative\",\"flexShrink\":0,\"gridColumn\":\"4\",\"gridRow\":\"1\",\"alignSelf\":\"flex-start\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"paddingRight\":0,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"gap\":18.889}","css-f6a8md":"{\"width\":236.111,\"height\":236.111}","css-922zti":"{\"whiteSpace\":\"pre\",\"fontFamily\":\"\\\"Albert Sans:Regular\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":400,\"fontSize\":\"11.33px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"22.667px\"}","css-hpx7g2":"{\"height\":47.852,\"left\":\"0\",\"right\":\"0\",\"top\":\"1550px\"}","css-vsub72":"{\"position\":\"absolute\",\"boxSizing\":\"border-box\",\"paddingTop\":0,\"paddingBottom\":45,\"paddingLeft\":103.259,\"paddingRight\":103.259,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"}","css-mnpj0b":"{\"width\":387,\"height\":77,\"left\":\"calc(50% + -52.5px)\",\"top\":\"532px\"}","css-7x61ei":"{\"width\":649,\"height\":641,\"left\":\"calc(50% + 514.5px)\",\"top\":\"128px\"}","css-p8dpgt":"{\"width\":1816,\"height\":511.685,\"left\":\"50%\",\"top\":\"613px\"}","css-lzr2m0":"{\"width\":528.28,\"height\":511.685,\"left\":\"-36.34px\",\"top\":\"-4px\"}","css-izuglw":"{\"width\":528.28,\"height\":511.685,\"left\":\"417.13px\",\"top\":\"0\"}","css-1vwo25":"{\"width\":528.28,\"height\":511.685,\"left\":\"870.59px\",\"top\":\"6px\"}","css-r6m9ku":"{\"width\":528.28,\"height\":511.685,\"left\":\"1324.06px\",\"top\":\"0\"}","css-bgvwer":"{\"top\":\"23px\",\"left\":\"0\",\"bottom\":0,\"right\":\"0\",\"height\":\"calc(100% - 23px)\"}","css-kx7twf":"{\"position\":\"sticky\",\"boxSizing\":\"border-box\",\"paddingTop\":15,\"paddingBottom\":15,\"paddingLeft\":65,\"paddingRight\":65,\"display\":\"flex\",\"justifyContent\":\"space-between\",\"alignItems\":\"center\"}","css-gg6f0e":"{\"width\":305,\"height\":49}","css-pbn7hs":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":12591.333,\"borderTopRightRadius\":12591.333,\"borderBottomRightRadius\":12591.333,\"borderBottomLeftRadius\":12591.333,\"boxSizing\":\"border-box\",\"paddingTop\":8.63,\"paddingBottom\":8.63,\"paddingLeft\":8.63,\"paddingRight\":8.63,\"display\":\"flex\",\"justifyContent\":\"flex-end\",\"alignItems\":\"center\",\"gap\":15}","css-ttr6q":"{\"borderTopLeftRadius\":12591.333,\"borderTopRightRadius\":12591.333,\"borderBottomRightRadius\":12591.333,\"borderBottomLeftRadius\":12591.333}","css-73ssvi":"{\"position\":\"absolute\",\"borderTopLeftRadius\":12591.333,\"borderTopRightRadius\":12591.333,\"borderBottomRightRadius\":12591.333,\"borderBottomLeftRadius\":12591.333,\"borderStyle\":\"solid\",\"borderColor\":\"#E8317E\",\"borderTopWidth\":1.889,\"borderBottomWidth\":1.889,\"borderLeftWidth\":1.889,\"borderRightWidth\":1.889}","css-j6zz5h":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":12591.333,\"borderTopRightRadius\":12591.333,\"borderBottomRightRadius\":12591.333,\"borderBottomLeftRadius\":12591.333,\"boxSizing\":\"border-box\",\"paddingTop\":8.63,\"paddingBottom\":8.63,\"paddingLeft\":12.95,\"paddingRight\":12.95,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":8.63}","css-xjoj6d":"{\"whiteSpace\":\"nowrap\",\"fontFamily\":\"\\\"Albert Sans:SemiBold\\\", sans-serif\",\"wordBreak\":\"break-word\",\"fontWeight\":600,\"textTransform\":\"uppercase\",\"fontSize\":\"22.95px\",\"letterSpacing\":\"0.459px\",\"lineHeight\":0}","css-inlm3e":"{\"fontVariationSettings\":\"normal\",\"color\":\"#F2F5F7\",\"--letter-spacing\":\"0.459px\"}","css-ds2yin":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":9443.5,\"borderTopRightRadius\":9443.5,\"borderBottomRightRadius\":9443.5,\"borderBottomLeftRadius\":9443.5,\"boxSizing\":\"border-box\",\"paddingTop\":8.63,\"paddingBottom\":8.63,\"paddingLeft\":12.95,\"paddingRight\":12.95,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":8.63}","css-eoslr5":"{\"position\":\"relative\",\"flexShrink\":0,\"borderTopLeftRadius\":9443.5,\"borderTopRightRadius\":9443.5,\"borderBottomRightRadius\":9443.5,\"borderBottomLeftRadius\":9443.5,\"boxSizing\":\"border-box\",\"paddingTop\":7.556,\"paddingBottom\":7.556,\"paddingLeft\":11.333,\"paddingRight\":11.333,\"display\":\"flex\",\"justifyContent\":\"center\",\"alignItems\":\"center\",\"gap\":7.556}"}</script><meta id="meta-eu4qzk" name="description" content="Strategic, secure, and scalable IT support for businesses and education. 24/7 helpdesk, cloud, cybersecurity, Microsoft 365, networking, and more."><meta id="meta-96389v" property="og:image" content="/_assets/v11/6442b47afaa5624ee00c3e9bd49fc061d070f6b2.png"><meta id="meta-sdyj7i" property="twitter:image" content="/_assets/v11/6442b47afaa5624ee00c3e9bd49fc061d070f6b2.png"><link id="link-pkumyc" rel="icon" href="/_assets/v11/cee6f097045ff742c45229b0715de8cd991a161d.png"><title id="title-7avza8">Managed IT Services & Human-Centred Support | Ask4Support
|