@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--font-gotham-book: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-gotham-medium: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-gotham-bold: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-plus-jakarta: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary: #0068ff;--color-background: #010621;--color-white: #ffffff;--color-text-gray: #999999;--color-text-light: #dcdcdc}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-page{position:relative;width:100%;min-height:100vh;background-color:var(--color-background);overflow-x:hidden}*{box-sizing:border-box}.landing-page-container{position:relative;width:100%;min-height:100vh;margin:0 auto;padding:0 20px;box-sizing:border-box}.landing-main{min-height:auto}.landing-background{position:absolute;left:0;top:0;width:100%;height:80vh;min-height:833px;z-index:0;overflow:hidden;animation:backgroundGlow 4s ease-in-out infinite}.landing-background img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.nav-bar{position:absolute;left:0;top:0;width:100%;height:100px;background:#fff0;border-bottom:1px solid rgba(184,184,184,.5);z-index:10}.nav-bar .landing-page-container{position:relative;width:100%;height:100%;min-height:100%;margin:0 auto;padding:0 20px;box-sizing:border-box}.nav-content{position:relative;width:100%;height:100%}.nav-logo{position:absolute;left:64px;top:39px;width:143px;height:23px;cursor:pointer;transition:opacity .3s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.nav-logo:hover{opacity:.8}.nav-logo:focus,.nav-logo:active{outline:none}.nav-logo img{width:100%;height:100%;object-fit:contain}.nav-links{position:absolute;right:64px;top:31.5px;display:flex;align-items:center;gap:20px}.nav-register-link{font-family:var(--font-gotham-medium);font-size:16px;font-weight:500;color:var(--color-white);text-decoration:underline;text-underline-position:from-font;opacity:.75;letter-spacing:-.48px;transition:opacity .3s ease,color .3s ease;background:none;border:none;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.nav-register-link:hover{opacity:1;color:var(--color-primary)}.nav-login-button{position:relative;background:var(--color-white);color:#1a202c;padding:10px 20px;border-radius:4px;font-family:var(--font-plus-jakarta);font-size:14px;font-weight:500;text-decoration:none;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.nav-login-button:hover{background:var(--color-primary);color:var(--color-white);transform:translateY(-2px);box-shadow:0 4px 12px #0068ff66}.hero-section{position:relative;z-index:5;max-width:534px;width:100%;padding:132px 20px 0;margin:0 auto 0 44px}.hero-tagline{font-family:var(--font-gotham-book);font-size:20px;font-weight:400;color:var(--color-white);text-transform:uppercase;letter-spacing:0;line-height:1;text-align:left;margin-bottom:30px;font-style:normal}.hero-tagline p{margin:0;text-align:left}.hero-title{font-family:var(--font-gotham-bold);font-size:clamp(32px,5vw,60px);font-weight:700;color:var(--color-white);text-transform:uppercase;letter-spacing:-.4px;line-height:1.1;width:100%;max-width:534px;text-align:left;animation:fadeInUp .8s ease-out;margin-bottom:30px;font-style:normal}.hero-title p{margin:0;text-align:left}.hero-description{font-family:var(--font-gotham-book);font-size:18px;font-weight:400;color:var(--color-text-light);line-height:1.3;width:100%;max-width:487px;text-align:left;animation:fadeInUp 1s ease-out;margin-bottom:40px;font-style:normal}.hero-description p{margin:0;text-align:left}.hero-buttons{display:flex;gap:20px;animation:fadeInUp 1.2s ease-out;flex-wrap:wrap}.hero-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:40px;font-family:var(--font-gotham-medium);font-size:16px;font-weight:500;letter-spacing:-.32px;text-decoration:none;text-align:center;transition:all .3s ease;cursor:pointer;animation:buttonPulse 2s ease-in-out infinite;border:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.hero-button-primary,.hero-button-secondary{background:var(--color-primary);color:var(--color-white);box-shadow:0 4px 15px #0068ff4d}.hero-button-primary{min-width:150px;height:44px}.hero-button-secondary{min-width:200px;height:44px}.hero-button-primary:hover,.hero-button-secondary:hover{background:#0052cc;transform:translateY(-2px);box-shadow:0 6px 20px #0068ff80;animation:none}.how-it-works{position:relative;z-index:5;width:100%;padding:40px 80px 60px;margin-top:9vh;margin-left:5vh}@media(max-width:1440px){.how-it-works{margin-left:0}}.how-it-works-row{width:100%}.how-it-works-text-col{display:flex;align-items:flex-start}.how-it-works-text{display:flex;flex-direction:column;padding-top:40px;width:100%}.how-it-works-title{font-family:var(--font-gotham-bold);font-size:48px;font-weight:700;color:var(--color-white);text-transform:uppercase;letter-spacing:-.96px;line-height:1.03;margin:0 0 16px;text-align:left;animation:fadeInLeft .8s ease-out;word-break:break-word;max-width:100%;font-style:normal}.how-it-works-description{font-family:var(--font-gotham-book);font-size:18px;font-weight:400;color:var(--color-white);line-height:1.5;width:100%;margin:0;text-align:left;animation:fadeInLeft 1s ease-out;font-style:normal}.how-it-works-cards-col{display:flex;align-items:flex-start;padding-left:0!important}.how-it-works-cards-col .ant-col{padding-left:0!important}.how-it-works-cards{width:100%;animation:fadeInUp 1.2s ease-out}.how-it-works-card{position:relative;width:100%;max-width:320px;min-width:260px;height:300px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;animation:cardGlow 3s ease-in-out infinite;margin:0 auto}.how-it-works-card-clickable{cursor:pointer}.how-it-works-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0068ff4d;animation:none}.card-background{position:absolute;width:100%;height:100%;background:#0068ff40;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:background .3s ease,border-color .3s ease}.how-it-works-card:hover .card-background{background:#0068ff80;border-color:#ffffffe6}.card-icon{position:absolute;right:32px;top:40px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.how-it-works-card:hover .card-icon{transform:scale(1.05)}.card-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1);transition:filter .3s ease}.card-icon .anticon{font-size:80px;color:#fff;transition:all .3s ease}.how-it-works-card:hover .card-icon img{filter:brightness(0) invert(1) drop-shadow(0 0 10px rgba(0,104,255,.8))}.how-it-works-card:hover .card-icon .anticon{filter:drop-shadow(0 0 10px rgba(0,104,255,.8));transform:scale(1.05)}.card-title{position:absolute;left:32px;bottom:48px;font-family:var(--font-gotham-bold);font-size:25px;font-weight:700;color:var(--color-white);text-transform:uppercase;letter-spacing:0;line-height:1.2;text-align:left;font-style:normal}.card-title p{margin:0;text-align:left}.footer{position:relative;width:100%;background:var(--color-background);overflow:hidden;z-index:5;margin-top:0;padding:0 0 40px}.footer-line-top{width:100%;margin:0 auto;padding:0 80px}.footer-line-top hr{width:100%;height:1px;border:none;border-top:1px solid rgba(255,255,255,.2);margin:0;padding:0}.footer-container{width:100%;padding:60px 80px 0}.footer-left-col,.footer-right-col{display:flex;align-items:flex-start}.footer-left{display:flex;flex-direction:column;gap:24px;width:100%}.footer-logo{width:143px;height:23px}.footer-logo img{width:100%;height:100%;object-fit:contain}.footer-contact{font-family:var(--font-gotham-medium);font-size:16px;font-weight:500;color:var(--color-white);line-height:1.5;text-align:left}.footer-contact p{margin:0 0 8px;text-align:left}.footer-social{display:flex;gap:20px;align-items:center;justify-content:flex-start;margin-top:8px}.footer-social-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,filter .3s ease;cursor:pointer}.footer-social-icon:hover{transform:scale(1.1);filter:brightness(1.2)}.footer-social-icon img{width:100%;height:100%;object-fit:contain}.footer-right{display:flex;flex-direction:column;gap:24px;width:100%}.footer-about{display:flex;flex-direction:column;gap:16px}.footer-about-title{font-family:var(--font-gotham-bold);font-size:20px;font-weight:700;color:var(--color-white);letter-spacing:-.4px;line-height:1.5;margin:0;text-align:left}.footer-about-links{display:flex;flex-direction:column;gap:24px}.footer-link-item{margin:0;font-family:var(--font-gotham-book);font-size:16px;font-weight:400;color:var(--color-white);line-height:1.5;text-align:left;cursor:pointer;transition:color .3s ease;text-decoration:none;display:block}.footer-link-item:hover{color:var(--color-primary)}.footer-about-links p{margin:0;font-family:var(--font-gotham-book);font-size:16px;font-weight:400;color:var(--color-white);line-height:1.5;text-align:left;cursor:pointer;transition:color .3s ease}.footer-about-links p:hover{color:var(--color-primary)}.footer-about-links p.active{color:var(--color-primary);font-weight:500}.footer-community{font-family:var(--font-gotham-book);font-size:12px;font-weight:400;color:var(--color-white);line-height:1.5;text-align:left;max-width:900px}.footer-community p{margin:0 0 10px;text-align:left}.footer-line{width:100%;margin:0 auto 20px;padding:0 80px;height:1px}.footer-line img{width:100%;height:100%;object-fit:cover}.footer-bottom-content{width:100%;margin:0 auto;padding:0 80px}.footer-copyright-separator{width:100%;margin-top:24px;margin-bottom:0}.footer-copyright-separator hr{width:100%;height:1px;border:none;border-top:1px solid rgba(255,255,255,.2);margin:0;padding:0}.footer-copyright{font-family:var(--font-gotham-book);font-size:16px;font-weight:400;color:var(--color-text-gray);line-height:1.5;text-align:left;margin-top:0}.footer-copyright p{margin:0;text-align:left}.footer-email-link{color:var(--color-white);text-decoration:none;transition:color .3s ease}.footer-email-link:hover{color:var(--color-primary);text-decoration:underline}.footer-legal{display:flex;gap:32px;align-items:center;justify-content:flex-end;width:100%}.footer-privacy,.footer-terms{font-family:var(--font-gotham-book);font-size:16px;font-weight:400;color:var(--color-white);line-height:1.5;text-align:right;cursor:pointer;transition:color .3s ease}.footer-privacy:hover,.footer-terms:hover{color:var(--color-primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@media(min-width:1600px){.how-it-works{padding:60px 100px 80px}.how-it-works-text{padding-top:40px}.how-it-works-card{width:340px;max-width:340px}.hero-section{max-width:600px;margin-left:44px}}@media(min-width:1441px)and (max-width:1599px){.how-it-works{padding:40px 60px 60px}.how-it-works-text{padding-top:40px}.how-it-works-card{width:310px;max-width:310px}}@media(max-width:1440px){.landing-page-container,.nav-bar .landing-page-container{max-width:100%;padding:0 40px}.landing-main{min-height:1000px;padding-bottom:180px}.landing-background{height:100vh}.landing-background img{object-fit:cover;object-position:center right}.nav-logo{left:0}.nav-links{right:0}.hero-section{margin-left:0;padding:132px 20px 60px;max-width:534px}.hero-title{font-size:clamp(40px,5vw,60px)}.how-it-works{padding:40px 40px 60px;margin-left:0}.how-it-works-text{padding-top:40px}.how-it-works-card{width:280px;min-width:220px;max-width:280px}.footer-container{padding:0 40px}}@media(max-width:1024px){.landing-page-container,.nav-bar .landing-page-container{padding:0 30px}.landing-main{min-height:auto;padding-bottom:320px}.landing-background{height:100vh}.landing-background img{object-fit:cover;object-position:center}.nav-logo{left:0}.nav-links{right:0;gap:15px}.nav-register-link{font-size:14px}.nav-login-button{padding:8px 16px;font-size:13px}.hero-section{margin-left:0;padding:120px 20px 50px;max-width:600px}.hero-title{font-size:clamp(36px,6vw,50px)}.hero-description{font-size:16px}.hero-button-primary,.hero-button-secondary{width:auto;min-width:140px;padding:12px 24px}.how-it-works{padding:30px 30px 40px;margin-left:0}.how-it-works-text{padding-top:40px}.how-it-works-title{font-size:clamp(32px,5vw,42px)}.how-it-works-card{height:250px}.footer{margin-top:40px;padding:50px 0 30px}.footer-container,.footer-bottom-content,.footer-line{padding:0 30px}}@media(max-width:900px){.how-it-works{padding:30px 20px;margin-top:4vh;margin-left:0}.how-it-works-text{text-align:center;padding-top:0}.how-it-works-title,.how-it-works-description{text-align:center}.how-it-works-card{min-width:240px;max-width:300px}}@media(max-width:820px)and (min-width:769px){.landing-background{height:80vh}.how-it-works{padding:60px 40px;margin-top:5vh;margin-left:0}.how-it-works-text{text-align:center;padding-top:0}.how-it-works-title,.how-it-works-description{text-align:center}}@media(max-width:768px){.landing-page-container,.nav-bar .landing-page-container{padding:0 20px}.landing-main{padding-bottom:260px}.landing-background{height:70vh;min-height:600px}.landing-background img{object-fit:cover;object-position:center}.nav-bar{height:80px}.nav-logo{left:0;top:28px;width:120px;height:20px}.nav-links{right:0;top:25px;flex-direction:column;gap:8px;align-items:flex-end}.nav-register-link{font-size:12px}.nav-login-button{padding:6px 12px;font-size:12px}.hero-section{margin-left:0;padding:100px 20px 40px;max-width:100%}.hero-tagline{font-size:14px;margin-bottom:15px}.hero-title{font-size:clamp(28px,8vw,40px);margin-bottom:20px}.hero-description{font-size:16px;margin-bottom:25px;line-height:1.5}.hero-buttons{flex-direction:column;gap:15px}.hero-button-primary,.hero-button-secondary{width:100%;max-width:300px}.how-it-works{padding:40px 20px;margin-top:4vh;margin-left:0;margin-bottom:60px}.how-it-works-text{text-align:center;padding-top:0}.how-it-works-title{font-size:clamp(28px,7vw,36px);margin-bottom:15px;text-align:center}.how-it-works-description{font-size:16px;text-align:center}.how-it-works-card{width:100%;max-width:100%;min-width:0;height:auto;min-height:250px;margin:0 auto}.card-icon{position:absolute;left:50%!important;right:auto;transform:translate(-50%);width:80px!important;height:80px!important;top:30px!important}.card-icon .anticon{font-size:64px}.how-it-works-card:nth-child(2) .card-icon,.how-it-works-card:nth-child(3) .card-icon{left:50%!important;right:auto;transform:translate(-50%);width:80px!important;height:80px!important;top:30px!important}.card-title{left:20px;bottom:30px;font-size:20px}.footer{margin-top:40px;padding:40px 0 30px}.footer-container,.footer-bottom-content{padding:0 20px}.footer-copyright{text-align:center;font-size:14px;margin-bottom:15px}.footer-legal{justify-content:center;gap:20px}.footer-line{padding:0 20px}.footer-community{font-size:11px}}@media(max-width:480px){.landing-page-container,.nav-bar .landing-page-container{padding:0 15px}.landing-main{padding-bottom:200px}.landing-background{height:60vh;min-height:500px}.landing-background img{object-fit:cover;object-position:center}.nav-logo{width:100px;height:18px}.nav-register-link{font-size:11px}.nav-login-button{padding:5px 10px;font-size:11px}.hero-section{padding:90px 15px 30px}.hero-tagline{font-size:12px;margin-bottom:12px}.hero-title{font-size:24px;line-height:1.2;margin-bottom:15px}.hero-description{font-size:14px;margin-bottom:20px}.hero-button-primary,.hero-button-secondary{font-size:14px;padding:10px 20px;height:40px}.how-it-works{padding:30px 15px;margin-top:3vh;margin-left:0}.how-it-works-title{font-size:24px}.how-it-works-description{font-size:14px}.how-it-works-card{min-height:220px}.card-title{font-size:18px}.footer{padding:30px 0}.footer-contact{font-size:13px}.footer-community{font-size:10px}.footer-copyright,.footer-privacy,.footer-terms{font-size:12px}}@keyframes backgroundGlow{0%,to{opacity:.8}50%{opacity:1}}@keyframes buttonPulse{0%,to{box-shadow:0 4px 15px #0068ff4d}50%{box-shadow:0 4px 25px #0068ff99}}@keyframes cardGlow{0%,to{box-shadow:0 0 #0068ff00}50%{box-shadow:0 0 20px #0068ff4d}}.nav-bar,.landing-main,.hero-section{position:relative;z-index:5}@media(max-width:375px){.landing-background{height:55vh;min-height:450px}.hero-tagline{font-size:11px}.hero-title{font-size:22px}.hero-description{font-size:13px}.hero-button-primary,.hero-button-secondary{font-size:13px;padding:8px 16px;height:38px}.how-it-works-title{font-size:22px}.how-it-works-description{font-size:13px}.card-title{font-size:16px}}@media(max-height:500px)and (orientation:landscape){.landing-background{height:150vh}.hero-section{padding-top:100px}.how-it-works{padding-top:40px}}.login-page{position:relative;min-height:100vh;display:flex;flex-direction:column;background-color:#020b2b;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.login-page__main{position:relative;z-index:2;flex:1;display:flex;align-items:center;justify-content:flex-end;padding:96px 8vw 72px 6vw;padding-right:87px}.login-card{width:100%;max-width:682px;min-height:360px;padding:48px 48px 24px;border-radius:10px;background:#11224fe6;border:1px solid rgba(255,255,255,.5);box-shadow:0 20px 60px #00000080;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);color:#eff4ff}.login-card__header{text-align:left;margin-bottom:24px}.login-card--otp-step .login-card__header{text-align:center}.login-card--otp-step .login-form{align-items:center}.login-card--otp-step .login-otp-section{width:100%;max-width:420px}.login-card--otp-step .login-form>.login-submit-btn{width:100%;max-width:420px}.login-card--otp-step .login-otp-label-row{width:100%;max-width:420px}.login-card--otp-step .login-otp-label-row .login-otp-instruction{text-align:center}.login-card__title{color:#fff;font-family:Gotham,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:52px;text-transform:uppercase;margin:0;letter-spacing:0}.login-user-type{margin-bottom:8px}.login-user-type__group{display:flex;gap:24px;flex-wrap:wrap}.login-radio{color:#ffffffe6;font-size:16px;font-weight:400;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.login-radio .ant-radio-inner{width:18px;height:18px;border-radius:50%;border-color:#ffffff80;background-color:transparent}.login-radio .ant-radio-checked .ant-radio-inner{border-color:#fff;background-color:#fff}.login-radio .ant-radio-checked .ant-radio-inner:after{background-color:#0a1634;width:10px;height:10px;top:50%;left:50%;margin-top:-5px;margin-left:-5px}.login-radio .ant-radio:hover .ant-radio-inner{border-color:#fffc}.login-form{display:flex;flex-direction:column;gap:20px}.login-form>.login-submit-btn{margin-top:0!important;margin-bottom:0!important}.login-input__label{text-transform:none;color:#fff!important;font-family:Gotham,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px;margin-bottom:0}.login-field-with-error{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:4px}.login-field-label-row{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:22px}.login-field-label-row .login-input__label{margin-bottom:0!important}.login-field-error-above-input{display:flex;justify-content:flex-end;width:100%;min-height:0}.login-field-error-above-input:empty{display:none}.login-field-error{display:flex;align-items:center;gap:6px;margin:0;font-family:Gotham,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;color:#ea5534}.login-field-error-text{font-family:inherit;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;color:#ea5534}.login-field-error-icon{font-size:14px;flex-shrink:0;color:#ea5534}.login-field-error-slot{margin-top:8px;margin-bottom:4px}.login-field-error-below{margin-top:6px;display:flex;justify-content:flex-end}.login-input__control{display:flex!important;align-items:center;gap:10px;min-height:48px;padding:16px 12px!important;border-radius:5px!important;border:1px solid #EAEAEA!important;background:#fafafa!important;font-size:16px!important;font-weight:400!important;font-family:Gotham,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0a1634!important;line-height:20px!important;letter-spacing:0!important}.login-input__control input{color:#0a1634!important}.login-input__control::placeholder{color:#828282!important;font-size:16px!important;font-weight:400!important}.login-input__control:focus{border-color:#3f82ff!important;box-shadow:0 0 0 2px #3f82ff59;background:#fafafa!important}.login-input__control:read-only{background-color:#f5f5f5!important;cursor:not-allowed!important;color:#828282!important}.login-email-field-with-edit .login-input__control.login-input__control--email-readonly,.login-email-field-with-edit .login-input__control.login-input__control--email-readonly input{color:#0a1634!important}.login-edit-email-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;background:none;border:none;cursor:pointer;color:#0a1634;font-size:16px;line-height:1;transition:color .2s}.login-edit-email-btn:hover{color:#3f82ff}.login-edit-email-btn:focus{outline:2px solid #3f82ff;outline-offset:2px;border-radius:4px}.login-password-field .login-input__control input,.login-password-field .ant-input-password input{color:#0a1634!important}.login-captcha-field{display:flex;flex-direction:column;gap:8px;width:100%}.login-captcha-field .login-field-label-row .login-input__label{margin-bottom:0;color:#fff!important;font-family:Gotham,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;letter-spacing:.25px!important}.login-captcha-turnstile{width:100%;min-width:0;display:flex;justify-content:stretch;align-items:center;min-height:65px;box-sizing:border-box}.login-captcha-turnstile>div{width:100%!important;min-width:0;max-width:100%}.login-captcha-turnstile iframe{border-radius:4px;width:100%!important;max-width:100%;box-sizing:border-box}.login-captcha{display:flex;flex-direction:column;gap:8px}.login-captcha__container{display:flex;gap:12px;align-items:stretch}.login-captcha__input{flex:1}.login-captcha__display{display:flex;align-items:center;gap:8px;background-color:#fff;border:1px solid #d3d3d3;border-radius:8px;padding:0 12px;min-width:140px;height:48px;justify-content:center}.login-captcha__text{color:#0a1634;font-family:Courier New,Courier,monospace;font-size:18px;font-weight:700;letter-spacing:.1em;-webkit-user-select:none;user-select:none;position:relative;display:inline-block}.login-captcha__text:after{content:"";position:absolute;left:0;top:50%;width:100%;height:2px;background-color:#0a1634;transform:translateY(-50%)}.login-captcha__refresh{background:none;border:none;cursor:pointer;color:#0a1634;display:flex;align-items:center;justify-content:center;padding:4px;transition:color .2s}.login-captcha__refresh:hover{color:#3f82ff}.login-captcha__refresh:focus{outline:2px solid #3f82ff;outline-offset:2px;border-radius:4px}.login-captcha__refresh svg{font-size:16px}.login-form__meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.login-checkbox{color:#fff!important;font-family:Gotham,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;letter-spacing:.25px!important}.login-checkbox .ant-checkbox-inner{width:18px;height:18px;border-radius:4px;border-color:#fff6;background-color:#fff;box-shadow:0 1px 3px #0000001a}.login-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#fff;border-color:#fff6;box-shadow:0 1px 3px #0000001a}.login-checkbox .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#bdbdbd;width:6px;height:10px}.login-submit-btn{display:flex!important;width:100%!important;min-width:0!important;padding:18px 32px!important;justify-content:center!important;align-items:center!important;gap:10px!important;border-radius:80px!important;background:#0068ff!important;border:none!important;margin-top:0!important;margin-bottom:0!important;color:#fff!important;text-align:center!important;font-family:Gotham,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:18px!important;font-style:normal!important;font-weight:700!important;line-height:24px!important;letter-spacing:.15px!important;text-transform:uppercase!important}.login-submit-btn:hover{filter:brightness(1.05)}.login-back-to-login-link{margin-top:12px;background:none!important;border:none!important;padding:0!important;color:#fff!important;font-family:Gotham,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;letter-spacing:.25px!important;-webkit-text-decoration:underline solid!important;text-decoration:underline solid!important;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;cursor:pointer}.login-back-to-login-link:hover{color:#ffffffe6!important;-webkit-text-decoration:underline solid!important;text-decoration:underline solid!important}.login-footer-links{display:flex;justify-content:space-between;align-items:center;margin-top:24px!important;width:100%;font-size:14px;font-family:Gotham,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.login-footer-links__left{display:flex;gap:6px;align-items:center;color:#fff;font-weight:400}.login-footer-links__left span{color:#fff!important;font-family:Gotham,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;letter-spacing:.25px!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.login-footer-links__left .login-link{color:#fff!important;font-family:Gotham,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:500!important;line-height:20px!important;letter-spacing:.25px!important;-webkit-text-decoration:underline solid!important;text-decoration:underline solid!important;-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important;-webkit-text-decoration-style:solid!important;text-decoration-style:solid!important;-webkit-text-decoration-skip-ink:none!important;text-decoration-skip-ink:none!important;text-decoration-thickness:auto!important;text-underline-offset:auto!important;text-underline-position:from-font!important}.login-footer-links__right{margin-left:auto;text-align:right}.login-footer-links__right.login-link{color:#fff!important;font-weight:400!important;font-size:14px!important;line-height:20px;letter-spacing:.25px;-webkit-text-decoration:underline solid!important;text-decoration:underline solid!important;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;font-family:Gotham,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.login-footer-links__left .login-link:hover,.login-footer-links__right.login-link:hover{color:#ffffffd9!important;-webkit-text-decoration:underline solid!important;text-decoration:underline solid!important}.login-footer-links a.login-link,.login-footer-links a.login-link:hover,.login-footer-links a.login-link:focus,.login-footer-links a.login-link:visited{color:#fff!important}.login-footer-links a.login-link:hover{color:#ffffffe6!important}.login-link{color:#3f82ff!important;font-weight:500!important;font-size:14px!important;text-decoration:underline!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.login-link:hover{color:#5a9aff!important;text-decoration:underline!important}.login-otp-section{display:flex;flex-direction:column;gap:24px;width:100%}.login-otp-instruction{color:#ffffffe6;font-size:16px;font-weight:400;font-family:Gotham,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center;margin:0}.login-otp-label-row .login-otp-instruction{text-align:left;flex:1;margin-right:8px}.otp-input-container{display:flex;flex-direction:column;gap:8px;width:100%}.otp-input-boxes{display:flex;gap:12px;justify-content:center;width:100%}.otp-input-box{width:56px;height:56px;border:1px solid #d3d3d3;border-radius:8px;background-color:#fff;color:#0a1634;font-size:24px;font-weight:700;text-align:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .2s ease;outline:none}.otp-input-box:focus{border-color:#3f82ff;background-color:#fff;box-shadow:0 0 0 2px #3f82ff59}.otp-input-box:disabled{opacity:.5;cursor:not-allowed}.otp-input-box::placeholder{color:#828282}.otp-input-error{color:#ea5534;font-size:14px;font-weight:400;line-height:1.5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center;margin-top:4px}.login-otp-input{width:100%}.login-otp-error-below{display:flex;justify-content:center;width:100%;margin-top:4px;margin-bottom:8px}.login-otp-error-below .login-field-error{justify-content:center}@media(max-width:640px){.login-card{padding:40px 24px 32px;max-width:100%}.login-page__main{padding:120px 16px 80px;justify-content:center}.login-captcha__container{flex-direction:column}.login-captcha__display{min-width:100%;height:48px}.login-form__meta{flex-direction:column;align-items:flex-start}.otp-input-box{width:48px;height:48px;font-size:20px}.otp-input-boxes{gap:8px}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}:root{--font-gotham-book: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-gotham-medium: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-gotham-bold: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary: #0068ff;--color-background: #010621;--color-white: #ffffff;--color-text-gray: #999999;--color-text-light: gainsboro;--color-text-off: #828282;--color-input-border: #d3d3d3;--color-input-bg: #ffffff;--color-input-text: #0a1634}.registration-page{position:relative;width:100%;min-height:100vh;background-color:var(--color-background);overflow-x:hidden}.registration-page .nav-bar{position:relative;z-index:20}.registration-background{position:absolute;right:0;top:0;width:100%;z-index:0;overflow:hidden}.registration-background img{width:100%;height:100%;object-fit:cover;object-position:100% 0%;display:block}@media(max-width:1024px){.registration-background{width:100%;height:50vh;min-height:400px}.registration-background img{object-position:100% 0%}}.registration-page-container{position:relative;z-index:5;display:flex;min-height:100vh;width:100%}.registration-form-wrapper{width:50%;display:flex;align-items:center;justify-content:flex-start;padding:96px 64px 25px;position:relative;z-index:5}@media(max-width:1024px){.registration-form-wrapper{width:100%;justify-content:center;padding:120px 24px 80px}}.registration-form-card{display:inline-flex;padding:4.375rem;flex-direction:column;align-items:center;gap:1rem;border-radius:.625rem;border:1px solid #61646F;background:#0f1f48bf;position:relative;z-index:5;width:100%;max-width:50rem}@media(max-width:1024px){.registration-form-card{max-width:100%;padding:3rem 2.5rem}}@media(max-width:768px){.registration-form-card{padding:2.5rem 2rem;gap:.875rem}}@media(max-width:480px){.registration-form-card{padding:2rem 1.5rem;gap:.75rem;border-radius:.5rem}}.registration-headline{color:#fff;font-family:var(--font-gotham-bold);font-size:3.125rem;font-style:normal;font-weight:700;line-height:4rem;text-transform:uppercase;margin:0;word-break:normal}@media(max-width:768px){.registration-headline{font-size:2rem;line-height:2.5rem}}@media(max-width:480px){.registration-headline{font-size:1.5rem;line-height:2rem}}.registration-description{color:#cecece;font-family:var(--font-gotham-book);font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;margin:0 0 .9375rem}@media(max-width:768px){.registration-description{font-size:.9375rem;line-height:1.375rem}}@media(max-width:480px){.registration-description{font-size:.875rem;line-height:1.25rem}}.registration-sign-in-link{color:#fff;font-family:var(--font-gotham-book);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:.015625rem;margin:0;text-align:left}.registration-sign-in-link a{color:#fff;font-family:var(--font-gotham-medium);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:.015625rem;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.registration-sign-in-link a:hover{color:#fff}.registration-step-2-header{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:24px;min-height:48px}.registration-back-circle-btn{position:absolute;left:0;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0a1634;transition:opacity .2s,box-shadow .2s;box-shadow:0 2px 8px #00000026}.registration-back-arrow-icon{font-size:20px;display:block;line-height:1}.registration-back-circle-btn:hover{opacity:.9;box-shadow:0 4px 12px #0003}.registration-back-circle-btn:focus{outline:2px solid var(--color-primary);outline-offset:2px}.registration-step-2-title{font-family:var(--font-gotham-bold);font-size:32px;font-weight:700;letter-spacing:.05em;color:#fff;text-transform:uppercase;margin:0}.registration-input .ant-input{display:flex!important;height:3.25rem!important;padding:1rem .75rem!important;align-items:center!important;gap:.625rem!important;align-self:stretch!important;background-color:#fafafa!important;border:1px solid #EAEAEA!important;border-radius:.25rem!important;font-family:var(--font-gotham-book)!important;font-size:1rem!important;font-weight:400!important;line-height:1.25rem!important;letter-spacing:.00625rem!important;color:var(--color-input-text)!important;transition:border-color .2s ease,box-shadow .2s ease}.registration-input input#registration-companyName.ant-input,.registration-input input[name=companyName].ant-input,.registration-input input#registration-workEmail.ant-input,.registration-input input[name=workEmail].ant-input{display:flex!important;height:3.5rem!important;padding:1rem .75rem!important;align-items:center!important;gap:.625rem!important;align-self:stretch!important}.registration-input .ant-input::placeholder{color:var(--color-text-off)!important;font-size:16px!important;font-weight:400!important;font-family:var(--font-gotham-book)!important}.registration-input .ant-input:hover{border-color:#eaeaea!important}.registration-input .ant-input:focus,.registration-input .ant-input-focused{border-color:var(--color-primary)!important;box-shadow:0 0 0 2px #0068ff59!important;outline:none!important}.registration-input:has(.ant-input-password){border:none!important;box-shadow:none!important;background:transparent!important;padding:0!important}.registration-input .ant-input-password{height:48px!important;background-color:#fafafa!important;border:1px solid #EAEAEA!important;border-radius:4px!important;width:100%!important;padding:0 12px 0 16px!important}.registration-input .ant-input-password .ant-input-suffix{margin-left:4px!important}.registration-input .ant-input-password .ant-input,.registration-input .ant-input-password input.ant-input{height:46px!important;background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important}.registration-input .ant-input-password .ant-input-affix-wrapper,.registration-input .ant-input-password .ant-input-password-wrapper,.registration-input .ant-input-password .ant-input-affix-wrapper>input{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.registration-input .ant-input-password:hover,.registration-input .ant-input-password.ant-input-password-focused{border-color:var(--color-primary)!important;box-shadow:0 0 0 2px #0068ff59!important}.registration-select{height:48px!important}.registration-select .ant-select-selector{background-color:#fafafa!important;border:1px solid #EAEAEA!important;border-radius:4px!important;height:48px!important;font-family:var(--font-gotham-book)!important;font-size:16px!important;font-weight:400!important;line-height:20px!important;letter-spacing:.1px!important;color:var(--color-input-text)!important;padding:0 16px!important;transition:border-color .2s ease,box-shadow .2s ease}.registration-select.ant-select-multiple{height:auto!important;min-height:48px!important}.registration-select.ant-select-multiple .ant-select-selector{height:auto!important;min-height:48px!important;padding:4px 16px!important;display:flex!important;align-items:center!important}.registration-select .ant-select-selection-placeholder{color:var(--color-text-off)!important;font-size:16px!important;font-weight:400!important;font-family:var(--font-gotham-book)!important;line-height:48px!important}.registration-select .ant-select-selection-item{color:var(--color-input-text)!important;font-family:var(--font-gotham-book)!important;font-size:16px!important;line-height:48px!important}.registration-select.ant-select-multiple .ant-select-selection-overflow{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important;align-items:center!important;row-gap:.5rem!important;min-height:48px!important}.registration-select.ant-select-multiple .ant-select-selection-item{margin:0!important;line-height:1.5!important;height:auto!important;padding:4px 8px!important;background-color:#e5e5e5!important;border:none!important;border-radius:4px!important;display:inline-flex!important;align-items:center!important;white-space:nowrap!important}.registration-select.ant-select-multiple .ant-select-selection-placeholder{line-height:48px!important;margin:0!important;padding:0!important;height:48px!important;display:inline-flex!important;align-items:center!important;vertical-align:middle!important}.registration-select:hover .ant-select-selector{border-color:#eaeaea!important}.registration-select.ant-select-focused .ant-select-selector{border-color:var(--color-primary)!important;box-shadow:0 0 0 2px #0068ff59!important}.registration-field--has-error .registration-input .ant-input,.registration-field--has-error .registration-input.ant-input,.registration-field--has-error .registration-input .ant-input-password,.registration-field--has-error .registration-input.ant-input-password,.registration-field--has-error .registration-select .ant-select-selector,.registration-field--has-error .registration-checkbox .ant-checkbox-inner{border-color:#ff4d4f!important;box-shadow:0 0 0 1px #ff4d4f!important}.registration-select .ant-select-arrow{color:var(--color-text-off)!important}.registration-checkbox{font-family:var(--font-gotham-book)!important;line-height:1!important}.registration-checkbox .ant-checkbox{top:0!important;align-self:flex-start!important;margin-top:0!important}.registration-checkbox .ant-checkbox-inner{display:flex!important;width:1.5rem!important;height:1.4375rem!important;padding:.375rem .3125rem!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:.625rem!important;border-radius:.125rem!important;border:1px solid #EAEAEA!important;background:#fafafa!important;box-shadow:none!important;overflow:hidden!important}.registration-checkbox:hover .ant-checkbox-inner{border-color:#eaeaea!important;background:#fafafa!important}.registration-checkbox-group .registration-checkbox .ant-checkbox-checked .ant-checkbox-inner,.registration-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#0068ff!important;background:#0068ff!important;border-color:#0068ff!important}.registration-checkbox .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff!important;border-width:0 .125rem .125rem 0!important;width:.3125rem!important;height:.5rem!important;top:50%!important;left:50%!important;transform:translate(-50%,-60%) rotate(45deg)!important;margin-left:0!important;margin-top:0!important}.registration-checkbox-group .ant-checkbox-wrapper{color:#cecece!important;font-family:var(--font-gotham-book)!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;letter-spacing:0!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;width:100%!important;gap:.5rem!important}.registration-checkbox-group .ant-checkbox-wrapper .ant-checkbox{align-self:flex-start!important;margin-top:0!important;top:0!important;vertical-align:top!important;display:flex!important;align-items:flex-start!important;padding-top:0!important;margin-right:0!important}.registration-checkbox-group .ant-checkbox-wrapper .ant-checkbox+span{align-self:flex-start!important;margin-top:0!important;vertical-align:top!important;padding-top:0!important;flex:1!important}.registration-checkbox-group .ant-checkbox-wrapper>span:last-child{color:#cecece!important;font-family:var(--font-gotham-book)!important;font-size:.625rem!important;font-style:normal!important;font-weight:400!important;line-height:140%!important;letter-spacing:-.0125rem!important}.registration-checkbox span{color:#cecece!important;font-family:var(--font-gotham-book)!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;letter-spacing:0!important}.registration-select .ant-select-dropdown{background-color:#fff!important;border:1px solid var(--color-input-border)!important;border-radius:8px!important}.registration-select .ant-select-item{color:var(--color-input-text)!important;font-family:var(--font-gotham-book)!important;font-size:16px!important}.registration-select .ant-select-item:hover{background-color:#0068ff1a!important}.registration-select .ant-select-item-option-selected{background-color:#0068ff26!important;color:var(--color-input-text)!important}.registration-field-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;min-height:20px}.registration-field-label-row .registration-field-label{margin-bottom:0!important}.registration-checkbox-label-row{margin-bottom:4px}.registration-field-error{display:flex;align-items:flex-start;gap:6px;margin:0;font-family:var(--font-gotham-book);font-size:12px;font-weight:400;line-height:16px;letter-spacing:0;color:#ea5534}.registration-field-error-icon{font-size:14px;flex-shrink:0;color:#ea5534;align-self:center}.registration-field-error-text{font-family:var(--font-gotham-book);font-size:12px;font-weight:400;line-height:16px;letter-spacing:0;color:#ea5534}.registration-field-with-error{display:flex;flex-direction:column;width:100%}.registration-form-row .registration-field-with-error{flex:1;min-width:0}.registration-form-row .registration-field-with-error:not(.registration-field-with-error-slot) .registration-field-label-row{min-height:28px}.registration-field-with-error-slot .registration-field-error-slot{min-height:0;margin-top:.25rem;display:flex;align-items:flex-start;min-width:0}.registration-field-with-error-slot .registration-field-error-slot:empty{display:none;margin-top:0;min-height:0}.registration-step-1 .registration-field-error-slot{justify-content:flex-end}.registration-step-1 .registration-field-error-slot .registration-field-error{margin-left:auto}.registration-field-with-error-slot .registration-field-error-slot .registration-field-error{flex-wrap:nowrap;min-width:0}.registration-field-with-error-slot .registration-field-error-slot .registration-field-error-text{min-width:0;overflow-wrap:break-word;word-break:break-word}.registration-checkbox-with-error{display:flex;flex-direction:column;width:100%}.registration-field-label{color:#fff!important;font-family:var(--font-gotham-book)!important;font-size:.875rem!important;font-style:normal!important;font-weight:400!important;line-height:1.25rem!important;letter-spacing:.015625rem!important;margin-bottom:.5rem!important;display:block!important}.registration-field-required{color:#fff}.registration-field-label-with-info{display:inline-flex;align-items:center;flex-wrap:nowrap}.registration-password-info-btn{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;padding:0;border:none;background:none;cursor:pointer;color:#fff9;vertical-align:middle}.registration-password-info-btn:hover,.registration-password-info-btn:focus-visible{color:#ffffffe6;outline:none}.registration-password-info-icon{font-size:14px}.registration-password-tooltip .ant-tooltip-inner{max-width:280px;padding:10px 12px;text-align:left}.registration-password-instructions-list{margin:0;padding-left:18px;font-size:12px;line-height:1.6;color:inherit}.registration-security-label{font-family:var(--font-gotham-book)!important;font-size:12px!important;font-weight:400!important;line-height:1.5!important;letter-spacing:.15em!important;color:#ffffffbf!important;text-transform:uppercase!important;margin-bottom:8px!important;display:block!important}.registration-turnstile-field-group{width:100%!important;max-width:100%!important;min-width:0}.registration-captcha-turnstile{width:100%;display:flex;justify-content:flex-start;align-items:center;min-height:65px}.registration-captcha-turnstile iframe{border-radius:4px}.registration-turnstile-field-group .registration-field-error-slot{min-height:0;margin-top:.25rem}.registration-turnstile-field-group .registration-field-error-slot:empty{display:none;margin-top:0;min-height:0}.registration-captcha-field-group,.registration-field-group:has(.registration-captcha-row){width:100%!important;max-width:100%!important;min-width:0}.registration-captcha-row{display:flex;align-items:center;gap:12px;width:100%!important;max-width:100%!important;min-width:0;box-sizing:border-box}.registration-captcha-box{display:flex;align-items:center;justify-content:center;flex:1 1 0%;min-width:0;width:100%;background-color:#0a163499;border:1px solid rgba(255,255,255,.25);border-radius:4px;padding:0 16px;height:48px;box-sizing:border-box}.registration-captcha-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.registration-captcha-audio{background:none;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;padding:8px;transition:color .2s}.registration-captcha-audio:hover{color:#ffffffd9}.registration-captcha-audio:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:4px}.registration-captcha-audio svg{font-size:18px}.registration-captcha-container{display:flex;gap:12px;align-items:stretch}.registration-captcha-text{font-family:Courier New,Courier,monospace!important;font-size:18px!important;font-weight:700!important;letter-spacing:.1em!important;color:#fff!important;-webkit-user-select:none;user-select:none;position:relative;display:inline-block}.registration-captcha-text:after{content:"";position:absolute;left:0;top:50%;width:100%;height:2px;background-color:#fff;transform:translateY(-50%)}.registration-captcha-refresh{background:none;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;padding:4px;transition:color .2s}.registration-captcha-refresh:hover{color:#ffffffd9}.registration-captcha-refresh:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:4px}.registration-captcha-refresh svg{font-size:16px}.registration-form{display:flex;flex-direction:column;gap:20px;width:100%;max-width:100%;box-sizing:border-box}.registration-step{display:flex;flex-direction:column;gap:1.9375rem;width:100%;max-width:100%;box-sizing:border-box}.registration-step-1,.registration-step-2{width:100%;max-width:100%}.registration-btn-next{margin-top:4px!important}.registration-field-group{display:flex;flex-direction:column;width:100%}.registration-form-row{display:flex;gap:16px}.registration-form-row .registration-input{flex:1}.registration-phone-row{display:flex;gap:12px;align-items:flex-start}.registration-phone-country-cell{flex:0 0 auto;width:100px;min-width:0}.registration-phone-country-select{width:100%!important}.registration-phone-number-cell{flex:1;min-width:0}.registration-phone-number-cell .registration-input{width:100%}.registration-phone-input-wrapper{width:100%;display:flex;align-items:center}.registration-phone-input{width:100%;display:flex;align-items:center;gap:8px}.registration-phone-input .PhoneInputInput{flex:1;height:52px;padding:12px 16px;border:1px solid #d9d9d9;border-radius:8px;font-family:var(--font-gotham, "Gotham", Arial, sans-serif);font-size:16px;color:#0a1a3a;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.registration-phone-input .PhoneInputInput:focus{outline:none;border-color:var(--color-primary, #0068ff);box-shadow:0 0 0 2px #0068ff1a}.registration-phone-input.registration-phone-input-error .PhoneInputInput{border-color:#ff4d4f}.registration-phone-input.registration-phone-input-error .PhoneInputInput:focus{border-color:#ff4d4f;box-shadow:0 0 0 2px #ff4d4f1a}.registration-phone-input .PhoneInputCountry{display:flex;align-items:center;margin-right:8px;background-color:#fff!important;background:#fff!important}.registration-phone-input .PhoneInputCountrySelect{height:52px;padding:0 8px 0 16px;border:1px solid #d9d9d9;border-radius:8px;font-family:var(--font-gotham, "Gotham", Arial, sans-serif);font-size:16px;background-color:#fff!important;background:#fff!important;cursor:pointer;transition:border-color .2s ease;display:flex;align-items:center;min-width:120px;color:#0a1a3a!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.registration-phone-input .PhoneInputCountrySelect:focus,.registration-phone-input .PhoneInputCountrySelect:active,.registration-phone-input select.PhoneInputCountrySelect,.registration-phone-input .PhoneInputCountrySelect:hover{outline:none;border-color:var(--color-primary, #0068ff);background-color:#fff!important;background:#fff!important;color:#0a1a3a!important}.registration-phone-input .PhoneInputCountryIcon{width:20px;height:15px;margin-left:8px;margin-right:8px;border-radius:2px}.registration-phone-input .PhoneInputCountrySelectArrow{opacity:.5;margin-left:4px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #666}.registration-phone-input .PhoneInputCountrySelect option{padding:8px;background-color:#fff!important;background:#fff!important;color:#0a1a3a!important}.registration-phone-input-wrapper select,.registration-phone-input-wrapper .PhoneInputCountrySelect,.registration-phone-input select,select.PhoneInputCountrySelect,.PhoneInputCountry select,.PhoneInputCountry,.PhoneInputCountry *{background-color:#fff!important;background:#fff!important;color:#0a1a3a!important}.registration-phone-input .PhoneInputCountryIcon,.registration-phone-input .PhoneInputCountrySelectArrow{background-color:transparent!important}.registration-phone-input-wrapper .PhoneInputCountry{background-color:#fff!important;background:#fff!important;border:1px solid #d9d9d9;border-radius:8px;padding:0;height:52px;display:flex;align-items:center}.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #0000001a}.registration-checkbox-group{display:flex;flex-direction:column;gap:1rem;align-items:flex-start!important}.registration-submit-btn{display:flex!important;width:100%!important;height:4.125rem!important;padding:1.125rem 2rem!important;justify-content:center!important;align-items:center!important;gap:.625rem!important;border-radius:5rem!important;background:#0068ff!important;border:none!important;font-family:var(--font-gotham-bold)!important;font-size:1rem!important;font-weight:700!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:#fff!important;margin-top:.25rem!important;transition:filter .2s ease,box-shadow .2s ease!important}.registration-submit-btn:hover{filter:brightness(1.05)!important}.registration-submit-btn:disabled{opacity:.6;cursor:not-allowed}.registration-success-modal .ant-modal-content{background:var(--color-primary);border-radius:24px;padding:32px 24px;border:none}@media(min-width:640px){.registration-success-modal .ant-modal-content{border-radius:32px;padding:48px 40px}}@media(min-width:768px){.registration-success-modal .ant-modal-content{padding:56px 48px}}.registration-success-modal .ant-modal-body{padding:0}.registration-success-modal .ant-modal-close{top:24px;right:24px}.registration-modal-close{font-size:32px;color:#fff;line-height:1}@media(max-width:768px){.registration-modal-close{font-size:28px}}@media(max-width:480px){.registration-modal-close{font-size:24px}}.registration-modal-content{display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff}.registration-modal-icon{width:100px;height:100px;margin-bottom:24px}@media(min-width:640px){.registration-modal-icon{width:120px;height:120px;margin-bottom:28px}}@media(min-width:768px){.registration-modal-icon{width:132px;height:132px;margin-bottom:32px}}.registration-modal-svg{width:100%;height:100%;display:block}.registration-modal-title{color:#fff;text-align:center;font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:2.625rem;font-style:normal;font-weight:700;line-height:110%;text-transform:uppercase;margin-bottom:16px;word-break:normal}.registration-modal-title-lower{text-transform:none}@media(max-width:768px){.registration-modal-title{font-size:2rem;line-height:110%;margin-bottom:12px}}@media(max-width:480px){.registration-modal-title{font-size:1.5rem;line-height:110%;margin-bottom:10px}}.registration-modal-description{color:#fff;text-align:center;font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.375rem;max-width:480px;margin-bottom:32px}@media(max-width:768px){.registration-modal-description{font-size:1rem;line-height:1.5rem;margin-bottom:24px;max-width:100%}}@media(max-width:480px){.registration-modal-description{font-size:.9375rem;line-height:1.375rem;margin-bottom:20px}}.registration-modal-button{display:flex!important;height:3.8125rem!important;padding:1.375rem 2rem!important;justify-content:center!important;align-items:center!important;gap:.625rem!important;align-self:stretch!important;border-radius:2.5rem!important;background:#fff!important;width:100%!important;max-width:360px!important;margin:0 auto!important;border:none!important;box-shadow:0 10px 25px #00000026!important;color:#000!important;text-align:center!important;font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1.375rem!important;font-style:normal!important;font-weight:700!important;line-height:1.5rem!important;letter-spacing:.00938rem!important;text-transform:uppercase!important}@media(max-width:768px){.registration-modal-button{height:3.5rem!important;padding:1.25rem 1.75rem!important;font-size:1.25rem!important;max-width:100%!important}}@media(max-width:480px){.registration-modal-button{height:3.25rem!important;padding:1.125rem 1.5rem!important;font-size:1.125rem!important}}.registration-modal-button:hover{background:#fff!important;color:#000!important}@media(min-width:640px){.registration-modal-title{font-size:2.625rem}.registration-modal-description{font-size:1.125rem}.registration-modal-button{height:3.8125rem!important;font-size:1.375rem!important}}@media(min-width:768px){.registration-modal-title{font-size:2.625rem}}@media(max-width:1024px){.registration-form-row{flex-direction:column;gap:20px}.registration-captcha-container{flex-direction:column}.registration-captcha-box{min-width:100%}}.forgot-password-page{--forgot-font-gotham: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--forgot-font-book: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--forgot-font-bold: "Gotham", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--forgot-form-text-size: 1rem;--forgot-form-line-height: 1.25rem;--forgot-form-tracking: .1rem;--forgot-white: #FFFFFF;--forgot-text-off: #828282;--forgot-primary: #0068ff;--forgot-input-height: 3.5rem;--forgot-input-radius: .3125rem;--forgot-btn-height: 3.75rem;font-family:Gotham,Inter,sans-serif!important;position:relative;min-height:100vh;display:flex;flex-direction:column;background-color:#020b2b;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.forgot-password-page__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 30%,rgba(23,74,205,.35),transparent 60%),linear-gradient(180deg,#01051599,#010515d9 70%);pointer-events:none}.forgot-password-page__main{position:relative;z-index:2;flex:1;display:flex;align-items:center;justify-content:center;padding:6rem 8vw 4.5rem 6vw}.forgot-password-card,.forgot-password-card *{font-family:inherit!important}.forgot-password-card{width:41.4375rem;max-width:100%;min-height:31.9375rem;border-radius:.625rem;border:.0625rem solid rgba(255,255,255,.5);background:#11224fe6;backdrop-filter:blur(.3125rem);-webkit-backdrop-filter:blur(.3125rem);isolation:isolate;font-family:var(--forgot-font-gotham);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;justify-content:center;align-items:flex-start}.forgot-password-card__content{display:flex;width:39.9375rem;height:31.9375rem;padding:5rem 3.75rem;flex-direction:column;align-items:center;gap:2rem;border-radius:.625rem;box-sizing:border-box;background:transparent}.forgot-password-card .forgot-password-card__title{width:33.5625rem;max-width:100%;font-family:Gotham,Inter,sans-serif!important;font-size:2.5rem!important;font-style:normal!important;font-weight:700!important;line-height:3.25rem!important;letter-spacing:0!important;text-transform:uppercase!important;color:#fff!important;margin:0!important;text-align:center!important}.forgot-password-card .forgot-password-card__subtitle{font-family:Gotham,Inter,sans-serif!important;font-size:1rem!important;font-style:normal!important;font-weight:400!important;line-height:1.5rem!important;letter-spacing:.009375rem!important;color:#fff!important;margin:0!important;text-align:center!important;width:100%!important;max-width:33.5625rem;align-self:stretch}.forgot-password-form{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:33.5625rem;gap:1.5rem}.forgot-password-card .forgot-password-input__label,.forgot-password-input__label{font-family:Gotham,Inter,sans-serif!important;font-size:.875rem!important;font-style:normal!important;font-weight:400!important;line-height:1.25rem!important;letter-spacing:.015625rem!important;color:#fff!important;display:block!important;margin-bottom:.25rem!important;text-transform:none!important;text-align:left!important}.forgot-password-input__control{font-family:Gotham,Inter,sans-serif!important;font-size:1rem!important;font-weight:400!important;line-height:1.25rem!important;letter-spacing:.00625rem!important;height:3.5rem!important;border-radius:.3125rem!important;background-color:#fafafa!important;border:.0625rem solid #eaeaea!important;color:#1a202c!important;box-sizing:border-box!important}.forgot-password-input__control::placeholder{color:#828282!important;font-family:Gotham,Inter,sans-serif!important;font-size:1rem!important;opacity:1!important}.forgot-password-input__control:focus{border-color:var(--forgot-primary);outline:none;box-shadow:0 0 0 .125rem #0068ff40}.forgot-password-input .ant-input-affix-wrapper{height:3.5rem!important;min-height:3.5rem!important;border-radius:.3125rem!important;background-color:#fafafa!important;border:.0625rem solid #eaeaea!important;padding:1rem .75rem 1rem 1rem!important}.forgot-password-input .ant-input-affix-wrapper .ant-input{font-family:Gotham,Inter,sans-serif!important;font-size:1rem!important;line-height:1.25rem!important;letter-spacing:.00625rem!important;color:#1a202c!important}.forgot-password-input .ant-input-affix-wrapper .ant-input::placeholder{color:#828282!important;opacity:1!important}.forgot-password-input__suffix-icon{color:#000000a6!important;font-size:16px!important}.forgot-password-input .ant-input-affix-wrapper:focus-within,.forgot-password-input .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{border-color:var(--forgot-primary)!important;box-shadow:0 0 0 .125rem #0068ff40!important}.forgot-password-input-wrap{width:100%;margin-bottom:0}.forgot-password-field-error-row{display:flex;align-items:center;justify-content:flex-end;gap:.375rem;margin-top:.25rem}.forgot-password-field-error{font-family:Gotham,Inter,sans-serif!important;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:.015625rem;color:#ea5534;margin:0;padding:0}.forgot-password-field-error-icon{font-size:.875rem;color:#ea5534;flex-shrink:0}.forgot-password-input--error .ant-input-affix-wrapper,.forgot-password-input--error .ant-input{border-width:.125rem!important;border-color:#ea5534!important}.forgot-password-input--error .ant-input-affix-wrapper:focus-within,.forgot-password-input--error .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{border-width:.125rem!important;border-color:#ea5534!important;box-shadow:0 0 0 .25rem #ea553440!important}.forgot-password-submit-btn{font-family:Gotham,Inter,sans-serif!important;font-size:1.125rem!important;font-style:normal!important;font-weight:700!important;line-height:1.5rem!important;letter-spacing:.009375rem!important;text-transform:uppercase!important;text-align:center!important;width:100%!important;min-height:3.75rem!important;border-radius:5rem!important;background-color:#0068ff!important;color:#fff!important;border:none!important;cursor:pointer;margin-top:0!important;padding:1.125rem 2rem!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center!important}.forgot-password-submit-btn:hover:not(:disabled){background-color:#0052cc!important}.forgot-password-submit-btn:disabled{opacity:.7;cursor:not-allowed}.forgot-password-card .forgot-password-support,.forgot-password-support{font-family:Gotham,Inter,sans-serif!important;font-size:.875rem!important;font-style:normal!important;font-weight:400!important;line-height:1.25rem!important;letter-spacing:.01563rem!important;color:#fff!important;text-align:center!important;margin:0!important;padding:0!important;width:100%!important;max-width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important}.forgot-password-support__line{display:inline;text-align:center;font-family:Gotham,Inter,sans-serif!important;font-size:.875rem!important;font-style:normal!important;font-weight:400!important;line-height:1.25rem!important;letter-spacing:.01563rem!important;color:#fff!important}.forgot-password-card .forgot-password-support .forgot-password-link,.forgot-password-support .forgot-password-link{font-family:Gotham,Inter,sans-serif!important;font-size:.875rem!important;font-style:normal!important;font-weight:500!important;line-height:1.25rem!important;letter-spacing:.01563rem!important;color:#fff!important;-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important;-webkit-text-decoration-style:solid!important;text-decoration-style:solid!important;-webkit-text-decoration-skip-ink:none!important;text-decoration-skip-ink:none!important;text-decoration-thickness:auto!important;text-underline-offset:auto!important;text-underline-position:from-font!important;display:inline!important}.forgot-password-link:hover{color:#ffffffd9!important}.forgot-password-link--button{background:none;border:none;padding:0;cursor:pointer;font:inherit;text-align:inherit}.forgot-password-link--button:hover{color:#ffffffd9!important}.forgot-password-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000b3;box-shadow:0 0 0 2.9375rem #000000a6;display:flex;align-items:center;justify-content:center;padding:1.5rem;pointer-events:auto}.forgot-password-modal{width:100%;max-width:27.5rem;border-radius:1.5rem;background:#0068ff;box-shadow:0 1.5rem 3rem #00000059;padding:3rem 2.5rem 2.5rem;text-align:center;position:relative}.forgot-password-modal__close-btn{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;background:#fff3;color:#fffffff2;border-radius:50%;cursor:pointer;transition:background .2s,color .2s}.forgot-password-modal__close-btn:hover,.forgot-password-modal__close-btn:focus-visible{background:#ffffff59;color:#fff;outline:none}.forgot-password-modal__close-icon{font-size:1.125rem}.forgot-password-modal__icon-wrap{width:5rem;height:5rem;margin:0 auto 1.5rem;border-radius:50%;border:.1875rem solid rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;background:#ffffff26}.forgot-password-modal__icon-wrap svg{width:2.5rem;height:2.5rem;color:#fff}.forgot-password-modal__title{font-family:Gotham,Inter,sans-serif!important;font-size:2.625rem!important;font-style:normal!important;font-weight:700!important;line-height:110%!important;letter-spacing:0!important;text-transform:uppercase!important;text-align:center!important;color:#fff!important;margin:0 0 1rem!important}.forgot-password-modal__message{font-family:Gotham,Inter,sans-serif!important;font-size:1.125rem!important;font-style:normal!important;font-weight:400!important;line-height:130%!important;letter-spacing:0!important;text-align:center!important;color:#fff!important;margin:0 0 2rem!important}.forgot-password-modal__message .forgot-password-modal__email{font-weight:600!important;text-decoration:underline!important;color:#fff!important}.forgot-password-modal__btn{display:flex!important;height:3.8125rem!important;padding:1.375rem 2rem!important;justify-content:center!important;align-items:center!important;gap:.625rem!important;align-self:stretch!important;width:100%!important;max-width:100%!important;border-radius:5rem;background:#fff;border:none;cursor:pointer;text-decoration:none;box-shadow:0 .25rem .875rem #00000026;transition:background .2s,box-shadow .2s;font-family:Gotham,Inter,sans-serif!important;font-size:1.375rem!important;font-style:normal!important;font-weight:700!important;line-height:1.5rem!important;letter-spacing:.00938rem!important;text-transform:uppercase!important;text-align:center!important;color:#000!important}.forgot-password-modal__btn:hover{background:#f0f0f0;box-shadow:0 .375rem 1.25rem #0003}.forgot-password-modal__btn+.forgot-password-modal__btn{margin-top:.75rem}.forgot-password-modal__btn--secondary{background:transparent;color:#fff;border:.125rem solid rgba(255,255,255,.9)}.forgot-password-modal__btn--secondary:hover{background:#ffffff26;color:#fff}.forgot-password-modal__link{color:#fff;font-weight:600;text-decoration:underline}.forgot-password-modal__link:hover{color:#ffffffe6}.forgot-password-success{text-align:center;padding:24px 0}.forgot-password-success__icon{width:64px;height:64px;margin:0 auto 24px;background:#22c55e33;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(34,197,94,.4)}.forgot-password-success__icon span{font-size:2rem;color:#22c55e;font-weight:700}.forgot-password-success__title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:16px}.forgot-password-success__message{color:#ebf1ffcc;font-size:.95rem;margin-bottom:24px;line-height:1.5}@media(max-width:1024px)and (min-width:641px){.forgot-password-page__main{padding:80px 6vw 64px}.forgot-password-card{max-width:100%}.forgot-password-card__content{padding:56px 48px;min-height:auto}.forgot-password-card__title{font-size:36px;line-height:44px}}@media(max-width:640px){.forgot-password-page__main{padding:100px 20px 60px}.forgot-password-card{max-width:100%;border-radius:20px}.forgot-password-card__content{padding:40px 24px 32px;min-height:auto;width:100%}.forgot-password-card__header{margin-bottom:0}.forgot-password-card__title{font-size:28px;line-height:36px;letter-spacing:.04em}.forgot-password-card__subtitle{font-size:14px;line-height:22px;margin-top:12px}.forgot-password-form{gap:20px}.forgot-password-input__label{font-size:14px;line-height:20px;margin-bottom:6px}.forgot-password-input__control{height:52px;font-size:14px}.forgot-password-input .ant-input-affix-wrapper{height:52px!important;min-height:52px!important}.forgot-password-submit-btn{height:56px;font-size:16px;line-height:22px;margin-top:8px}.forgot-password-support{font-size:13px;margin-top:12px}.forgot-password-support__line{white-space:normal}.forgot-password-success{padding:16px 0}.forgot-password-success__icon{width:56px;height:56px;margin-bottom:20px}.forgot-password-success__icon span{font-size:1.75rem}.forgot-password-success__title{font-size:1.25rem;margin-bottom:12px}.forgot-password-success__message{font-size:14px;margin-bottom:20px}}@media(max-width:480px){.forgot-password-page__main{padding:80px 16px 50px}.forgot-password-card{border-radius:16px}.forgot-password-card__content{padding:32px 20px 28px}.forgot-password-card__title{font-size:24px;line-height:32px;letter-spacing:.03em}.forgot-password-card__subtitle{font-size:13px;margin-top:10px}.forgot-password-form{gap:18px}.forgot-password-input__label{font-size:13px;margin-bottom:6px}.forgot-password-input__control{height:44px;font-size:13px}.forgot-password-input .ant-input-affix-wrapper{height:44px!important;min-height:44px!important}.forgot-password-submit-btn{height:52px;font-size:15px;line-height:20px}.forgot-password-support{font-size:13px;line-height:1.4}.forgot-password-support__line{white-space:normal}}@media(min-width:1440px){.forgot-password-page__main{padding:120px 10vw 96px}.forgot-password-card{max-width:663px}.forgot-password-card__content{width:639px}.forgot-password-card__title{font-size:40px;line-height:52px}.forgot-password-card__subtitle{font-size:16px;line-height:24px}}@media(max-width:40rem){.forgot-password-modal{padding:2.5rem 1.5rem 2rem;border-radius:1.25rem}.forgot-password-modal__icon-wrap{width:4rem;height:4rem;margin-bottom:1.25rem}.forgot-password-modal__icon-wrap svg{width:2rem;height:2rem}.forgot-password-modal__title{font-size:1.25rem!important;margin-bottom:.75rem!important}.forgot-password-modal__message{font-size:.9rem!important;margin-bottom:1.5rem!important}.forgot-password-modal__btn{padding:.875rem 1.25rem;font-size:.875rem!important}}.new-password-page{position:relative;min-height:100vh;display:flex;flex-direction:column;background-color:#020b2b;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.new-password-page__main{position:relative;z-index:2;flex:1;display:flex;align-items:center;justify-content:center;padding:96px 8vw 72px 6vw}.new-password-card{width:100%;max-width:663px;min-height:584px;padding:80px 12px 32px;border-radius:10px;border:1px solid rgba(255,255,255,.5);background:#11224fe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#eff4ff;display:flex;flex-direction:column;align-items:center;gap:32px}.new-password-card__header{text-align:center;margin-bottom:0;width:100%;max-width:537px}.new-password-card__title{font-family:Gotham,Gotham Bold,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:40px;font-weight:700;line-height:52px;letter-spacing:0;color:#fff;margin:0;text-transform:uppercase;text-align:center;width:100%}.new-password-card__subtitle{font-family:Gotham,sans-serif!important;font-size:18px!important;font-style:normal!important;font-weight:400!important;line-height:130%!important;color:#fff!important;text-align:center!important;width:537px;max-width:100%;margin:8px 0 0}.new-password-requirements{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;width:100%;max-width:537px}.new-password-requirement{display:flex;align-items:flex-start;gap:8px;font-family:Gotham,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:170%!important;color:#fff}.new-password-requirement__indicator{flex-shrink:0;font-family:Gotham,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:170%!important;color:#fff}.new-password-requirement--met .new-password-requirement__indicator{color:#61ccab}.new-password-requirement:not(.new-password-requirement--met) .new-password-requirement__indicator{color:#ea5534}.new-password-requirement__label{flex:1;font-family:Gotham,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:170%!important;color:#fff}.new-password-requirement:not(.new-password-requirement--met) .new-password-requirement__label{color:#fca5a5}.new-password-requirement--met .new-password-requirement__label{color:#fff}.new-password-form{display:flex;flex-direction:column;gap:30px;width:100%;max-width:537px;align-items:stretch}.new-password-form__mismatch-message{margin:0;font-family:Gotham,sans-serif!important;font-size:18px!important;font-style:normal!important;font-weight:400!important;line-height:130%!important;color:#fff!important;text-align:center!important;width:537px;max-width:100%}.new-password-form__error-row{display:flex;align-items:center;gap:8px;margin:0}.new-password-form__error{margin:0;padding:0;font-family:Gotham,Gotham Book,Inter,sans-serif;font-size:14px;line-height:20px;letter-spacing:.25px;color:#ea5534}.new-password-form__error-icon{font-size:16px;color:#ea5534;flex-shrink:0}.new-password-input-wrapper{display:flex;flex-direction:column;gap:4px;width:100%}.new-password-input-label-row{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:5px 0 0}.new-password-input__label{font-family:Gotham,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;letter-spacing:.25px!important;color:#fff!important;display:block;margin:0;padding:0}.new-password-input-container{position:relative}.new-password-input__control--success{border-width:2px!important;border-color:#61ccab!important;background-color:#fafafa!important;box-shadow:none!important}.new-password-input__control--success:focus{border-width:2px!important;border-color:#61ccab!important;box-shadow:none!important}.new-password-input-checkmark{flex-shrink:0;width:18px;height:18px;border-radius:50%;background-color:#61ccab;color:#fff;display:flex;align-items:center;justify-content:center}.new-password-input-checkmark svg{width:10px;height:10px}.new-password-input-error-icon{flex-shrink:0;width:18px;height:18px;border-radius:50%;background-color:#ea5534;color:#fff;display:flex;align-items:center;justify-content:center}.new-password-input-error-icon svg{width:10px;height:10px}.new-password-input__control{font-family:Gotham,Gotham Book,Inter,sans-serif;font-size:18px!important;line-height:1.3;color:#000;background-color:#fafafa!important;border:1px solid #eaeaea;border-radius:5px!important;padding:16px 12px!important;height:auto!important;min-height:52px;box-shadow:none;width:100%}.new-password-input__control::placeholder{color:#828282}.new-password-input__control:focus{border-color:#3f82ff!important;box-shadow:0 0 0 2px #3f82ff59}.new-password-input__control--error{border-width:2px!important;border-color:#ea5534!important;box-shadow:none!important}.new-password-input__control--error:focus{border-width:2px!important;border-color:#ea5534!important;box-shadow:none!important}.new-password-submit-btn:disabled{opacity:.6;cursor:not-allowed}.new-password-submit-btn{width:100%;min-height:54px;padding:18px 32px;margin-top:0;border-radius:80px!important;font-family:Gotham,Gotham Bold,Inter,sans-serif;font-size:18px!important;font-weight:700;line-height:24px;letter-spacing:.15px;text-transform:uppercase;background-color:#0068ff!important;background-image:none!important;border:none!important;color:#fff!important;box-shadow:none}.new-password-submit-btn:hover{background-color:#0052cc!important}@media(max-width:1024px)and (min-width:641px){.new-password-page__main{padding:80px 6vw 64px}.new-password-card{max-width:663px;min-height:584px;padding:60px 12px 32px}.new-password-card__title{font-size:36px;line-height:46px}}@media(max-width:640px){.new-password-page__main{padding:100px 20px 60px}.new-password-card{max-width:100%;min-height:520px;padding:60px 24px 32px;border-radius:10px}.new-password-card__header{margin-bottom:0}.new-password-card__title{font-size:28px;line-height:36px}.new-password-card__subtitle{font-size:18px;line-height:130%;margin-top:8px}.new-password-requirements{gap:8px;margin-bottom:20px}.new-password-requirement{font-size:16px!important}.new-password-form{gap:24px}.new-password-input__label{font-size:14px!important;margin-bottom:0}.new-password-input__control{min-height:48px;font-size:16px!important}.new-password-submit-btn{min-height:50px;padding:16px 24px;font-size:16px!important}}@media(max-width:480px){.new-password-page__main{padding:80px 16px 50px}.new-password-card{max-width:100%;min-height:480px;padding:48px 20px 32px;border-radius:10px}.new-password-card__title{font-size:24px;line-height:32px}.new-password-card__subtitle{font-size:18px;line-height:130%;margin-top:8px}.new-password-requirements{margin-bottom:18px;gap:6px}.new-password-requirement{font-size:16px!important}.new-password-form{gap:18px}.new-password-input__label{font-size:14px!important;margin-bottom:0}.new-password-input__control{height:48px!important;font-size:.875rem!important}.new-password-submit-btn{min-height:48px;padding:14px 20px;font-size:14px!important;border-radius:80px!important}}@media(min-width:1440px){.new-password-page__main{padding:120px 10vw 96px}.new-password-card{max-width:663px;min-height:584px;padding:80px 12px 32px}.new-password-card__subtitle{font-size:18px;line-height:130%}}.reset-password-success-page{position:relative;min-height:100vh;display:flex;flex-direction:column;background-color:#020b2b;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.reset-password-success-page__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background-color:#00000073;pointer-events:auto}.reset-password-success-page__content{position:relative;z-index:2;display:flex;flex-direction:column;flex:1;min-height:100vh}.reset-password-success-page__main{position:relative;z-index:2;flex:1;display:flex;align-items:center;justify-content:center;padding:96px 8vw 72px 6vw}.reset-password-success-card{width:100%;max-width:546px;padding:65px 60px 70px;border-radius:14px;background:#0068ff;border:1px solid rgba(255,255,255,.3);color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px}.reset-password-success__icon{width:164px;height:164px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:transparent;border:3px solid rgba(255,255,255,1)}.reset-password-success__icon svg{color:#fff;stroke:#fff;width:64px;height:64px}.reset-password-success__text-block{display:flex;flex-direction:column;align-items:center;gap:14px;max-width:546px}.reset-password-success__title{font-family:Gotham,Gotham Bold,Inter,sans-serif;font-size:42px;font-weight:700;line-height:1.1;letter-spacing:0;text-transform:uppercase;color:#fff;margin:0}.reset-password-success__message{font-family:Gotham,Gotham Book,Inter,sans-serif;font-size:18px;font-weight:400;line-height:1.3;color:#fff;margin:0;max-width:483px}.reset-password-success__button{width:100%;max-width:443px;height:61px;border-radius:40px!important;padding:22px 32px!important;font-family:Gotham,Gotham Bold,Inter,sans-serif!important;font-size:22px!important;font-weight:700!important;line-height:24px!important;letter-spacing:.15px!important;text-transform:uppercase!important;background-color:#fff!important;background-image:none!important;border:none!important;color:#000!important;box-shadow:none}.reset-password-success__button:hover{background-color:#fffffff2!important;color:#000!important}@media(max-width:1024px)and (min-width:641px){.reset-password-success-page__main{padding:80px 6vw 64px}.reset-password-success-card{max-width:520px;padding:56px 48px 60px;gap:28px}.reset-password-success__icon{width:120px;height:120px}.reset-password-success__icon svg{width:48px;height:48px}.reset-password-success__title{font-size:2rem}.reset-password-success__message{font-size:17px}.reset-password-success__button{height:56px;font-size:1.125rem!important;max-width:380px}}@media(max-width:640px){.reset-password-success-page__main{padding:100px 20px 60px}.reset-password-success-card{padding:48px 24px 52px;border-radius:14px;gap:24px}.reset-password-success__icon{width:100px;height:100px}.reset-password-success__icon svg{width:40px;height:40px}.reset-password-success__title{font-size:1.75rem}.reset-password-success__message{font-size:1rem}.reset-password-success__button{height:52px;font-size:1rem!important;max-width:100%}}@media(max-width:480px){.reset-password-success-page__main{padding:80px 16px 50px}.reset-password-success-card{padding:40px 20px 44px;gap:20px}.reset-password-success__icon{width:88px;height:88px}.reset-password-success__icon svg{width:36px;height:36px}.reset-password-success__title{font-size:1.5rem}.reset-password-success__message{font-size:.9375rem}.reset-password-success__button{height:50px;font-size:.9375rem!important}}@media(min-width:1440px){.reset-password-success-page__main{padding:120px 10vw 96px}.reset-password-success-card{max-width:546px;padding:65px 60px 70px}}.complete-profile-page{position:relative;min-height:100vh;background-color:#010621;overflow:hidden;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.complete-profile-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:1;pointer-events:none}.complete-profile-background img{width:100%;height:100%;object-fit:cover;display:block}.complete-profile-nav{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none;padding:12px 0;position:relative;z-index:3}.complete-profile-content{flex:1;display:flex;align-items:center;justify-content:center;padding:64px 24px 48px;position:relative;z-index:3}.complete-profile-card{width:100%;max-width:1200px;border-radius:28px;padding:48px 56px 56px;background:linear-gradient(135deg,#05143cf5,#040d28f5);border:1px solid rgba(255,255,255,.05);box-shadow:0 32px 80px #01062173}.complete-profile-title{font-size:42px;line-height:1.1;font-weight:700;text-align:center;text-transform:uppercase;color:#fff;letter-spacing:.02em;margin-bottom:36px}.complete-profile-form{width:100%}.complete-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.complete-profile-column{display:flex;flex-direction:column;gap:24px}.complete-profile-field{display:flex;flex-direction:column;gap:8px}.complete-profile-label{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9}.complete-profile-input{color:#fff}.complete-profile-input .ant-input,.complete-profile-input .ant-input-affix-wrapper{height:54px;border-radius:12px;background-color:#fff;border:1px solid rgba(14,26,71,.25);color:#0b1c3d;font-size:15px;transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease}.complete-profile-input .ant-input[disabled]{color:#10224f;background-color:#f5f7ff}.complete-profile-input .ant-input::placeholder,.complete-profile-input .ant-input-affix-wrapper input::placeholder{color:#0b1c3d99}.complete-profile-input .ant-input:hover,.complete-profile-input .ant-input-affix-wrapper:hover{border-color:#1a75ff99}.complete-profile-input .ant-input:focus,.complete-profile-input .ant-input-focused,.complete-profile-input .ant-input-affix-wrapper-focused{border-color:#1a75ff!important;box-shadow:0 0 0 2px #1a75ff40}.complete-profile-name{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.complete-profile-select .ant-select-selector{height:54px!important;border-radius:12px!important;background-color:#fff!important;border:1px solid rgba(14,26,71,.25)!important;color:#0b1c3d!important;display:flex;align-items:center}.complete-profile-select .ant-select-selection-item,.complete-profile-select .ant-select-selection-placeholder,.complete-profile-select .ant-select-arrow{color:#0b1c3dbf!important}.complete-profile-select.ant-select-open .ant-select-selector,.complete-profile-select.ant-select-focused .ant-select-selector{border-color:#1a75ff!important;box-shadow:0 0 0 2px #1a75ff40}.complete-profile-dropdown{background-color:#fff!important;border:1px solid rgba(14,26,71,.15)!important;padding:8px 0!important}.complete-profile-dropdown .ant-select-item{color:#0b1c3d!important}.complete-profile-dropdown .ant-select-item-option-active,.complete-profile-dropdown .ant-select-item-option-selected{background-color:#1a75ff26!important;color:#0b1c3d!important}.complete-profile-submit{margin-top:12px;display:flex;flex-direction:column;gap:18px}.complete-profile-submit-button{width:100%;height:60px;border-radius:40px!important;font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(90deg,#005eff,#1f8bff);border:none;color:#fff!important;box-shadow:0 18px 40px #0040ff59}.complete-profile-checkbox{color:#ffffffd9}.complete-profile-checkbox .ant-checkbox-inner{width:20px;height:20px;border-radius:4px;border:1px solid rgba(255,255,255,.5)}.complete-profile-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#1a75ff;border-color:#1a75ff}.complete-profile-checkbox .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff}.complete-profile-checkbox span{color:#ffffffd9;font-size:14px}.complete-profile-footer{position:relative;z-index:3}@media(max-width:1024px){.complete-profile-card{padding:40px 32px}.complete-profile-grid{grid-template-columns:1fr;gap:32px}.complete-profile-title{font-size:34px}}@media(max-width:640px){.complete-profile-name{grid-template-columns:1fr;gap:16px}.complete-profile-submit-button{height:56px}.complete-profile-title{font-size:28px}}.product-card-title{font-family:Gotham,Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.5625rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;overflow-wrap:break-word}h3.product-card-title em,h3.product-card-title i,h3.product-card-title * em,h3.product-card-title * i,.product-card-title em,.product-card-title i,.product-card-title * em,.product-card-title * i{font-style:italic!important}.product-card-title>div{display:inline!important}.product-card-description{font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.1375rem;letter-spacing:-.0175rem}.product-card-category{font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.05rem;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.product-card-title h1,.product-card-title h2,.product-card-title h3,.product-card-title h4,.product-card-title h5,.product-card-title h6,.product-card-title>h1,.product-card-title>h2,.product-card-title>h3,.product-card-title>h4,.product-card-title>h5,.product-card-title>h6,.product-card-title * h1,.product-card-title * h2,.product-card-title * h3,.product-card-title * h4,.product-card-title * h5,.product-card-title * h6{margin:0!important;padding:0!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;text-align:left!important;font-weight:400!important;line-height:1.5625rem!important;display:inline!important;font-style:normal!important}.product-card-title h1{font-size:2rem!important;font-style:normal!important}.product-card-title h2{font-size:1.5rem!important;font-style:normal!important}.product-card-title h3{font-size:1.17rem!important;font-style:normal!important}.product-card-title h4{font-size:.875rem!important}.product-card-title h5{font-size:.8125rem!important}.product-card-title h6{font-size:.75rem!important}.product-card-title p,.product-card-title>p,.product-card-title * p{margin:0!important;padding:0!important;font-size:1.25rem!important;font-weight:400!important;line-height:1.5625rem!important;display:inline!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important}.product-card-title strong,.product-card-title b,.product-card-title * strong,.product-card-title * b{font-weight:700!important}.product-card-title em,.product-card-title i,.product-card-title h1 em,.product-card-title h1 i,.product-card-title h2 em,.product-card-title h2 i,.product-card-title h3 em,.product-card-title h3 i,.product-card-title h4 em,.product-card-title h4 i,.product-card-title h5 em,.product-card-title h5 i,.product-card-title h6 em,.product-card-title h6 i,h3.product-card-title * em,h3.product-card-title * i,h3.product-card-title em,h3.product-card-title i{font-style:italic!important}.product-card-title u,.product-card-title * u{text-decoration:underline!important}.product-card-title s,.product-card-title strike,.product-card-title * s,.product-card-title * strike{text-decoration:line-through!important}.product-card-title a,.product-card-title * a{color:#1a202c!important;text-decoration:underline!important;cursor:pointer!important}.product-card-title a:hover,.product-card-title * a:hover{color:#0068ff!important}.product-card-description h1,.product-card-description h2,.product-card-description h3,.product-card-description h4,.product-card-description h5,.product-card-description h6,.product-card-description>h1,.product-card-description>h2,.product-card-description>h3,.product-card-description>h4,.product-card-description>h5,.product-card-description>h6,.product-card-description * h1,.product-card-description * h2,.product-card-description * h3,.product-card-description * h4,.product-card-description * h5,.product-card-description * h6{margin:0!important;margin-bottom:.5rem!important;padding:0!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;text-align:left!important;font-weight:400!important;line-height:1.1375rem!important;display:block!important}.product-card-description h1{font-size:1.125rem!important;font-weight:700!important}.product-card-description h2{font-size:1rem!important;font-weight:700!important}.product-card-description h3{font-size:.9375rem!important;font-weight:700!important}.product-card-description h4{font-size:.875rem!important;font-weight:600!important}.product-card-description h5{font-size:.8125rem!important;font-weight:600!important}.product-card-description h6{font-size:.75rem!important;font-weight:600!important}.product-card-description p,.product-card-description>p,.product-card-description * p{margin:0!important;margin-bottom:.5rem!important;padding:0!important;font-size:.875rem!important;font-weight:400!important;line-height:1.1375rem!important;display:block!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;opacity:.6!important}.product-card-description p:last-child,.product-card-description>p:last-child,.product-card-description * p:last-child{margin-bottom:0!important}.product-card-description strong,.product-card-description b,.product-card-description * strong,.product-card-description * b{font-weight:700!important}.product-card-description em,.product-card-description i,.product-card-description * em,.product-card-description * i,.product-card-description h1 em,.product-card-description h1 i,.product-card-description h2 em,.product-card-description h2 i,.product-card-description h3 em,.product-card-description h3 i,.product-card-description h4 em,.product-card-description h4 i,.product-card-description h5 em,.product-card-description h5 i,.product-card-description h6 em,.product-card-description h6 i,.product-card-description p em,.product-card-description p i,.product-card-description span em,.product-card-description span i,.product-card-description * h1 em,.product-card-description * h1 i,.product-card-description * h2 em,.product-card-description * h2 i,.product-card-description * h3 em,.product-card-description * h3 i,.product-card-description * h4 em,.product-card-description * h4 i,.product-card-description * h5 em,.product-card-description * h5 i,.product-card-description * h6 em,.product-card-description * h6 i,.product-card-description * p em,.product-card-description * p i,.product-card-description * span em,.product-card-description * span i,.product-card-description h1 * em,.product-card-description h1 * i,.product-card-description h2 * em,.product-card-description h2 * i,.product-card-description h3 * em,.product-card-description h3 * i,.product-card-description h4 * em,.product-card-description h4 * i,.product-card-description h5 * em,.product-card-description h5 * i,.product-card-description h6 * em,.product-card-description h6 * i,.product-card-description p * em,.product-card-description p * i{font-style:italic!important}.product-card-description u,.product-card-description * u{text-decoration:underline!important}.product-card-description s,.product-card-description strike,.product-card-description * s,.product-card-description * strike{text-decoration:line-through!important}.product-card-description a,.product-card-description * a{color:#0068ff!important;text-decoration:underline!important;cursor:pointer!important}.product-card-description a:hover,.product-card-description * a:hover{color:#0056d6!important}.product-card-description ul,.product-card-description ol{margin:0!important;margin-bottom:.5rem!important;margin-left:1.125rem!important;padding-left:1.125rem!important;display:block!important}.product-card-description ul{list-style-type:disc!important}.product-card-description ol{list-style-type:decimal!important}.product-card-description li{margin-bottom:.25rem!important;line-height:1.1375rem!important;font-size:.875rem!important;color:#1a202c!important;opacity:.6!important}.product-card-button{width:100%!important;max-width:15.9375rem!important;height:2.8125rem!important;min-height:2.8125rem!important;border-radius:2.5rem!important;padding:0 1.25rem!important;font-family:Gotham,Inter,sans-serif!important;font-size:1rem!important;font-style:normal!important;font-weight:500!important;line-height:1.5!important;letter-spacing:-.02rem!important;text-transform:none!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto!important;box-sizing:border-box!important}@media(min-width:992px){.product-card-button{max-width:15.9375rem!important}}.contacts-page-header{display:flex;flex-direction:column;gap:.375rem;align-items:flex-start}.contacts-page-title{color:#1a202c;font-family:Gotham,Inter,sans-serif;font-size:1.875rem;font-style:normal;font-weight:700;line-height:3.25rem;text-transform:uppercase;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.contacts-page-description{color:#1a202c;font-family:Gotham,Inter,sans-serif;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.8rem;letter-spacing:-.0225rem;opacity:.75;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.contacts-directory-title{font-family:Gotham,Inter,sans-serif;font-size:1.375rem;font-style:normal;font-weight:500;line-height:2.364rem;letter-spacing:0;text-align:left;color:#1a202c}.contacts-directory-title .count{color:#999}.contacts-section-title{font-family:Gotham,Inter,sans-serif;font-size:1.25rem;font-style:normal;font-weight:500;line-height:2.6rem;letter-spacing:0;text-align:left;color:#1a202c}.contact-card-name{font-family:Gotham,Inter,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:0;text-align:left;color:#1a202c}.contact-card-role{font-family:Gotham,Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0;text-align:left;color:#1a202c}.contact-tooltip-text{font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:0;text-align:left;color:#1a202c}.contact-tooltip-link{font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:0;text-align:left;color:#1a202c;text-decoration:underline}.contact-tooltip-link:hover{color:#0068ff}.contacts-support-title{font-family:Gotham,Inter,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:0;text-align:left;color:#fff}.contacts-support-text{font-family:Gotham,Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:0;text-align:left;color:#fff}.contacts-support-bullet{color:#fff}.contacts-support-contact{font-family:Gotham,Inter,sans-serif;font-size:.9375rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:0;text-align:left;color:#fff}.contacts-support-link{font-family:Gotham,Inter,sans-serif;font-size:.9375rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:0;text-align:left;color:#fff;text-decoration:underline}.contacts-support-link:hover{color:#fffc}.contacts-row{margin-left:-8px!important;margin-right:-8px!important}.contacts-row>.ant-col{padding-left:8px!important;padding-right:8px!important}.contacts-support-row{margin-left:-12px!important;margin-right:-12px!important}.contacts-support-row>.ant-col{padding-left:12px!important;padding-right:12px!important}@media(min-width:768px)and (max-width:1023px){.card{padding:1.5rem!important}.contacts-support-title{font-size:1rem;margin-bottom:.75rem}.contacts-support-text{font-size:.6875rem;line-height:1.5rem}.contacts-support-contact,.contacts-support-link{font-size:.875rem}}.contacts-dotted-divider{width:100%;height:1px;margin-top:3rem;margin-bottom:0;position:relative;background:repeating-linear-gradient(to right,#d1d1d1 0px,#d1d1d1 4px,transparent 4px,transparent 12px);background-size:16px 1px;background-repeat:repeat-x;background-position:0 center}@media(max-width:767px){.contacts-page-title{font-size:1.5rem;line-height:2rem}.contacts-page-description{font-size:1rem;line-height:1.5rem}.contacts-directory-title{font-size:1.125rem;line-height:1.75rem}.contacts-section-title{font-size:1.125rem;line-height:2rem}.contacts-dotted-divider{margin-top:2rem}}.dashboard-welcome-heading{font-family:Gotham,Inter,sans-serif;font-size:1.875rem;font-weight:700;line-height:3.25rem;letter-spacing:0;text-align:left;font-style:normal;color:#1a202c;text-transform:uppercase}.dashboard-section-heading{font-family:Gotham,Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.5;letter-spacing:0;text-align:left;font-style:normal;color:#1a202c;margin:0;padding:0}@media(min-width:640px){.dashboard-section-heading{font-size:1.25rem;line-height:3.25rem}}.dashboard-products-heading{font-family:Gotham,Inter,sans-serif;font-size:1.25rem;font-weight:700;line-height:3.25rem;letter-spacing:0;text-align:left;font-style:normal;color:#1a202c}.dashboard-search-description{font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;letter-spacing:-.0175rem;text-align:left;font-style:normal;color:#1a202c}.dashboard-search-card{padding:1rem;display:flex;flex-direction:column;gap:.75rem;justify-content:center;min-height:auto}@media(min-width:640px){.dashboard-search-card{padding:0 2.5rem;gap:.375rem;min-height:9.3125rem}}.dashboard-search-header{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0}@media(min-width:640px){.dashboard-search-header{flex-direction:row;align-items:center;gap:1.0625rem}}.dashboard-search-description{font-size:.75rem;line-height:1.4;margin-top:.25rem}@media(min-width:640px){.dashboard-search-description{font-size:.875rem;margin-top:0}}.dashboard-search-controls{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0;width:100%}@media(min-width:640px){.dashboard-search-controls{flex-direction:row;gap:1.125rem}}.dashboard-filter-button{height:2.5625rem!important;min-width:8rem;width:100%;padding:1.125rem 1rem!important;border-radius:.3125rem!important;border:1px solid #0068ff!important;white-space:nowrap;display:flex;align-items:center;justify-content:center}@media(min-width:640px){.dashboard-filter-button{width:auto}}.dashboard-search-input-container{display:flex;flex:1;gap:0;width:100%}@media(min-width:640px){.dashboard-search-input-container{width:auto}}.dashboard-search-input{height:2.625rem!important;border-radius:.5rem 0 0 .5rem!important;border-right:none!important}.dashboard-search-button{height:2.6875rem!important;min-width:8rem;width:auto;padding:1.125rem .9375rem!important;border-radius:0 .3125rem .3125rem 0!important;border-left:none!important;display:flex;align-items:center;gap:.625rem}.dashboard-news-card{padding:1rem 2rem}.dashboard-news-header{display:flex;align-items:center;justify-content:space-between;margin:0;padding:0}.dashboard-news-title-container{display:flex;align-items:center;gap:.6875rem}.dashboard-news-icon{width:1.875rem;height:1.875rem;flex-shrink:0}.dashboard-contacts-icon,.dashboard-products-icon{width:1.5rem;height:1.5rem;flex-shrink:0;color:#0068ff;filter:brightness(0) saturate(100%) invert(27%) sepia(96%) saturate(7498%) hue-rotate(211deg) brightness(100%) contrast(101%)}.dashboard-phone-icon{width:1.25rem;height:1.25rem;flex-shrink:0;filter:brightness(0) saturate(0%);transition:opacity .2s ease}.dashboard-view-more-contacts-button{display:flex;align-items:center;gap:.5625rem;padding:.75rem 0;background:transparent;border:none;cursor:pointer;color:#1a202c;transition:opacity .2s ease;justify-content:flex-start}.dashboard-view-more-contacts-button:hover,.dashboard-view-more-contacts-button:hover .dashboard-phone-icon{opacity:.7}.dashboard-view-more-contacts-text{font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal;color:#1a202c;white-space:nowrap;transition:opacity .2s ease}.dashboard-news-image-container{margin:0;padding:0;flex-shrink:0;width:100%;display:flex;align-items:flex-start}@media(min-width:1850px){.dashboard-news-image-container{max-width:20rem}}.dashboard-news-image{border-radius:0rem;margin:0;padding:0;transition:opacity .2s ease;width:100%;height:auto;display:block;max-width:100%}.dashboard-news-image:hover{opacity:.8}.dashboard-news-content{display:flex;flex-direction:column;gap:1.3125rem}@media(min-width:768px){.dashboard-news-content{flex-direction:row;gap:1rem;align-items:flex-start}}.dashboard-news-text-content{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;margin:0;overflow:hidden}.dashboard-news-title-wrapper{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;flex-shrink:0}.dashboard-news-article-title{font-family:Gotham,Inter,sans-serif;font-size:1.375rem;font-style:normal;font-weight:400;line-height:1.2;color:#1a202c;margin:0;padding:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;overflow-wrap:break-word;transition:color .2s ease}.dashboard-news-article-title:hover{color:#0068ff}.dashboard-news-title-wrapper .dashboard-news-posted,.dashboard-news-posted{font-family:Gotham,Inter,sans-serif;font-size:1rem!important;font-style:normal;font-weight:400!important;line-height:normal;color:#1a202c;margin:0;padding:0;display:block!important}.dashboard-news-posted .posted-label{color:#131313}.dashboard-news-posted .posted-time{color:#a6a9ae}.dashboard-news-content-wrapper{display:flex;flex-direction:column;gap:0;flex:1;min-height:0;max-height:13rem;box-sizing:border-box;overflow:hidden}.dashboard-news-content-text{font-family:Gotham,Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;color:#1a202c;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-clamp:5;overflow:hidden;text-overflow:ellipsis;max-height:5rem;margin:0;padding:0;word-break:break-word;box-sizing:border-box;flex:1}.dashboard-news-article-title>div{display:inline!important}.dashboard-news-article-title h1,.dashboard-news-article-title h2,.dashboard-news-article-title h3,.dashboard-news-article-title h4,.dashboard-news-article-title h5,.dashboard-news-article-title h6{margin:0!important;padding:0!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;text-align:left!important;font-weight:400!important;line-height:normal!important;display:inline!important}.dashboard-news-article-title h1{font-size:2rem!important}.dashboard-news-article-title h2{font-size:1.5rem!important}.dashboard-news-article-title h3{font-size:1.17rem!important}.dashboard-news-article-title h4{font-size:1rem!important}.dashboard-news-article-title h5{font-size:.9375rem!important}.dashboard-news-article-title h6{font-size:.875rem!important}.dashboard-news-article-title p:not(.dashboard-news-posted){margin:0!important;padding:0!important;font-size:1.375rem!important;font-weight:400!important;line-height:normal!important;display:inline!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important}.dashboard-news-article-title strong,.dashboard-news-article-title b{font-weight:700!important}.dashboard-news-article-title em,.dashboard-news-article-title i{font-style:italic!important}.dashboard-news-article-title u{text-decoration:underline!important}.dashboard-news-article-title s,.dashboard-news-article-title strike{text-decoration:line-through!important}.dashboard-news-article-title a{color:#1a202c!important;text-decoration:underline!important;cursor:pointer!important}.dashboard-news-article-title a:hover{color:#0068ff!important}.dashboard-news-content-text h1,.dashboard-news-content-text h2,.dashboard-news-content-text h3,.dashboard-news-content-text h4,.dashboard-news-content-text h5,.dashboard-news-content-text h6{margin:0!important;margin-bottom:.25rem!important;padding:0!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;text-align:left!important;display:block!important;width:100%!important;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.dashboard-news-content-text h1{font-size:2rem!important;font-weight:700!important;line-height:1.2!important;margin-bottom:.5rem!important}.dashboard-news-content-text h2{font-size:1.5rem!important;font-weight:700!important;line-height:1.25!important;margin-bottom:.375rem!important}.dashboard-news-content-text h3{font-size:1.17rem!important;font-weight:700!important;line-height:1.3!important;margin-bottom:.375rem!important}.dashboard-news-content-text h4{font-size:.875rem!important;font-weight:600!important;line-height:1.14!important}.dashboard-news-content-text h5{font-size:.8125rem!important;font-weight:600!important;line-height:1.23!important}.dashboard-news-content-text h6{font-size:.75rem!important;font-weight:600!important;line-height:1rem!important}.dashboard-news-content-text p{margin:0!important;padding:0!important;font-size:.75rem!important;font-weight:400!important;line-height:1rem!important;display:block!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important}.dashboard-news-content-text p+p{margin-top:0!important;margin-bottom:0!important}.dashboard-news-content-text p:empty,.dashboard-news-content-text>div p:empty{display:none!important;margin:0!important;padding:0!important;height:0!important;min-height:0!important;max-height:0!important;line-height:0!important;visibility:hidden!important;opacity:0!important;font-size:0!important}.dashboard-news-content-text>div{display:block!important;overflow:visible!important;border:0!important;padding:0!important;margin:0!important;min-height:0!important;height:auto!important;line-height:normal!important}.dashboard-news-content-text>div+div{margin-top:0!important;margin-bottom:0!important}.dashboard-news-content-text>div:empty{display:none!important;height:0!important;margin:0!important;padding:0!important;line-height:0!important;min-height:0!important;max-height:0!important;visibility:hidden!important;opacity:0!important}.dashboard-news-content-text strong,.dashboard-news-content-text b{font-weight:700!important}.dashboard-news-content-text em,.dashboard-news-content-text i{font-style:italic!important}.dashboard-news-content-text u{text-decoration:underline!important}.dashboard-news-content-text s,.dashboard-news-content-text strike{text-decoration:line-through!important}.dashboard-news-content-text a{color:#0068ff!important;text-decoration:underline!important;cursor:pointer!important}.dashboard-news-content-text a:hover{color:#0056d6!important}.dashboard-news-content-text ul,.dashboard-news-content-text ol{margin:0!important;margin-bottom:.5rem!important;margin-left:1.125rem!important;padding-left:1.125rem!important;display:block!important;width:100%!important}.dashboard-news-content-text ul{list-style-type:disc!important}.dashboard-news-content-text ol{list-style-type:decimal!important}.dashboard-news-content-text li{margin-bottom:.25rem!important;line-height:1rem!important;font-size:.75rem!important;color:#1a202c!important}.dashboard-news-read-more{font-family:Gotham,Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;color:#0068ff;cursor:pointer;display:inline-block;margin-top:auto;flex-shrink:0;height:1rem}.dashboard-news-read-more:hover{text-decoration:underline}.dashboard-contacts-card{padding:1rem;min-height:27.625rem}.dashboard-contacts-header{display:flex;align-items:center;gap:.6875rem;margin:0;margin-bottom:.75rem;padding:0}.dashboard-contacts-list{display:flex;flex-direction:column;gap:.5625rem;max-height:18.75rem;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc}@media(max-width:640px){.dashboard-contacts-list{gap:3rem;margin-bottom:.75rem;padding-bottom:1rem}.dashboard-contacts-list>*{margin-bottom:.5rem}.dashboard-contacts-list>*:last-child{margin-bottom:0}}.dashboard-contacts-list::-webkit-scrollbar{width:6px}.dashboard-contacts-list::-webkit-scrollbar-track{background:#f7fafc;border-radius:3px}.dashboard-contacts-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.dashboard-contacts-list::-webkit-scrollbar-thumb:hover{background:#a0aec0}.dashboard-contacts-list>*{height:3.8125rem!important;min-height:3.8125rem!important;max-height:3.8125rem!important}.dashboard-view-more-contacts{display:flex;justify-content:center;margin:0;margin-top:.75rem;padding:0;flex-shrink:0}.dashboard-products-card{padding:1.5rem 2rem 2rem}.dashboard-products-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media(min-width:640px){.dashboard-products-header{flex-direction:row;align-items:center;justify-content:space-between}}.dashboard-products-title-container{display:flex;align-items:center;gap:.75rem}.dashboard-products-actions{display:flex;align-items:center;gap:1rem}.products-carousel::-webkit-scrollbar{display:none}.products-carousel{-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.dashboard-products-carousel-container{position:relative}.dashboard-products-carousel{overflow-x:auto;padding-bottom:1rem;margin-left:-.5rem;margin-right:-.5rem;padding-left:.5rem;padding-right:.5rem}.dashboard-products-carousel-inner{display:flex;gap:1.25rem;min-width:-webkit-max-content;min-width:max-content;width:-webkit-max-content;width:max-content}.dashboard-product-item{flex-shrink:0;width:17.5rem}.dashboard-container{display:flex;flex-direction:column;gap:1.5rem}.search-page-header{display:flex;flex-direction:column;gap:.375rem;align-items:flex-start}.search-page-title{color:#1a202c;font-family:Gotham,Inter,sans-serif;font-size:1.875rem;font-style:normal;font-weight:700;line-height:3.25rem;text-transform:uppercase;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.search-page-description{color:#1a202c;font-family:Gotham,Inter,sans-serif;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.8rem;letter-spacing:-.0225rem;opacity:.75;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.search-page-quick-search-card{padding:0 2.5rem;display:flex;flex-direction:column;gap:.375rem;justify-content:center;min-height:9.3125rem}.search-page-search-header{display:flex;align-items:center;gap:1.0625rem;margin:0;padding:0}.search-page-quick-search-heading{font-family:Gotham,Inter,sans-serif;font-size:1.25rem;font-weight:500;line-height:3.25rem;letter-spacing:0;text-align:left;font-style:normal;color:#1a202c;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.search-page-search-description{font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;letter-spacing:-.0175rem;text-align:left;font-style:normal;color:#1a202c;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.search-page-search-description .text-text-secondary{color:#676869}.search-page-search-controls{display:flex;flex-direction:column;gap:1.125rem;margin:0;padding:0}@media(min-width:640px){.search-page-search-controls{flex-direction:row}}.search-page-filter-button{height:2.5625rem!important;min-width:8rem;width:auto;padding:1.125rem 1rem!important;border-radius:.3125rem!important;border:1px solid #0068ff!important;white-space:nowrap;display:flex;align-items:center;justify-content:center;font-family:Gotham,Inter,sans-serif!important;font-size:1rem!important;font-style:normal!important;font-weight:500!important;line-height:1.5rem!important;letter-spacing:.009375rem!important;text-align:center!important;color:#0068ff!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;background-color:transparent!important}.search-page-search-input-container{display:flex;flex:1;gap:0;position:relative;align-items:stretch}.search-page-search-input{height:2.625rem!important;border-radius:.5rem 0 0 .5rem!important;border:1px solid #c4c4c4!important;border-right:none!important;padding-left:1rem!important;padding-right:1rem!important;font-family:Gotham,Inter,sans-serif!important;font-size:.875rem!important;font-style:normal!important;font-weight:400!important;color:#1a202c!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;flex:1}.search-page-search-input::placeholder{color:#676869!important;opacity:1!important}.search-page-search-input:focus,.search-page-search-input:hover{border-color:#c4c4c4!important;box-shadow:none!important;z-index:1}.search-page-search-button{height:2.6875rem!important;min-width:8rem;width:auto;padding:1.125rem .9375rem!important;border-radius:0 .3125rem .3125rem 0!important;border-left:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.625rem!important;font-family:Gotham,Inter,sans-serif!important;font-size:1rem!important;font-style:normal!important;font-weight:500!important;line-height:1.5rem!important;letter-spacing:.009375rem!important;text-align:center!important;color:#fff!important;background-color:#0068ff!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;flex-shrink:0}.search-page-search-icon,.search-page-search-button-icon{width:1.5rem;height:1.5rem;flex-shrink:0}.search-page-results-card{padding:2rem}.search-page-results-heading{font-family:Gotham,Inter,sans-serif;font-size:1.25rem;font-weight:500;line-height:3.25rem;letter-spacing:0;text-align:left;font-style:normal;color:#1a202c;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.search-page-category-label{font-family:Gotham,Inter,sans-serif;font-size:1rem;font-weight:400;line-height:3.25rem;letter-spacing:0;text-align:left;font-style:normal;color:#1a202c;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.search-page-result-card{height:5rem;min-height:5rem;background-color:#fff;border:1px solid #eaeaea;border-radius:.5rem;padding:.875rem 1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;position:relative}.search-page-result-content{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0;padding-right:1rem}.search-page-result-title{font-family:Gotham,Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.2;letter-spacing:0;text-align:left;font-style:normal;color:#1a202c;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.search-page-result-description{font-family:Gotham,Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.5;letter-spacing:0;text-align:left;font-style:normal;color:#1a202c;margin:0;padding:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.search-page-result-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.search-page-result-time{font-family:Gotham,Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.5;letter-spacing:0;text-align:right;font-style:normal;color:#1a202c;opacity:.6;margin:0;padding:0;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.search-page-result-button{border:none;display:flex;align-items:center;justify-content:center;font-family:Gotham,Inter,sans-serif!important;font-size:.625rem!important;font-style:normal!important;font-weight:500!important;line-height:3.25rem!important;letter-spacing:0;text-align:center!important;color:#fff!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;font-synthesis:none!important;cursor:pointer;flex-shrink:0;box-sizing:border-box;border-radius:.875rem!important}.search-page-result-button-product{width:6.96094rem!important;height:1.6875rem!important;background-color:#0068ff!important}.search-page-result-button-news{width:6.96094rem!important;height:1.6875rem!important;flex-direction:column!important;justify-content:center!important;background-color:#2a2a2a!important}.search-page-no-results{font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;letter-spacing:0;text-align:center;font-style:normal;color:#1a202c;margin:0;padding:3rem 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.search-page-no-results-secondary{font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;letter-spacing:0;text-align:center;font-style:normal;color:#676869;margin:0;margin-top:.5rem;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.announcements-page-header{display:flex;flex-direction:column;gap:.375rem;align-items:flex-start}.announcements-page-title{color:#1a202c;font-family:Gotham,Inter,sans-serif;font-size:1.875rem;font-style:normal;font-weight:700;line-height:3.25rem;text-transform:uppercase;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.announcements-page-description{color:#1a202c;font-family:Gotham,Inter,sans-serif;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.8rem;letter-spacing:-.0225rem;opacity:.75;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.announcements-container{width:100%;max-width:100%;display:flex;flex-direction:column}@media(max-width:1199px){.announcements-container{align-items:center}}.announcement-card{border:.0625rem solid #cecece;border-radius:.625rem;padding:2.5rem 2.75rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;background-color:#fff;position:relative;min-height:17.75rem;display:flex;flex-direction:row;align-items:flex-start;width:100%;max-width:59.75rem;box-sizing:border-box}.announcement-content{display:flex;flex-direction:column;gap:1rem;flex:1;max-width:37.5rem;min-width:0;justify-content:flex-start}@media(min-width:1200px){.announcement-content{max-width:none;flex:1}}.announcement-title{font-family:Gotham,Inter,sans-serif;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:normal;color:#1a202c;text-align:left;margin:0;padding:0}.announcement-title-clickable{cursor:pointer;transition:color .2s ease}.announcement-title-clickable:hover{color:#0068ff}.announcement-title-clickable:hover *{color:#0068ff!important}.announcement-title-bold{font-weight:700}.announcement-title-wrapper{font-family:Gotham,Inter,sans-serif;font-size:1.25rem;color:#1a202c;text-align:left;margin:0;padding:0;line-height:normal;display:flex;flex-direction:column;gap:0}.announcement-title-wrapper h1{font-size:2rem!important;font-weight:500!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;margin:0!important;padding:0!important;line-height:normal!important;display:inline!important;font-style:normal!important;text-decoration:none!important}.announcement-title-wrapper h1,.announcement-title-wrapper>h1,.announcement-title-wrapper div h1,.announcement-title-wrapper span h1,.announcement-title-wrapper *>h1,.announcement-title-wrapper * h1,div.announcement-title-wrapper h1,div.announcement-title-wrapper>h1,div.announcement-title-wrapper * h1{box-sizing:border-box!important;margin:0!important;padding:0!important;font-family:Gotham,Inter,sans-serif!important;font-size:32px!important;font-size:2rem!important;font-weight:500!important;font-style:normal!important;line-height:normal!important;letter-spacing:normal!important;text-transform:none!important;text-decoration:none!important;text-align:left!important;color:#1a202c!important;display:inline!important;width:auto!important;height:auto!important;border:none!important;background:none!important;background-color:transparent!important;visibility:visible!important;opacity:1!important;transform:none!important}.announcement-title-wrapper p:not(.announcement-timestamp){margin:0;padding:0;font-size:1.25rem;font-weight:500;line-height:normal;display:inline;font-family:Gotham,Inter,sans-serif;color:#1a202c}.announcement-title-wrapper h1,.announcement-title-wrapper h2,.announcement-title-wrapper h3,.announcement-title-wrapper h4,.announcement-title-wrapper h5,.announcement-title-wrapper h6,.announcement-title-wrapper>h1,.announcement-title-wrapper>h2,.announcement-title-wrapper>h3,.announcement-title-wrapper>h4,.announcement-title-wrapper>h5,.announcement-title-wrapper>h6,.announcement-title-wrapper * h1,.announcement-title-wrapper * h2,.announcement-title-wrapper * h3,.announcement-title-wrapper * h4,.announcement-title-wrapper * h5,.announcement-title-wrapper * h6{margin:0!important;padding:0!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;text-align:left!important;font-weight:500!important;line-height:normal!important;display:inline!important;border:none!important;background:none!important;text-transform:none!important;letter-spacing:normal!important;visibility:visible!important;opacity:1!important}.announcement-title-wrapper h1{font-size:2rem!important}.announcement-title-wrapper strong,.announcement-title-wrapper b,.announcement-title-wrapper h1 strong,.announcement-title-wrapper h1 b,.announcement-title-wrapper h2 strong,.announcement-title-wrapper h2 b,.announcement-title-wrapper h3 strong,.announcement-title-wrapper h3 b,.announcement-title-wrapper h4 strong,.announcement-title-wrapper h4 b,.announcement-title-wrapper h5 strong,.announcement-title-wrapper h5 b,.announcement-title-wrapper h6 strong,.announcement-title-wrapper h6 b{font-weight:700!important}.announcement-title-wrapper em,.announcement-title-wrapper i,.announcement-title-wrapper h1 em,.announcement-title-wrapper h1 i,.announcement-title-wrapper h2 em,.announcement-title-wrapper h2 i,.announcement-title-wrapper h3 em,.announcement-title-wrapper h3 i,.announcement-title-wrapper h4 em,.announcement-title-wrapper h4 i,.announcement-title-wrapper h5 em,.announcement-title-wrapper h5 i,.announcement-title-wrapper h6 em,.announcement-title-wrapper h6 i{font-style:italic!important}.announcement-title-wrapper u,.announcement-title-wrapper h1 u,.announcement-title-wrapper h2 u,.announcement-title-wrapper h3 u,.announcement-title-wrapper h4 u,.announcement-title-wrapper h5 u,.announcement-title-wrapper h6 u{text-decoration:underline!important}.announcement-title-wrapper s,.announcement-title-wrapper strike{text-decoration:line-through}.announcement-title-wrapper a{color:#1a202c;text-decoration:underline;cursor:pointer}.announcement-title-wrapper a:hover{color:#0068ff;text-decoration:underline}.announcement-title-wrapper ul,.announcement-title-wrapper ol{margin:0;padding:0;display:inline;list-style:none}.announcement-title-wrapper li{display:inline;margin:0;padding:0}.announcement-title-wrapper code{font-family:Courier New,monospace;font-size:1.125rem;background-color:#f0f2f6;padding:.125rem .25rem;border-radius:.25rem;display:inline}.announcement-title-wrapper .announcement-timestamp,.announcement-timestamp{font-family:Gotham,Inter,sans-serif;font-size:.875rem!important;font-style:normal;font-weight:400!important;line-height:normal;letter-spacing:normal;color:#1a202c;opacity:.6;text-align:left;margin:0;margin-top:.5rem;padding:0;height:1.75rem;display:block!important}.announcement-description{font-family:Gotham,Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;letter-spacing:normal;color:#1a202c;text-align:left;margin:0;padding:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-clamp:5;overflow:hidden;text-overflow:ellipsis;max-height:5.25rem;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;box-sizing:border-box}.announcement-description p{margin:0;margin-bottom:.25rem;padding:0;line-height:1rem;word-wrap:break-word;display:block;overflow-wrap:break-word}.announcement-description p:last-child{margin-bottom:0}.announcement-description p:empty,.announcement-description>div p:empty{display:none!important;margin:0!important;padding:0!important;height:0!important;min-height:0!important;max-height:0!important;line-height:0!important;visibility:hidden!important;opacity:0!important;font-size:0!important}.announcement-description>div{display:block!important;overflow:visible!important;border:0!important;padding:0!important;margin:0!important;min-height:0!important;height:auto!important;line-height:normal!important}.announcement-description>div+div{margin-top:0!important;margin-bottom:0!important}.announcement-description>div:empty{display:none!important;height:0!important;margin:0!important;padding:0!important;line-height:0!important;min-height:0!important;max-height:0!important;visibility:hidden!important;opacity:0!important}.announcement-description>div p{margin-top:0!important;margin-bottom:.25rem!important;padding:0!important;line-height:1rem!important}.announcement-description>div p:last-child{margin-bottom:0!important}.announcement-description h1,.announcement-description h2,.announcement-description h3,.announcement-description h4,.announcement-description h5,.announcement-description h6{font-family:Gotham,Inter,sans-serif;color:#1a202c;text-align:left;margin:0;margin-bottom:.375rem;margin-top:0;padding:0;font-style:normal;word-wrap:break-word;display:block;line-height:1.3333}.announcement-description h1{font-size:2rem;font-weight:700}.announcement-description h2{font-size:1.5rem;font-weight:700}.announcement-description h3{font-size:1.17rem;font-weight:700}.announcement-description h4{font-size:.875rem;font-weight:600}.announcement-description h5{font-size:.8125rem;font-weight:600}.announcement-description h6{font-size:.75rem;font-weight:600}.announcement-description ul,.announcement-description ol{margin:0;margin-bottom:.5rem;margin-left:1.125rem;padding-left:1.125rem;line-height:1rem;display:block}.announcement-description li{margin-bottom:.25rem;line-height:1rem;word-wrap:break-word;display:list-item}.announcement-description ul ul,.announcement-description ol ol,.announcement-description ul ol,.announcement-description ol ul{margin-top:.25rem;margin-bottom:.25rem}.announcement-description strong,.announcement-description b{font-weight:700}.announcement-description em,.announcement-description i{font-style:italic}.announcement-description u{text-decoration:underline}.announcement-description s,.announcement-description strike{text-decoration:line-through}.announcement-description a{color:#0068ff;text-decoration:underline;cursor:pointer}.announcement-description a:hover{color:#0056d6;text-decoration:underline}.announcement-description blockquote{margin:.5rem 0 .5rem 1rem;padding-left:1rem;border-left:.25rem solid #cecece;font-style:italic;color:#676869;display:block}.announcement-description code{font-family:Courier New,monospace;font-size:.875rem;background-color:#f0f2f6;padding:.125rem .25rem;border-radius:.25rem;display:inline}.announcement-description pre{margin:.5rem 0;padding:.75rem;background-color:#f0f2f6;border-radius:.25rem;overflow-x:auto;display:block}.announcement-description pre code{background-color:transparent;padding:0;display:block}.announcement-description hr{margin:.75rem 0;border:none;border-top:.0625rem solid #cecece;display:block}.announcement-description ul,.announcement-description ol{margin-left:1.125rem;margin-bottom:0;margin-top:0;padding-left:1.125rem}.announcement-description ul{list-style-type:disc}.announcement-description ol{list-style-type:decimal}.announcement-description li{margin-bottom:0;line-height:1rem}.announcement-description li:last-child{margin-bottom:0}.announcement-read-more-btn{background-color:#2a2a2a;color:#fff;font-family:Gotham,Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:-.02rem;text-align:center;height:2.8125rem;width:10rem;padding:0 1.25rem;border-radius:2.5rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;white-space:nowrap}.announcement-read-more-btn:hover{background-color:#3a3a3a}.announcement-product-details-btn{background-color:#0068ff;color:#fff;font-family:Gotham,Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:-.02rem;text-align:center;height:2.8125rem;width:15.9375rem;padding:0 1.25rem;border-radius:2.5rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;white-space:nowrap}.announcement-product-details-btn:hover{background-color:#0056d6}.announcement-webinar-btn{background-color:#c1c1c1;color:#fff;font-family:Gotham,Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5;letter-spacing:-.02rem;text-align:center;height:2.8125rem;width:15.9375rem;padding:0 1.25rem;border-radius:2.5rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;white-space:nowrap}.announcement-webinar-btn:hover{background-color:#b0b0b0}.announcement-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.announcement-image-container{flex-shrink:0;width:13.75rem;height:17.3125rem;margin-left:2rem;overflow:hidden;align-self:flex-start}.announcement-image{width:100%;height:100%;object-fit:cover;border-radius:0;aspect-ratio:220 / 277}.announcement-image-clickable{cursor:pointer;transition:opacity .2s ease}.announcement-image-clickable:hover{opacity:.9}.announcement-load-more-container{display:flex;justify-content:center;margin-top:2rem}.announcement-load-more{font-family:Gotham,Inter,sans-serif;font-size:.9375rem;font-style:normal;font-weight:500;line-height:3.25rem;letter-spacing:normal;color:#0068ff;text-align:center;border:.0625rem solid #d9d9d9;border-radius:.5rem;height:2.6875rem;width:18.6875rem;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.announcement-load-more:hover{background-color:#f0f2f6}.announcement-load-more:disabled{opacity:.6;cursor:not-allowed}.announcement-load-more-icon{margin-right:.5rem}@media(min-width:1200px){.announcement-card{max-width:100%;margin-left:0;margin-right:0}.announcements-container{align-items:stretch}}@media(min-width:1850px){.announcement-image-container{max-width:13.75rem;flex-shrink:0}}@media(min-width:769px)and (max-width:1199px){.announcement-card{max-width:100%;padding-left:2rem;padding-right:2rem}.announcement-image-container{width:12rem;height:15rem}}@media(max-width:768px){.announcement-card{padding:1.5rem;flex-direction:column;max-width:100%}.announcement-image-container{width:100%;height:12.625rem;margin-left:0;margin-top:1rem;order:-1}.announcement-content{max-width:100%}.announcement-buttons{flex-direction:column}.announcement-read-more-btn,.announcement-product-details-btn,.announcement-webinar-btn{width:100%}}.announcement-title-wrapper h1{font-size:2rem!important;font-weight:500!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;margin:0!important;padding:0!important;line-height:normal!important;display:inline!important}.announcement-title-wrapper h2{font-size:1.5rem!important}.announcement-title-wrapper h3{font-size:1.17rem!important}.announcement-title-wrapper h4{font-size:.875rem!important}.announcement-title-wrapper h5{font-size:.8125rem!important}.announcement-title-wrapper h6{font-size:.75rem!important}.announcement-detail-page{width:100%;background-color:#f0f2f6;min-height:100vh;padding:2.5rem 1.5rem;box-sizing:border-box}@media(min-width:1400px){.announcement-detail-page{padding:1rem .75rem}}@media(min-width:1600px){.announcement-detail-page{padding:1rem}}@media(min-width:1920px){.announcement-detail-page{padding:1rem 1.5rem}}.announcement-detail-content-wrapper{width:100%;max-width:67.25rem;margin:0 auto;box-sizing:border-box}@media(min-width:1400px){.announcement-detail-content-wrapper{max-width:calc(100% - 2rem)}}@media(min-width:1600px){.announcement-detail-content-wrapper{max-width:calc(100% - 2rem)}}@media(min-width:1920px){.announcement-detail-content-wrapper{max-width:calc(100% - 3rem)}}.announcement-detail-page-heading{font-family:Gotham,Inter,sans-serif;font-size:1.875rem;font-style:normal;font-weight:700;line-height:3.25rem;letter-spacing:normal;color:#1a202c;text-align:left;text-transform:uppercase;margin:0;margin-bottom:.375rem;width:100%}.announcement-detail-card{background-color:#fff;border-radius:.4375rem;box-shadow:0 0 1.25rem #9a9a9a1a;width:100%;overflow:hidden;margin:0;padding-top:3.125rem;padding-left:3.5625rem;padding-right:4.5rem;padding-bottom:0;box-sizing:border-box}@media(min-width:1400px){.announcement-detail-card{padding-left:2rem;padding-right:2.5rem;padding-top:2rem}}@media(min-width:1600px){.announcement-detail-card{padding-left:2.5rem;padding-right:3rem;padding-top:2.5rem}}@media(min-width:1920px){.announcement-detail-card{padding-left:3rem;padding-right:3.5rem;padding-top:3rem}}.announcement-detail-hero{position:relative;width:100%;height:17.5625rem;overflow:hidden;margin:0;padding:0;box-sizing:border-box}.announcement-detail-hero-image{width:100%;height:100%;object-fit:cover;display:block;margin:0;padding:0}.announcement-detail-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.6),transparent)}.announcement-detail-hero-text{position:absolute;top:6.38rem;right:16.88rem;left:5.06rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0;width:auto}.announcement-detail-hero-text p{display:block!important;margin:0;padding:0;font-family:Gotham,Inter,sans-serif;color:#fff;text-align:left;line-height:normal;letter-spacing:normal;font-style:normal;font-weight:300;width:100%}.announcement-detail-hero-text p:first-child{font-size:2.25rem;text-transform:none;font-weight:300;margin-bottom:0}.announcement-detail-hero-text p:not(:first-child){font-size:1.1875rem;text-transform:none;font-weight:300;margin-top:.85rem}.announcement-detail-hero-text p:last-child{margin-bottom:0}.announcement-detail-hero-text h1,.announcement-detail-hero-text h2,.announcement-detail-hero-text h3,.announcement-detail-hero-text h4,.announcement-detail-hero-text h5,.announcement-detail-hero-text h6{display:block!important;margin:0;padding:0;font-family:Gotham,Inter,sans-serif!important;color:#fff!important;text-align:left!important;line-height:normal!important;letter-spacing:normal!important;font-style:normal!important;font-weight:300!important}.announcement-detail-hero-text h1,.announcement-detail-hero-text h2{font-size:2.25rem!important;text-transform:none!important}.announcement-detail-hero-text h3,.announcement-detail-hero-text h4,.announcement-detail-hero-text h5,.announcement-detail-hero-text h6{font-size:1.1875rem!important;text-transform:none!important}.announcement-detail-hero-text h1:last-child,.announcement-detail-hero-text h2:last-child,.announcement-detail-hero-text h3:last-child,.announcement-detail-hero-text h4:last-child,.announcement-detail-hero-text h5:last-child,.announcement-detail-hero-text h6:last-child{margin-bottom:0}.announcement-detail-hero-text strong,.announcement-detail-hero-text b{font-weight:700!important}.announcement-detail-hero-text p:first-child span:first-child,.announcement-detail-hero-text h1 span:first-child,.announcement-detail-hero-text h2 span:first-child{font-weight:300!important}.announcement-detail-hero-text em,.announcement-detail-hero-text i{font-style:italic!important}.announcement-detail-hero-text u{text-decoration:underline!important}.announcement-detail-hero-text s,.announcement-detail-hero-text strike{text-decoration:line-through!important}.announcement-detail-hero-text a{color:#fff!important;text-decoration:underline;cursor:pointer}.announcement-detail-hero-text a:hover{color:#e6f2ff!important;text-decoration:underline}.announcement-detail-hero-title{font-family:Gotham,Inter,sans-serif;font-size:2.25rem;font-style:normal;font-weight:300;line-height:normal;letter-spacing:normal;color:#fff;text-align:left;text-transform:uppercase;margin-bottom:.5rem}.announcement-detail-hero-subtitle{font-family:Gotham,Inter,sans-serif;font-size:1.1875rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:normal;color:#fff;text-align:left}.announcement-detail-hero-title-line{font-family:Gotham,Inter,sans-serif;color:#fff;text-align:left;margin:0;padding:0;line-height:normal;font-size:2.25rem;font-weight:300;text-transform:uppercase}.announcement-detail-hero-subtitle-line{font-family:Gotham,Inter,sans-serif;color:#fff;text-align:left;margin:0;padding:0;line-height:normal;font-size:1.1875rem;font-weight:500;text-transform:none}.announcement-detail-hero-title-wrapper{font-family:Gotham,Inter,sans-serif;color:#fff;text-align:left;margin:0;padding:0;line-height:normal}.announcement-detail-hero-title-line h1,.announcement-detail-hero-title-line h2,.announcement-detail-hero-title-line h3,.announcement-detail-hero-title-line h4,.announcement-detail-hero-title-line h5,.announcement-detail-hero-title-line h6{font-family:Gotham,Inter,sans-serif!important;color:#fff!important;text-align:left!important;margin:0!important;padding:0!important;font-weight:300!important;line-height:normal!important;display:inline!important;border:none!important;background:none!important;text-transform:uppercase!important;letter-spacing:normal!important;font-size:2.25rem!important}.announcement-detail-hero-title-line p{margin:0;padding:0;font-size:2.25rem;font-weight:300;line-height:normal;display:inline;font-family:Gotham,Inter,sans-serif;color:#fff;text-transform:uppercase}.announcement-detail-hero-subtitle-line h1,.announcement-detail-hero-subtitle-line h2,.announcement-detail-hero-subtitle-line h3,.announcement-detail-hero-subtitle-line h4,.announcement-detail-hero-subtitle-line h5,.announcement-detail-hero-subtitle-line h6{font-family:Gotham,Inter,sans-serif!important;color:#fff!important;text-align:left!important;margin:0!important;padding:0!important;font-weight:500!important;line-height:normal!important;display:inline!important;border:none!important;background:none!important;text-transform:none!important;letter-spacing:normal!important;font-size:1.1875rem!important}.announcement-detail-hero-subtitle-line p{margin:0;padding:0;font-size:1.1875rem;font-weight:500;line-height:normal;display:inline;font-family:Gotham,Inter,sans-serif;color:#fff;text-transform:none}.announcement-detail-hero-title-wrapper h1,.announcement-detail-hero-title-wrapper h2,.announcement-detail-hero-title-wrapper h3,.announcement-detail-hero-title-wrapper h4,.announcement-detail-hero-title-wrapper h5,.announcement-detail-hero-title-wrapper h6{font-family:Gotham,Inter,sans-serif!important;color:#fff!important;text-align:left!important;margin:0!important;padding:0!important;font-weight:300!important;line-height:normal!important;display:inline!important;border:none!important;background:none!important;text-transform:uppercase!important;letter-spacing:normal!important}.announcement-detail-hero-title-wrapper h1,.announcement-detail-hero-title-wrapper h2{font-size:2.25rem!important}.announcement-detail-hero-title-wrapper h3,.announcement-detail-hero-title-wrapper h4,.announcement-detail-hero-title-wrapper h5,.announcement-detail-hero-title-wrapper h6{font-size:1.1875rem!important}.announcement-detail-hero-title-wrapper p{margin:0;padding:0;font-size:1.1875rem;font-weight:300;line-height:normal;display:inline;font-family:Gotham,Inter,sans-serif;color:#fff;text-transform:uppercase}.announcement-detail-hero-title-line strong,.announcement-detail-hero-title-line b,.announcement-detail-hero-title-line h1 strong,.announcement-detail-hero-title-line h1 b,.announcement-detail-hero-title-line h2 strong,.announcement-detail-hero-title-line h2 b,.announcement-detail-hero-title-line h3 strong,.announcement-detail-hero-title-line h3 b,.announcement-detail-hero-subtitle-line strong,.announcement-detail-hero-subtitle-line b,.announcement-detail-hero-subtitle-line h1 strong,.announcement-detail-hero-subtitle-line h1 b,.announcement-detail-hero-subtitle-line h2 strong,.announcement-detail-hero-subtitle-line h2 b,.announcement-detail-hero-subtitle-line h3 strong,.announcement-detail-hero-subtitle-line h3 b,.announcement-detail-hero-title-wrapper strong,.announcement-detail-hero-title-wrapper b,.announcement-detail-hero-title-wrapper h1 strong,.announcement-detail-hero-title-wrapper h1 b,.announcement-detail-hero-title-wrapper h2 strong,.announcement-detail-hero-title-wrapper h2 b,.announcement-detail-hero-title-wrapper h3 strong,.announcement-detail-hero-title-wrapper h3 b{font-weight:700!important}.announcement-detail-hero-title-line em,.announcement-detail-hero-title-line i,.announcement-detail-hero-title-line h1 em,.announcement-detail-hero-title-line h1 i,.announcement-detail-hero-title-line h2 em,.announcement-detail-hero-title-line h2 i,.announcement-detail-hero-title-line h3 em,.announcement-detail-hero-title-line h3 i,.announcement-detail-hero-subtitle-line em,.announcement-detail-hero-subtitle-line i,.announcement-detail-hero-subtitle-line h1 em,.announcement-detail-hero-subtitle-line h1 i,.announcement-detail-hero-subtitle-line h2 em,.announcement-detail-hero-subtitle-line h2 i,.announcement-detail-hero-subtitle-line h3 em,.announcement-detail-hero-subtitle-line h3 i,.announcement-detail-hero-title-wrapper em,.announcement-detail-hero-title-wrapper i,.announcement-detail-hero-title-wrapper h1 em,.announcement-detail-hero-title-wrapper h1 i,.announcement-detail-hero-title-wrapper h2 em,.announcement-detail-hero-title-wrapper h2 i,.announcement-detail-hero-title-wrapper h3 em,.announcement-detail-hero-title-wrapper h3 i{font-style:italic!important}.announcement-detail-hero-title-line u,.announcement-detail-hero-title-line h1 u,.announcement-detail-hero-title-line h2 u,.announcement-detail-hero-title-line h3 u,.announcement-detail-hero-subtitle-line u,.announcement-detail-hero-subtitle-line h1 u,.announcement-detail-hero-subtitle-line h2 u,.announcement-detail-hero-subtitle-line h3 u,.announcement-detail-hero-title-wrapper u,.announcement-detail-hero-title-wrapper h1 u,.announcement-detail-hero-title-wrapper h2 u,.announcement-detail-hero-title-wrapper h3 u{text-decoration:underline!important}.announcement-detail-content{padding-left:0;padding-right:0;padding-top:2rem;padding-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box}.announcement-detail-header{display:flex;flex-direction:column;gap:.2rem}.announcement-detail-title{font-family:Gotham,Inter,sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:normal;color:#1a202c;text-align:left}.announcement-detail-title-wrapper{font-family:Gotham,Inter,sans-serif;font-size:1.25rem;color:#1a202c;text-align:left;margin:0;padding:0;line-height:normal}.announcement-detail-title-wrapper h1,.announcement-detail-title-wrapper h2,.announcement-detail-title-wrapper h3,.announcement-detail-title-wrapper h4,.announcement-detail-title-wrapper h5,.announcement-detail-title-wrapper h6{font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;text-align:left!important;margin:0!important;padding:0!important;font-weight:500!important;line-height:normal!important;display:inline!important;border:none!important;background:none!important;text-transform:none!important;letter-spacing:normal!important}.announcement-detail-title-wrapper h1{font-size:2rem!important}.announcement-detail-title-wrapper h2{font-size:1.5rem!important}.announcement-detail-title-wrapper h3{font-size:1.17rem!important}.announcement-detail-title-wrapper h4{font-size:.875rem!important}.announcement-detail-title-wrapper h5{font-size:.8125rem!important}.announcement-detail-title-wrapper h6{font-size:.75rem!important}.announcement-detail-title-wrapper p{margin:0;padding:0;font-size:1.25rem;font-weight:500;line-height:normal;display:inline;font-family:Gotham,Inter,sans-serif;color:#1a202c}.announcement-detail-title-wrapper strong,.announcement-detail-title-wrapper b,.announcement-detail-title-wrapper h1 strong,.announcement-detail-title-wrapper h1 b,.announcement-detail-title-wrapper h2 strong,.announcement-detail-title-wrapper h2 b,.announcement-detail-title-wrapper h3 strong,.announcement-detail-title-wrapper h3 b{font-weight:700!important}.announcement-detail-title-wrapper em,.announcement-detail-title-wrapper i,.announcement-detail-title-wrapper h1 em,.announcement-detail-title-wrapper h1 i,.announcement-detail-title-wrapper h2 em,.announcement-detail-title-wrapper h2 i,.announcement-detail-title-wrapper h3 em,.announcement-detail-title-wrapper h3 i{font-style:italic!important}.announcement-detail-title-wrapper u,.announcement-detail-title-wrapper h1 u,.announcement-detail-title-wrapper h2 u,.announcement-detail-title-wrapper h3 u{text-decoration:underline!important}.announcement-detail-title-wrapper s,.announcement-detail-title-wrapper strike{text-decoration:line-through}.announcement-detail-title-wrapper a{color:#1a202c;text-decoration:underline;cursor:pointer}.announcement-detail-title-wrapper a:hover{color:#0068ff;text-decoration:underline}.announcement-detail-date{font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:normal;color:#1a202c;text-align:left;opacity:.6;height:1.75rem;display:flex;align-items:center;padding-left:.12rem;margin-left:0}.announcement-detail-body{font-family:Gotham,Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.4167rem;letter-spacing:normal;color:#1a202c;text-align:left;width:100%}.announcement-detail-body p{margin:0;margin-bottom:.75rem;padding:0;line-height:1.4167rem;word-wrap:break-word;overflow-wrap:break-word}.announcement-detail-body p:last-child{margin-bottom:0}.announcement-detail-body p:empty{margin-bottom:.75rem;min-height:.75rem;display:block}.announcement-detail-body h1,.announcement-detail-body h2,.announcement-detail-body h3,.announcement-detail-body h4,.announcement-detail-body h5,.announcement-detail-body h6{font-family:Gotham,Inter,sans-serif;color:#1a202c;text-align:left;margin:0;margin-bottom:.5rem;margin-top:.75rem;padding:0;font-style:normal;word-wrap:break-word;display:block}.announcement-detail-body h1:first-child,.announcement-detail-body h2:first-child,.announcement-detail-body h3:first-child,.announcement-detail-body h4:first-child,.announcement-detail-body h5:first-child,.announcement-detail-body h6:first-child{margin-top:0}.announcement-detail-body h1{font-size:2rem;font-weight:700;line-height:2.4rem}.announcement-detail-body h2{font-size:1.5rem;font-weight:700;line-height:1.8rem}.announcement-detail-body h3{font-size:1.17rem;font-weight:700;line-height:1.404rem}.announcement-detail-body h4{font-size:.875rem;font-weight:600}.announcement-detail-body h5{font-size:.8125rem;font-weight:600}.announcement-detail-body h6{font-size:.75rem;font-weight:600}.announcement-detail-body ul,.announcement-detail-body ol{margin:0;margin-bottom:.75rem;margin-left:1.125rem;padding-left:1.125rem;line-height:1.4167rem;display:block}.announcement-detail-body ul{list-style-type:disc}.announcement-detail-body ol{list-style-type:decimal}.announcement-detail-body li{margin-bottom:.375rem;line-height:1.4167rem;word-wrap:break-word;display:list-item}.announcement-detail-body li:last-child{margin-bottom:0}.announcement-detail-body ul ul,.announcement-detail-body ol ol,.announcement-detail-body ul ol,.announcement-detail-body ol ul{margin-top:.375rem;margin-bottom:.375rem}.announcement-detail-body strong,.announcement-detail-body b{font-weight:700}.announcement-detail-body em,.announcement-detail-body i{font-style:italic}.announcement-detail-body u{text-decoration:underline}.announcement-detail-body s,.announcement-detail-body strike{text-decoration:line-through}.announcement-detail-body a{color:#0068ff;text-decoration:underline;cursor:pointer;transition:color .2s}.announcement-detail-body a:hover{color:#0056d6;text-decoration:underline}.announcement-detail-body blockquote{margin:.75rem 0 .75rem 1rem;padding-left:1rem;border-left:.25rem solid #cecece;font-style:italic;color:#676869;display:block}.announcement-detail-body code{font-family:Courier New,monospace;font-size:.875rem;background-color:#f0f2f6;padding:.125rem .25rem;border-radius:.25rem;display:inline}.announcement-detail-body pre{margin:.75rem 0;padding:.75rem;background-color:#f0f2f6;border-radius:.25rem;overflow-x:auto;display:block}.announcement-detail-body pre code{background-color:transparent;padding:0;display:block}.announcement-detail-body hr{margin:.75rem 0;border:none;border-top:.0625rem solid #cecece;display:block}.announcement-detail-body img{max-width:100%;height:auto;margin:.75rem 0;border-radius:.25rem;display:block}.announcement-detail-back-container{display:flex;justify-content:center;padding-top:1rem}.announcement-detail-back-button{font-family:Gotham,Inter,sans-serif;font-size:.9375rem;font-style:normal;font-weight:500;line-height:3.25rem;letter-spacing:normal;color:#0068ff;text-align:center;border:.0625rem solid #d9d9d9;border-radius:.5rem;height:2.6875rem;width:18.6875rem;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s;padding:0}.announcement-detail-back-button:hover{background-color:#f0f2f6}.announcement-detail-back-button:disabled{opacity:.6;cursor:not-allowed}.announcement-detail-breadcrumb{display:flex;align-items:center;gap:0;text-align:left;margin-bottom:1rem;width:100%}.announcement-detail-breadcrumb-link{color:#1a202c;font-family:Plus Jakarta Sans,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:160%;letter-spacing:-.0225rem;text-decoration:none;cursor:pointer;transition:opacity .2s;opacity:.75}.announcement-detail-breadcrumb-link:hover{opacity:.75}.announcement-detail-breadcrumb>span:first-of-type{margin-left:0;color:#1a202c;font-family:Plus Jakarta Sans,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:160%;letter-spacing:-.0225rem}.announcement-detail-breadcrumb>span:last-of-type{margin-left:.5rem;color:#0068ff;font-family:Plus Jakarta Sans,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:160%;letter-spacing:-.0225rem;opacity:.75}.announcement-detail-loading{display:flex;justify-content:center;align-items:center;padding:3rem 0}.announcement-detail-error{padding:1.5rem}.announcement-detail-not-found{text-align:center;padding:3rem 0}.announcement-detail-not-found-text{font-family:Gotham,Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:normal;color:#1a202c;text-align:center;margin-bottom:1rem}@media(max-width:768px){.announcement-detail-page{padding:1.5rem .75rem}.announcement-detail-page-heading{font-size:1.5rem;line-height:2rem}.announcement-detail-card{border-radius:.5rem;padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem}.announcement-detail-hero{height:12.5rem}.announcement-detail-hero-text{top:1rem;left:1rem;right:1rem;max-width:calc(100% - 2rem)}.announcement-detail-hero-text p:first-child{font-size:1.5rem}.announcement-detail-hero-text p:not(:first-child){font-size:1rem;margin-top:.5rem}.announcement-detail-hero-text h1,.announcement-detail-hero-text h2{font-size:1.5rem!important}.announcement-detail-hero-text h3,.announcement-detail-hero-text h4,.announcement-detail-hero-text h5,.announcement-detail-hero-text h6{font-size:1rem!important}.announcement-detail-hero-title{font-size:1.75rem}.announcement-detail-hero-subtitle{font-size:1rem}.announcement-detail-content{padding-left:1.5rem;padding-right:0;padding-top:1.5rem;padding-bottom:1rem}.announcement-detail-date{padding-left:.12rem}.announcement-detail-title{font-size:1.125rem}.announcement-detail-back-button{width:100%;max-width:18.6875rem}}@media(min-width:769px)and (max-width:1199px){.announcement-detail-card{padding-left:2.5rem;padding-right:3rem;padding-top:2.5rem}.announcement-detail-hero{height:15rem}.announcement-detail-hero-text{top:3rem;left:2.5rem;right:2rem}.announcement-detail-hero-text p:first-child{font-size:1.875rem}.announcement-detail-hero-text p:not(:first-child){font-size:1.0625rem;margin-top:.625rem}.announcement-detail-hero-text h1,.announcement-detail-hero-text h2{font-size:1.875rem!important}.announcement-detail-hero-text h3,.announcement-detail-hero-text h4,.announcement-detail-hero-text h5,.announcement-detail-hero-text h6{font-size:1.0625rem!important}}@media(min-width:1200px){.announcement-detail-hero{height:17.5625rem}.announcement-detail-hero-text p:first-child{font-size:2.25rem}.announcement-detail-hero-text p:not(:first-child){font-size:1.1875rem;margin-top:.85rem}.announcement-detail-hero-text h1,.announcement-detail-hero-text h2{font-size:2.25rem!important}.announcement-detail-hero-text h3,.announcement-detail-hero-text h4,.announcement-detail-hero-text h5,.announcement-detail-hero-text h6{font-size:1.1875rem!important}.announcement-detail-content{padding-left:0;padding-right:0;padding-top:2rem;padding-bottom:1.5rem}}@media(min-width:1400px){.announcement-detail-hero{height:20rem}.announcement-detail-content{padding-left:0;padding-right:0;padding-top:1.25rem;padding-bottom:1.25rem}}@media(min-width:1600px){.announcement-detail-hero{height:22rem}.announcement-detail-content{padding-left:0;padding-right:0;padding-top:1.5rem;padding-bottom:1.5rem}}@media(min-width:1920px){.announcement-detail-hero{height:24rem}.announcement-detail-content{padding-left:0;padding-right:0;padding-top:1.75rem;padding-bottom:1.75rem}}@media(min-width:1850px){.card.p-8,.ant-row{max-width:100%}}.products-header{display:flex;flex-direction:column;gap:.375rem;align-items:flex-start}.products-filter-select-wrapper{position:relative;width:100%}.products-filter-placeholder-text{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-weight:400;color:#676869;pointer-events:none;z-index:5}@media(min-width:768px)and (max-width:1024px){.products-filter-placeholder-text{left:1rem;font-size:.9375rem}}.products-filter-icon-badge{position:absolute;top:-4px;right:-4px;background-color:#0068ff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;z-index:10;box-shadow:0 2px 4px #0000001a;pointer-events:none}.products-filter-select-wrapper:has(.products-filter-icon-badge) .ant-select-selection-item,.products-filter-select-wrapper:has(.products-filter-icon-badge) .ant-select-selection-overflow-item-rest{display:none!important}.products-filter-select.hide-tags .ant-select-selection-item,.products-filter-select.hide-tags .ant-select-selection-overflow-item-rest{display:none!important}.products-filter-select.hide-tags .ant-select-selection-overflow{display:flex!important}.products-filter-select.hide-tags .ant-select-selection-placeholder{display:flex!important;opacity:1!important;color:#676869!important;visibility:visible!important}.products-filter-select.hide-tags .ant-select-selection-search{display:none!important}.products-filter-select.hide-tags .ant-select-selection-overflow{display:flex!important;align-items:center!important}.products-filter-select.hide-tags .ant-select-selection-overflow-item{display:none!important}.products-title{color:#1a202c;font-family:Gotham,Inter,sans-serif;font-size:1.875rem;font-style:normal;font-weight:700;line-height:3.25rem;text-transform:uppercase;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.products-description{color:#1a202c;font-family:Gotham,Inter,sans-serif;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.8rem;letter-spacing:-.0225rem;opacity:.75;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.products-browse-label{color:#1a202c;font-family:Gotham,Inter,sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.875rem;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.products-filter-select{height:2.625rem!important}.products-filter-select .ant-select-selector{height:2.625rem!important;min-height:2.625rem!important;max-height:2.625rem!important;background-color:#fff!important;border:1px solid #c4c4c4!important;border-radius:.3125rem!important;padding:.375rem 2.5rem .375rem 1rem!important;display:flex!important;align-items:center!important;justify-content:space-between!important;box-shadow:none!important;box-sizing:border-box!important;overflow:hidden!important}@media(min-width:768px)and (max-width:1024px){.products-filter-select{height:3.5rem!important;min-height:3.5rem!important}.products-filter-select .ant-select-selector{height:3.5rem!important;min-height:3.5rem!important;max-height:3.5rem!important;padding:.5rem 2.75rem .5rem 1rem!important;align-items:center!important;overflow-y:auto!important;overflow-x:hidden!important}.products-filter-icon-badge{top:-6px;right:-6px;width:22px;height:22px;font-size:13px}.products-filter-placeholder-text{left:1rem;font-size:.9375rem}.card.p-8{padding:1.5rem!important}.products-browse-label{margin-bottom:1rem!important}.products-filter-select .ant-select-selection-overflow{flex-wrap:wrap!important;align-items:flex-start!important;padding-top:0!important;max-height:3rem!important;overflow-y:auto!important;overflow-x:hidden!important;width:100%!important}.products-filter-select .ant-select-selection-item-content{overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;max-width:none!important}.products-filter-select .ant-select-selection-item{font-size:.9375rem!important;height:2rem!important;max-height:2rem!important;padding:.375rem .625rem .375rem .875rem!important;margin-bottom:.25rem!important;max-width:none!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.products-filter-select .ant-select-selection-placeholder{font-size:.9375rem!important}.products-filter-select .ant-select-selection-overflow-item-rest{font-size:.9375rem!important;height:2rem!important;padding:.375rem .875rem!important;margin-bottom:.25rem!important}.products-filter-select .ant-select-arrow,.products-filter-select .ant-select-suffix{top:.5rem!important;transform:none!important}}.products-filter-select .ant-select-selection-placeholder{line-height:normal!important;display:flex!important;align-items:center!important;font-family:Gotham,Inter,sans-serif!important;font-size:.875rem!important;font-style:normal!important;font-weight:400!important;letter-spacing:-.0175rem!important;text-transform:none!important;color:#676869!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;padding:0!important;margin:0!important;height:auto!important;min-height:auto!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important}.products-filter-select .ant-select-selection-item{line-height:1.5!important;display:inline-flex!important;align-items:center!important;font-family:Gotham,Inter,sans-serif!important;font-size:.875rem!important;font-style:normal!important;font-weight:400!important;letter-spacing:-.0175rem!important;text-transform:none!important;color:#1a202c!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;background-color:#f5f5f5!important;border:none!important;border-radius:1rem!important;padding:.25rem .5rem .25rem .75rem!important;margin:0!important;margin-right:.5rem!important;height:1.75rem!important;max-height:1.75rem!important;max-width:none!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;flex-shrink:0!important}.products-filter-select .ant-select-selection-placeholder{color:#676869!important;opacity:1!important}.products-filter-select .ant-select-selection-item-remove{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-left:.375rem!important;padding:0!important;cursor:pointer!important;color:#1a202c!important;font-size:.75rem!important;line-height:1!important;opacity:.6!important;transition:opacity .2s!important;flex-shrink:0!important}.products-filter-select .ant-select-selection-item-remove:hover{opacity:1!important}.products-filter-select .ant-select-selection-overflow-item-rest{display:inline-flex!important;align-items:center!important;font-family:Gotham,Inter,sans-serif!important;font-size:.875rem!important;font-style:normal!important;font-weight:400!important;color:#1a202c!important;background-color:#f5f5f5!important;border-radius:1rem!important;padding:.25rem .75rem!important;height:1.75rem!important;line-height:1.5!important;margin-right:.5rem!important;flex-shrink:0!important}.products-filter-select .ant-select-selection-search{display:flex!important;align-items:center!important;height:100%!important;padding:0!important;margin:0!important}.products-filter-select .ant-select-selection-overflow{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;padding:0!important;margin:0!important;gap:0!important;flex:1!important;min-width:0!important;margin-right:.5rem!important;overflow:hidden!important}.products-filter-select .ant-select-arrow,.products-filter-select .ant-select-suffix{width:1.1435rem!important;height:1.1435rem!important;right:1rem!important;top:50%!important;transform:translateY(calc(-50% + 1px))!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:none!important;margin-top:0!important;padding:0!important;flex-shrink:0!important;margin-left:.5rem!important}.products-filter-select .ant-select-arrow .anticon,.products-filter-select .ant-select-suffix .anticon{width:1.1435rem!important;height:1.1435rem!important;color:#000!important;font-size:1.1435rem!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;margin:0!important;padding:0!important}.products-filter-select .ant-select-arrow .anticon svg,.products-filter-select .ant-select-suffix .anticon svg{width:100%!important;height:100%!important;fill:#000!important;color:#000!important}.products-filter-select:hover .ant-select-selector,.products-filter-select.ant-select-focused .ant-select-selector{border-color:#c4c4c4!important;box-shadow:none!important}@media(max-width:991px){.products-filter-select,.products-filter-select .ant-select-selector{width:100%!important}}@media(max-width:575px){.products-filter-select .ant-select-selection-item,.products-filter-select .ant-select-selection-placeholder{font-size:.875rem!important}.products-filter-select .ant-select-selector{padding:.375rem .875rem!important}.products-filter-select .ant-select-arrow,.products-filter-select .ant-select-suffix{right:.875rem!important}}.products-browse-button{width:100%!important;max-width:8.5625rem!important;height:2.6875rem!important;min-height:2.6875rem!important;padding:0!important;padding:1.125rem .9375rem!important;border-radius:.3125rem!important;gap:.625rem!important;font-family:Gotham,Inter,sans-serif!important;font-size:1rem!important;font-style:normal!important;font-weight:500!important;line-height:1.5rem!important;letter-spacing:.009375rem!important;text-transform:none!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}@media(min-width:768px)and (max-width:1024px){.products-browse-button{max-width:none!important;width:100%!important;min-width:auto!important}}.products-browse-button .anticon,.products-browse-button svg,.products-browse-button>span:first-child{width:1.5rem!important;height:1.5rem!important;flex-shrink:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.products-load-more-container{display:flex;justify-content:center;align-items:center;width:100%;margin-top:2rem}.products-load-more-button{width:18.6875rem!important;min-width:18.6875rem!important;height:2.6875rem!important;min-height:2.6875rem!important;border-radius:.5rem!important;border:1px solid #d9d9d9!important;font-family:Gotham,Inter,sans-serif!important;font-size:.9375rem!important;font-style:normal!important;font-weight:500!important;line-height:1.5!important;text-transform:none!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;color:#0068ff!important;background-color:transparent!important;margin:0 auto!important}.products-load-more-button.border-primary,.products-load-more-button:hover{border-color:#d9d9d9!important;background-color:transparent!important}.products-load-more-button:hover{color:#0068ff!important}@media(max-width:640px){.products-load-more-button{width:100%!important;min-width:auto!important}}.product-detail-page-container{width:100%;max-width:100%;padding:1rem;display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box}@media(min-width:768px){.product-detail-page-container{padding:2rem;gap:2.5rem}}.product-detail-page-header{width:100%}.product-detail-page-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 .5rem;padding:0}@media(min-width:768px){.product-detail-page-title{font-size:1.875rem}}.product-detail-breadcrumbs{display:flex;align-items:center;gap:0;text-align:left;margin-bottom:1rem;width:100%}.product-detail-breadcrumb-link{color:#1a202c;font-family:Plus Jakarta Sans,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:160%;letter-spacing:-.0225rem;text-decoration:none;cursor:pointer;transition:opacity .2s;opacity:.75;background:none;border:none;padding:0}.product-detail-breadcrumb-link:hover{opacity:.75}.product-detail-breadcrumb-separator{margin-left:0;color:#1a202c;font-family:Plus Jakarta Sans,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:160%;letter-spacing:-.0225rem}.product-detail-breadcrumb-current{margin-left:.5rem;color:#0068ff;font-family:Plus Jakarta Sans,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:160%;letter-spacing:-.0225rem}.product-detail-image{width:100%;max-width:13.75rem;height:auto;aspect-ratio:220 / 277;object-fit:cover;border-radius:0;flex-shrink:0}@media(max-width:767px){.product-detail-image{max-width:100%;width:100%}}@media(min-width:768px){.product-detail-image{width:13.75rem;height:17.3125rem}}.product-detail-header{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;padding:0;width:100%}@media(min-width:640px){.product-detail-header{gap:1.5rem}}@media(min-width:768px){.product-detail-header{flex-direction:row;gap:1.875rem;align-items:flex-start;padding-left:1.875rem;padding-right:1.875rem}}.product-detail-text-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:0;padding-right:0;flex:1;min-width:0;width:100%}@media(min-width:768px){.product-detail-text-content{padding-left:1.0625rem;padding-right:1.0625rem}}.product-detail-title{font-family:Gotham,Inter,sans-serif;font-size:1.5rem;font-weight:400;font-style:normal;color:#1a202c;line-height:1.5;text-transform:uppercase;text-align:left;margin:0;padding:0;width:100%}@media(min-width:640px){.product-detail-title{font-size:1.75rem;line-height:1.6}}@media(min-width:768px){.product-detail-title{font-size:1.875rem;line-height:3.25rem}}.product-detail-title h1,.product-detail-title h2,.product-detail-title h3,.product-detail-title h4,.product-detail-title h5,.product-detail-title h6,.product-detail-title>h1,.product-detail-title>h2,.product-detail-title>h3,.product-detail-title>h4,.product-detail-title>h5,.product-detail-title>h6,.product-detail-title * h1,.product-detail-title * h2,.product-detail-title * h3,.product-detail-title * h4,.product-detail-title * h5,.product-detail-title * h6{margin:0!important;padding:0!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;text-align:left!important;font-weight:400!important;line-height:inherit!important;text-transform:uppercase!important;display:inline!important;font-style:normal!important}.product-detail-title h1,.product-detail-title>h1,.product-detail-title * h1{font-size:2rem!important;font-style:normal!important}.product-detail-title h2,.product-detail-title>h2,.product-detail-title * h2{font-size:1.5rem!important;font-style:normal!important}.product-detail-title h3,.product-detail-title>h3,.product-detail-title * h3{font-size:1.17rem!important;font-style:normal!important}.product-detail-title h4{font-size:1.25rem!important}@media(min-width:640px){.product-detail-title h4{font-size:1.5rem!important}}@media(min-width:768px){.product-detail-title h4{font-size:1.625rem!important}}.product-detail-title h5{font-size:1.125rem!important}@media(min-width:640px){.product-detail-title h5{font-size:1.375rem!important}}@media(min-width:768px){.product-detail-title h5{font-size:1.5rem!important}}.product-detail-title h6{font-size:1rem!important}@media(min-width:640px){.product-detail-title h6{font-size:1.25rem!important}}@media(min-width:768px){.product-detail-title h6{font-size:1.375rem!important}}.product-detail-title p,.product-detail-title>p,.product-detail-title * p{margin:0!important;padding:0!important;font-size:1.5rem!important;font-weight:400!important;line-height:1.5!important;text-transform:uppercase!important;display:inline!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important}@media(min-width:640px){.product-detail-title p,.product-detail-title>p,.product-detail-title * p{font-size:1.75rem!important;line-height:1.6!important}}@media(min-width:768px){.product-detail-title p,.product-detail-title>p,.product-detail-title * p{font-size:1.875rem!important;line-height:3.25rem!important}}.product-detail-title strong,.product-detail-title b,.product-detail-title h1 strong,.product-detail-title h1 b,.product-detail-title h2 strong,.product-detail-title h2 b,.product-detail-title h3 strong,.product-detail-title h3 b{font-weight:700!important}.product-detail-title em,.product-detail-title i,.product-detail-title h1 em,.product-detail-title h1 i,.product-detail-title h2 em,.product-detail-title h2 i,.product-detail-title h3 em,.product-detail-title h3 i{font-style:italic!important}.product-detail-title u,.product-detail-title * u{text-decoration:underline!important}.product-detail-title s,.product-detail-title strike,.product-detail-title * s,.product-detail-title * strike{text-decoration:line-through!important}.product-detail-title a,.product-detail-title * a{color:#1a202c!important;text-decoration:underline!important;cursor:pointer!important}.product-detail-title a:hover,.product-detail-title * a:hover{color:#0068ff!important}.product-detail-description{font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-weight:400;font-style:normal;color:#1a202c;opacity:.75;line-height:1.5;text-align:left;margin:0;padding:0;width:100%}@media(min-width:640px){.product-detail-description{font-size:.9375rem}}@media(min-width:768px){.product-detail-description{font-size:1rem;line-height:1.25rem}}.product-detail-description h1,.product-detail-description h2,.product-detail-description h3,.product-detail-description h4,.product-detail-description h5,.product-detail-description h6,.product-detail-description>h1,.product-detail-description>h2,.product-detail-description>h3,.product-detail-description>h4,.product-detail-description>h5,.product-detail-description>h6,.product-detail-description * h1,.product-detail-description * h2,.product-detail-description * h3,.product-detail-description * h4,.product-detail-description * h5,.product-detail-description * h6{margin:0!important;margin-bottom:.5rem!important;padding:0!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;text-align:left!important;font-weight:700!important;line-height:1.5!important;display:block!important;opacity:1!important}.product-detail-description h1{font-size:1.25rem!important;font-weight:700!important}@media(min-width:640px){.product-detail-description h1{font-size:1.375rem!important}}@media(min-width:768px){.product-detail-description h1{font-size:1.5rem!important}}.product-detail-description h2{font-size:1.125rem!important;font-weight:700!important}@media(min-width:640px){.product-detail-description h2{font-size:1.25rem!important}}@media(min-width:768px){.product-detail-description h2{font-size:1.375rem!important}}.product-detail-description h3{font-size:1rem!important;font-weight:700!important}@media(min-width:640px){.product-detail-description h3{font-size:1.125rem!important}}@media(min-width:768px){.product-detail-description h3{font-size:1.25rem!important}}.product-detail-description h4{font-size:.9375rem!important;font-weight:600!important}@media(min-width:640px){.product-detail-description h4{font-size:1rem!important}}@media(min-width:768px){.product-detail-description h4{font-size:1.125rem!important}}.product-detail-description h5{font-size:.875rem!important;font-weight:600!important}@media(min-width:640px){.product-detail-description h5{font-size:.9375rem!important}}@media(min-width:768px){.product-detail-description h5{font-size:1rem!important}}.product-detail-description h6{font-size:.8125rem!important;font-weight:600!important}@media(min-width:640px){.product-detail-description h6{font-size:.875rem!important}}@media(min-width:768px){.product-detail-description h6{font-size:.9375rem!important}}.product-detail-description p,.product-detail-description>p,.product-detail-description * p{margin:0!important;margin-bottom:.5rem!important;padding:0!important;font-size:.875rem!important;font-weight:400!important;line-height:1.5!important;display:block!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;opacity:.75!important}@media(min-width:640px){.product-detail-description p,.product-detail-description>p,.product-detail-description * p{font-size:.9375rem!important}}@media(min-width:768px){.product-detail-description p,.product-detail-description>p,.product-detail-description * p{font-size:1rem!important;line-height:1.25rem!important}}.product-detail-description p:last-child,.product-detail-description>p:last-child,.product-detail-description * p:last-child{margin-bottom:0!important}.product-detail-description strong,.product-detail-description b,.product-detail-description * strong,.product-detail-description * b{font-weight:700!important}.product-detail-description em,.product-detail-description i,.product-detail-description * em,.product-detail-description * i{font-style:italic!important}.product-detail-description u,.product-detail-description * u{text-decoration:underline!important}.product-detail-description s,.product-detail-description strike,.product-detail-description * s,.product-detail-description * strike{text-decoration:line-through!important}.product-detail-description a,.product-detail-description * a{color:#0068ff!important;text-decoration:underline!important;cursor:pointer!important;opacity:1!important}.product-detail-description a:hover,.product-detail-description * a:hover{color:#0052cc!important}.product-detail-description ul,.product-detail-description ol{margin:0!important;margin-bottom:.5rem!important;margin-left:1.125rem!important;padding-left:1.125rem!important;display:block!important}.product-detail-description ul{list-style-type:disc!important}.product-detail-description ol{list-style-type:decimal!important}.product-detail-description li{margin-bottom:.25rem!important;line-height:1.5!important;font-size:.875rem!important;color:#1a202c!important;opacity:.75!important}@media(min-width:640px){.product-detail-description li{font-size:.9375rem!important}}@media(min-width:768px){.product-detail-description li{font-size:1rem!important;line-height:1.25rem!important}}.product-detail-documents-container{width:100%;max-width:100%;padding:1rem;background:#fff;border-radius:.5rem;box-sizing:border-box;overflow:hidden}@media(min-width:768px){.product-detail-documents-container{padding:1.5rem}}@media(min-width:1024px){.product-detail-documents-container{padding:2rem}}.product-detail-no-documents{text-align:center;color:#6b7280;padding:2rem 0;margin:0}.product-detail-documents-grid{display:grid;grid-template-columns:1fr;column-gap:1rem;row-gap:1.5rem;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:768px){.product-detail-documents-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.5rem;row-gap:2rem}}@media(min-width:1024px){.product-detail-documents-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:1.8125rem;row-gap:2.5rem}}.product-detail-document-card{border:1px solid #d9d9d9;border-radius:.625rem;overflow:hidden;width:100%;max-width:100%;display:flex;flex-direction:column;position:relative;min-height:20rem;box-sizing:border-box}@media(max-width:767px){.product-detail-document-card{height:auto;min-height:20rem}}@media(min-width:768px){.product-detail-document-card{height:26.75rem}}.product-detail-document-preview{width:100%;aspect-ratio:299 / 220;overflow:hidden;flex-shrink:0;border-top-left-radius:0;border-top-right-radius:0}@media(min-width:640px){.product-detail-document-preview{height:13.75rem;aspect-ratio:auto}}.product-detail-document-preview img{width:100%;height:100%;object-fit:cover;pointer-events:none}.product-detail-document-info{padding:.5rem 1rem;gap:.5rem;min-height:0;align-items:center;justify-content:space-between}@media(min-width:768px){.product-detail-document-info{padding:.4375rem 1.375rem;gap:.5625rem}}.product-detail-document-title-container{display:flex;flex-direction:column;gap:.5rem;width:100%;padding-left:0;padding-right:0;padding-top:.75rem;padding-bottom:.75rem;align-items:flex-start;text-align:left;flex:1}@media(min-width:768px){.product-detail-document-title-container{gap:.5625rem;padding:.9375rem 1.375rem;height:7.875rem}}.product-detail-document-title{font-family:Gotham,Inter,sans-serif;font-size:1.125rem;font-weight:400;font-style:normal;color:#1a202c;line-height:1.5;text-align:left;margin:0;padding:0;width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;overflow-wrap:break-word}@media(min-width:640px){.product-detail-document-title{font-size:1.25rem;line-height:1.5625rem}}.product-detail-document-title h1,.product-detail-document-title h2,.product-detail-document-title h3,.product-detail-document-title h4,.product-detail-document-title h5,.product-detail-document-title h6,.product-detail-document-title>h1,.product-detail-document-title>h2,.product-detail-document-title>h3,.product-detail-document-title>h4,.product-detail-document-title>h5,.product-detail-document-title>h6,.product-detail-document-title * h1,.product-detail-document-title * h2,.product-detail-document-title * h3,.product-detail-document-title * h4,.product-detail-document-title * h5,.product-detail-document-title * h6{margin:0!important;padding:0!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;text-align:left!important;font-weight:400!important;line-height:1.5!important;display:inline!important;font-style:normal!important}.product-detail-document-title h1{font-size:2rem!important;font-weight:400!important}.product-detail-document-title h2{font-size:1.5rem!important;font-weight:400!important}.product-detail-document-title h3{font-size:1.17rem!important;font-weight:400!important}.product-detail-document-title p,.product-detail-document-title>p,.product-detail-document-title * p{margin:0!important;padding:0!important;font-size:1.125rem!important;font-weight:400!important;line-height:1.5!important;display:inline!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important}@media(min-width:640px){.product-detail-document-title p,.product-detail-document-title>p,.product-detail-document-title * p{font-size:1.25rem!important;line-height:1.5625rem!important}}.product-detail-document-title strong,.product-detail-document-title b,.product-detail-document-title * strong,.product-detail-document-title * b{font-weight:700!important}.product-detail-document-title em,.product-detail-document-title i,.product-detail-document-title * em,.product-detail-document-title * i{font-style:italic!important}.product-detail-document-title u,.product-detail-document-title * u{text-decoration:underline!important}.product-detail-document-title a,.product-detail-document-title * a{color:#1a202c!important;text-decoration:underline!important;cursor:pointer!important}.product-detail-document-title a:hover,.product-detail-document-title * a:hover{color:#0068ff!important}.product-detail-document-size{font-family:Gotham,Inter,sans-serif;font-size:.8125rem;font-weight:400;font-style:normal;color:#1a202c;opacity:.58;line-height:1.3;letter-spacing:-.0175rem;text-align:left;margin:0;padding:0;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;overflow-wrap:break-word;min-height:1.5rem}.product-detail-document-size>div{display:inline!important}@media(min-width:640px){.product-detail-document-size{font-size:.875rem;min-height:2.25rem}}.product-detail-document-size h1,.product-detail-document-size h2,.product-detail-document-size h3,.product-detail-document-size h4,.product-detail-document-size h5,.product-detail-document-size h6,.product-detail-document-size>h1,.product-detail-document-size>h2,.product-detail-document-size>h3,.product-detail-document-size>h4,.product-detail-document-size>h5,.product-detail-document-size>h6,.product-detail-document-size * h1,.product-detail-document-size * h2,.product-detail-document-size * h3,.product-detail-document-size * h4,.product-detail-document-size * h5,.product-detail-document-size * h6{margin:0!important;padding:0!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;text-align:left!important;font-weight:400!important;line-height:1.3!important;display:block!important;opacity:.58!important}.product-detail-document-size h1{font-size:.8125rem!important}@media(min-width:640px){.product-detail-document-size h1{font-size:.875rem!important}}.product-detail-document-size h2{font-size:.75rem!important}@media(min-width:640px){.product-detail-document-size h2{font-size:.8125rem!important}}.product-detail-document-size p,.product-detail-document-size>p,.product-detail-document-size * p{margin:0!important;padding:0!important;font-size:.8125rem!important;font-weight:400!important;line-height:1.3!important;display:block!important;font-family:Gotham,Inter,sans-serif!important;color:#1a202c!important;opacity:.58!important;letter-spacing:-.0175rem!important}@media(min-width:640px){.product-detail-document-size p,.product-detail-document-size>p,.product-detail-document-size * p{font-size:.875rem!important}}.product-detail-document-size p:last-child,.product-detail-document-size>p:last-child,.product-detail-document-size * p:last-child{margin-bottom:0!important}.product-detail-document-size strong,.product-detail-document-size b,.product-detail-document-size * strong,.product-detail-document-size * b{font-weight:700!important}.product-detail-document-size em,.product-detail-document-size i,.product-detail-document-size * em,.product-detail-document-size * i{font-style:italic!important}.product-detail-document-size u,.product-detail-document-size * u{text-decoration:underline!important}.product-detail-document-size a,.product-detail-document-size * a{color:#0068ff!important;text-decoration:underline!important;cursor:pointer!important;opacity:1!important}.product-detail-document-size a:hover,.product-detail-document-size * a:hover{color:#0052cc!important}.product-detail-document-button{width:100%;max-width:15.9375rem;height:2.5rem;border-radius:2.5rem;background-color:#0068ff;padding-left:1.25rem;padding-right:1.25rem;margin:auto auto 0;display:flex;align-items:center;justify-content:center;font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-weight:500;font-style:normal;color:#fff;line-height:1.5;letter-spacing:-.02rem;text-align:center;text-transform:none;border:none;cursor:pointer;transition:background-color .2s;flex-shrink:0}@media(min-width:640px){.product-detail-document-button{height:2.8125rem;font-size:1rem}}.product-detail-document-button:hover{background-color:#0052cc}.product-detail-loading-spinner{font-size:2rem;color:#0068ff}.account-settings-page-title{font-family:Gotham,Inter,sans-serif;font-size:1.875rem;font-style:normal;font-weight:700;line-height:1.3;color:#1a202c;text-align:left;text-transform:uppercase;margin:0 0 1.5rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.account-settings-status-label{font-family:Gotham,Gotham Book,Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;color:#1a202c}.account-settings-status-badge{font-family:Gotham,Gotham Medium,Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;color:#fff;background-color:#0068ff;padding:.25rem .75rem;border-radius:.25rem}.account-settings-user-name{font-family:Gotham,Gotham Bold,Inter,sans-serif;font-size:1.875rem;font-style:normal;font-weight:700;line-height:1.3;color:#1a202c;text-align:left;text-transform:uppercase;margin:0 0 .25rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.account-settings-user-role{font-family:Gotham,Gotham Book,Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;color:#1a202c;margin:0}.account-settings-divider{border:0;border-top:1px solid #eaeaea;margin:1.5rem 0}.account-settings-detail-label{font-family:Gotham,Gotham Medium,Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;color:#2c3e50;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.account-settings-detail-value{font-family:Gotham,Gotham Bold,Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:700;color:#1a2b5e;text-align:left;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.account-settings-form-label{font-family:Gotham,Gotham Medium,Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;color:#1a202c;display:block;margin-bottom:.25rem}.account-settings-password-label-row{display:flex;align-items:center;flex-wrap:nowrap;margin-bottom:.25rem;width:100%}.account-settings-password-label-row .account-settings-form-label{display:inline-block;margin-bottom:0}.account-settings-password-info-btn{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;padding:0;min-width:24px;min-height:24px;border:none;background:none;cursor:pointer;color:#0068ff;vertical-align:middle;flex-shrink:0}.account-settings-password-info-btn:hover,.account-settings-password-info-btn:focus-visible{color:#0052cc;outline:none}.account-settings-password-info-icon{font-size:18px;display:block;line-height:1}.account-settings-password-info-wrap{display:inline-flex;align-items:center}.account-settings-password-tooltip .ant-tooltip-inner{max-width:280px;padding:10px 12px;text-align:left}.account-settings-password-instructions-list{margin:0;padding-left:18px;font-size:12px;line-height:1.6;color:inherit}.account-settings-edit-picture-btn{font-family:Gotham,Gotham Bold,Inter,sans-serif!important;font-size:.875rem!important;font-style:normal!important;font-weight:700!important;text-transform:uppercase!important;color:#fff!important;background-color:#222020!important;border:1px solid #222020!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.account-settings-edit-picture-btn:hover{background-color:#3a3838!important;border-color:#3a3838!important;color:#fff!important}.account-settings-save-btn{font-family:Gotham,Gotham Medium,Inter,sans-serif!important;font-size:1rem!important;font-style:normal!important;font-weight:500!important;text-transform:none!important;letter-spacing:.02em;color:#fff!important;background-color:#0068ff!important;border:none!important;border-radius:9999px!important;padding:.75rem 2rem!important;min-height:3rem;box-shadow:none;text-shadow:0 0 1px rgba(255,255,255,.4);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.account-settings-save-btn:hover{background-color:#0052cc!important}.account-settings-input input,.account-settings-input .ant-input,.account-settings-input .ant-input-affix-wrapper input{font-family:Gotham,Gotham Book,Inter,sans-serif!important;font-size:1rem!important;font-weight:400!important;color:#1a202c!important}.account-settings-input input::placeholder{font-family:Gotham,Gotham Book,Inter,sans-serif;font-size:1rem;font-weight:400;color:#999}.account-settings-field-error-row{display:flex;align-items:center;gap:8px;margin:.25rem 0 0}.account-settings-field-error-row .account-settings-field-error{margin:0}.account-settings-field-error{font-family:Gotham,Gotham Book,Inter,sans-serif;font-size:.75rem;color:#dc2626}.account-settings-field-error-icon{font-size:14px;color:#dc2626;flex-shrink:0}.account-settings-input-error .ant-input-affix-wrapper,.account-settings-input-error input{border-color:#dc2626!important}.user-management-page-header{display:flex;flex-direction:column;gap:.375rem;align-items:flex-start}.user-management-page-title{color:#1a202c;font-family:Gotham,Inter,sans-serif;font-size:1.875rem;font-style:normal;font-weight:700;line-height:3.25rem;text-transform:uppercase;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.user-management-page-description{color:#1a202c;font-family:Gotham,Inter,sans-serif;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.8rem;letter-spacing:-.0225rem;opacity:.75;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.user-management-action-modal,.user-management-action-modal *{transform:none!important;-webkit-transform:none!important}.user-management-action-modal .ant-modal-content,.user-management-action-modal .ant-modal-mask{transform:none!important;-webkit-transform:none!important;scale:1!important;-webkit-scale:1!important}.user-management-action-modal .ant-modal-content{background:#0068ff;border:1px solid rgba(255,255,255,.3);border-radius:14px;padding:0;box-shadow:none;width:419px;max-width:419px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);isolation:isolate;will-change:transform}.user-management-action-modal .ant-modal-body{padding:0;width:100%;max-width:100%}.user-management-action-modal button.user-management-modal-submit-button,.user-management-action-modal button.user-management-modal-button-yes{background-color:#fff!important;background:#fff!important}.user-management-modal-content{position:relative;padding:34px 40px 40px;display:flex;flex-direction:column;align-items:center;gap:21px;min-height:266px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:none!important;-webkit-transform:none!important;direction:ltr!important;writing-mode:horizontal-tb!important}.user-management-action-modal.reject-modal .user-management-modal-content{gap:21px;min-height:496px}.user-management-modal-icon-title-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;width:100%;margin:0;padding:0;max-width:100%;box-sizing:border-box}.user-management-modal-close{position:absolute;top:18px;right:18px;background:transparent;border:none;color:#fff;font-size:30px;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;padding:0;z-index:10;transition:opacity .2s}.user-management-modal-close:hover{opacity:.8}.user-management-modal-icon{width:80px;height:75px;display:flex;align-items:center;justify-content:center;margin:0}.user-management-modal-icon img{width:100%;height:100%;object-fit:contain}.user-management-modal-title{font-family:Gotham,Gotham Bold,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:0;color:#fff;text-align:center;margin:0;padding:0 10px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;box-sizing:border-box;flex-shrink:1}.user-management-modal-buttons{display:flex;gap:22px;align-items:center;justify-content:center;margin-top:10px}.user-management-modal-button-yes{background-color:#fff!important;background:#fff!important;color:#000;border:none;border-radius:40px;padding:22px 32px;height:37px;display:flex;align-items:center;justify-content:center;font-family:Gotham,Gotham Bold,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:.15px;text-align:center;text-transform:uppercase;cursor:pointer;transition:background-color .2s;min-width:151px}.user-management-modal-button-yes:hover{background:#f0f0f0}.user-management-modal-button-no{background:transparent;color:#fff;border:2px solid white;border-radius:40px;padding:22px 32px;height:37px;display:flex;align-items:center;justify-content:center;font-family:Gotham,Gotham Bold,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:.15px;text-align:center;text-transform:uppercase;cursor:pointer;transition:background-color .2s,color .2s;min-width:154px}.user-management-modal-button-no:hover{background:#ffffff1a}.user-management-modal-reason-section{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%;margin-top:0;padding:0;box-sizing:border-box}.user-management-modal-divider{width:350px;height:1px;background:#ffffff4d;margin:0;align-self:center}.user-management-modal-reason-label{font-family:Gotham,Gotham Medium,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:1.1;letter-spacing:0;color:#fff;text-align:left;margin:0;width:332px;align-self:flex-start}.user-management-modal-reason-textarea{width:332px;height:123px;background:#ece6e6;border:none;border-radius:12px;padding:12px;font-family:Gotham,Gotham Book,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0;color:#1a202c;text-align:left;resize:none;outline:none;align-self:center}.user-management-modal-reason-textarea::placeholder{color:#999}.user-management-modal-submit-button{background-color:#fff!important;background:#fff!important;color:#000!important;border:none!important;border-radius:40px;padding:0 32px;height:36px;display:flex;align-items:center;justify-content:center;font-family:Gotham,Gotham Bold,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:.15px;text-align:center;text-transform:uppercase;cursor:pointer;transition:background-color .2s;width:329px;margin-top:4px;box-sizing:border-box;outline:none;align-self:center}.user-management-modal-submit-button:hover{background-color:#f0f0f0!important;background:#f0f0f0!important}.user-management-modal-submit-button:disabled{opacity:1!important;background-color:#fff!important;background:#fff!important;cursor:not-allowed}.user-management-modal-submit-button:disabled:hover{background-color:#fff!important;background:#fff!important}.user-management-quick-search-label{color:#1a202c;text-align:left;font-family:Gotham,Gotham Medium,sans-serif;font-size:1.25rem;font-style:normal;font-weight:500;line-height:3.25rem;letter-spacing:0;margin:0;padding:0;margin-right:1.125rem;white-space:pre-wrap}.user-management-search-button-container{background-color:#0068ff;color:#fff;border:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.3125rem;border-bottom-right-radius:.3125rem;padding:1.125rem .9375rem;display:flex;align-items:center;justify-content:center;gap:.625rem;cursor:pointer;transition:background-color .2s;height:2.6875rem;width:8.4375rem;white-space:nowrap;flex-shrink:0;box-sizing:border-box}.user-management-search-button-container:hover{background-color:#0052cc}.user-management-search-button{color:#fff;text-align:center;font-family:Gotham,Gotham Medium,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;letter-spacing:.009375rem;margin:0;padding:0}.user-management-table-card{padding:1.25rem;overflow:hidden;border-radius:.4375rem;box-shadow:0 0 20px #9a9a9a1a}.user-management-table-scroll-wrapper{overflow-x:auto;overflow-y:visible;margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#c4c4c4 #f5f5f5;min-height:0}@media(max-width:1413px){.user-management-table-scroll-wrapper{overflow-x:auto!important;margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem}.user-management-table-inner{min-width:65rem}.user-management-table-header-row{min-width:61.4375rem!important;display:flex!important;width:100%!important}.user-management-table-row-container{min-width:65rem!important;display:flex!important;width:100%!important}.user-management-table-header-row .user-management-table-header,.user-management-table-header-row .user-management-table-header-name,.user-management-table-header-row .user-management-table-header-email,.user-management-table-header-row .user-management-table-header-location,.user-management-table-header-row .user-management-table-header-company,.user-management-table-header-row .user-management-table-header-industry,.user-management-table-header-row .user-management-table-header-joined-date,.user-management-table-header-row .user-management-table-header-last-active,.user-management-table-header-row .user-management-table-header-status,.user-management-table-header-row .user-management-table-header-actions,.user-management-table-row-container .user-management-table-cell-name,.user-management-table-row-container .user-management-table-cell-email,.user-management-table-row-container .user-management-table-cell-location,.user-management-table-row-container .user-management-table-cell-company,.user-management-table-row-container .user-management-table-cell-industry,.user-management-table-row-container .user-management-table-cell-joined-date,.user-management-table-row-container .user-management-table-cell-last-active,.user-management-table-row-container .user-management-table-cell-status,.user-management-table-row-container .user-management-table-cell-actions{position:absolute!important;grid-column:auto!important}.user-management-table-header-row .user-management-table-header-actions{margin-left:0!important}}.user-management-table-scroll-wrapper::-webkit-scrollbar{height:.5rem}.user-management-table-scroll-wrapper::-webkit-scrollbar-track{background:#f5f5f5;border-radius:.25rem}.user-management-table-scroll-wrapper::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:.25rem}.user-management-table-scroll-wrapper::-webkit-scrollbar-thumb:hover{background:#999}.user-management-table-inner{min-width:65rem;width:100%}@media(min-width:1414px){.user-management-table-inner{width:100%;min-width:100%}.user-management-table-header-row{min-width:100%!important;width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:2fr .7fr .9fr 1.4fr .9fr 1.1fr 1.1fr .9fr 1.1fr!important;gap:.75rem!important;align-items:center;padding-left:1.0625rem;padding-right:1.0625rem;box-sizing:border-box;position:relative}.user-management-table-row-container{min-width:100%!important;width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:2fr .7fr .9fr 1.4fr .9fr 1.1fr 1.1fr .9fr 1.1fr!important;gap:.75rem!important;align-items:center;padding-left:1.0625rem;padding-right:1.0625rem;box-sizing:border-box;position:relative;height:auto!important;min-height:5.3125rem}.user-management-table-scroll-wrapper{overflow-x:hidden!important;width:calc(100% + 2.5rem)!important;margin-left:-1.25rem;margin-right:-1.25rem}.user-management-table-inner{width:100%!important;max-width:100%!important}.user-management-table-header-row .user-management-table-header,.user-management-table-header-row .user-management-table-header-name,.user-management-table-header-row .user-management-table-header-email,.user-management-table-header-row .user-management-table-header-location,.user-management-table-header-row .user-management-table-header-company,.user-management-table-header-row .user-management-table-header-industry,.user-management-table-header-row .user-management-table-header-joined-date,.user-management-table-header-row .user-management-table-header-last-active,.user-management-table-header-row .user-management-table-header-status,.user-management-table-header-row .user-management-table-header-actions,.user-management-table-row-container .user-management-table-cell-name,.user-management-table-row-container .user-management-table-cell-email,.user-management-table-row-container .user-management-table-cell-location,.user-management-table-row-container .user-management-table-cell-company,.user-management-table-row-container .user-management-table-cell-industry,.user-management-table-row-container .user-management-table-cell-joined-date,.user-management-table-row-container .user-management-table-cell-last-active,.user-management-table-row-container .user-management-table-cell-status,.user-management-table-row-container .user-management-table-cell-actions{position:relative!important;left:0rem!important;right:auto!important;height:auto!important;box-sizing:border-box}.user-management-table-header-row .user-management-table-header-name{grid-column:1;justify-content:flex-start;display:flex;align-items:center}.user-management-table-header-row .user-management-table-header-email{grid-column:2;justify-content:center;display:flex;align-items:center}.user-management-table-header-row .user-management-table-header-location{grid-column:3;display:flex;align-items:center;justify-content:center}.user-management-table-header-row .user-management-table-header-company{grid-column:4;display:flex;align-items:center;justify-content:center}.user-management-table-header-row .user-management-table-header-industry{grid-column:5;display:flex;align-items:center;justify-content:center}.user-management-table-header-row .user-management-table-header-joined-date{grid-column:6;display:flex;align-items:center;justify-content:flex-start}.user-management-table-header-row .user-management-table-header-last-active{grid-column:7;display:flex;align-items:center;justify-content:flex-start}.user-management-table-header-row .user-management-table-header-status{grid-column:8;display:flex;align-items:center;justify-content:flex-start}.user-management-table-header-row .user-management-table-header-actions{grid-column:9;display:flex;align-items:center;justify-content:flex-start}.user-management-table-row-container .user-management-table-cell-name{grid-column:1;justify-content:flex-start;display:flex;align-items:center}.user-management-table-row-container .user-management-table-cell-email{grid-column:2;justify-content:center;display:flex;align-items:center}.user-management-table-row-container .user-management-table-cell-location{grid-column:3;justify-content:center;display:flex;align-items:center}.user-management-table-row-container .user-management-table-cell-company{grid-column:4;justify-content:center;display:flex;align-items:center;overflow:hidden;min-width:0}.user-management-table-row-container .user-management-table-cell-company .user-management-user-data{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.user-management-table-row-container .user-management-table-cell-industry{grid-column:5;justify-content:center;display:flex;align-items:center;overflow:hidden;min-width:0}.user-management-table-row-container .user-management-table-cell-industry .user-management-user-data{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.user-management-table-row-container .user-management-table-cell-joined-date{grid-column:6;justify-content:flex-start;display:flex;align-items:center}.user-management-table-row-container .user-management-table-cell-last-active{grid-column:7;justify-content:flex-start;display:flex;align-items:center}.user-management-table-row-container .user-management-table-cell-status{grid-column:8;justify-content:flex-start;display:flex;align-items:center}.user-management-table-row-container .user-management-table-cell-actions{grid-column:9;justify-content:flex-start;display:flex;align-items:center}}@media(min-width:1700px){.user-management-table-cell-name{width:auto!important;min-width:9.375rem;max-width:none!important}.user-management-table-cell-name .user-management-user-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-management-table-cell-company{width:auto!important;min-width:6.25rem;max-width:none!important}.user-management-table-cell-company .user-management-user-data,.user-management-table-cell-industry .user-management-user-data{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(min-width:1024px)and (max-width:1413px){.user-management-table-scroll-wrapper{overflow-x:auto!important;margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem}.user-management-table-inner{min-width:65rem}.user-management-table-header-row{min-width:61.4375rem!important;display:flex!important;width:100%!important}.user-management-table-row-container{min-width:65rem!important;display:flex!important;width:100%!important}.user-management-table-header-row .user-management-table-header,.user-management-table-header-row .user-management-table-header-name,.user-management-table-header-row .user-management-table-header-email,.user-management-table-header-row .user-management-table-header-location,.user-management-table-header-row .user-management-table-header-company,.user-management-table-header-row .user-management-table-header-industry,.user-management-table-header-row .user-management-table-header-joined-date,.user-management-table-header-row .user-management-table-header-last-active,.user-management-table-header-row .user-management-table-header-status,.user-management-table-header-row .user-management-table-header-actions,.user-management-table-row-container .user-management-table-cell-name,.user-management-table-row-container .user-management-table-cell-email,.user-management-table-row-container .user-management-table-cell-location,.user-management-table-row-container .user-management-table-cell-company,.user-management-table-row-container .user-management-table-cell-industry,.user-management-table-row-container .user-management-table-cell-joined-date,.user-management-table-row-container .user-management-table-cell-last-active,.user-management-table-row-container .user-management-table-cell-status,.user-management-table-row-container .user-management-table-cell-actions{position:absolute!important;grid-column:auto!important}.user-management-table-header-row .user-management-table-header-actions{margin-left:0!important}}.user-management-table-header-row{position:relative;border-bottom:.0625rem solid #eaeaea;padding-bottom:.6875rem;padding-left:1.0625rem;padding-right:1.0625rem;margin-bottom:1rem;width:100%;min-width:71.75rem;height:3.25rem;display:flex;box-sizing:border-box;gap:0}.user-management-table-header{color:#1a202c;text-align:center;font-family:Gotham,Gotham Medium,Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:3.25rem;letter-spacing:0;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:.3125rem;position:absolute;height:100%;left:14.75rem;width:8.25rem}.user-management-table-header-location{left:13.25rem;width:4.5625rem}.user-management-table-header-company{left:18.5rem;width:6.25rem}.user-management-table-header-industry{left:25.5rem;width:6.25rem}.user-management-table-header-joined-date{left:32.5rem;width:6.25rem;justify-content:flex-start;text-align:left}.user-management-table-header-last-active{left:39.5rem;width:6.25rem;justify-content:flex-start;text-align:left}.user-management-table-header-status{left:46.5rem;width:8.5rem;justify-content:flex-start;text-align:left}.user-management-table-header-actions{color:#1a202c;text-align:center;font-family:Gotham,Gotham Medium,Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:3.25rem;letter-spacing:0;margin:0;padding:0;display:flex;align-items:center;justify-content:flex-start;gap:.3125rem;position:absolute;height:100%;left:55.8125rem;width:8rem}.user-management-table-header-name{color:#1a202c;text-align:left;font-family:Gotham,Gotham Medium,Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:3.25rem;letter-spacing:0;margin:0;padding:0;display:flex;align-items:center;justify-content:flex-start;gap:.3125rem;position:absolute;left:.125rem;width:9.375rem;height:100%}.user-management-table-header-email{color:#1a202c;text-align:center;font-family:Gotham,Gotham Medium,Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:3.25rem;letter-spacing:0;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:.3125rem;position:absolute;left:9.5rem;width:3.375rem;height:100%}.user-management-user-name{color:#1a202c;text-align:left;font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:0;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.user-management-user-name-inactive{color:#c4c4c4!important}.user-management-user-data{color:#1a202c;text-align:left;font-family:Gotham,Gotham Book,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0;margin:0;padding:0;white-space:nowrap}.user-management-user-data-inactive{color:#999;text-align:left;font-family:Gotham,Gotham Book,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0;margin:0;padding:0;white-space:nowrap}.user-management-status-text{text-align:left;font-family:Gotham,Gotham Book,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.user-management-joined-date{letter-spacing:.07875rem}.user-management-load-more-wrapper{display:flex;justify-content:center;align-items:center;margin-top:1.5rem;width:100%}.user-management-load-more-container{background-color:#fff;color:#0068ff;border:.0625rem solid #d9d9d9;border-radius:.5rem;padding:0;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;height:2.6875rem;width:18.6875rem;margin:0}.user-management-load-more-container:hover{background-color:#f0f2f6;color:#0068ff;border-color:#d9d9d9}.user-management-load-more{color:inherit;text-align:center;font-family:Gotham,Gotham Medium,sans-serif;font-size:.9375rem;font-style:normal;font-weight:500;line-height:3.25rem;letter-spacing:0;margin:0;padding:0;white-space:pre-wrap}.user-management-quick-search-container{border-radius:.4375rem;box-shadow:0 0 20px #9a9a9a1a;overflow:hidden}.user-management-search-bar{width:100%;height:6.6875rem}.user-management-search-box{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 2.5rem;height:100%;gap:1.125rem}.user-management-quick-search-label{color:#1a202c;text-align:left;font-family:Gotham,Gotham Medium,sans-serif;font-size:1.25rem;font-style:normal;font-weight:500;line-height:3.25rem;letter-spacing:0;margin:0;padding:0;white-space:pre-wrap;flex-shrink:0;width:8.952rem}.user-management-search-wrapper{flex:1;display:flex;align-items:center;gap:0;min-width:0;width:100%;position:relative}.user-management-search-input-wrapper{flex:1;display:flex;align-items:center;margin-right:0;min-width:0;position:relative}.user-management-search-input{flex:1;height:2.625rem;padding:0 1rem;border:.0625rem solid #c4c4c4;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;outline:none;font-size:1rem;min-width:0;background-color:#fff;box-sizing:border-box}.user-management-search-input:focus{outline:none;box-shadow:0 0 0 2px #0068ff33;border-color:#0068ff}.user-management-user-email-mobile{color:#1a202c;font-family:Gotham,Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:0;word-break:break-all;overflow-wrap:break-word;white-space:normal;display:block}@media(max-width:1023px){.grid.grid-cols-2>div{min-width:0;overflow:hidden}.grid.grid-cols-2 .user-management-user-data{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block}}@media(max-width:1023px){.user-management-search-box{flex-direction:column;align-items:stretch;gap:.75rem}.user-management-quick-search-label{width:100%;line-height:1.5rem;margin-bottom:0}.user-management-search-wrapper{flex-direction:row;width:100%;gap:0}.user-management-search-input-wrapper{width:100%;margin-right:0}.user-management-search-input{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-right:.0625rem solid #c4c4c4;width:100%}.user-management-search-button-container{width:8.4375rem;border-radius:.5rem;margin-top:0}}.user-management-table-rows-container{display:flex;flex-direction:column;gap:0}.user-management-table-row{padding:.625rem 0;display:grid;grid-template-columns:repeat(7,1fr);gap:1rem;align-items:center}.user-management-table-row-container{background-color:#fff;border:.0625rem solid #eaeaea;border-radius:.5rem;height:5.3125rem;display:flex;align-items:center;padding:0;position:relative;padding-left:1.0625rem;padding-right:1.0625rem;min-width:64rem;width:100%;flex-shrink:0;box-sizing:border-box;gap:0;margin-bottom:.375rem;overflow:visible}.user-management-table-cell-name{display:flex;align-items:center;padding:.625rem 0;height:100%;position:absolute;left:.125rem;gap:.3125rem;width:9.375rem;min-width:0;overflow:hidden}.user-management-table-cell-email{display:flex;align-items:center;justify-content:center;padding:.625rem 0;height:100%;position:absolute;left:9.5rem;width:3.375rem}.user-management-table-cell-location{display:flex;align-items:center;justify-content:center;padding:.625rem 0;height:100%;position:absolute;left:13.25rem;width:4.5625rem}.user-management-table-cell-company{display:flex;align-items:center;justify-content:center;padding:.625rem 0;height:100%;position:absolute;left:18.5rem;width:6.25rem;overflow:hidden;min-width:0}.user-management-table-cell-company .user-management-user-data{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.user-management-table-cell-industry{display:flex;align-items:center;justify-content:center;padding:.625rem 0;height:100%;position:absolute;left:25.5rem;width:6.25rem;overflow:hidden;min-width:0}.user-management-table-cell-industry .user-management-user-data{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.user-management-table-cell-joined-date{display:flex;align-items:center;justify-content:flex-start;padding:.625rem 0;height:100%;position:absolute;left:32.5rem;width:6.25rem}.user-management-table-cell-last-active{display:flex;align-items:center;justify-content:flex-start;padding:.625rem 0;height:100%;position:absolute;left:39.5rem;width:6.25rem}.user-management-table-cell-status{display:flex;align-items:center;justify-content:flex-start;padding:.625rem 0;height:100%;position:absolute;left:46.5rem;width:8.5rem;overflow:hidden;min-width:0}.user-management-table-cell-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:.625rem 0;height:100%;position:absolute;left:55.8125rem;width:8rem;gap:.75rem;box-sizing:border-box}.user-management-action-icons{display:flex;flex-direction:row;gap:.375rem;align-items:center;justify-content:flex-start;flex-shrink:0;width:auto}.user-management-action-icon-button{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;transition:opacity .2s;overflow:hidden;flex-shrink:0}.user-management-action-icon-button:hover{opacity:.8}.user-management-action-icon-button:active{opacity:.6}.user-management-action-icon-button img{display:block;width:100%;height:100%;object-fit:contain}.user-management-delete-button:hover{background-color:#d1442a!important;opacity:1}.user-management-eye-icon{width:28px;height:28px;border:none;background-color:transparent;display:flex;align-items:center;justify-content:center;margin:0;padding:0;cursor:pointer;transition:all .2s;flex-shrink:0}.user-management-eye-icon:hover{opacity:.8}.user-management-eye-icon>div{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.user-management-eye-icon.user-management-icon-inactive{color:#c4c4c4;cursor:not-allowed}.user-management-eye-icon.user-management-icon-inactive:hover{background-color:transparent}.user-management-eye-icon .eye-icon-thin svg,.eye-icon-thin svg{filter:contrast(.75) brightness(1.2);stroke-width:.5!important}.user-management-eye-icon .eye-icon-thin svg path,.eye-icon-thin svg path{opacity:.75;stroke-width:.5!important;vector-effect:non-scaling-stroke}.user-management-avatar{width:1.75rem;height:1.75rem;border-radius:50%;object-fit:cover;margin:0;flex-shrink:0}.user-management-email-icon{width:1.625rem;height:1.625rem;display:flex;align-items:center;justify-content:center;margin:0;padding:0;position:relative;cursor:pointer}.user-management-email-icon>div{display:flex;align-items:center;justify-content:center}.user-management-email-tooltip{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background-color:#fff;border:1px solid #eaeaea;border-radius:.5rem;padding:.75rem .875rem;box-shadow:0 4px 12px #0000001a;z-index:1000;min-width:16.0625rem;max-width:25rem;white-space:normal}.user-management-email-tooltip-fixed{position:fixed!important;transform:translate(-50%) translateY(0)!important;z-index:9999!important;pointer-events:auto}.user-management-email-tooltip-arrow{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ffffff}.user-management-email-tooltip-arrow:before{content:"";position:absolute;top:-1px;left:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #eaeaea}.user-management-email-tooltip-content{display:flex;align-items:center;gap:.5rem;min-width:0;overflow:hidden}.user-management-email-tooltip-link{flex:1;color:#1a202c;text-decoration:underline;font-family:Gotham,Gotham Book,sans-serif;font-size:.75rem;font-weight:400;line-height:normal;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-management-email-tooltip-copy{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;width:1.25rem;height:1.25rem;flex-shrink:0;transition:opacity .2s}.user-management-email-tooltip-copy:hover{opacity:.8}.user-management-icon-inactive{border-color:#c4c4c4!important;color:#c4c4c4!important;cursor:not-allowed!important;opacity:1}.user-management-icon-inactive:hover{border-color:#c4c4c4!important;background-color:#fff!important}.user-management-email-icon.user-management-icon-inactive svg{color:#c4c4c4!important}.user-management-action-icon.user-management-icon-inactive svg{color:#c4c4c4!important}.user-management-action-icon.user-management-icon-inactive img{filter:grayscale(100%) brightness(.77);opacity:.2}.user-detail-page-container h2,.user-detail-page-container p{margin:0;padding:0}.user-detail-page-container{width:100%;max-width:90rem;margin:0 auto;padding:0;background:#f0f2f6;min-height:calc(100vh - 100px);padding-top:2.5rem;padding-bottom:2.5rem}.user-detail-page-header{margin-bottom:2.5rem;width:100%;max-width:68.5625rem;margin-left:0;margin-right:auto;padding:0}.user-detail-page-title{font-family:Gotham,Plus Jakarta Sans,sans-serif!important;font-weight:700!important;font-size:1.875rem!important;line-height:3.25rem!important;color:#1a202c!important;text-transform:uppercase!important;margin:0 0 .5rem!important;letter-spacing:0!important;text-align:left!important;font-style:normal!important;padding:0!important;display:block!important;width:100%!important;box-sizing:border-box!important}.user-detail-breadcrumbs{display:flex;align-items:center;gap:0;text-align:left;margin-bottom:1rem;width:100%}.user-detail-breadcrumb-link{color:#1a202c;font-family:Plus Jakarta Sans,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:160%;letter-spacing:-.0225rem;text-decoration:none;cursor:pointer;transition:opacity .2s;opacity:.75;background:none;border:none;padding:0}.user-detail-breadcrumb-link:hover{opacity:.75}.user-detail-breadcrumb-separator{margin-left:0;color:#1a202c;font-family:Plus Jakarta Sans,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:160%;letter-spacing:-.0225rem}.user-detail-breadcrumb-current{margin-left:.5rem;color:#0068ff;font-family:Plus Jakarta Sans,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:160%;letter-spacing:-.0225rem}.user-detail-card{background:#fff;border-radius:.4375rem;box-shadow:0 0 1.25rem #9a9a9a1a;display:flex;min-height:33.8125rem;position:relative;overflow:hidden;width:100%;max-width:68.875rem;margin:0 auto 0 0}@media(min-width:80rem){.user-detail-card,.user-detail-page-header{max-width:calc(100vw - 266px - 4rem)}}@media(min-width:90rem){.user-detail-card,.user-detail-page-header{max-width:75rem}}.user-detail-sidebar{background:#fafafa;width:17.4375rem;min-width:17.4375rem;padding:5.25rem 0 0!important;display:flex;flex-direction:column;align-items:center;gap:0!important;flex-shrink:0}.user-detail-profile-pic-container{width:11.5rem!important;height:11.5rem!important;border-radius:50%;overflow:hidden;margin-bottom:0!important;flex-shrink:0}.user-detail-profile-pic{width:100%;height:100%;object-fit:cover;display:block}.user-detail-action-buttons{display:flex;flex-direction:column;gap:.375rem!important;width:10.4375rem!important;min-width:10.4375rem!important;align-items:stretch;margin-top:5.875rem!important;overflow:visible!important}.user-detail-status-button{width:100%;height:2.4375rem!important;padding:0 1.25rem!important;border-radius:6.25rem;border:none;font-family:Gotham,Plus Jakarta Sans,sans-serif!important;font-weight:500!important;font-size:.875rem!important;font-style:normal!important;line-height:normal!important;text-align:center!important;color:#fff!important;cursor:pointer;transition:opacity .2s;box-sizing:border-box!important;white-space:nowrap!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.625rem!important;flex-shrink:0!important;align-self:stretch!important}.user-detail-status-button:hover{opacity:.9}.user-detail-delete-button{width:10.4375rem!important;height:2.8125rem!important;padding:.375rem .625rem!important;border:.0625rem solid #ea5534!important;border-radius:6.25rem;background:transparent!important;font-family:Gotham,Plus Jakarta Sans,sans-serif!important;font-weight:500!important;font-size:.875rem!important;font-style:normal!important;line-height:normal!important;text-align:center!important;color:#000!important;cursor:pointer;transition:background-color .2s,color .2s;display:flex!important;align-items:center!important;justify-content:center!important;gap:.625rem!important;box-sizing:border-box!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;flex-shrink:0!important}.user-detail-delete-button:hover{background-color:#ea5534!important;color:#fff!important}.user-detail-content{flex:1;padding:2.5rem 1.375rem!important;display:flex;flex-direction:column;gap:1.8125rem!important;width:100%;box-sizing:border-box;min-width:0;align-items:stretch}.user-detail-status-row{display:flex;align-items:center;justify-content:flex-end;gap:1.3125rem!important;width:100%;margin:0;padding:0;align-self:flex-end}.user-detail-status-label{font-family:Gotham,Plus Jakarta Sans,sans-serif!important;font-weight:400!important;font-size:1rem!important;line-height:1.25rem!important;color:#011352!important;letter-spacing:.00625rem!important;text-align:right!important;font-style:normal!important;margin:0!important;padding:0!important;white-space:nowrap!important;display:inline-block!important;box-sizing:border-box!important;width:10.75rem!important}.user-detail-status-badge{padding:.375rem .625rem!important;border-radius:6.25rem;font-family:Gotham,Plus Jakarta Sans,sans-serif!important;font-weight:700!important;font-size:.875rem!important;line-height:normal!important;text-align:center!important;color:#fff!important;white-space:nowrap!important;height:1.8125rem!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;font-style:normal!important;letter-spacing:0!important;box-sizing:border-box!important;width:6.8125rem!important;flex-shrink:0}.user-detail-name-section{display:flex;flex-direction:column;gap:0!important;width:100%;margin:0!important;padding:0!important;align-items:flex-start}.user-detail-name{font-family:Gotham,Plus Jakarta Sans,sans-serif!important;font-weight:700!important;font-size:1.875rem!important;line-height:normal!important;color:#1a202c!important;text-transform:uppercase!important;margin:0!important;padding:0!important;text-align:left!important;font-style:normal!important;letter-spacing:0!important;display:block!important;width:18.625rem!important;box-sizing:border-box!important}.user-detail-email{font-family:Gotham,Plus Jakarta Sans,sans-serif!important;font-weight:400!important;font-size:1rem!important;line-height:1.25rem!important;color:#011352!important;letter-spacing:.00625rem!important;margin:0!important;margin-top:.5rem!important;padding:0!important;text-align:left!important;font-style:normal!important;display:block!important;width:26.125rem!important;box-sizing:border-box!important}.user-detail-divider{width:100%;height:.0625rem!important;background:#e5e5e5!important;margin:0!important;padding:0!important;border:none!important;flex-shrink:0}.user-detail-details-section{display:flex!important;flex-direction:column!important;gap:1.0625rem!important;align-items:stretch!important;width:100%;margin:0!important;padding:0!important}.user-detail-detail-row{display:flex!important;flex-direction:row!important;gap:.5rem!important;align-items:flex-start!important;width:100%;margin:0!important;padding:0!important}.user-detail-detail-label{font-family:Gotham,Plus Jakarta Sans,sans-serif!important;font-weight:400!important;font-size:1rem!important;line-height:1.25rem!important;color:#011352!important;letter-spacing:.00625rem!important;text-align:left!important;font-style:normal!important;margin:0!important;padding:0!important;display:block!important;width:12.5625rem!important;min-width:12.5625rem!important;flex-shrink:0!important;box-sizing:border-box!important;white-space:nowrap!important}.user-detail-detail-value{color:#011352!important;font-family:Gotham,Plus Jakarta Sans,sans-serif!important;font-size:1rem!important;font-style:normal!important;font-weight:500!important;line-height:1.25rem!important;letter-spacing:.00625rem!important;text-align:left!important;margin:0!important;padding:0!important;display:block!important;flex:1!important;min-width:0!important;box-sizing:border-box!important;max-width:26.125rem!important}.user-detail-marketing-section{display:flex;align-items:center;justify-content:space-between;width:100%;height:4.25rem!important;margin:0;padding:0}.user-detail-marketing-label{color:#011352!important;font-family:Gotham,Plus Jakarta Sans,sans-serif!important;font-size:1.125rem!important;font-style:normal!important;font-weight:500!important;line-height:1.25rem!important;letter-spacing:.00625rem!important;text-align:left!important;margin:0!important;padding:0!important;display:block!important;box-sizing:border-box!important;width:26.125rem!important}.user-detail-marketing-buttons{display:flex;gap:.75rem!important;align-items:center}.user-detail-marketing-button{width:5.5625rem!important;height:2.8125rem!important;padding:0 1.25rem!important;border-radius:2.5rem;border:none;font-family:Gotham,Plus Jakarta Sans,sans-serif!important;font-weight:500!important;font-size:1rem!important;line-height:1.5!important;text-align:center!important;color:#fff!important;cursor:pointer;transition:opacity .2s;letter-spacing:-.02rem!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}.user-detail-marketing-button:hover{opacity:.9}.user-detail-marketing-button-active{background-color:#0068ff!important}.user-detail-marketing-button-inactive{background-color:#d9d9d9!important}@media(max-width:64rem){.user-detail-page-container{padding:1.5rem 1rem!important}.user-detail-page-header{margin-bottom:1.5rem!important;max-width:100%;padding:0!important}.user-detail-card{flex-direction:column;max-width:100%;min-height:auto;margin-left:0!important;margin-right:0!important}.user-detail-sidebar{width:100%!important;min-width:100%!important;padding:2rem 1.25rem!important;flex-direction:row;justify-content:center;align-items:center;gap:1.5rem!important}.user-detail-profile-pic-container{width:7.5rem!important;height:7.5rem!important;margin-bottom:0!important;flex-shrink:0}.user-detail-action-buttons{flex-direction:row;width:auto!important;min-width:auto!important;gap:.75rem!important;flex-wrap:wrap;justify-content:center}.user-detail-status-button,.user-detail-delete-button{width:auto!important;min-width:7.5rem!important;flex-shrink:0}.user-detail-content{padding:1.875rem 1.25rem!important;gap:1.5rem!important}.user-detail-status-row{justify-content:flex-start;gap:1rem!important}.user-detail-details-section{flex-direction:column!important;gap:1rem!important}.user-detail-detail-row{flex-direction:row!important;gap:.75rem!important}.user-detail-detail-label{width:auto!important;min-width:10rem!important;flex-shrink:0!important}.user-detail-detail-value{flex:1!important;max-width:none!important}.user-detail-marketing-section{flex-direction:column;align-items:flex-start;gap:1rem!important;height:auto!important}.user-detail-marketing-label{width:100%!important}}@media(max-width:48rem){.user-detail-page-container{padding:1rem .75rem!important}.user-detail-page-header{margin-bottom:1.25rem!important;padding:0!important}.user-detail-page-title{font-size:1.5rem!important;line-height:2.25rem!important;margin-bottom:.5rem!important}.user-detail-page-subtitle{font-size:1rem!important;line-height:1.5!important}.user-detail-card{border-radius:.25rem;margin-left:0!important;margin-right:0!important}.user-detail-sidebar{flex-direction:column;padding:1.5rem 1rem!important;gap:1.25rem!important;align-items:center}.user-detail-profile-pic-container{width:6.25rem!important;height:6.25rem!important}.user-detail-action-buttons{flex-direction:column;width:100%!important;min-width:100%!important;max-width:100%!important;gap:.75rem!important;align-items:stretch}.user-detail-status-button,.user-detail-delete-button{width:100%!important;min-width:100%!important}.user-detail-content{padding:1.5rem 1rem!important;gap:1.25rem!important}.user-detail-name{font-size:1.5rem!important;width:100%!important;line-height:1.3!important}.user-detail-email{width:100%!important;margin-top:.5rem!important;font-size:.9375rem!important}.user-detail-status-row{flex-direction:column;align-items:flex-start;gap:.75rem!important;width:100%}.user-detail-status-label{width:auto!important;text-align:left!important}.user-detail-details-section{flex-direction:column!important;gap:.875rem!important}.user-detail-detail-row{flex-direction:column!important;gap:.25rem!important;align-items:flex-start}.user-detail-detail-label{width:100%!important;min-width:100%!important}.user-detail-detail-value{width:100%!important;max-width:100%!important}.user-detail-marketing-section{flex-direction:column;align-items:flex-start;gap:.75rem!important;height:auto!important}.user-detail-marketing-label{font-size:1rem!important;width:100%!important}.user-detail-marketing-buttons{width:100%!important;justify-content:flex-start;gap:.75rem!important}.user-detail-marketing-button{flex:1;min-width:6rem!important;max-width:7.5rem}}@media(max-width:30rem){.user-detail-page-container{padding:.75rem .5rem!important}.user-detail-page-header{margin-bottom:1rem!important;padding:0!important}.user-detail-page-title{font-size:1.25rem!important;line-height:1.75rem!important;margin-bottom:.375rem!important}.user-detail-page-subtitle{font-size:.875rem!important;line-height:1.4!important}.user-detail-card{border-radius:.25rem}.user-detail-sidebar{padding:1.25rem .875rem!important;gap:1rem!important}.user-detail-profile-pic-container{width:5rem!important;height:5rem!important}.user-detail-action-buttons{gap:.625rem!important}.user-detail-content{padding:1.25rem .875rem!important;gap:1rem!important}.user-detail-name{font-size:1.25rem!important;line-height:1.4!important}.user-detail-email{font-size:.875rem!important}.user-detail-status-badge{font-size:.75rem!important;padding:.25rem .5rem!important;height:auto!important;width:auto!important;min-width:4rem!important}.user-detail-detail-label,.user-detail-detail-value{font-size:.875rem!important;line-height:1.4!important}.user-detail-details-labels,.user-detail-details-values{gap:.75rem!important}.user-detail-marketing-label{font-size:.9375rem!important}.user-detail-marketing-button{font-size:.875rem!important;padding:.5rem .875rem!important;height:2.5rem!important;min-width:5rem!important}}@font-face{font-family:Gotham;src:url(/assets/Gotham-Book-B_oGi-GI.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/assets/Gotham-Book-B_oGi-GI.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/assets/Gotham-Bold-Bzm9ebHy.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}html{scroll-behavior:smooth}body{font-family:Inter,Plus Jakarta Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.card{border-radius:10px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0px 0px 20px 0px rgba(154, 154, 154, .1);--tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.badge{border-radius:8px;padding:.375rem .625rem;font-size:14px;line-height:1.5;font-weight:700}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-\[12\.45\%_4\.96\%_35\.93\%_4\.96\%\]{top:12.45%;right:4.96%;bottom:35.93%;left:4.96%}.inset-\[7\.14\%_0\]{top:7.14%;right:0;bottom:7.14%;left:0}.-top-1{top:-.25rem}.-top-\[1px\]{top:-1px}.bottom-2{bottom:.5rem}.left-0{left:0}.left-4{left:1rem}.right-0{right:0}.right-2{right:.5rem}.right-6{right:1.5rem}.top-0{top:0}.top-4{top:1rem}.top-full{top:100%}.isolate{isolation:isolate}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.m-6{margin:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.-mt-1{margin-top:-.25rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[12\.5px\]{margin-bottom:12.5px}.mb-\[35px\]{margin-bottom:35px}.mb-\[40px\]{margin-bottom:40px}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-auto{margin-right:auto}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.\!block{display:block!important}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.list-item{display:list-item}.hidden{display:none}.aspect-\[27\.43\/24\]{aspect-ratio:27.43/24}.aspect-square{aspect-ratio:1 / 1}.size-full{width:100%;height:100%}.h-10{height:2.5rem}.h-12{height:3rem}.h-3{height:.75rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[1\.625rem\]{height:1.625rem}.h-\[100px\]{height:100px}.h-\[184px\]{height:184px}.h-\[23px\]{height:23px}.h-\[3\.125rem\]{height:3.125rem}.h-\[32px\]{height:32px}.h-\[38px\]{height:38px}.h-\[40px\]{height:40px}.h-\[50px\]{height:50px}.h-\[80px\]{height:80px}.h-full{height:100%}.h-screen{height:100vh}.min-h-0{min-height:0px}.min-h-\[150vh\]{min-height:150vh}.min-h-\[200px\]{min-height:200px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-3{width:.75rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[1\.625rem\]{width:1.625rem}.w-\[100px\]{width:100px}.w-\[143px\]{width:143px}.w-\[184px\]{width:184px}.w-\[266px\]{width:266px}.w-\[3\.125rem\]{width:3.125rem}.w-\[32px\]{width:32px}.w-\[38px\]{width:38px}.w-\[50px\]{width:50px}.w-\[80px\]{width:80px}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[120px\]{min-width:120px}.min-w-\[180px\]{min-width:180px}.min-w-\[200px\]{min-width:200px}.min-w-\[400px\]{min-width:400px}.max-w-2xl{max-width:42rem}.max-w-\[120px\]{max-width:120px}.max-w-\[279px\]{max-width:279px}.max-w-\[90vw\]{max-width:90vw}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-\[13px\]{gap:13px}.gap-\[14px\]{gap:14px}.gap-\[17px\]{gap:17px}.gap-\[21px\]{gap:21px}.gap-\[30px\]{gap:30px}.gap-x-1\.5{column-gap:.375rem}.gap-y-1{row-gap:.25rem}.gap-y-4{row-gap:1rem}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:7px}.rounded-\[10px\]{border-radius:10px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:10px}.rounded-md{border-radius:8px}.rounded-sm{border-radius:4px}.border{border-width:1px}.border-0{border-width:0px}.border-\[0\.5px\]{border-width:.5px}.border-b-2{border-bottom-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-border{--tw-border-opacity: 1;border-color:rgb(217 217 217 / var(--tw-border-opacity, 1))}.border-gray-border-light{--tw-border-opacity: 1;border-color:rgb(234 234 234 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:rgb(0 104 255 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/45{background-color:#00000073}.bg-black\/50{background-color:#00000080}.bg-category-ai{--tw-bg-opacity: 1;background-color:rgb(92 136 150 / var(--tw-bg-opacity, 1))}.bg-category-fintech{--tw-bg-opacity: 1;background-color:rgb(234 85 52 / var(--tw-bg-opacity, 1))}.bg-category-space{--tw-bg-opacity: 1;background-color:rgb(123 104 238 / var(--tw-bg-opacity, 1))}.bg-category-web3{--tw-bg-opacity: 1;background-color:rgb(97 204 171 / var(--tw-bg-opacity, 1))}.bg-dark{--tw-bg-opacity: 1;background-color:rgb(1 6 33 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-background{--tw-bg-opacity: 1;background-color:rgb(240 242 246 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(0 104 255 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[21px\]{padding-left:21px;padding-right:21px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-\[10px\]{padding-left:10px}.pl-\[15px\]{padding-left:15px}.pl-\[18px\]{padding-left:18px}.pt-3{padding-top:.75rem}.text-center{text-align:center}.font-gotham{font-family:Gotham,Inter,sans-serif}.font-jakarta{font-family:Plus Jakarta Sans,sans-serif}.text-2xl{font-size:22px;line-height:1.3}.text-4xl{font-size:30px;line-height:1.3}.text-8xl{font-size:6rem;line-height:1}.text-\[16px\]{font-size:16px}.text-\[20px\]{font-size:20px}.text-base{font-size:16px;line-height:1.5}.text-lg{font-size:18px;line-height:1.3}.text-sm{font-size:14px;line-height:1.5}.text-xl{font-size:20px;line-height:1.5}.text-xs{font-size:12px;line-height:1.5}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-\[1\.5\]{line-height:1.5}.leading-\[1\.6\]{line-height:1.6}.leading-none{line-height:1}.text-\[\#1A202C\]{--tw-text-opacity: 1;color:rgb(26 32 44 / var(--tw-text-opacity, 1))}.text-\[\#d1d1d1\]{--tw-text-opacity: 1;color:rgb(209 209 209 / var(--tw-text-opacity, 1))}.text-\[rgba\(0\,0\,0\,0\.88\)\]{color:#000000e0}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(0 104 255 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-text-muted{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity, 1))}.text-text-primary{--tw-text-opacity: 1;color:rgb(26 32 44 / var(--tw-text-opacity, 1))}.text-text-primary\/60{color:#1a202c99}.text-text-secondary{--tw-text-opacity: 1;color:rgb(103 104 105 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.sepia{--tw-sepia: sepia(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ant-btn-primary{background-color:#0068ff!important;border-color:#0068ff!important}.ant-btn-primary:hover{background-color:#0052cc!important;border-color:#0052cc!important}.ant-input:focus,.ant-input-focused{border-color:#0068ff!important;box-shadow:0 0 0 2px #0068ff1a!important}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#0068ff!important}.ant-checkbox-checked .ant-checkbox-inner{background-color:#0068ff!important;border-color:#0068ff!important}.ant-select-multiple .ant-select-item-option-state{display:inline-flex!important;align-items:center}.ant-select-multiple .ant-select-item-option-state .ant-checkbox{display:inline-flex!important;visibility:visible!important}.ant-select-multiple .ant-select-item-option-state .ant-checkbox-inner{display:block!important;visibility:visible!important}.ant-select-multiple .ant-select-selection-item{background-color:#f0f0f0;border:1px solid #d9d9d9;border-radius:4px;margin:2px 0}.ant-select-multiple .ant-select-selection-overflow{gap:.5rem!important}.ant-select-multiple .ant-select-selection-item-remove{color:#8c8c8c}.ant-select-multiple .ant-select-selection-item-remove:hover{color:#0068ff}.ant-select-dropdown .ant-select-item-option{padding-left:24px}.ant-message,.ant-message .ant-message-notice-content{font-family:Gotham,Inter,sans-serif!important}.ant-modal-mask{background-color:#00000073!important;pointer-events:auto}.ant-modal-wrap{pointer-events:auto}.hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgb(0 104 255 / var(--tw-border-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(0 104 255 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-dark:hover{--tw-bg-opacity: 1;background-color:rgb(0 82 204 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(0 104 255 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgb(0 104 255 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 104 255 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-70:disabled{opacity:.7}@media(min-width:640px){.sm\:ml-auto{margin-left:auto}.sm\:inline{display:inline}.sm\:h-\[100px\]{height:100px}.sm\:h-\[38px\]{height:38px}.sm\:h-\[97px\]{height:97px}.sm\:w-\[38px\]{width:38px}.sm\:w-\[97px\]{width:97px}.sm\:w-auto{width:auto}.sm\:flex-none{flex:none}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-\[17px\]{gap:17px}.sm\:gap-x-2{column-gap:.5rem}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:self-auto{align-self:auto}.sm\:break-normal{overflow-wrap:normal;word-break:normal}.sm\:p-2{padding:.5rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:py-0{padding-top:0;padding-bottom:0}.sm\:pb-6{padding-bottom:1.5rem}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}}@media(min-width:768px){.md\:inline{display:inline}.md\:w-5\/12{width:41.666667%}.md\:flex-1{flex:1 1 0%}.md\:gap-6{gap:1.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:pb-8{padding-bottom:2rem}}@media(min-width:1024px){.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:hidden{display:none}.lg\:max-w-none{max-width:none}.lg\:justify-start{justify-content:flex-start}.lg\:gap-0{gap:0px}.lg\:gap-x-4{column-gap:1rem}.lg\:p-8{padding:2rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-\[1\.9375rem\]{padding-top:1.9375rem;padding-bottom:1.9375rem}.lg\:pb-\[2\.5rem\]{padding-bottom:2.5rem}.lg\:pl-\[2\.8125rem\]{padding-left:2.8125rem}.lg\:pr-\[3\.5625rem\]{padding-right:3.5625rem}}
