@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Spectral:wght@300;400;500;600;700;800&display=swap";.spinner{position:relative;display:inline-block;width:1em;height:1em}.spinner .spinner-blade{position:absolute;left:.4629em;bottom:0;width:.074em;height:.2777em;border-radius:.0555em;background-color:#21272e1f;transform-origin:center -.2222em;animation:spinner-fade 1s infinite linear}.spinner .spinner-blade:nth-child(1){animation-delay:0s;transform:rotate(0)}.spinner .spinner-blade:nth-child(2){animation-delay:83ms;transform:rotate(30deg)}.spinner .spinner-blade:nth-child(3){animation-delay:.166s;transform:rotate(60deg)}.spinner .spinner-blade:nth-child(4){animation-delay:.249s;transform:rotate(90deg)}.spinner .spinner-blade:nth-child(5){animation-delay:.332s;transform:rotate(120deg)}.spinner .spinner-blade:nth-child(6){animation-delay:.415s;transform:rotate(150deg)}.spinner .spinner-blade:nth-child(7){animation-delay:.498s;transform:rotate(180deg)}.spinner .spinner-blade:nth-child(8){animation-delay:.581s;transform:rotate(210deg)}.spinner .spinner-blade:nth-child(9){animation-delay:.664s;transform:rotate(240deg)}.spinner .spinner-blade:nth-child(10){animation-delay:.747s;transform:rotate(270deg)}.spinner .spinner-blade:nth-child(11){animation-delay:.83s;transform:rotate(300deg)}.spinner .spinner-blade:nth-child(12){animation-delay:.913s;transform:rotate(330deg)}@keyframes spinner-fade{0%{background-color:#b8bfc8}to{background-color:#21272e1f}}.footer{padding:20px;color:#737373!important;width:100%}.footer__links{display:flex;flex-direction:row;gap:10px}.footer__content{width:100%;display:flex;flex-direction:row;justify-content:space-between;font-size:12px!important}.footer__link{color:#737373!important;text-decoration:none}.broadcast{font-size:12px}.broadcast__area{width:100%;display:flex;border-radius:6px;transition:box-shadow .2s;box-shadow:#fff;color:#21272e;gap:20px}.broadcast__mute-unmute{display:flex;flex-direction:row;align-items:center;justify-content:left;gap:5px;width:80px}.broadcast__status{text-transform:uppercase;font-weight:700}.broadcast__offline-dot{background-color:#eb2032;width:10px;height:10px;border-radius:50%}.broadcast__online-dot{background-color:#1eb14d;width:10px;height:10px;border-radius:50%}.broadcast__status{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center}.broadcast__switch{padding:10px;border-radius:8px}.selected-switch{background-color:#f7f7f7;font-weight:600}.ggma-button{width:70px}.mixed-button{width:80px}.squawk-button{width:100px}.layout{display:flex;flex-direction:column;min-height:100vh;max-width:1024px;width:100dvw}.page-content{flex:1}.header{max-width:1072px;padding:20px 32px;width:100%;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.header__tabs{display:flex;flex-direction:row;gap:20px}.header__navigation{padding:0 24px;margin-bottom:20px}.header__link{font-weight:600;text-decoration:none!important;text-transform:uppercase;cursor:pointer}.header__link:hover{opacity:.8}.header__page{color:#21272e!important;height:30px;display:flex;gap:5px;align-items:center;justify-content:center;font-size:16px;padding:8px;border-radius:8px;white-space:nowrap}.header__page:hover{text-decoration:none}.header__pages{display:inline-flex;flex-direction:row;gap:10px;overflow-x:scroll;width:100%;border-radius:8px}.header__details{display:flex;flex-direction:row;gap:10px}.header__link-mobile-button{display:flex;align-items:center;justify-content:center;gap:5px;font-size:14px;border:1px solid rgb(228,228,231);height:32px;padding:0 10px;border-radius:6px}.header__profile-pic{border-radius:50%;width:32px;height:32px}.header__user{position:relative}.header__user-details{position:absolute;top:38px;display:flex;border:1px solid rgb(218,225,232);background-color:#fbfbfc;border-radius:6px;padding:8px;z-index:100;flex-direction:column;overflow:hidden;opacity:1;transform:scale(1);transition:all .2s;right:0}.header__divider{width:calc(100% + 16px);height:1px;background:#dae1e8;margin:6px -8px}.header__details-button{display:flex;border:none;color:#21272e!important;padding:8px;font-size:16px;font-weight:400;border-radius:4px;white-space:nowrap;cursor:pointer;width:100%;gap:10px;height:32px;text-decoration:none!important}.header__loader-container{width:100%;display:flex;align-items:center;justify-content:center}.header__user-info-text{display:flex;flex-direction:column;gap:5px}.selected-page{background-color:#f7f7f7;font-weight:600}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.chatroom-shimmer{height:71dvh;width:100%;border-radius:8px;background:linear-gradient(to right,#f7f7f7,#efefef,#f7f7f7);background-size:800px 100%;animation:shimmer 2s infinite ease-in-out}@media screen and (max-width: 500px){.header__link-mobile-button{display:none}}.message-toast{position:fixed;top:20px;right:20px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001f,0 2px 4px #00000014;padding:14px 16px;display:flex;align-items:center;gap:12px;min-width:320px;max-width:380px;z-index:999;transform:translate(480px);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.message-toast--visible{transform:translate(0);opacity:1}.message-toast__content{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.message-toast__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.message-toast__header{display:flex;align-items:center;gap:6px;font-size:13px}.message-toast__sender{font-weight:600;color:#1a1a1a}.message-toast__separator{color:#bbb;font-size:10px}.message-toast__channel{color:#666;font-weight:500}.message-toast__message{font-size:14px;color:#444;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}.message-toast__close{background:transparent;border:none;font-size:26px;color:#aaa;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;flex-shrink:0;line-height:1}.message-toast__close:hover{background:#f5f5f5;color:#666}.message-toast__close:active{background:#eee}@media screen and (max-width: 768px){.message-toast{top:10px;right:10px;left:10px;min-width:unset;max-width:unset;transform:translateY(-100px)}.message-toast--visible{transform:translateY(0)}}header a,header button,section a,section button{min-height:32px;font-size:16px!important;display:flex;flex-direction:row;gap:5px;align-items:center!important;justify-content:center!important;border-radius:8px;padding:0 12px;font-size:15px;color:inherit!important;cursor:pointer}header p,section p{margin:0!important}.home{margin:0 auto;display:flex;align-items:center;flex-direction:column;width:100%;background:#fff;color:#21272e!important}.heading{position:fixed;z-index:999;background-color:#fbfaf9;opacity:.9;width:100%;display:flex;justify-content:center;border-bottom:1px solid #dcdcde}.heading__inner{display:flex;flex-direction:row;justify-content:space-between;padding:20px}.heading__name{font-weight:600;font-size:18px;display:flex;align-items:center;justify-content:center}.heading__buttons{display:flex;flex-direction:row;gap:10px}.heading__login:hover{background-color:#dcdcde}.heading__primary-button{background-color:#000;color:#fff!important}.heading__primary-button:hover{opacity:.9}.overview{width:100%;padding-top:100px;padding-bottom:50px;background-color:#fbfaf9;display:flex;justify-content:center}.overview__head{padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:20px}.overview__buttons{display:flex;align-items:center;justify-content:center;margin-top:30px;gap:10px}.overview__buttons a,.overview__buttons button{height:40px}.overview__active-button{background-color:#000;color:#fff!important}.overview__active-button:hover{opacity:.8!important}.overview__articles-button:hover{background-color:#dcdcde}.about{width:100%}.about-chats{background-color:#fbfaf9;width:100%;display:flex;justify-content:center}.about-squawk{width:100%;display:flex;justify-content:center}.info-container{display:flex;flex-direction:row;padding:50px 20px;gap:100px}.info-container__side{width:60%}.info-container__section-title{margin-top:10px;margin-bottom:10px}.info-container__features{margin-top:30px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.info-container__section-feature{display:flex;flex-direction:row;align-self:center;gap:10px}.info-container__section-feature p{display:flex;align-items:center}.info-container__svg{padding:5px;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:#dad7d0}.info-container__text{font-size:18px}.info-container__buttons{margin-top:30px;display:flex;flex-direction:row;gap:10px}.info-container__primary-button{background-color:#000;color:#fff!important}.info-container__primary-button:hover{opacity:.8!important}.info-container__secondary-button{border:1px solid #dcdcde}.info-container__screenshot-container{max-height:400px;aspect-ratio:1;overflow:hidden;width:100%}.info-container__mobile-img{width:100%}.section-inner{max-width:1072px;width:100%}.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.homepage-footer{padding:50px 0}@media (max-width: 910px){.info-container{display:flex;flex-direction:column;gap:0;padding:20px}.info-container__side{width:100%;gap:0;order:-1}.info-container__buttons{align-items:center;justify-content:center}}.public-articles{width:100%;max-width:1072px;display:flex;flex-direction:column;align-items:center;justify-content:center}.public-articles__categories{position:sticky;top:73px;align-self:stretch;z-index:10;background:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:20px;overflow:scroll;width:100%}.public-articles__category{cursor:pointer;padding:10px 20px}.public-articles__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:8px;row-gap:8px}.public-articles__no-articles{text-align:center;width:100%}.public-article{width:400px;height:200px;overflow:hidden;padding:16px;border:1px solid #ccc;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;cursor:pointer}.public-article:hover{opacity:.7}.public-article__category{display:inline-flex;align-self:flex-start;padding:3px 10px;border-radius:16px;background-color:#f7f7f7;border:1px solid #ccc;margin-bottom:8px;white-space:nowrap}.public-article__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis}.selected-category{background-color:#f7f7f7;border-radius:8px}@media (max-width: 850px){.public-articles__list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));column-gap:8px;row-gap:8px}.public-articles__categories{position:sticky;top:73px;z-index:10;background:#fff;display:flex;flex-direction:row;align-items:center;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;max-width:100%;padding:10px 0;flex-wrap:nowrap}.public-articles__category{white-space:nowrap}}@media (max-width: 450px){.public-articles__categories{justify-content:flex-start}.public-article{width:100%}}.apply-form__trigger{border:1px solid #dfdfe1;border-radius:8px}.apply-form__trigger:hover{background-color:#dcdcde}.apply-form__popover{position:fixed;inset:0 0 0 auto!important;margin:0!important;height:100vh;width:400px;max-width:90vw;background-color:#fbfaf9;border:none;border-left:1px solid #dcdcde;border-radius:0;box-shadow:-4px 0 16px #0000001a;overflow-y:auto}.apply-form__popover::backdrop{background-color:#0000004d}.apply-form__header{display:flex;justify-content:space-between;align-items:center;padding:15px;border-bottom:1px solid #dcdcde}.apply-form__header h2{margin:0;font-size:18px;font-weight:600;color:#21272e}.apply-form__close{min-height:32px;width:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:none;background:transparent;cursor:pointer;font-size:20px;color:#21272e}.apply-form__close:hover{background-color:#dcdcde}.apply-form__form{padding:20px;display:flex;flex-direction:column;gap:16px}.apply-form__name-row{display:flex;flex-direction:row;gap:12px}.apply-form__name-row .apply-form__field{width:48%}.apply-form__field{display:flex;flex-direction:column;gap:6px}.apply-form__field label{font-size:14px;font-weight:500;color:#21272e}.apply-form__field input{min-height:40px;padding:0 12px;border-radius:8px;border:1px solid #dcdcde;background-color:#fff;font-size:16px;color:#21272e}.apply-form__field input:focus{outline:none;border-color:#21272e}.apply-form__required{color:#e74c3c}.apply-form__submit{min-height:40px;font-size:16px!important;display:flex;align-items:center;justify-content:center;border-radius:8px;padding:0 12px;background-color:#000;color:#fff!important;border:none;cursor:pointer;margin-top:8px}.apply-form__submit:hover{opacity:.8}@media (max-width: 500px){.apply-form__name-row{flex-direction:column}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */body,html{height:100%}button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Inter,sans-serif}body{background:#fff}a{text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;color:#21272e;margin:0;padding:0}p{color:#21272e}button{background:none;cursor:pointer;border:none}.container{margin:0 auto;padding:0 16px;width:100%;max-width:980px}.hidden{display:none}.hljs{border:1px solid rgba(33,39,46,.1215686275)!important;border-radius:6px!important;background:#f0f1f245!important}.qr-container svg{width:100%}.page{display:flex;align-items:center;flex-direction:column;width:100%;background:#fff;color:#21272e}.page-content{width:100%;max-width:1072px;padding:0 32px;display:flex;flex-direction:column}.page-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:999;background-color:#000c;display:flex;align-items:center;justify-content:center}.inactive{color:#575b60!important}.header__link{color:#4996ff}table{border-collapse:collapse;table-layout:fixed}td,th{border:1px solid #ddd;padding:8px 12px;vertical-align:top}th{background-color:#f5f5f5;font-weight:700}
