.spinner-overlay{height:100vh;width:100%;display:flex;justify-content:center;align-items:center}.spinner-container{display:inline-block;width:50px;height:50px;border:3px solid rgba(195,195,195,.6);border-radius:50%;border-top-color:#636767;animation:spin 1s ease-in-out infinite}@keyframes spin{to{-webkit-transform:rotate(360deg)}}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html,body{font-family:Barlow Condensed,sans-serif;font-weight:300;font-style:normal;margin:0}body{min-height:100vh;background-color:#f7f7f7}#root{display:flex;flex-direction:column;width:100%;min-height:100vh}.container{max-width:1440px;margin-left:auto;margin-right:auto;padding:0 20px 25px;width:100%}@media only screen and (min-width: 768px){.container{padding:0 20px 50px}}.navigation+.container{padding-top:95px}.navigation+.container:after{content:"";display:block;opacity:1;position:fixed;top:0;left:0;bottom:0;right:0;max-width:100vw;max-height:100vh;background:#fff;pointer-events:none;animation:.4s .15s ease-out forwards fade-out;z-index:9}@keyframes fade-in{0%{opacity:0}to{opacity:1;z-index:-1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}a{text-decoration:none;color:#000}a.underline{text-decoration:underline}a img{border-style:none;display:block}h1{font-size:3.2em;line-height:1.1}.light-barlow-cond{font-family:Barlow Condensed,sans-serif;font-weight:300;font-style:normal}.regular-barlow-cond{font-family:Barlow Condensed,sans-serif;font-weight:400;font-style:normal}.medium-barlow-cond{font-family:Barlow Condensed,sans-serif;font-weight:500;font-style:normal}.semibold-barlow-cond{font-family:Barlow Condensed,sans-serif;font-weight:600;font-style:normal}.bold-barlow-cond{font-family:Barlow Condensed,sans-serif;font-weight:700;font-style:normal}.has-custom-scrollbar{scroll-behavior:smooth;margin-right:-6px}@supports (scrollbar-color: auto){.has-custom-scrollbar{scrollbar-color:#b6b6b6 transparent;scrollbar-width:auto}}@supports selector(::-webkit-scrollbar){.has-custom-scrollbar{scrollbar-color:unset;scrollbar-width:unset}.has-custom-scrollbar::-webkit-scrollbar{width:6px}.has-custom-scrollbar::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:10px;background:#b6b6b6}.has-custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#888}}.text-center{text-align:center}.text-right{text-align:right}
