:root{--color-very-light-blue: hsl(210, 100%, 85%);--color-light-blue: hsl(210, 100%, 75%);--color-medium-blue: hsl(210, 100%, 60%);--color-dark-blue: hsl(210, 100%, 45%);--color-very-dark-blue: hsl(210, 100%, 30%);--color-white: #f5f5f5;--color-grey: hsl(0, 0%, 35%);--color-light-grey: hsl(0, 0%, 60%);--color-lightest-grey: hsl(0,0%,95%);--color-silver: hsl(0, 0%, 80%);--color-gold: hsl(48, 100%, 50%);--color-silver-pale: hsl(0, 0%, 95%);--color-gold-pale: hsl(48, 100%, 80%);--color-red: hsl(0,100%,50%);--color-background-footer: hsl(0,0%,15%);--color-background-grey: hsl(0,0%,87%);--color-header-background: rgba(255, 255, 255, .95);--color-white: rgba(255,255,255,1);--color-black: rgba(0,0,0,1);--padding-1440: 64px;--padding-1023: 40px;--padding-767: 32px;--padding-320: 26px;--shadow-normal: 0px 1px 4px grey;--shadow-light: 0 1px 4px rgba(0, 0, 0, .3);--shadow-hover: 0 2px 8px rgba(0, 0, 0, .8);--shadow-transition: box-shadow .3s ease;--padding-side-767: 12px}html,body{margin:0;padding:0;height:auto;width:100vw;box-sizing:border-box;overflow-x:hidden;overflow-y:scroll;scrollbar-gutter:stable}#root{position:relative;height:auto;width:100%;display:flex;justify-content:center;flex-direction:column}.subpage-container-wrapper{display:flex;justify-content:center;flex-direction:column;width:100%}.wrapper-content{margin-top:60px}@font-face{font-family:Inter;src:url(/assets/Inter18pt-Regular-B2uJs5iC.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/assets/Inter18pt-Bold-MbOruhI0.woff2) format("woff2");font-weight:700;font-style:normal}*{font-family:Inter,sans-serif;box-sizing:border-box}body.no-scroll,html.no-scroll{overflow:hidden!important;height:100vh}.landigpage-wrapper{display:flex;width:100%;justify-content:center;flex-direction:column}.hero-section-wrapper,.How-It-Works-Wrapper,.Roadmap-Wrapper,.Benefits-Wrapper,.Tweet-Wrapper,.FAQ-Wrapper,.CTA-Wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding-top:var(--padding-1440);padding-bottom:var(--padding-1440)}.How-It-Works-Wrapper,.Benefits-Wrapper{background-color:var(--color-background-grey);box-shadow:inset 0 20px 20px -20px #0000004d,inset 0 -20px 20px -20px #0000004d}.hero-section-wrapper{gap:56px}.hero-section{display:flex;justify-content:space-between;align-items:center;flex-direction:row;width:1216px}.Logos-Wrapper{width:1216px;height:103px;display:flex;justify-content:center;align-items:center}.cta-wrapper-body{display:flex;justify-content:center;align-items:flex-start;flex-direction:row;gap:48px}.cta-body{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;width:220px;padding:16px;border-radius:6px;gap:20px;background-color:var(--color-white);box-shadow:var(--shadow-normal);border:1px solid var(--color-white)}.profile_and_links{border-radius:8px;padding:8px;display:flex;justify-content:center;align-items:space-between;flex-direction:column;height:106px;gap:4px}.button-wrapper{border-radius:8px;padding:8px;height:106px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px}.cta-body-title{font-size:22px;font-weight:700;text-align:center}.connect-buttons{display:flex;justify-content:space-between;padding:6px 4px}.connect-buttons img{width:28px;height:28px;transition:opacity .2s}.connect-buttons img:hover{opacity:.7;cursor:pointer}@media (max-width: 1440px){.hero-section-wrapper,.How-It-Works-Wrapper,.Roadmap-Wrapper,.Benefits-Wrapper,.Tweet-Wrapper,.FAQ-Wrapper,.CTA-Wrapper{padding-top:var(--padding-1023);padding-bottom:var(--padding-1023)}.hero-section-wrapper{gap:45px}.hero-section{width:892px}.Logos-Wrapper{width:892px;height:63px}}@media (max-width: 1023px){.hero-section-wrapper,.How-It-Works-Wrapper,.Roadmap-Wrapper,.Benefits-Wrapper,.Tweet-Wrapper,.FAQ-Wrapper,.CTA-Wrapper{padding-top:var(--padding-767);padding-bottom:var(--padding-767)}.hero-section-wrapper{gap:32px}.hero-section{width:656px}.Logos-Wrapper{width:656px;height:63px}}@media (max-width: 767px){.hero-section-wrapper{gap:32px}.hero-section{justify-content:flex-start;flex-direction:column;width:295px;height:auto;gap:32px}.Logos-Wrapper{display:flex;flex-direction:column;align-items:center;gap:12px;height:auto;width:100%}.cta-wrapper-body{flex-direction:column;gap:24px}.cta-body{gap:10px}}.wallet-button{width:auto;height:32px;padding-left:16px;padding-right:16px;font-size:12px;border:none;border-radius:8px;background-color:var(--color-medium-blue);color:#fff;cursor:pointer;transition:background-color .1s ease;display:flex;justify-content:center;align-items:center;text-align:center}.wallet-button:not(.connected):hover{background-color:var(--color-light-blue)}.wallet-button.connected:hover{background-color:var(--color-dark-blue)}.logo_wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.Logos{display:grid;align-items:center;justify-content:space-between;width:100%;grid-template-columns:repeat(10,auto);grid-template-rows:1fr}.Logos-Text,.Logos-Text-wrapper{font-size:18px;display:flex;align-items:center}.Logos-Text-wrapper{display:none}.logo-img{height:34px;cursor:pointer;filter:grayscale(100%) opacity(.85);transition:filter .1s ease}@media (hover: hover) and (pointer: fine){.logo-img:hover,.logo-img:focus-visible{filter:none}}.logo-img:focus-visible{outline:2px solid rgba(0,0,0,.15);outline-offset:2px}@media (max-width: 1440px){.Logos-Text{font-size:16px}.logo-img{height:26px}}@media (max-width: 1023px){.Logos-Text{font-size:12px}.logo-img{height:18px}}@media (max-width: 767px){.logo_wrapper{gap:12px}.Logos{grid-template-columns:120px 120px;grid-template-rows:repeat(5,1fr);width:auto;place-items:center;gap:10px}.Logos-Text-wrapper{display:flex;text-align:center;justify-content:center;align-items:center;font-size:16px}.Logos-Text{display:none}.logo-img{height:24px}}.footer-wrapper{display:flex;justify-content:center;width:100%;background-color:var(--color-background-footer)}.footer-container{width:1216px;padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem;color:#fff;font-size:12px;padding-bottom:70px}.footer-center-text{font-size:16px;display:none}.footer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-logo .logo-text{color:#fff!important}.footer-center-text{text-align:center;flex:1}.footer-icons{display:flex;gap:16px}.footer-icons img{cursor:pointer;height:30px;width:30px;transition:opacity .2s}.footer-icons img:hover{opacity:.7}.footer-line{display:flex;justify-content:center}.footer-line img{width:100%;max-width:100%}.footer-navigation{display:flex;gap:64px;flex-wrap:wrap}.footer-nav-group{display:flex;flex-direction:column;gap:8px;min-width:160px}.footer-nav-title{font-weight:400;font-size:16px;margin-bottom:4px}.footer-nav-group a{color:#fff;text-decoration:none;transition:color .2s;font-size:12px;text-decoration:underline}.footer-nav-group a:hover{color:var(--color-very-light-blue)}@media (max-width: 1440px){.footer-container{width:892px}}@media (max-width: 1023px){.footer-container{width:656px}}@media (max-width: 767px){.footer-container{width:100%;padding-left:var(--padding-side-767);padding-right:var(--padding-side-767)}.footer-navigation{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 64px}.footer-nav-group:nth-child(3){grid-column:1 / 2}.footer-nav-title{font-size:16px}.footer-nav-group a{font-size:12px}}@media (max-width: 400px){.footer-navigation{grid-template-columns:1fr}.footer-nav-group:nth-child(3){grid-column:auto}}.logo-container-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:8px;height:auto;cursor:pointer;padding:0;border:none;background-color:#fff}.dark-mode{background-color:var(--color-background-footer)}.logo-icon-wrapper{width:40px;height:40px;border-radius:20px;background-color:#fff;display:flex;justify-content:center;align-items:center;padding:1px;box-shadow:var(--shadow-normal);transition:var(--shadow-transition)}.logo-icon-wrapper:hover{box-shadow:var(--shadow-hover)}.logo-svg{width:80%;height:80%;display:flex;align-items:center;justify-content:center}.logo-text{font-size:16px;color:gray;transition:color .2s ease;text-align:left}.logo-text:hover{opacity:.6}@media (max-width: 768px){.logo-container-wrapper{gap:6px}.logo-icon-wrapper{width:32px;height:32px}.logo-text{font-size:12px}}.text-box{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;width:416px;height:auto;row-gap:16px}.headline{font-size:45px}.sub-headline{font-size:16px}.cta-button{width:auto;display:flex;justify-content:center;align-items:center;padding-left:8px;padding-right:8px;height:32px;font-size:12px;border:none;border-radius:8px;background-color:var(--color-medium-blue);color:#fff;cursor:pointer;transition:background-color .1s ease}.fears-container{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;row-gap:8px}@media (max-width: 1440px){.text-box{width:360px}.headline{font-size:38px}.sub-headline{font-size:16px}}@media (max-width: 1023px){.text-box{width:260px}.headline{font-size:32px}.sub-headline{font-size:12px}}@media (max-width: 767px){.text-box{width:238px;justify-content:center;align-items:center}.headline{font-size:32px;text-align:center}.sub-headline{font-size:12px;text-align:center}.fears-container{justify-content:center;align-items:center}}.fear-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:6px;width:240px;height:14px}.check-icon{width:11px;height:9px}.logo-text{font-size:12px;color:#000}@media (max-width: 767px){.fear-wrapper{width:auto;justify-content:center;align-items:center}}.wallet-button-global,.wallet-button-global-cta,.wallet-button-global-cta-buyNFT,.wallet-button-global-function,.wallet-button-global-function.disabled{width:110px;height:32px;font-size:12px;border:none;border-radius:8px;background-color:var(--color-medium-blue);color:#fff;cursor:pointer;transition:background-color .1s ease;display:flex;justify-content:center;align-items:center;text-align:center}.wallet-button-global-function.disabled{background-color:var(--color-light-grey)}.wallet-button-global-function.disabled:hover{background-color:var(--color-grey);cursor:not-allowed}.wallet-button-global,.wallet-button-global-cta-buyNFT{width:110px}.wallet-button-global.connected{font-size:10px}.wallet-button-global-cta,.wallet-button-global-function.connected{width:auto}.wallet-button-global-function.connected{width:110px}.wallet-button-global.connected:hover,.wallet-button-global-cta:hover,.wallet-button-global-function:hover,.wallet-button-global-function.connected:hover,.wallet-button-global:hover,.wallet-button-global-cta-buyNFT:hover{background-color:var(--color-dark-blue)}@media (max-width: 1023px){.wallet-button-global,.wallet-button-global-cta,.wallet-button-global-cta-buyNFT,.wallet-button-global-function,.wallet-button-global-function.disabled{width:auto;height:24px;font-size:10px;border-radius:6px}.wallet-button-global{width:100px}.wallet-button-global-cta-buyNFT,.wallet-button-global-function.connected{width:80px;padding:0}}.ThreeByThreeBox{display:flex;justify-content:center;align-items:center;flex-direction:row;height:auto;gap:46px}.svg_lp{width:720px}@media (max-width: 1440px){.ThreeByThreeBox{gap:16px}.svg_lp{width:500px}}@media (max-width: 1023px){.ThreeByThreeBox{gap:14px}.svg_lp{width:360px}}@media (max-width: 767px){.ThreeByThreeBox,.svg_lp{width:295px}}.How-It-Works{display:flex;justify-content:center;align-items:center;flex-direction:column;width:1216px;gap:32px}.big-svg,.medium-svg,.small-svg,.extra-small-svg{width:100%;height:auto;backface-visibility:hidden;display:none}@media (min-width: 1440px){.How-It-Works{width:1216px}.big-svg{display:block}.medium-svg,.small-svg,.extra-small-svg{display:none}}@media (max-width: 1440px){.How-It-Works{width:892px}.medium-svg{display:block}.big-svg,.small-svg,.extra-small-svg{display:none}}@media (max-width: 1023px){.How-It-Works{width:656px}.small-svg{display:block}.big-svg,.medium-svg,.extra-small-svg{display:none}}@media (max-width: 767px){.How-It-Works{width:295px}.extra-small-svg{display:block}.big-svg,.medium-svg,.small-svg{display:none}}.heading-wrapper{display:flex;justify-content:center;align-items:center}.heading-text{display:block;font-size:45px;line-height:1.2;word-break:break-word;text-align:center}@media (max-width: 1440px){.heading-text{font-size:28px}}@media (max-width: 1023px){.heading-text{font-size:24px}}.roadmap-full-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:62px}.roadmap_with_title-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:44px}.roadmap-container{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap}.subcontainer-wrapper{display:flex;justify-content:flex-start;flex-direction:column;width:244px;z-index:1;gap:8px}.subcontainer-wrapper.is-zero .fade-when-zero{opacity:.4}.subC-number_and_arrow{width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.subC-number-badge{font-size:22px}.subC-arrow-wrapper{position:relative;height:72px;width:100%}.subC-arrow-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:0 8px;text-align:center;font-weight:700;font-size:20px;line-height:1.3;color:#fff;white-space:pre-line}.subC-description{display:flex;text-align:center;width:100%;padding:6px 8px;font-size:12px}.subC-properties-wrapper{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;width:100%;gap:12px;padding-top:8px}.one-subC_property-wrapper{display:flex;justify-content:center;align-items:center;padding-left:6px;font-size:12px;line-height:1.1;width:100%}.subC_property-name{width:100px}.subC_property-symbol{width:90px;text-align:center}.subC_property-logo{width:12px;height:12px}.LearnMore-Links{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:24px}.Links-Grid{display:grid;grid-template-columns:140px 140px;gap:8px}.link-tile{display:flex;align-items:center;gap:10px;padding:6px;text-decoration:none;color:#000;cursor:pointer;transition:color .1s ease,background .1s ease,transform .1s ease}.link-icon{width:16px;height:16px;flex:0 0 16px;-webkit-mask:url(/blogs/arrow.svg) no-repeat center / contain;mask:url(/blogs/arrow.svg) no-repeat center / contain;background-color:currentColor;transform:translate(0);transition:transform .1s ease}.link-text{font-size:14px;line-height:1.2}.link-tile:hover{color:var(--color-medium-blue)}.link-tile:hover .link-icon{transform:translate(3px)}.link-tile:active{transform:translateY(1px)}.link-tile:focus-visible{outline:2px solid var(--color-medium-blue);outline-offset:2px}@media (max-width: 1440px){.subcontainer-wrapper{width:178px;gap:6px}.subC-arrow-wrapper{height:56px}.subC-arrow-text{padding:0 8px;font-size:16px}.subC-description{padding:6px 12px;font-size:10px}.subC-properties-wrapper{gap:8px;padding-top:6px}.one-subC_property-wrapper{padding-left:6px;font-size:10px}.subC_property-name{width:80px}.subC_property-symbol{width:70px}.subC_property-logo{width:8px;height:8px}}@media (max-width: 1023px){.roadmap-full-wrapper{gap:32px}.subcontainer-wrapper{width:132px;gap:6px}.subC-number-badge{font-size:16px}.subC-arrow-wrapper{height:40px}.subC-arrow-text{padding:0 6px;font-size:12px}.subC-description{padding:6px;font-size:8px}.subC-properties-wrapper{gap:6px;padding-top:4px}.one-subC_property-wrapper{padding-left:6px;font-size:8px}.subC_property-name,.subC_property-symbol{width:60px}.subC_property-logo{width:6px;height:6px}}@media (max-width: 767px){.roadmap-full-wrapper{gap:22px}.roadmap-container{flex-wrap:wrap;gap:4px;padding-left:10px;padding-right:10px}.subcontainer-wrapper{margin-bottom:16px}.LearnMore-Links{gap:20px}.Links-Grid{gap:10px}.link-tile{padding:2px}.link-icon{width:12px;height:12px}.link-text{font-size:12px;line-height:1.2}}.Benefits{position:relative;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;width:1216px;height:auto;gap:40px}.Benefit-Container{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:32px}.Benefit-Row1,.Benefit-Row2{width:auto;display:grid;justify-content:center;justify-items:center;gap:72px}.Benefit-Row1{grid-template-columns:repeat(3,1fr)}.Benefit-Row2{grid-template-columns:repeat(2,1fr)}@media (max-width: 1023px){.Benefits{width:656px;gap:24px}.Benefit-Container{gap:24px}.Benefit-Row1,.Benefit-Row2{gap:30px}}@media (max-width: 767px){.Benefits{width:295px;gap:20px}.Benefit-Container{width:295px;flex-direction:column;gap:16px}.Benefit-Row1,.Benefit-Row2{grid-template-columns:1fr;gap:16px}}.Benefit_whole{position:relative;display:flex;justify-content:center;align-items:flex-start;width:220px;height:auto}.Benefit-logo{width:75px;height:75px;position:absolute;top:0;left:72.5px}.benefit_body{width:100%;margin-top:40px;height:auto;padding-top:50px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:0px;border-radius:8px;background-color:var(--color-white);box-shadow:var(--shadow-normal);transition:var(--shadow-transition)}.benefit_body:hover{box-shadow:var(--shadow-hover)}.title-Wrapper{width:100%;height:auto;padding-left:12px;padding-right:12px;display:flex;justify-content:center;align-items:center;text-align:center}.title_Benefit{font-size:24px;font-weight:700}.description_feature{width:100%;height:auto;display:flex;justify-content:center;align-items:flex-start;color:var(--color-light-grey);padding:16px 8px}.description_feature p{margin:0 0 6px;font-size:14px;color:var(--color-light-grey);text-align:center}.description_feature strong{font-weight:700;color:var(--color-black)}@media (max-width: 1023px){.Benefit_whole{width:200px}.Benefit-logo{width:60px;height:60px;left:70px}.benefit_body{margin-top:30px;padding:38px 6px 6px;gap:10px}.title_Benefit{font-size:20px;width:80%}.description_feature{padding:8px}}.Tweets{position:relative;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;width:1008px;height:auto;gap:44px}.tweet-header-wrapper{width:100%;height:auto;display:flex;justify-content:center;align-items:center}.Tweet-Container{display:grid;justify-content:center;justify-items:center;grid-template-columns:repeat(3,280px);width:100%;gap:72px}[data-theme=light]{display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:100%}.custom-tweet-container{width:100%;max-width:100%;box-sizing:border-box;border-radius:8px;background-color:#fff;box-shadow:0 1px 3px #0000001a}.custom-tweet-container p{margin-top:4px;margin-bottom:8px;white-space:pre-wrap;word-break:break-word}.react-tweet-replies{display:none}@media (max-width: 1440px){.Tweets{width:895px;gap:32px}}@media (max-width: 1023px){.Tweet-Container{grid-template-columns:repeat(1,280px);grid-template-rows:repeat(3,auto);gap:20px}.Tweets{width:895px;gap:24px}}._verified_lvyh0_1{margin-left:.125rem;max-width:20px;max-height:20px;height:1.25em;fill:currentColor;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}._root_98iqw_1{width:100%;min-width:250px;max-width:550px;overflow:hidden;color:var(--tweet-font-color);font-family:var(--tweet-font-family);font-weight:400;box-sizing:border-box;border:var(--tweet-border);border-radius:12px;margin:var(--tweet-container-margin);background-color:var(--tweet-bg-color);transition-property:background-color,box-shadow;transition-duration:.2s}._root_98iqw_1:hover{background-color:var(--tweet-bg-color-hover)}._article_98iqw_21{position:relative;box-sizing:inherit;padding:.75rem 1rem}.react-tweet-theme{--tweet-container-margin: 1.5rem 0;--tweet-header-font-size: .9375rem;--tweet-header-line-height: 1.25rem;--tweet-body-font-size: 1.25rem;--tweet-body-font-weight: 400;--tweet-body-line-height: 1.5rem;--tweet-body-margin: 0;--tweet-quoted-container-margin: .75rem 0;--tweet-quoted-body-font-size: .938rem;--tweet-quoted-body-font-weight: 400;--tweet-quoted-body-line-height: 1.25rem;--tweet-quoted-body-margin: .25rem 0 .75rem 0;--tweet-info-font-size: .9375rem;--tweet-info-line-height: 1.25rem;--tweet-actions-font-size: .875rem;--tweet-actions-line-height: 1rem;--tweet-actions-font-weight: 700;--tweet-actions-icon-size: 1.25em;--tweet-actions-icon-wrapper-size: calc( var(--tweet-actions-icon-size) + .75em );--tweet-replies-font-size: .875rem;--tweet-replies-line-height: 1rem;--tweet-replies-font-weight: 700}:where(.react-tweet-theme) *{margin:0;padding:0;box-sizing:border-box}:is([data-theme=light],.light) :where(.react-tweet-theme),:where(.react-tweet-theme){--tweet-skeleton-gradient: linear-gradient( 270deg, #fafafa, #eaeaea, #eaeaea, #fafafa );--tweet-border: 1px solid rgb(207, 217, 222);--tweet-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--tweet-font-color: rgb(15, 20, 25);--tweet-font-color-secondary: rgb(83, 100, 113);--tweet-bg-color: #fff;--tweet-bg-color-hover: rgb(247, 249, 249);--tweet-quoted-bg-color-hover: rgba(0, 0, 0, .03);--tweet-color-blue-primary: rgb(29, 155, 240);--tweet-color-blue-primary-hover: rgb(26, 140, 216);--tweet-color-blue-secondary: rgb(0, 111, 214);--tweet-color-blue-secondary-hover: rgba(0, 111, 214, .1);--tweet-color-red-primary: rgb(249, 24, 128);--tweet-color-red-primary-hover: rgba(249, 24, 128, .1);--tweet-color-green-primary: rgb(0, 186, 124);--tweet-color-green-primary-hover: rgba(0, 186, 124, .1);--tweet-twitter-icon-color: var(--tweet-font-color);--tweet-verified-old-color: rgb(130, 154, 171);--tweet-verified-blue-color: var(--tweet-color-blue-primary)}:is([data-theme=dark],.dark) :where(.react-tweet-theme){--tweet-skeleton-gradient: linear-gradient( 270deg, #15202b, rgb(30, 39, 50), rgb(30, 39, 50), rgb(21, 32, 43) );--tweet-border: 1px solid rgb(66, 83, 100);--tweet-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--tweet-font-color: rgb(247, 249, 249);--tweet-font-color-secondary: rgb(139, 152, 165);--tweet-bg-color: rgb(21, 32, 43);--tweet-bg-color-hover: rgb(30, 39, 50);--tweet-quoted-bg-color-hover: rgba(255, 255, 255, .03);--tweet-color-blue-primary: rgb(29, 155, 240);--tweet-color-blue-primary-hover: rgb(26, 140, 216);--tweet-color-blue-secondary: rgb(107, 201, 251);--tweet-color-blue-secondary-hover: rgba(107, 201, 251, .1);--tweet-color-red-primary: rgb(249, 24, 128);--tweet-color-red-primary-hover: rgba(249, 24, 128, .1);--tweet-color-green-primary: rgb(0, 186, 124);--tweet-color-green-primary-hover: rgba(0, 186, 124, .1);--tweet-twitter-icon-color: var(--tweet-font-color);--tweet-verified-old-color: rgb(130, 154, 171);--tweet-verified-blue-color: #fff}@media (prefers-color-scheme: dark){:where(.react-tweet-theme){--tweet-skeleton-gradient: linear-gradient( 270deg, #15202b, rgb(30, 39, 50), rgb(30, 39, 50), rgb(21, 32, 43) );--tweet-border: 1px solid rgb(66, 83, 100);--tweet-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--tweet-font-color: rgb(247, 249, 249);--tweet-font-color-secondary: rgb(139, 152, 165);--tweet-bg-color: rgb(21, 32, 43);--tweet-bg-color-hover: rgb(30, 39, 50);--tweet-color-blue-primary: rgb(29, 155, 240);--tweet-color-blue-primary-hover: rgb(26, 140, 216);--tweet-color-blue-secondary: rgb(107, 201, 251);--tweet-color-blue-secondary-hover: rgba(107, 201, 251, .1);--tweet-color-red-primary: rgb(249, 24, 128);--tweet-color-red-primary-hover: rgba(249, 24, 128, .1);--tweet-color-green-primary: rgb(0, 186, 124);--tweet-color-green-primary-hover: rgba(0, 186, 124, .1);--tweet-twitter-icon-color: var(--tweet-font-color);--tweet-verified-old-color: rgb(130, 154, 171);--tweet-verified-blue-color: #fff}}._header_nqq4j_1{display:flex;padding-bottom:.75rem;line-height:var(--tweet-header-line-height);font-size:var(--tweet-header-font-size);white-space:nowrap;overflow-wrap:break-word;overflow:hidden}._avatar_nqq4j_11{position:relative;height:48px;width:48px}._avatarOverflow_nqq4j_16{height:100%;width:100%;position:absolute;overflow:hidden;border-radius:9999px}._avatarSquare_nqq4j_23{border-radius:4px}._avatarShadow_nqq4j_26{height:100%;width:100%;transition-property:background-color;transition-duration:.2s;box-shadow:#00000008 0 0 2px inset}._avatarShadow_nqq4j_26:hover{background-color:#1a1a1a26}._author_nqq4j_37{max-width:calc(100% - 84px);display:flex;flex-direction:column;justify-content:center;margin:0 .5rem}._authorLink_nqq4j_44{text-decoration:none;color:inherit;display:flex;align-items:center}._authorLink_nqq4j_44:hover{text-decoration-line:underline}._authorVerified_nqq4j_53{display:inline-flex}._authorLinkText_nqq4j_56{font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._authorMeta_nqq4j_63,._authorFollow_nqq4j_66{display:flex}._username_nqq4j_69{color:var(--tweet-font-color-secondary);text-decoration:none;text-overflow:ellipsis}._follow_nqq4j_74{color:var(--tweet-color-blue-secondary);text-decoration:none;font-weight:700}._follow_nqq4j_74:hover{text-decoration-line:underline}._separator_nqq4j_82{padding:0 .25rem}._brand_nqq4j_86{margin-inline-start:auto}._twitterIcon_nqq4j_90{width:23.75px;height:23.75px;color:var(--tweet-twitter-icon-color);fill:currentColor;-webkit-user-select:none;user-select:none}._verifiedOld_lcna5_1{color:var(--tweet-verified-old-color)}._verifiedBlue_lcna5_4{color:var(--tweet-verified-blue-color)}._verifiedGovernment_lcna5_7{color:#829aab}._root_g9tkv_1{margin-top:.75rem;overflow:hidden;position:relative}._rounded_g9tkv_6{border:var(--tweet-border);border-radius:12px}._mediaWrapper_g9tkv_10{display:grid;grid-auto-rows:1fr;gap:2px;height:100%;width:100%}._grid2Columns_g9tkv_17{grid-template-columns:repeat(2,1fr)}._grid3_g9tkv_20>a:first-child{grid-row:span 2}._grid2x2_g9tkv_23{grid-template-rows:repeat(2,1fr)}._mediaContainer_g9tkv_26{position:relative;height:100%;width:100%;display:flex;align-items:center;justify-content:center}._mediaLink_g9tkv_34{text-decoration:none;outline-style:none}._skeleton_g9tkv_38{padding-bottom:56.25%;width:100%;display:block}._image_g9tkv_43{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;margin:0;object-fit:cover;object-position:center}._anchor_fp31d_1{display:flex;align-items:center;color:#fff;padding:0 1rem;border:1px solid transparent;border-radius:9999px;font-weight:700;transition:background-color .2s;cursor:pointer;-webkit-user-select:none;user-select:none;outline-style:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}._videoButton_fp31d_17{position:relative;height:67px;width:67px;display:flex;align-items:center;justify-content:center;background-color:var(--tweet-color-blue-primary);transition-property:background-color;transition-duration:.2s;border:4px solid #fff;border-radius:9999px;cursor:pointer}._videoButton_fp31d_17:hover,._videoButton_fp31d_17:focus-visible{background-color:var(--tweet-color-blue-primary-hover)}._videoButtonIcon_fp31d_35{margin-left:3px;width:calc(50% + 4px);height:calc(50% + 4px);max-width:100%;color:#fff;fill:currentColor;-webkit-user-select:none;user-select:none}._watchOnTwitter_fp31d_44{position:absolute;top:12px;right:8px}._watchOnTwitter_fp31d_44>a{min-width:2rem;min-height:2rem;font-size:.875rem;line-height:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f1419bf}._watchOnTwitter_fp31d_44>a:hover{background-color:#272c30bf}._viewReplies_fp31d_60{position:relative;min-height:2rem;background-color:var(--tweet-color-blue-primary);border-color:var(--tweet-color-blue-primary);font-size:.9375rem;line-height:1.25rem}._viewReplies_fp31d_60:hover{background-color:var(--tweet-color-blue-primary-hover)}._root_i24yn_1{color:inherit;text-decoration:none;font-size:var(--tweet-info-font-size);line-height:var(--tweet-info-line-height)}._root_i24yn_1:hover{text-decoration-thickness:1px;text-decoration-line:underline}._info_19qcj_1{display:flex;align-items:center;color:var(--tweet-font-color-secondary);margin-top:.125rem;overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis}._infoLink_19qcj_10{color:inherit;text-decoration:none}._infoLink_19qcj_10{height:var(--tweet-actions-icon-wrapper-size);width:var(--tweet-actions-icon-wrapper-size);font:inherit;margin-left:auto;display:flex;justify-content:center;align-items:center;margin-right:-4px;border-radius:9999px;transition-property:background-color;transition-duration:.2s}._infoLink_19qcj_10:hover{background-color:var(--tweet-color-blue-secondary-hover)}._infoIcon_19qcj_30{color:inherit;fill:currentColor;height:var(--tweet-actions-icon-size);-webkit-user-select:none;user-select:none}._infoLink_19qcj_10:hover>._infoIcon_19qcj_30{color:var(--tweet-color-blue-secondary)}._root_q5799_1{width:100%;overflow:hidden;border:var(--tweet-border);border-radius:12px;margin:var(--tweet-quoted-container-margin);transition-property:background-color,box-shadow;transition-duration:.2s;cursor:pointer}._root_q5799_1:hover{background-color:var(--tweet-quoted-bg-color-hover)}._article_q5799_16{position:relative;box-sizing:inherit}._header_r31i5_1{display:flex;padding:.75rem .75rem 0;line-height:var(--tweet-header-line-height);font-size:var(--tweet-header-font-size);white-space:nowrap;overflow-wrap:break-word;overflow:hidden}._avatar_r31i5_11{position:relative;height:20px;width:20px}._avatarSquare_r31i5_17{border-radius:4px}._author_r31i5_21{display:flex;margin:0 .5rem}._authorText_r31i5_26{font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._username_r31i5_33{color:var(--tweet-font-color-secondary);text-decoration:none;text-overflow:ellipsis;margin-left:.125rem}._root_175ot_1{font-size:var(--tweet-quoted-body-font-size);font-weight:var(--tweet-quoted-body-font-weight);line-height:var(--tweet-quoted-body-line-height);margin:var(--tweet-quoted-body-margin);overflow-wrap:break-word;white-space:pre-wrap;padding:0 .75rem}.FAQ-Wrapper{width:100%;height:auto;display:flex;justify-content:center;align-items:center;padding-top:var(--padding-1440);padding-bottom:var(--padding-1440)}.FAQ-Wrapper--grey{background-color:var(--color-background-grey);box-shadow:inset 0 20px 20px -20px #0000004d,inset 0 -20px 20px -20px #0000004d}.FAQ-Wrapper--white{background-color:var(--color-white);box-shadow:none}.FAQ{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:800px;height:auto;gap:48px}.faq-header-wrapper{width:100%;height:auto;display:flex;justify-content:center;align-items:center}.FAQs-Container{width:100%;height:auto;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:16px}@media (max-width: 1440px){.FAQ-Wrapper{padding-top:var(--padding-1023);padding-bottom:var(--padding-1023)}.FAQ{width:588px}}@media (max-width: 1023px){.FAQ-Wrapper{padding-top:var(--padding-767);padding-bottom:var(--padding-767)}.FAQ{width:432px}}@media (max-width: 767px){.FAQ-Wrapper{padding-top:var(--padding-767);padding-bottom:var(--padding-767)}.FAQ{width:295px;gap:20px}.faq-header-wrapper{width:295px}}.Question_and_Awmser_Wrapper{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start;width:100%;height:auto;padding:16px;gap:16px;border:.5 px solid black;box-shadow:var(--shadow-normal);transition:var(--shadow-transition);border-radius:8px}.Question_and_Awmser_Wrapper:hover{box-shadow:var(--shadow-hover)}.Question-Wrapper{justify-content:space-between;align-items:center;height:56px;width:100%;display:flex;cursor:pointer}.Question_Text{font-size:22px;font-weight:400}.Blue_Arrow_Button_FAQ{height:30px;width:30px;transition:transform .2s ease-in-out}.Blue_Arrow_Button_FAQ.rotated{transform:rotate(-180deg)}.Line_FAQ{width:100%}.Awnser-Wrapper{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;text-align:left}.Awnser_Text{font-size:16px;font-weight:400}@media (max-width: 1023px){.Question_and_Awmser_Wrapper{width:100%;height:auto;padding:12px;gap:12px}.Question_Text{font-size:16px}.Line_FAQ{width:100%}.Awnser_Text{font-size:12px}}.custom-x-content{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:inherit}.custom-x-left{display:flex;align-items:center;gap:10px}.custom-x-left img:hover,.custom-x-text:hover{opacity:.7}.custom-x-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.custom-x-text{display:flex;flex-direction:column;line-height:1.2}.custom-x-name{font-weight:700;font-size:15px;color:#0f1419}.custom-x-handle{font-size:14px;color:#536471}.custom-x-logo{width:20px;height:20px;object-fit:contain;cursor:pointer}.custom-x-logo:hover{opacity:.7}.header-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:60px;position:fixed;top:0%;z-index:1000;background-color:var(--color-header-background);border-bottom:1px solid #ccc}.header{display:flex;width:1216px;height:60px;font-size:12px;font-weight:400;justify-content:space-between;align-items:center;position:relative}.logo-container,.cta-container{position:relative;top:0;display:flex;align-items:center}.navigation-container{position:absolute;top:0;left:50%;height:60px;display:flex;align-items:center;transform:translate(-50%)}.nav-links{display:flex;gap:32px;white-space:nowrap}.nav-links a{text-decoration:none;white-space:nowrap}.nav-link{color:gray;font-weight:400;text-decoration:none;white-space:nowrap;transition:color .2s ease}.nav-link:hover{color:#000}.nav-link.active{font-weight:700}.nav-dropdown{position:relative}.dropdown-toggle{display:flex;align-items:center;gap:6px;cursor:default}.dropdown-arrow{width:10px;height:10px;transition:transform .1s ease;color:gray}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-content{display:none;justify-content:space-between;align-items:flex-start;flex-direction:column;position:absolute;top:100%;left:0;background:#fff;padding:1rem;box-shadow:0 4px 10px #0000000d;border:1px solid #ddd;z-index:1099}.nav-dropdown:hover .dropdown-content{display:flex;gap:15px}.dropdown-content .nav-link{white-space:nowrap}.mobile-learn-more{display:flex;flex-direction:column;align-items:center;gap:8px}.mobile-submenu{display:flex;flex-direction:column;gap:6px;padding-left:1rem}.nav-dropdown.active-parent>.dropdown-toggle{font-weight:700}.nav-dropdown:hover .dropdown-content{display:flex}.dropdown-arrow.rotated{transform:rotate(180deg)}.hamburger{display:none;flex-direction:column;justify-content:center;cursor:pointer;gap:4px}.hamburger span{width:25px;height:3px;background:#000;border-radius:2px}@media (max-width: 1440px){.header{width:892px}}@media (max-width: 1023px){.header{width:656px}.nav-links{display:none}.hamburger{display:flex}.navigation-container{justify-content:center}.mobile-menu{position:absolute;top:60px;left:228px;width:200px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;border:1px solid #ccc;z-index:999}.mobile-menu a{text-decoration:none;padding:.5rem}}@media (max-width: 767px){.header{width:100%;padding-left:var(--padding-side-767);padding-right:var(--padding-side-767)}.nav-links{display:none}.hamburger{display:flex}.navigation-container{justify-content:center}.mobile-menu{position:fixed;top:60px;left:0;right:0;width:100%;background:#fff;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;border:1px solid #ccc;z-index:999;box-sizing:border-box}.mobile-menu a{text-decoration:none;padding:.5rem;width:100%;text-align:center}.mobile-submenu{display:flex;flex-direction:column;gap:2px;padding-left:1rem;width:100%;align-items:center}.mobile-learn-more{width:100%;text-align:center}}
