::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}::-webkit-scrollbar-thumb{background:#24b8af;border-radius:4px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#1a9891}*{scrollbar-color:#24b8af #1a1a1a}*,body{scrollbar-width:thin}body{-ms-overflow-style:none}.header-right-content-lang{transition:all .2s linear}@media only screen and (min-width:768px){.idea-block-flex{padding:0 15px;flex-direction:row;align-items:center;justify-content:space-between}}.header-right-content-linkedin svg{width:35px;height:35px}.header-right-content-linkedin:hover svg{fill:#24b8af!important}.footer-block-social-list svg,.header-right-content-linkedin svg{width:40px;height:auto;fill:#fff;transition:all .3s linear}.footer-block-social-list a:hover svg{fill:#24b8af}.loading-container{position:fixed;top:0;left:0;width:100%;height:100vh;background:#222;display:flex;justify-content:center;align-items:center;z-index:99999}.loading-spinner{width:60px;height:60px;border-radius:50%;border:4px solid #333;border-top-color:#24b8af;animation:spin 1s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wrapper{opacity:0;transition:opacity .5s ease-in-out;background:#222;min-height:100vh}.wrapper.loaded{opacity:1}body,html{margin:0;padding:0;background:#222}