:root{--vh:1vh}.Header-module__Af2_WG__header{box-shadow:0 2px 4px 2px var(--shadow);background-color:var(--white);z-index:999;height:var(--header-height);justify-content:space-between;align-items:center;gap:5px;padding:15px;display:flex;position:sticky;top:0}.Header-module__Af2_WG__header .Header-module__Af2_WG__logoContainer{max-height:var(--header-height);flex-shrink:0;align-items:center;gap:10px;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__logoContainer .Header-module__Af2_WG__logoA{object-fit:contain}.Header-module__Af2_WG__logoA img{object-fit:contain;max-height:35px}.Header-module__Af2_WG__logoA.Header-module__Af2_WG__dark,.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileOnly{display:none}.Header-module__Af2_WG__header a:not(:hover){color:var(--black);text-decoration:none}.Header-module__Af2_WG__header .Header-module__Af2_WG__navLinks,.Header-module__Af2_WG__header .Header-module__Af2_WG__dashboardNav{justify-content:space-around;align-items:center;gap:35px;display:flex}.Header-module__Af2_WG__header a{font-weight:700}.Header-module__Af2_WG__header .Header-module__Af2_WG__searchContainer{flex-grow:.5;align-items:stretch;width:fit-content;max-height:2rem;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__searchContainer input{border:1px solid var(--black);border-radius:99px 0 0 99px;outline:none;width:100%;padding:.25rem .5rem;font-size:1rem}.Header-module__Af2_WG__header .Header-module__Af2_WG__searchContainer .Header-module__Af2_WG__searchIconContainer{background-color:var(--black);aspect-ratio:1;cursor:pointer;border:none;border-radius:0 99px 99px 0;justify-content:center;align-items:center;height:auto;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__searchContainer .Header-module__Af2_WG__searchIconContainer img{object-fit:contain;width:80%;height:80%}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons{flex-direction:row;align-items:center;gap:5px;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons.Header-module__Af2_WG__userActive{gap:10px}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons button:not(.Header-module__Af2_WG__socialButton){white-space:nowrap;cursor:pointer;border-radius:5px;padding:.2rem 2rem;font-weight:700;transition:all .2s}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons .Header-module__Af2_WG__logIn{border:2px solid var(--flamespark-red);background-color:var(--flamespark-red);color:var(--white)}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons .Header-module__Af2_WG__signUp{border:2px solid var(--flamespark-blue);background-color:var(--white);color:var(--flamespark-blue)}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons .Header-module__Af2_WG__logIn:hover{background-color:var(--flamespark-red-tinted);border-color:var(--flamespark-red-tinted)}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons .Header-module__Af2_WG__signUp:hover{border-color:var(--flamespark-blue-accented);color:var(--flamespark-blue-accented)}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons .Header-module__Af2_WG__animate:hover{transform:scale(1.03)}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons .Header-module__Af2_WG__animate:active{filter:brightness(.9);transform:scale(.97)}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons .Header-module__Af2_WG__pfp{aspect-ratio:1;object-fit:cover;cursor:pointer;background-color:#00000014;border-radius:50%;width:40px;min-width:40px;height:40px;min-height:40px;overflow:hidden}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons .Header-module__Af2_WG__pfp:before{content:"";background:linear-gradient(90deg,#0000000f,#0000001a,#0000000f);width:100%;height:100%;animation:1.4s ease-in-out infinite Header-module__Af2_WG__pfpShimmer;display:block}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons .Header-module__Af2_WG__pfp[src]:before{content:none}@keyframes Header-module__Af2_WG__pfpShimmer{0%{background-position:-100% 0}to{background-position:200% 0}}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons .Header-module__Af2_WG__inbox{cursor:pointer;font-size:1.2rem}.Header-module__Af2_WG__header .Header-module__Af2_WG__userPanel{background-color:red;height:100%;overflow-y:auto}.Header-module__Af2_WG__header .Header-module__Af2_WG__userPanel .Header-module__Af2_WG__panelContainer{height:auto}.Header-module__Af2_WG__header .Header-module__Af2_WG__userSection{align-items:center;gap:5px;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__userDropdown{top:var(--header-height);background-color:var(--white);box-shadow:-2px 2px 4px var(--shadow),2px 2px 4px var(--shadow);padding:15px 20px;display:none;position:absolute;right:0}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifButton{cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;margin-right:10px;line-height:1;transition:background .15s,transform .12s;display:inline-flex;position:relative;width:25px!important;min-width:25px!important;height:25px!important;padding:0!important}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifButton .Header-module__Af2_WG__inbox{justify-content:center;align-items:center;width:100%;height:100%;font-size:1.15rem;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifButton:hover{transform:translateY(-1px)}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifButton:focus-visible{outline-offset:2px;outline:3px solid #4299e157}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifBadge{background:var(--flamespark-red-accented);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 6px;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 6px #0000001f}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifBadge.Header-module__Af2_WG__golden{background:linear-gradient(45deg,var(--flamespark-orange),var(--flamespark-orange-accented),var(--flamespark-orange));color:var(--white);box-shadow:0 0 10px var(--golden),0 0 20px var(--flamespark-orange);background-size:200% 200%;animation:3s ease-in-out infinite Header-module__Af2_WG__shimmer,2.5s ease-in-out infinite alternate Header-module__Af2_WG__glow}@keyframes Header-module__Af2_WG__shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes Header-module__Af2_WG__glow{0%{transform:scale(1);box-shadow:0 0 6px #ffd70066,0 0 12px #ffd70033}50%{transform:scale(1.08);box-shadow:0 0 10px #ffffa0e6,0 0 20px #ffd700b3}to{transform:scale(1);box-shadow:0 0 6px #ffd70066,0 0 12px #ffd70033}}.Header-module__Af2_WG__header .Header-module__Af2_WG__pulse{animation:.65s cubic-bezier(.2,.8,.2,1) Header-module__Af2_WG__badge-pop}@keyframes Header-module__Af2_WG__badge-pop{0%{opacity:0;transform:scale(.6)}60%{opacity:1;transform:scale(1.12)}to{transform:scale(1)}}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifPanel{top:var(--header-height);background-color:var(--white);box-shadow:-2px 2px 4px var(--shadow),2px 2px 4px var(--shadow);z-index:1001;width:80%;max-width:500px;max-height:60vh;display:none;position:absolute;right:64px;overflow-y:auto}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifPanel.Header-module__Af2_WG__open,.Header-module__Af2_WG__header .Header-module__Af2_WG__userDropdown.Header-module__Af2_WG__open{display:block}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifHeader{background-color:var(--white);z-index:1002;border-bottom:1px solid #ccc;margin-bottom:8px;padding:16px 18px 8px;position:sticky;top:0}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifFilters{flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifFilter{cursor:pointer;color:var(--black);background:0 0;border:none;border-radius:8px;padding:6px 10px;font-weight:700;transition:background .15s,color .15s,transform .12s;position:relative}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifFilter:hover{background:#0000000a}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifFilter.Header-module__Af2_WG__active,.Header-module__Af2_WG__header .Header-module__Af2_WG__notifFilter[aria-selected=true]{background:var(--flamespark-red);color:var(--white)}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifDot{background-color:var(--flamespark-red);border-radius:50%;width:8px;height:8px;position:absolute;top:0;right:0;box-shadow:0 1px 3px #0003}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifDot.Header-module__Af2_WG__golden{background-color:var(--golden)}.Header-module__Af2_WG__loadingBar{background:linear-gradient(90deg,var(--flamespark-red),#fff0);border-radius:999px;width:100%;height:4px;position:relative;overflow:hidden}.Header-module__Af2_WG__loadingBar:after{content:"";background:linear-gradient(90deg,#ffffff40,#fff0);width:40%;height:100%;animation:1s linear infinite Header-module__Af2_WG__loadingBar;position:absolute;top:0;left:-40%}@keyframes Header-module__Af2_WG__loadingBar{0%{left:-40%}to{left:100%}}.Header-module__Af2_WG__loadingSpinner{border:4px solid #00000014;border-top-color:var(--flamespark-red);border-radius:999px;width:36px;height:36px;margin:12px auto;animation:1s linear infinite Header-module__Af2_WG__spin}@keyframes Header-module__Af2_WG__spin{to{transform:rotate(360deg)}}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifList{flex-direction:column;gap:8px;min-height:60px;padding:8px;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifItemNoNew{background:#fafafa;border-radius:6px;padding:10px;font-size:.95rem}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifItem{color:var(--black);border-radius:6px;align-items:stretch;gap:5px;width:100%;padding:10px;text-decoration:none;transition:background-color .15s;display:flex;overflow:hidden}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifItem:hover{background-color:#f5f5f5}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifItem .Header-module__Af2_WG__colorBanner{align-self:stretch;width:8px;max-width:100%;margin-right:5px}.Header-module__Af2_WG__notifItem .Header-module__Af2_WG__colorBanner.Header-module__Af2_WG__red{background-color:var(--flamespark-red)}.Header-module__Af2_WG__notifItem .Header-module__Af2_WG__colorBanner.Header-module__Af2_WG__orange{background-color:var(--flamespark-orange)}.Header-module__Af2_WG__notifItem .Header-module__Af2_WG__colorBanner.Header-module__Af2_WG__orange-accented{background-color:var(--flamespark-orange-accented)}.Header-module__Af2_WG__notifItem .Header-module__Af2_WG__colorBanner.Header-module__Af2_WG__blue{background-color:var(--flamespark-blue)}.Header-module__Af2_WG__notifItem .Header-module__Af2_WG__colorBanner.Header-module__Af2_WG__blue-accented{background-color:var(--flamespark-blue-accented)}.Header-module__Af2_WG__notifItem .Header-module__Af2_WG__colorBanner.Header-module__Af2_WG__green{background-color:var(--flamespark-green)}.Header-module__Af2_WG__notifItem .Header-module__Af2_WG__colorBanner.Header-module__Af2_WG__green-accented{background-color:var(--flamespark-green-accented)}.Header-module__Af2_WG__notifItem .Header-module__Af2_WG__colorBanner.Header-module__Af2_WG__golden-plain{background-color:var(--golden);opacity:.3}.Header-module__Af2_WG__notifItem .Header-module__Af2_WG__colorBanner.Header-module__Af2_WG__golden{background:linear-gradient(120deg,#e8b923,#ffd56a,#f0c13b,#e8b923) 0 0/250% 250%;animation:4.5s ease-in-out infinite Header-module__Af2_WG__goldenShimmer,3s ease-in-out infinite alternate Header-module__Af2_WG__goldenGlow;position:relative;overflow:hidden}@keyframes Header-module__Af2_WG__goldenShimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes Header-module__Af2_WG__goldenGlow{0%{transform:scale(1);box-shadow:0 0 4px #ffdc7866,0 0 10px #ffc83c4d}to{transform:scale(1.03);box-shadow:0 0 10px #fff0b4e6,0 0 20px #ffdc78b3}}.Header-module__Af2_WG__notifItem .Header-module__Af2_WG__colorBanner.Header-module__Af2_WG__golden:before{content:"";background:linear-gradient(100deg,#0000 0%,#fff9 50%,#0000 100%);width:80%;height:100%;animation:3.5s ease-in-out infinite Header-module__Af2_WG__goldenSweep;position:absolute;top:0;left:-40%;transform:skew(-20deg)}@keyframes Header-module__Af2_WG__goldenSweep{0%{left:-250%}60%{left:320%}to{left:320%}}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifIcon{border-radius:50%;flex-shrink:0;width:48px;height:48px;padding:2px}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifIcon img{object-fit:cover;border-radius:50%;width:100%;height:100%}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifContent{flex-direction:column;flex:1;min-width:0;font-weight:400;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifContent .Header-module__Af2_WG__titleAndDate{flex:1;justify-content:space-between;align-items:center;gap:5px;max-width:100%;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifContent .Header-module__Af2_WG__notifTitle{margin-bottom:2px;font-weight:700}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifContent .Header-module__Af2_WG__notifTimestamp{min-width:fit-content;font-size:.9rem}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifContent .Header-module__Af2_WG__notifMessage{text-overflow:ellipsis;max-width:100%;font-size:.95rem;display:block;overflow:hidden}.Header-module__Af2_WG__header .Header-module__Af2_WG__userDropdown.Header-module__Af2_WG__open{display:initial}.Header-module__Af2_WG__header .Header-module__Af2_WG__userDropdown .Header-module__Af2_WG__userDisplay{border-bottom:1px solid var(--black);flex-direction:column;justify-content:center;align-items:center;gap:15px;padding-bottom:15px;font-size:1.1rem;font-weight:700;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__userDropdown .Header-module__Af2_WG__userDisplay span{max-width:200px}.Header-module__Af2_WG__header .Header-module__Af2_WG__userDropdown .Header-module__Af2_WG__options{flex-direction:column;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__userDropdown .Header-module__Af2_WG__options div,.Header-module__Af2_WG__header .Header-module__Af2_WG__userDropdown .Header-module__Af2_WG__options a{-webkit-user-select:none;user-select:none;cursor:pointer;align-items:center;gap:5px;margin:15px 0;font-weight:400;text-decoration:none;display:flex}.Header-module__Af2_WG__options i{font-size:2rem}.Header-module__Af2_WG__header .Header-module__Af2_WG__userDropdown .Header-module__Af2_WG__logoutButton{background-color:#0000;margin-top:5px;font-size:.8rem}.Header-module__Af2_WG__header .Header-module__Af2_WG__userDropdown .Header-module__Af2_WG__closeButton{-webkit-user-select:none;user-select:none;cursor:pointer;position:absolute;top:5px;right:5px}.Header-module__Af2_WG__header .Header-module__Af2_WG__notifFooter{background:var(--white);z-index:1003;border-top:1px solid #eef2f7;justify-content:center;padding:10px 12px;display:flex;position:sticky;bottom:0}.Header-module__Af2_WG__header .Header-module__Af2_WG__socialWrapper{align-items:center;display:inline-flex;position:relative}.Header-module__Af2_WG__header .Header-module__Af2_WG__socialWrapperIcon{width:24px;height:100%;color:var(--black)}.Header-module__Af2_WG__header .Header-module__Af2_WG__socialButton{height:var(--header-height);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__socialButton:hover{transform:translateY(-2px)}.Header-module__Af2_WG__header .Header-module__Af2_WG__socialDropdown{top:var(--header-height);background:var(--white);z-index:1005;border-radius:0 0 10px 10px;padding:10px 12px;display:none;position:absolute;left:50%;right:auto;transform:translate(-50%);box-shadow:0 8px 24px #0f172a0f}.Header-module__Af2_WG__header .Header-module__Af2_WG__socialDropdown.Header-module__Af2_WG__open{display:block}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileSocials{border-top:1px solid #eef2f7;justify-content:center;gap:12px;padding:12px 0;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenuSearchButtonContainer{justify-content:center;padding:8px 0;display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenuSearchButton{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:inline-flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenuSearchInline{padding:6px 0 10px;display:none}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenu .Header-module__Af2_WG__searchContainer{width:100%}.Header-module__Af2_WG__header .Header-module__Af2_WG__userDropdown .Header-module__Af2_WG__userDisplay img{object-fit:cover;border-radius:50%;width:80px;height:80px}.Header-module__Af2_WG__header .Header-module__Af2_WG__hamburger{cursor:pointer;flex-shrink:0;display:none}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenu{background:var(--white);z-index:1000;flex-direction:column;gap:1.5rem;width:100vw;height:100vh;padding:2rem;transition:left .3s;display:none;position:fixed;top:0;left:-100vw}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenu.Header-module__Af2_WG__open{display:flex;left:0}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenu .Header-module__Af2_WG__navLinksMobile{-webkit-overflow-scrolling:touch;flex-direction:column;justify-content:safe center;align-items:center;gap:35px;width:100%;height:100%;display:flex;overflow-y:auto}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenu .Header-module__Af2_WG__closeButton{cursor:pointer;font-size:1.1rem;position:absolute;top:10px;right:10px}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileSearch{background-color:var(--white);z-index:5;justify-content:space-between;align-items:center;gap:15px;margin:0 15px;display:flex;position:absolute;inset:0}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileSearch .Header-module__Af2_WG__searchContainer{flex:1}.Header-module__Af2_WG__header p{font-size:1.2rem}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileSearchButton{background-color:var(--black);aspect-ratio:1;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;height:auto}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenuSearchClose{font-size:1.5rem}.Header-module__Af2_WG__hide{display:none}@media (max-width:1050px){.Header-module__Af2_WG__header .Header-module__Af2_WG__navLinks{gap:15px}}@media (max-width:1100px){.Header-module__Af2_WG__header .Header-module__Af2_WG__navLinks{gap:20px}}@media (max-width:1024px){.Header-module__Af2_WG__header:not(.Header-module__Af2_WG__dashboardNav) .Header-module__Af2_WG__navLinks{display:none}.Header-module__Af2_WG__header:not(.Header-module__Af2_WG__dashboardNav) .Header-module__Af2_WG__hamburger{display:flex}.Header-module__Af2_WG__header .Header-module__Af2_WG__userDropdown .Header-module__Af2_WG__options .Header-module__Af2_WG__blogsOption{display:none!important}}@media (max-width:875px){.Header-module__Af2_WG__header.Header-module__Af2_WG__dashboardNav .Header-module__Af2_WG__navLinks{display:none}}@media (max-width:768px){.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons button:not(.Header-module__Af2_WG__socialButton){padding:.2rem .8rem}.Header-module__Af2_WG__header .Header-module__Af2_WG__hiddenMobile{display:none}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileOnly,.Header-module__Af2_WG__header.Header-module__Af2_WG__dashboardNav .Header-module__Af2_WG__hamburger{display:flex}}@media (max-width:450px){.Header-module__Af2_WG__header .Header-module__Af2_WG__socialWrapper{display:none}}@media (max-width:410px){.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileSearchButton.Header-module__Af2_WG__unlogged{display:none}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenuSearchInline.Header-module__Af2_WG__unlogged{display:block}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenuSearchButtonContainer.Header-module__Af2_WG__unlogged,.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileSearchButton.Header-module__Af2_WG__unlogged{display:none!important}}@media (max-width:375px){.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileSearchButton.Header-module__Af2_WG__unlogged{display:none}}@media (max-width:365px){.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons.Header-module__Af2_WG__unlogged .Header-module__Af2_WG__signUp{display:none}.Header-module__Af2_WG__header .Header-module__Af2_WG__authButtons.Header-module__Af2_WG__unlogged .Header-module__Af2_WG__logIn{flex:1;padding:.2rem 1rem}}@media (max-width:325px){.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenuSearchInline{display:block}.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileMenuSearchButtonContainer,.Header-module__Af2_WG__header .Header-module__Af2_WG__mobileSearchButton{display:none!important}}
:root,:host{--fa-font-solid:normal 900 1em/1 "Font Awesome 7 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 7 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 7 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 7 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 7 Duotone";--fa-font-duotone-regular:normal 400 1em/1 "Font Awesome 7 Duotone";--fa-font-duotone-light:normal 300 1em/1 "Font Awesome 7 Duotone";--fa-font-duotone-thin:normal 100 1em/1 "Font Awesome 7 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 7 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-light:normal 300 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-slab-regular:normal 400 1em/1 "Font Awesome 7 Slab";--fa-font-slab-press-regular:normal 400 1em/1 "Font Awesome 7 Slab Press";--fa-font-whiteboard-semibold:normal 600 1em/1 "Font Awesome 7 Whiteboard";--fa-font-thumbprint-light:normal 300 1em/1 "Font Awesome 7 Thumbprint";--fa-font-notdog-solid:normal 900 1em/1 "Font Awesome 7 Notdog";--fa-font-notdog-duo-solid:normal 900 1em/1 "Font Awesome 7 Notdog Duo";--fa-font-etch-solid:normal 900 1em/1 "Font Awesome 7 Etch";--fa-font-jelly-regular:normal 400 1em/1 "Font Awesome 7 Jelly";--fa-font-jelly-fill-regular:normal 400 1em/1 "Font Awesome 7 Jelly Fill";--fa-font-jelly-duo-regular:normal 400 1em/1 "Font Awesome 7 Jelly Duo";--fa-font-chisel-regular:normal 400 1em/1 "Font Awesome 7 Chisel";--fa-font-utility-semibold:normal 600 1em/1 "Font Awesome 7 Utility";--fa-font-utility-duo-semibold:normal 600 1em/1 "Font Awesome 7 Utility Duo";--fa-font-utility-fill-semibold:normal 600 1em/1 "Font Awesome 7 Utility Fill"}.svg-inline--fa{box-sizing:content-box;display:var(--fa-display,inline-block);vertical-align:-.125em;height:1em;width:var(--fa-width,1.25em);overflow:visible}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.0714286em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left,.svg-inline--fa .fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.svg-inline--fa.fa-pull-right,.svg-inline--fa .fa-pull-end{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);inset-block-start:.25em;inset-inline-start:calc(-1*var(--fa-li-width,2em))}.fa-layers-counter,.fa-layers-text{text-align:center;display:inline-block;position:absolute}.fa-layers{text-align:center;vertical-align:-.125em;height:1em;width:var(--fa-width,1.25em);display:inline-block;position:relative}.fa-layers .svg-inline--fa{transform-origin:50%;margin:auto;position:absolute;inset:0}.fa-layers-text{transform-origin:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:100% 0;overflow:hidden}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:100% 100%;top:auto}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:0 100%;top:auto;right:auto}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:100% 0}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:0 0}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{vertical-align:.225em;font-size:.625em;line-height:.1em}.fa-xs{vertical-align:.125em;font-size:.75em;line-height:.0833333em}.fa-sm{vertical-align:.0535715em;font-size:.875em;line-height:.0714286em}.fa-lg{vertical-align:-.075em;font-size:1.25em;line-height:.05em}.fa-xl{vertical-align:-.125em;font-size:1.5em;line-height:.0416667em}.fa-2xl{vertical-align:-.1875em;font-size:2em;line-height:.03125em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{text-align:center;width:var(--fa-li-width,2em);line-height:inherit;position:absolute;inset-inline-start:calc(-1*var(--fa-li-width,2em))}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.0625em);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-right,.fa-pull-end{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{transition:none!important;animation:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1)translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0)}57%{transform:scale(1,1)translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.svg-inline--fa.fa-inverse{fill:var(--fa-inverse,#fff)}.fa-stack{vertical-align:middle;width:2.5em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-inverse{color:var(--fa-inverse,#fff)}.svg-inline--fa.fa-stack-1x{--fa-width:1.25em;height:1em;width:var(--fa-width)}.svg-inline--fa.fa-stack-2x{--fa-width:2.5em;height:2em;width:var(--fa-width)}.fa-stack-1x,.fa-stack-2x{z-index:var(--fa-stack-z-index,auto);margin:auto;position:absolute;inset:0}
.SocialLinks-module__wTP5QW__socials{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.SocialLinks-module__wTP5QW__icon{width:34px;height:34px;color:var(--black);background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:auto;min-width:34px;padding:0 8px;text-decoration:none;transition:background .15s,transform .12s,color .15s;display:inline-flex}.SocialLinks-module__wTP5QW__icon span{white-space:nowrap;font-weight:600}.SocialLinks-module__wTP5QW__icon:hover{background:#0000000a;transform:translateY(-2px)}.SocialLinks-module__wTP5QW__icon svg:not(.SocialLinks-module__wTP5QW__fontSizeControl){width:18px;height:18px}
html,body{flex-direction:column;margin:0;display:flex}.auth-module__brqaVa__mainContainer{background-color:var(--white);flex-direction:row;flex:1;min-height:100vh;display:flex}.auth-module__brqaVa__background{width:40%}.auth-module__brqaVa__background img{object-fit:cover;width:100%;height:100%}.auth-module__brqaVa__background img.auth-module__brqaVa__mobile{display:none}.auth-module__brqaVa__container{width:60%;height:100%;padding:45px 90px}.auth-module__brqaVa__container .auth-module__brqaVa__topBar{display:flex}.auth-module__brqaVa__container .auth-module__brqaVa__topBar .auth-module__brqaVa__button{cursor:pointer;color:var(--white);border:none;border-radius:5px;justify-content:center;align-items:center;padding:.8rem 0;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.auth-module__brqaVa__container .auth-module__brqaVa__topBar .auth-module__brqaVa__left,.auth-module__brqaVa__container .auth-module__brqaVa__topBar .auth-module__brqaVa__right{width:50%}.auth-module__brqaVa__container .auth-module__brqaVa__topBar .auth-module__brqaVa__left{background-color:var(--flamespark-red);border-radius:999px 0 0 999px}.auth-module__brqaVa__container .auth-module__brqaVa__topBar .auth-module__brqaVa__right{background-color:var(--flamespark-blue);border-radius:0 999px 999px 0}.auth-module__brqaVa__container .auth-module__brqaVa__topBar .auth-module__brqaVa__button.auth-module__brqaVa__off{color:#0000004d;background-color:#cdcdcd}.auth-module__brqaVa__container h1{padding:40px 0}.auth-module__brqaVa__container .auth-module__brqaVa__authContent{flex-direction:column;gap:30px;display:flex}.auth-module__brqaVa__container .auth-module__brqaVa__emailAndUser{gap:10px;max-width:100%;display:flex}.auth-module__brqaVa__container .auth-module__brqaVa__inputContainer{flex-direction:column;width:100%;display:flex}.auth-module__brqaVa__container .auth-module__brqaVa__inputContainer .auth-module__brqaVa__label{align-items:center;gap:5px;padding:5px 0;display:flex}.auth-module__brqaVa__container .auth-module__brqaVa__inputContainer .auth-module__brqaVa__label *{margin:0;padding:0}.auth-module__brqaVa__container .auth-module__brqaVa__checkboxContainer{align-items:center;gap:5px;display:flex}.auth-module__brqaVa__container .auth-module__brqaVa__checkboxContainer .auth-module__brqaVa__checkbox{border-radius:5px;width:1.5rem;height:1.5rem;margin:0}.auth-module__brqaVa__checkbox.auth-module__brqaVa__red{accent-color:var(--flamespark-red)}.auth-module__brqaVa__checkbox.auth-module__brqaVa__blue{accent-color:var(--flamespark-blue)}.auth-module__brqaVa__checkbox.auth-module__brqaVa__orange{accent-color:var(--flamespark-orange)}.auth-module__brqaVa__container .auth-module__brqaVa__inputButton{color:var(--white);justify-content:center;align-items:center;gap:10px;padding:1rem 0;font-size:1rem;display:flex}.auth-module__brqaVa__container .auth-module__brqaVa__inputButton img{width:1.5rem}.auth-module__brqaVa__container .auth-module__brqaVa__inputButton.auth-module__brqaVa__red{border:1px solid var(--flamespark-red);background-color:var(--flamespark-red)}.auth-module__brqaVa__container .auth-module__brqaVa__inputButton.auth-module__brqaVa__orange{border:1px solid var(--flamespark-orange);background-color:var(--flamespark-orange)}.auth-module__brqaVa__container .auth-module__brqaVa__inputButton.auth-module__brqaVa__blue{border:1px solid var(--flamespark-blue);background-color:var(--flamespark-blue)}.auth-module__brqaVa__container .auth-module__brqaVa__inputButton.auth-module__brqaVa__clear{background-color:var(--white);color:var(--text-default);border:1px solid #000}.auth-module__brqaVa__container .auth-module__brqaVa__bottomSection{flex-direction:column;gap:15px;display:flex}.auth-module__brqaVa__container .auth-module__brqaVa__bottomSection .auth-module__brqaVa__accountIf{margin:0}.auth-module__brqaVa__container .auth-module__brqaVa__bottomSection a:not(:hover){text-decoration-line:none}.auth-module__brqaVa__container .auth-module__brqaVa__bottomSection .auth-module__brqaVa__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.auth-module__brqaVa__container .auth-module__brqaVa__authButton:disabled{cursor:default;background-color:#23232380;border:1px solid #23232380}.auth-module__brqaVa__cursorDefault{cursor:default}@media (max-width:768px){.auth-module__brqaVa__mainContainer{flex-direction:column}.auth-module__brqaVa__background{display:none}.auth-module__brqaVa__container{width:100%;padding:15px 30px}}@media (max-width:1044px){.auth-module__brqaVa__background img.auth-module__brqaVa__mobile{display:block}.auth-module__brqaVa__background img.auth-module__brqaVa__notMobile{display:none}.auth-module__brqaVa__container .auth-module__brqaVa__emailAndUser{flex-direction:column}}
