a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;font-size:16px}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--max-width:1240px;--standard-font-size:1rem;--column-gap:32px;--template-columns:repeat(12,minmax(5px,1fr));--sm-screen:640px;--med-screen:768px;--lg-screen:1024px;--xl-screen:1200px;--2xl-screen:1536px;--col-white:#fff;--col-black:#000;--col-blue:#005cff;--col-body:#667085;--col-link:#6941c6;--col-nav:#344054;--col-grey:#101828;--col-light-grey:#d0d5dd;--col-grey-bg:#f9fafb;--col-red:#fc6666;--type-serif:"Inter",serif;--bold-text:600;--display-md:2.25rem;--display-sm:1.875rem;--display-xs:1.5rem;--text-xl:1.25rem;--text-lg:1.125rem;--text-md:1rem;--text-sm:0.875rem;--line-height-dmd:2.75rem;--line-height-dsm:2.375rem;--line-height-dxs:2rem;--line-height-xl:1.875rem;--line-height-lg:1.75rem;--line-height-md:1.5rem;--line-height-sm:1.25rem;--spacing-xs:0.5rem;--spacing-s:1rem;--spacing-m:1.5rem;--spacing-l:2rem;--transition-cubic-bezier:color 0.2s cubic-bezier(0.62,0.05,0.01,0.99),background 0.2s cubic-bezier(0.62,0.05,0.01,0.99),border 0.2s cubic-bezier(0.62,0.05,0.01,0.99),stroke 0.2s cubic-bezier(0.62,0.05,0.01,0.99);--col-grey-900:#101828;--col-grey-800:#1d2939;--col-grey-700:#344054;--col-grey-600:#475467;--col-grey-500:#667085;--col-grey-400:#98a2b3;--col-grey-300:#d0d5dd;--col-grey-200:#eaecf0;--col-grey-100:#f2f4f7;--col-grey-50:#f9fafb;--col-grey-25:#fcfcfd;--col-blue-900:#194185;--col-blue-800:#1849aa;--col-blue-700:#175cd3;--col-blue-600:#1570ef;--col-blue-500:#667085;--col-blue-400:#98a2b3;--col-blue-300:#d0d5dd;--col-blue-200:#eaecf0;--col-blue-100:#f2f4f7;--col-blue-50:#f0f8ff;--col-blue-25:#f5faff}sup{vertical-align:super}sub{vertical-align:sub}b,strong{font-weight:600}.glow{box-shadow:0 1px 2px rgba(16,24,40,.05),0 0 0 4px #ebf3ff}.myt-auto{margin-top:auto}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mx-auto{margin-left:auto;margin-right:auto}.flex-v{display:flex;flex-direction:column}.flex-h{display:flex;flex-direction:row}.align-center{align-items:center}.just-center{justify-content:center}.just-between{justify-content:space-between}.gap-0-5{gap:.5rem}.gap-1{gap:1rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.w-50-p{width:50%}.w-100-p{width:100%}.text-sm{font-size:var(--text-sm);line-height:var(--line-height-sm)}.text-md{font-size:var(--text-md);line-height:var(--line-height-md)}.text-lg{font-size:var(--text-lg);line-height:var(--line-height-lg)}.display-xs{font-size:var(--display-xs);line-height:var(--line-height-dxs)}.display-sm{font-size:var(--display-sm);line-height:var(--line-height-dsm)}.display-md{font-size:var(--display-md);line-height:var(--line-height-md)}.grey-400{color:var(--col-grey-400)}.grey-500{color:var(--col-grey-500)}.grey-600{color:var(--col-grey-600)}.weight-600{font-weight:600}.weight-700{font-weight:700}.weight-800{font-weight:800}.weight-900{font-weight:900}.alert-box{background:#f9fafb;border-radius:1rem;color:var(--col-grey-700);gap:1rem;max-width:650px;padding:4px 4px 4px 14px;gap:12px;margin-left:auto;margin-right:auto;justify-content:space-between;position:absolute;top:5rem;left:calc(50% - 325px);z-index:2}.alert-box,.icon-container{display:flex;flex-direction:row;align-items:center}.icon-container{justify-content:center;gap:.5rem}.icon-container svg{width:16px;height:16px;transition:-webkit-transform .2s cubic-bezier(.62,.05,.01,.99);transition:transform .2s cubic-bezier(.62,.05,.01,.99);transition:transform .2s cubic-bezier(.62,.05,.01,.99),-webkit-transform .2s cubic-bezier(.62,.05,.01,.99)}.icon-3-4 svg{width:12px;height:12px}.rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cta{justify-content:center;font-size:var(--text-sm);line-height:var(--line-height-sm);font-family:var(--type-serif);align-items:center;padding:.5rem .875rem;gap:.5rem;border:1px solid var(--col-grey-300);box-shadow:0 1px 2px rgba(16,24,40,.05);color:var(--col-grey-700);font-weight:600;border-radius:8px;cursor:pointer;transition:var(--transition-cubic-bezier);text-decoration:none;box-sizing:border-box;background:var(--col-white);margin:auto}.cta.no-border{border:none}.cta.alert{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:2px 8px 2px 10px;gap:4px;max-width:8rem;background:#475467;border-radius:16px;color:var(--col-white);font-size:.875rem;border-color:#eee;box-shadow:none;margin:0;height:24px;text-align:center}.cta.alert:hover path{transition:var(--transition-cubic-bezier);stroke:var(--col-grey-800)}.cta.orange{background:#eab35b;border-color:#eab35b}.cta.orange:hover{background:#b9822b;border-color:#b9822b}.primary{background:var(--col-blue-600);color:var(--col-white);border-color:#2669ff}.glow{box-shadow:0 1px 2px rgb(16 24 40/5%),0 0 0 4px #ebf3ff}.cta:hover{color:var(--col-grey-800);background:var(--col-grey-50);border-color:var(--col-grey-300);text-decoration:none}.primary:hover{color:var(--col-white);background:var(--col-blue-700)}.tab-container{margin-bottom:-1px}.tab-item{outline:2px solid transparent;outline-offset:2px;display:flex;align-items:center;justify-content:center;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-transform;transition-duration:.2s;font-size:.8em;background:#f5f7fa;border:1px solid #e8ebed;border-bottom:1px solid#e8ebed;font-family:var(--type-serif);font-weight:500;color:#78808b;cursor:pointer;height:2.5rem;flex:1 1}.tab-item:not(:first-child){border-left:1px solid #e1e5e8}.tab-item.active{color:#5398fc;background:var(--chakra-colors-white);border-top:2px solid #5398fc;border-bottom:1px solid transparent}.tab-item.no-cursor{cursor:default}.tab-item.no-background{background:none}.tab-item.no-flex{flex:none}.items-center{align-items:center}.items-start{align-items:start}.items-stretch{align-items:stretch}.blog-content .block-spacer:first-of-type{padding-top:0}.h2{font-size:2.25rem;line-height:2.75rem;letter-spacing:-.02em;font-weight:600}.modebar-container{display:none}.deletion{text-decoration:line-through}.deletion,.reference{color:var(--col-red);font-weight:var(--bold-text)}.reference{font-style:italic}.reference>abbr{text-decoration:none}.insertion{color:var(--col-red);font-weight:var(--bold-text);text-decoration:underline}.smxform input,.smxform select{box-sizing:border-box;background:var(--col-white);border:1px solid var(--col-grey-300);border-radius:.75rem;box-shadow:0 1px 2px rgba(16,24,40,.05);color:var(--col-grey-500);font-weight:400;font-size:1rem;line-height:1.5rem;padding:.625rem .875rem;max-width:100%}.smxform select:focus{outline:none}.smxform input[type=checkbox]{background:var(--col-white);border:1px solid var(--col-grey-300);border-radius:.25rem;width:1rem;height:1rem}.smxform textarea{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:10px 14px;gap:8px;background:var(--col-white);border:1px solid var(--col-grey-300);border-radius:.5rem;box-shadow:0 1px 2px rgba(16,24,40,.05);color:var(--col-grey-500);height:8rem;resize:none;font-family:var(--type-serif);font-size:1rem;line-height:1.5rem}.tile{background-color:var( --col-white);box-shadow:0 12px 16px -4px rgb(16 24 40/8%),0 4px 6px -2px rgb(16 24 40/3%);border:1px solid var(--col-grey-100);border-radius:.5rem;position:relative;padding:1.5rem 1.5rem 2rem}.iframe-container{position:relative;width:100%;height:0;padding-bottom:56.25%}.iframe-container>iframe{width:100%;height:100%;position:absolute;top:0;left:0}.my--3rem{margin-top:-3rem;margin-bottom:-3rem}.plot-container .svg-container{max-width:100%!important}.plot-container .svg-container>svg{width:100%!important}.blog-content .figure-container .expanded-container{margin-left:-30%;margin-right:-30%;max-width:100vw}.blog-content .table-container{width:100%!important;overflow-x:auto}.blog-content .table-container::-webkit-scrollbar{width:4px;height:4px;background-color:var(--col-grey-300)}.blog-content .table-container::-webkit-scrollbar-thumb{background:var(--col-grey-400)}.blog-content .table-container table{table-layout:fixed}.mob-show{display:none}tr{opacity:1;height:auto!important;transition:opacity .3s ease-in-out,height .3s ease-in-out}tr.start-hidden{opacity:0;height:0!important}tr.start-hidden td{height:0!important;padding:0;line-height:0;font-size:0;border-bottom:0}audio::-webkit-media-controls-panel,audio::-webkit-media-controls-play-button{background-color:var(--col-white);color:var(--col-grey-400)}@media (max-width:68em){.blog-content .figure-container .expanded-container{margin-left:-10%;margin-right:-10%}.alert-box{position:static;top:unset;left:unset;margin-top:1rem}}@media(max-width:48em){.h2{font-size:1.875rem;line-height:2.375rem;letter-spacing:0}.mob-hide{display:none}.mob-show{display:block}span.mob-show{display:inline}.my--3rem{margin-top:-3rem;margin-bottom:-1rem}.blog-content .figure-container .expanded-container{margin-left:0;margin-right:0}.mob-flex-v{flex-direction:column}.mob-w-100-p{width:100%}.iframe-container.mob-portrait{padding-bottom:120%}.alert-box{max-width:95vw;flex-direction:column;margin-bottom:0}.alert-box p{text-align:center}}.eventSVG-st0{display:none}.eventSVG-st1{display:inline}.eventSVG-st2{fill:#e5efff}.eventSVG-st3{fill:#bfd8fe}.eventSVG-st4{fill:#fff}.eventSVG-st5{fill:none;stroke:#aeb2b8;stroke-width:2.0007;stroke-miterlimit:10}.eventSVG-st6{fill:none;stroke:#aeb2b8;stroke-width:2.1977;stroke-miterlimit:10}.eventSVG-st7{fill:#d1d7dc}.eventSVG-st8{-webkit-clip-path:url(#SVGID_00000106859603078808034310000000620638840056497028_);clip-path:url(#SVGID_00000106859603078808034310000000620638840056497028_);fill:#c33}.eventSVG-st9{fill:#c33}.eventSVG-st10{fill:#e2936b}.eventSVG-st11{opacity:.1}.eventSVG-st12{fill:#aeb2b8}.eventSVG-st13{fill:#e4e7ea}.eventSVG-st14{fill:none;stroke:#2b8279;stroke-width:8.1108;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.eventSVG-st15{fill:none;stroke:#386dfb;stroke-width:8.1108;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.eventSVG-st16{opacity:.5;fill:#bfd8fe}.eventSVG-st17{opacity:.1;fill:#263243}.eventSVG-st18{fill:#969}.eventSVG-st19{fill:#fc3}.eventSVG-st20{fill:#5e6673}.eventSVG-st21{fill:#4fa9a2}.eventSVG-st22{opacity:.5}.eventSVG-st23{fill:#a7d0cd}.eventSVG-st24{fill:#8fc358}.eventSVG-st25,.eventSVG-st26{fill:none;stroke:#8fc358;stroke-width:1.1542;stroke-miterlimit:10}.eventSVG-st26{stroke-linecap:round}.eventSVG-st27{fill:none;stroke:#8fc358;stroke-width:.7695;stroke-miterlimit:10}.eventSVG-st28{-webkit-clip-path:url(#SVGID_00000085962910517836486540000011369631998679321984_);clip-path:url(#SVGID_00000085962910517836486540000011369631998679321984_)}.eventSVG-st29{fill:#564d48}.eventSVG-st30{fill:#386dfb}.eventSVG-st31{fill:#c63}.eventSVG-st32{fill:#ee9268}.eventSVG-st33{fill:#263243}.eventSVG-st34{fill:none;stroke:#263243;stroke-width:1.6007;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st35{fill:none;stroke:#263243;stroke-width:2.401;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st36{fill:none;stroke:#aeb2b8;stroke-width:2.401;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st37,.eventSVG-st38{fill:none;stroke:#8fc358;stroke-width:2.4042;stroke-miterlimit:10}.eventSVG-st38{stroke-linecap:round}.eventSVG-st39{fill:none;stroke:#8fc358;stroke-width:1.6028;stroke-miterlimit:10}.eventSVG-st40{opacity:.2}.eventSVG-st41{-webkit-clip-path:url(#SVGID_00000161633283353792091280000017497202374759607987_);clip-path:url(#SVGID_00000161633283353792091280000017497202374759607987_)}.eventSVG-st42{fill:none;stroke:#263243;stroke-width:2.8738;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st43{fill:none;stroke:#263243;stroke-width:4.3107;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st44{fill:none;stroke:#aeb2b8;stroke-width:4.3107;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st45{fill:#828184}.eventSVG-st46{fill:#cb8a4e}.eventSVG-st47{fill:none;stroke:#fff;stroke-width:1.9432;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.eventSVG-st48{fill:none;stroke:#fff;stroke-width:.9716;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.eventSVG-st49{fill:none;stroke:#fff;stroke-width:.4858;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.eventSVG-st50{fill:#4a7f7d}.eventSVG-st51{fill:#38605f}.eventSVG-st52{fill:#efb492}.eventSVG-st53{-webkit-clip-path:url(#SVGID_00000136383250639056105410000014384733839537131442_);clip-path:url(#SVGID_00000136383250639056105410000014384733839537131442_);fill:#5e6673}.eventSVG-st54{fill:#484d55}.eventSVG-st55{fill:#50a8a2}.eventSVG-st56{fill:#edeff1}.eventSVG-st57{fill:none;stroke:#e190ac;stroke-width:1.9554;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.eventSVG-st58{fill:none;stroke:#d1d7dc;stroke-width:5.9626;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.eventSVG-st59{fill:#5b6270}.eventSVG-st60{fill:none;stroke:#c33;stroke-width:2.1813;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st61{fill:none;stroke:#000;stroke-width:1.4546;stroke-miterlimit:10}.eventSVG-st62{fill:none;stroke:#000;stroke-width:1.25;stroke-miterlimit:10}.eventSVG-st63{fill:#fff;stroke:#263243;stroke-width:1.1684;stroke-miterlimit:10}.eventSVG-st64{fill:none;stroke:#263243;stroke-width:3.1157;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st65{fill:none;stroke:#fff;stroke-width:3.1157;stroke-miterlimit:10}.eventSVG-st66{fill:#edb79f}.eventSVG-st67{fill:#e6b393}.eventSVG-st68{fill:#5d95f8}.eventSVG-st69{fill:#d0a949}.eventSVG-st70{fill:none;stroke:#aeb2b8;stroke-width:.25;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st71{fill:none;stroke:#5a5d5f;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st72{fill:none;stroke:#aeb2b8;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st73{fill:#5a5d5f}.eventSVG-st74{-webkit-clip-path:url(#SVGID_00000138534438870995491330000013565819323521334445_);clip-path:url(#SVGID_00000138534438870995491330000013565819323521334445_);fill:#bfd8fe}.eventSVG-st75{fill:#edb290}.eventSVG-st76{fill:#9ebffb}.eventSVG-st77{fill:#401c0a}.eventSVG-st78{fill:#30817d}.eventSVG-st79{fill:#9e815a}.eventSVG-st80{fill:#eff1f3}.eventSVG-st81{fill:none;stroke:#386dfb;stroke-width:3.8016;stroke-miterlimit:10}.eventSVG-st82{fill:#2e3342}.eventSVG-st83{-webkit-clip-path:url(#SVGID_00000134219980631236048160000018383304803097120432_);clip-path:url(#SVGID_00000134219980631236048160000018383304803097120432_)}.eventSVG-st84{fill:#cfd5da}.eventSVG-st85{-webkit-clip-path:url(#SVGID_00000031925834264276114400000006280660967024566945_);clip-path:url(#SVGID_00000031925834264276114400000006280660967024566945_)}.eventSVG-st86{-webkit-clip-path:url(#SVGID_00000150798142697439206300000016971916187406170257_);clip-path:url(#SVGID_00000150798142697439206300000016971916187406170257_)}.eventSVG-st87{fill:#ca3333}.eventSVG-st88{fill:#aeb1b8}.eventSVG-st89{fill:none;stroke:#aeb1b8;stroke-width:2.0605;stroke-miterlimit:10}.eventSVG-st90{fill:#8f2226}.eventSVG-st91{fill:#273444}.eventSVG-st92{fill:none;stroke:#386df5;stroke-width:4.6367;stroke-linecap:round;stroke-linejoin:round}.eventSVG-st93{fill:none;stroke:#d1d7dc;stroke-width:3.2486;stroke-miterlimit:10}.eventSVG-st94{fill:none;stroke:#aeb2b8;stroke-width:6.4971;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st95{fill:#626266}.eventSVG-st96{fill:none;stroke:#458079;stroke-width:3.5573;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st97{fill:#d1d6da}.eventSVG-st98{fill:#5f6672}.eventSVG-st99{fill:#458079}.eventSVG-st100{fill:#c38a53}.eventSVG-st101{fill:#283242}.eventSVG-st102{fill:#bb403a}.eventSVG-st103{fill:#842c2a}.eventSVG-st104{fill:none;stroke:#263243;stroke-width:3.1684;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st105{fill:none;stroke:#263243;stroke-width:4.7525;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st106{fill:none;stroke:#aeb2b8;stroke-width:3.7396;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st107{fill:#f6f7f8}.eventSVG-st108{fill:#7e4920}.eventSVG-st109{fill:#8b5c29}.eventSVG-st110{fill:#bfc0c2}.eventSVG-st111{fill:#91bdb7}.eventSVG-st112{fill:#221f20}.eventSVG-st113{fill:#65351d}.eventSVG-st114{fill:none;stroke:#c63;stroke-width:1.1825;stroke-miterlimit:10}.eventSVG-st115{fill:#2b8279}.eventSVG-st116{fill:#624b3f}.eventSVG-st117{fill:none;stroke:#614b3e;stroke-width:.8582;stroke-miterlimit:10}.eventSVG-st118{opacity:.3}.eventSVG-st119{fill:#d2d4d8}.eventSVG-st120{fill:#972d2a}.eventSVG-st121{fill:#edb594}.eventSVG-st122{fill:#e9eaec}.eventSVG-st123{fill:#5398fc}.eventSVG-st124{fill:none;stroke:#e9eaec;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st125{fill:none;stroke:#263243;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st126{fill:#babdc2}.eventSVG-st127{fill:none;stroke:#5e6673;stroke-width:12.2097;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st128{fill:none;stroke:#5e6673;stroke-width:1.628;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.eventSVG-st129{fill:#c57250}.eventSVG-st130{fill:#65351e}.eventSVG-st131{opacity:.2;fill:#fff}.eventSVG-st132{fill:#bb9a3a}.eventSVG-st133{opacity:.7}.eventSVG-st134{fill:#2b8279;stroke:#2b8279;stroke-width:.0717;stroke-miterlimit:10}.eventSVG-st135{fill:none;stroke:#4fa9a2;stroke-width:2.3066;stroke-linecap:round;stroke-miterlimit:10}.eventSVG-st136{fill:#668bc6}.eventSVG-st137{fill:#daba6c}.learnSVG-st0{display:none}.learnSVG-st1{display:inline}.learnSVG-st2{fill:#e5efff}.learnSVG-st3{fill:#bfd8fe}.learnSVG-st4{fill:#fff}.learnSVG-st5{fill:none;stroke:#aeb2b8;stroke-width:2.284;stroke-miterlimit:10}.learnSVG-st6{fill:none;stroke:#aeb2b8;stroke-width:2.5089;stroke-miterlimit:10}.learnSVG-st7{fill:#d1d7dc}.learnSVG-st8{-webkit-clip-path:url(#SVGID_00000019640813993564005850000014864618063381262244_);clip-path:url(#SVGID_00000019640813993564005850000014864618063381262244_);fill:#c33}.learnSVG-st9{fill:#c33}.learnSVG-st10{fill:#e2936b}.learnSVG-st11{opacity:.1}.learnSVG-st12{fill:#aeb2b8}.learnSVG-st13{fill:none;stroke:#2b8279;stroke-width:8.1108;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.learnSVG-st14{fill:none;stroke:#386dfb;stroke-width:8.1108;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.learnSVG-st15{opacity:.1;fill:#263243}.learnSVG-st16{fill:#8fc358}.learnSVG-st17,.learnSVG-st18{fill:none;stroke:#8fc358;stroke-width:1.2055;stroke-miterlimit:10}.learnSVG-st18{stroke-linecap:round}.learnSVG-st19{fill:none;stroke:#8fc358;stroke-width:.8037;stroke-miterlimit:10}.learnSVG-st20{fill:#5e6673}.learnSVG-st21{fill:#969}.learnSVG-st22{-webkit-clip-path:url(#SVGID_00000057857074190202189710000000600132347486199459_);clip-path:url(#SVGID_00000057857074190202189710000000600132347486199459_)}.learnSVG-st23{fill:#564d48}.learnSVG-st24{fill:#386dfb}.learnSVG-st25{fill:#c63}.learnSVG-st26{fill:#ee9268}.learnSVG-st27{fill:#263243}.learnSVG-st28{fill:none;stroke:#263243;stroke-width:1.6718;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st29{fill:none;stroke:#263243;stroke-width:2.5077;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st30{fill:none;stroke:#aeb2b8;stroke-width:2.5077;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st31,.learnSVG-st32{fill:none;stroke:#8fc358;stroke-width:2.4042;stroke-miterlimit:10}.learnSVG-st32{stroke-linecap:round}.learnSVG-st33{fill:none;stroke:#8fc358;stroke-width:1.6028;stroke-miterlimit:10}.learnSVG-st34{opacity:.2}.learnSVG-st35{-webkit-clip-path:url(#SVGID_00000157285300054609424680000006446297305781375885_);clip-path:url(#SVGID_00000157285300054609424680000006446297305781375885_)}.learnSVG-st36{fill:none;stroke:#263243;stroke-width:2.8738;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st37{fill:none;stroke:#263243;stroke-width:4.3107;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st38{fill:none;stroke:#aeb2b8;stroke-width:4.3107;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st39{fill:#828184}.learnSVG-st40{fill:#4fa9a2}.learnSVG-st41{fill:#cb8a4e}.learnSVG-st42{fill:#484d55}.learnSVG-st43{fill:#50a8a2}.learnSVG-st44{fill:#4a7f7d}.learnSVG-st45{fill:#fc3}.learnSVG-st46{fill:#edeff1}.learnSVG-st47{fill:none;stroke:#e190ac;stroke-width:1.9554;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.learnSVG-st48{fill:none;stroke:#d1d7dc;stroke-width:5.9626;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.learnSVG-st49{fill:#5b6270}.learnSVG-st50{fill:none;stroke:#c33;stroke-width:2.2655;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st51{fill:none;stroke:#000;stroke-width:1.5107;stroke-miterlimit:10}.learnSVG-st52{fill:none;stroke:#000;stroke-width:1.2982;stroke-miterlimit:10}.learnSVG-st53{fill:#fff;stroke:#263243;stroke-width:1.3339;stroke-miterlimit:10}.learnSVG-st54{fill:none;stroke:#263243;stroke-width:3.557;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st55{fill:none;stroke:#fff;stroke-width:3.557;stroke-miterlimit:10}.learnSVG-st56{fill:#edb79f}.learnSVG-st57{fill:#e6b393}.learnSVG-st58{fill:#5d95f8}.learnSVG-st59{fill:#d0a949}.learnSVG-st60{fill:none;stroke:#aeb2b8;stroke-width:.2919;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st61{fill:none;stroke:#5a5d5f;stroke-width:2.335;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st62{fill:none;stroke:#aeb2b8;stroke-width:2.335;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st63{fill:#5a5d5f}.learnSVG-st64{-webkit-clip-path:url(#SVGID_00000000940946361248210050000007706240739065310123_);clip-path:url(#SVGID_00000000940946361248210050000007706240739065310123_);fill:#bfd8fe}.learnSVG-st65{fill:#edb290}.learnSVG-st66{fill:#9ebffb}.learnSVG-st67{fill:#401c0a}.learnSVG-st68{fill:#30817d}.learnSVG-st69{fill:#9e815a}.learnSVG-st70{fill:#eff1f3}.learnSVG-st71{fill:none;stroke:#386dfb;stroke-width:3.8016;stroke-miterlimit:10}.learnSVG-st72{fill:#2e3342}.learnSVG-st73{-webkit-clip-path:url(#SVGID_00000111893409586912077770000011367945386012928929_);clip-path:url(#SVGID_00000111893409586912077770000011367945386012928929_)}.learnSVG-st74{fill:#cfd5da}.learnSVG-st75{-webkit-clip-path:url(#SVGID_00000071534932764715650220000000377367953592521918_);clip-path:url(#SVGID_00000071534932764715650220000000377367953592521918_)}.learnSVG-st76{-webkit-clip-path:url(#SVGID_00000179608367540602272630000008294995671860264603_);clip-path:url(#SVGID_00000179608367540602272630000008294995671860264603_)}.learnSVG-st77{fill:#ca3333}.learnSVG-st78{fill:#aeb1b8}.learnSVG-st79{fill:none;stroke:#aeb1b8;stroke-width:2.0605;stroke-miterlimit:10}.learnSVG-st80{fill:#8f2226}.learnSVG-st81{fill:#273444}.learnSVG-st82{fill:none;stroke:#386df5;stroke-width:4.6367;stroke-linecap:round;stroke-linejoin:round}.learnSVG-st83{fill:none;stroke:#d1d7dc;stroke-width:3.2486;stroke-miterlimit:10}.learnSVG-st84{fill:none;stroke:#aeb2b8;stroke-width:6.4971;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st85{fill:#626266}.learnSVG-st86{fill:none;stroke:#458079;stroke-width:3.5573;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st87{fill:#d1d6da}.learnSVG-st88{fill:#5f6672}.learnSVG-st89{fill:#458079}.learnSVG-st90{fill:#c38a53}.learnSVG-st91{fill:#283242}.learnSVG-st92{fill:#bb403a}.learnSVG-st93{fill:#842c2a}.learnSVG-st94{fill:none;stroke:#263243;stroke-width:3.1684;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st95{fill:none;stroke:#263243;stroke-width:4.7525;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st96{fill:none;stroke:#aeb2b8;stroke-width:3.7396;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st97{fill:#f6f7f8}.learnSVG-st98{fill:#7e4920}.learnSVG-st99{fill:#8b5c29}.learnSVG-st100{fill:#bfc0c2}.learnSVG-st101{fill:#91bdb7}.learnSVG-st102{fill:#221f20}.learnSVG-st103{fill:#efb492}.learnSVG-st104{-webkit-clip-path:url(#SVGID_00000091000400464696329780000015520054118967867779_);clip-path:url(#SVGID_00000091000400464696329780000015520054118967867779_);fill:#5e6673}.learnSVG-st105{fill:none;stroke:#386dfb;stroke-width:4.0559;stroke-miterlimit:10}.learnSVG-st106{fill:none;stroke:#5d95f8;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.learnSVG-st107{fill:#8b662b}.learnSVG-st108{fill:#65351d}.learnSVG-st109{fill:none;stroke:#c63;stroke-width:1.1825;stroke-miterlimit:10}.learnSVG-st110{fill:#2b8279}.learnSVG-st111{fill:#624b3f}.learnSVG-st112{fill:none;stroke:#614b3e;stroke-width:.8582;stroke-miterlimit:10}.learnSVG-st113{fill:#babdc2}.learnSVG-st114{fill:none;stroke:#5e6673;stroke-width:12.2097;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st115{fill:none;stroke:#5e6673;stroke-width:1.628;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.learnSVG-st116{fill:#c57250}.learnSVG-st117{fill:#65351e}.learnSVG-st118{opacity:.2;fill:#fff}.learnSVG-st119{fill:#bb9a3a}.learnSVG-st120{opacity:.7}.learnSVG-st121{fill:#2b8279;stroke:#2b8279;stroke-width:.0717;stroke-miterlimit:10}.learnSVG-st122{fill:none;stroke:#4fa9a2;stroke-width:2.3066;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st123{fill:#5398fc}.learnSVG-st124{fill:#edb594}.learnSVG-st125{fill:#668bc6}.learnSVG-st126{fill:#daba6c}.learnSVG-st127{fill:none;stroke:#263243;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st128{fill:none;stroke:#263243;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st129{fill:none;stroke:#c33;stroke-width:4;stroke-miterlimit:10}.learnSVG-st130{opacity:.2;-webkit-clip-path:url(#SVGID_00000027581930466846301190000010637102359125409166_);clip-path:url(#SVGID_00000027581930466846301190000010637102359125409166_);fill:#fff}.learnSVG-st131{fill:#4c8883}.learnSVG-st132{fill:none;stroke:#8b662b;stroke-width:17.23;stroke-miterlimit:10}.learnSVG-st133{fill:#8e5a34}.learnSVG-st134{fill:#cca277}.learnSVG-st135{fill:#bf8a56}.learnSVG-st136{fill:none;stroke:#fff;stroke-width:1.0071;stroke-miterlimit:10}.learnSVG-st137{-webkit-clip-path:url(#SVGID_00000034781277691573731510000001689736077888061111_);clip-path:url(#SVGID_00000034781277691573731510000001689736077888061111_)}.learnSVG-st138{-webkit-clip-path:url(#SVGID_00000109723970871425880290000018099853405445136034_);clip-path:url(#SVGID_00000109723970871425880290000018099853405445136034_)}.learnSVG-st139{-webkit-clip-path:url(#SVGID_00000121981608377197722990000016462696224239787404_);clip-path:url(#SVGID_00000121981608377197722990000016462696224239787404_)}.learnSVG-st140{opacity:.3}.learnSVG-st141{-webkit-clip-path:url(#SVGID_00000083790580193410770420000000947240213294081949_);clip-path:url(#SVGID_00000083790580193410770420000000947240213294081949_)}.learnSVG-st142{fill:#bdd6fa}.learnSVG-st143{fill:none;stroke:#283242;stroke-width:2.205;stroke-miterlimit:10}.learnSVG-st144{fill:#c3d6fa}.learnSVG-st145{-webkit-clip-path:url(#SVGID_00000087390910688442537630000014159302270682290583_);clip-path:url(#SVGID_00000087390910688442537630000014159302270682290583_)}.learnSVG-st146{-webkit-clip-path:url(#SVGID_00000169518319248970175760000016992051236358307213_);clip-path:url(#SVGID_00000169518319248970175760000016992051236358307213_)}.learnSVG-st147{-webkit-clip-path:url(#SVGID_00000173145517837358629240000015787108246162504349_);clip-path:url(#SVGID_00000173145517837358629240000015787108246162504349_)}.learnSVG-st148{fill:none;stroke:#d1d7dc;stroke-width:5.88;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st149{fill:#e4b8a2}.learnSVG-st150{fill:#8c302b}.learnSVG-st151{fill:none;stroke:#fff;stroke-width:1.269;stroke-miterlimit:10}.learnSVG-st152{fill:#945581}.learnSVG-st153{fill:#f6cd55}.learnSVG-st154{fill:#67a6a1}.learnSVG-st155{-webkit-clip-path:url(#SVGID_00000025429413442133548540000014902720693757485221_);clip-path:url(#SVGID_00000025429413442133548540000014902720693757485221_)}.learnSVG-st156{-webkit-clip-path:url(#SVGID_00000138546559991815961940000011250437218002375859_);clip-path:url(#SVGID_00000138546559991815961940000011250437218002375859_)}.learnSVG-st157{fill:#456cf1}.learnSVG-st158{fill:#ae6f5b}.learnSVG-st159{fill:#835344}.learnSVG-st160{fill:#dfc5bd}.learnSVG-st161{fill:none;stroke:#263243;stroke-width:5.4781;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st162{fill:none;stroke:#263243;stroke-width:8.2171;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st163{fill:none;stroke:#aeb2b8;stroke-width:8.2171;stroke-linecap:round;stroke-miterlimit:10}.learnSVG-st164{fill:none;stroke:#2b8279;stroke-width:18.5018;stroke-miterlimit:10}.learnSVG-st165{fill:#eab52f}.learnSVG-st166{-webkit-clip-path:url(#SVGID_00000149369292715787845110000002824243393168377741_);clip-path:url(#SVGID_00000149369292715787845110000002824243393168377741_);fill:#50a8a2}.learnSVG-st167{fill:#c26d1f}.learnSVG-st168{fill:#ce8748}.learnSVG-st169{fill:#e2b791}.learnSVG-st170{fill:none;stroke:#83868a;stroke-width:2.7411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}