#root{width:100vw;height:100vh}.app{background-color:#000;display:flex;width:100vw;height:100vh}@supports (height: 100dvh){.app{height:100dvh}}.content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex-grow:1;padding-left:16;padding-right:16;max-width:100%;overflow:hidden}.contact{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-between}@media only screen and (min-width: 600px){.contact{justify-content:center}}.logo{height:45vh;pointer-events:none}.textImgs{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:100%}.join{height:16vh}.syndicate{height:14vh}.icon{height:2em;width:2em;padding-right:8px}.icons{padding-left:8px}.phone{color:#fff;font-size:2em;padding-left:8px;padding-bottom:7px;padding-right:8px}.clickPrompt{color:#fff;font-size:12px}.bannerWrapper{display:inline-block;background-color:#fff;height:48px}.banner{display:inline-block;justify-content:space-around;color:#000;background-color:#fff;font-size:2em;text-wrap:nowrap;white-space:nowrap;overflow:hidden;animation:banner 40s linear infinite}.banner div{display:inline-block;background-color:#fff}.band{flex-direction:row;display:flex;text-wrap:nowrap;white-space:nowrap;align-content:center;width:auto;padding-left:100px;padding-right:100px}.paddingRight{padding-right:100px;font-weight:700}.eldritch{font-weight:700;padding-right:10px}.silver{color:silver}.tarPit{color:#daa520;padding-left:10px;font-weight:700}a,a:visited{color:#daa520}a:visited:hover,a:hover{color:#000}a:link{color:#daa520}a:link:hover{color:#000}@keyframes banner{0%{transform:translate(60%)}to{transform:translate(-60%)}}@media only screen and (min-width: 600px){.banner{animation:banner-wide 50s linear infinite}}@keyframes banner-wide{0%{transform:translate(70%)}to{transform:translate(-70%)}}@media (prefers-reduced-motion: no-preference){.logo{animation:logo-spin infinite 20s linear}}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.shimmer{margin:0 auto;display:inline;padding-right:10px}.shimmer{text-align:center;color:#0003;background:-webkit-gradient(linear,left top,right top,from(#fff),to(#fff),color-stop(.5,#222));background:-moz-gradient(linear,left top,right top,from(#fff),to(#fff),color-stop(.5,#222));background:gradient(linear,left top,right top,from(#fff),to(#fff),color-stop(.5,#222));-webkit-background-size:100px 100%;-moz-background-size:100px 100%;background-size:100px 100%;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-animation:shimmer .75s infinite alternate;-moz-animation:shimmer .75s infinite alternate;animation:shimmer .75s infinite alternate;background-repeat:no-repeat;background-position:0 0;background-color:#fff}@-moz-keyframes shimmer{0%{background-position:top left}to{background-position:top right}}@-webkit-keyframes shimmer{0%{background-position:top left}to{background-position:top right}}@-o-keyframes shimmer{0%{background-position:top left}to{background-position:top right}}@keyframes shimmer{0%{background-position:top left}to{background-position:top right}}.stockTickers{padding-left:200px}.stockSingle{padding-left:40px}.stockPositive{color:green}.stockNegative{color:red}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
