@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes pulse{0%,10%,50%,to{transform:scale(1)}5%{transform:scale(1.1)}15%{transform:scale(1.2)}}:root{--site-pad:20px}@media (min-width:768px){:root{--site-pad:40px}}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,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;height:100vh;display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto 1fr;row-gap:calc(var(--site-pad)*2);background-color:#00383d;color:#e9e4e3;font-family:"Be Vietnam Pro",sans-serif;font-weight:400;font-style:normal;font-size:15px;font-size:.9375rem}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}button,input[type=button],input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=reset],input[type=search],input[type=submit],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;background:0 0;background-repeat:no-repeat}*,::after,::before{box-sizing:border-box;background-repeat:no-repeat}::after,::before{text-decoration:inherit;vertical-align:inherit}:where(:root){cursor:default;line-height:1.5;overflow-wrap:break-word;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}:where(body){margin:0}:where(h1){font-size:2em;margin:.67em 0}:where(dl,ol,ul) :where(dl,ol,ul){margin:0}:where(hr){color:inherit;height:0}:where(nav) :where(ol,ul){list-style-type:none;padding:0}:where(pre){font-family:monospace,monospace;font-size:1em;overflow:auto}:where(abbr[title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(audio,canvas,iframe,img,svg,video){vertical-align:middle}:where(iframe){border-style:none}:where(svg:not([fill])){fill:currentColor}:where(table){border-collapse:collapse;border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button,[type=button i],[type=reset i],[type=submit i]){-webkit-appearance:button}:where(fieldset){border:1px solid #a0a0a0}:where(progress){vertical-align:baseline}:where(textarea){margin:0;resize:vertical}:where([type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(details>summary:first-of-type){display:list-item}:where([aria-busy=true i]){cursor:progress}:where([aria-disabled=true i],[disabled]){cursor:not-allowed}:where([aria-hidden=false i][hidden]){display:initial}:where([aria-hidden=false i][hidden]:not(:focus)){clip:rect(0,0,0,0);position:absolute}:where(button,input,select,textarea){background-color:transparent;border:1px solid WindowFrame;color:inherit;font:inherit;letter-spacing:inherit;padding:.25em .375em}:where(select){-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E")no-repeat right center/1em;border-radius:0;padding-right:1em}:where(select[multiple]){background-image:none}:where([type=color i],[type=range i]){border-width:0;padding:0}:where(iframe,img,input,video,select,textarea){height:auto;max-width:100%}:where(img){display:block}:where(svg){height:auto;max-width:100%}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-delay:-1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important;background-attachment:initial!important;scroll-behavior:auto!important;transition-delay:0s!important;transition-duration:0s!important}}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#333;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.bounce{animation:bounce 2s infinite}.pulse{animation:pulse 2s infinite}.responsive-16x9{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin-bottom:1.5rem}.responsive-16x9 embed,.responsive-16x9 iframe,.responsive-16x9 object{position:absolute;top:0;left:0;width:100%;height:100%}@media (min-width:768px){body{font-size:16px;font-size:1rem}}@media (min-width:1024px){body{min-height:800px}}a:not(.btn),a:not(.btn):hover{color:inherit;transition:all .3s ease}a:not(.btn):hover{color:#7fc3a8}.btn,.btn:hover{transition:all .3s ease}.btn{font-size:.9375rem;font-style:normal;line-height:120%;color:#e9e4e3;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.12rem;border-radius:18.75rem;height:2.68rem;text-decoration:none;border:1px solid #e9e4e3}.btn:hover{background-color:#7fc3a8;border-color:#7fc3a8;color:#00383d}nav.site-navbar,section.symbol{display:flex;justify-content:center}nav.site-navbar{align-items:center;flex-direction:column;align-self:flex-start;gap:var(--site-pad);padding:1.155rem 1.56rem 1.155rem 1.25rem}@media (min-width:1024px){nav.site-navbar{padding:2.31rem 3.12rem 2.31rem 2.5rem}}nav.site-navbar>.btn{display:none}@media (min-width:600px){nav.site-navbar{flex-direction:row;justify-content:space-between}nav.site-navbar>.btn{display:inline-flex}}section.symbol{padding:0 20%}section.symbol .symbol-wrap{position:relative;max-width:95%}@media (min-width:768px){section.symbol .symbol-wrap{max-width:70%}}@media (min-width:1024px){section.symbol .symbol-wrap{max-width:60%}}@media (min-width:1200px){section.symbol .symbol-wrap{max-width:50%}}section.symbol .symbol-wrap>#symbol-text{position:absolute;right:0;top:0;transform:translateX(50%) translateY(-50%)}@media (max-width:991px){section.symbol .symbol-wrap>#symbol-text{width:50%}}footer.site-footer{align-self:flex-end}footer.site-footer .site-footer__wrap{display:flex;gap:var(--site-pad);flex-direction:column;justify-content:center;text-align:center;padding:1.31rem 1.56rem 1.31rem 1.25rem}@media (min-width:1024px){footer.site-footer .site-footer__wrap{padding:2.62rem 3.12rem 2.62rem 2.5rem}}footer.site-footer .site-footer__wrap>.btn{display:inline-flex;align-self:center}@media (min-width:600px){footer.site-footer .site-footer__wrap{flex-direction:row;justify-content:space-between}footer.site-footer .site-footer__wrap>.btn{display:none}}
/*# sourceMappingURL=app.min.css.map */