@import url("https://fonts.cdnfonts.com/css/open-sauce-one");:root{color-scheme:light!important}*{box-sizing:border-box;margin:0;padding:0;font-family:Open Sauce One}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footerstyles_footer__xw4Cq{background:linear-gradient(112.87deg,#0AAAEB 38.74%,#066085 112.08%);padding:48px 20px}.footerstyles_container__vdHek{width:100%;max-width:1320px;margin:0 auto;display:flex}.footerstyles_footerMainWrapper__bVEsW{display:flex;align-items:stretch;justify-content:space-between;gap:48px;width:100%}.footerstyles_footerLeftCol__SSGc3,.footerstyles_footerRightCol__W7rNL{display:flex;flex-direction:column;justify-content:space-between;gap:40px}.footerstyles_footerLeftCol__SSGc3{gap:72px}.footerstyles_footerLogoWrap__cN_T6{display:flex;align-items:center}.footerstyles_footerLogo__nRLDW{width:auto}.footerstyles_footerMenuWrapper__6DiN8{display:flex;align-items:center;gap:44px}.footerstyles_footerMenuLink__1c6Vv{display:flex;align-items:center;gap:12px;color:#ffffff;text-decoration:none;font-size:14px;line-height:110%;font-weight:400;letter-spacing:.3px;transition:color .3s ease}.footerstyles_footerMenuLink__1c6Vv:hover{color:#313131}.footerstyles_linksWrap__Xn284{width:100%;max-width:45rem;display:flex;justify-content:space-between;gap:100px}.footerstyles_socialLinksWrap__6hSME{display:flex;align-items:center;gap:28px}.footerstyles_socialIconLink__8ilsy{display:flex;align-items:center;justify-content:center;transition:.3s ease}.footerstyles_socialIcon__Hwiqn{width:28px;height:28px}.footerstyles_socialIconLink__8ilsy:hover{transform:scale(1.1)}.footerstyles_quickLinksWrap__0aLD0{width:100%;max-width:17.875rem;display:flex;column-gap:80px}.footerstyles_languageSelector__gZKpp{display:flex;flex-direction:column;align-items:flex-start;gap:16px;position:relative}.footerstyles_label__mXRT9{font-size:16px;line-height:18px;font-weight:400;color:#ffffff}.footerstyles_languageDropdown__odhkd{padding:18px 28px;border-radius:48px;border:1px solid #adadad;font-size:14px;line-height:18px;font-weight:400;color:#CACACA;width:20rem;appearance:none}.footerstyles_dropdownIcon__tgnkM{position:absolute;bottom:24px;right:28px}.footerstyles_column__wTq1z{display:flex;flex-direction:column;gap:40px}.footerstyles_otherLinksColumn__k_sge{display:flex;flex-direction:column;gap:28px}.footerstyles_otherLinkMainWrap__HsbU0{display:flex;gap:12px;align-items:flex-start}.footerstyles_otherLinkTextWrap___DPnA{display:flex;flex-direction:column;gap:8px}.footerstyles_otherLinkHeading__GNifX{color:#ffffff;text-transform:capitalize;font-size:14px;line-height:110%;font-weight:600;letter-spacing:.3px}.footerstyles_otherLink__fxpk0{font-size:14px;line-height:110%;font-weight:400;color:#ffffff;text-decoration:underline;transition:.3s ease}.footerstyles_otherLink__fxpk0:hover{color:#313131}.footerstyles_link__Seuvw{color:#ffffff;text-decoration:none;font-size:16px;line-height:110%;font-weight:400;letter-spacing:.3px;transition:.3s ease}.footerstyles_link__Seuvw:hover{color:#313131}.footerstyles_bottomTextWrapper__sHiGj{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;width:100%}.footerstyles_copyrightText__s3ROO{font-size:14px;line-height:110%;font-weight:400;color:#ffffff}.footerstyles_termsLinkWrapper__it93e{display:flex;flex-direction:column;gap:32px}.footerstyles_termsLink__zMOjS{font-size:14px;line-height:110%;font-weight:400;letter-spacing:0;color:#ffffff;transition:.3s ease}.footerstyles_termsLink__zMOjS:hover{color:#313131}@media screen and (max-width:1048px){.footerstyles_footerLeftCol__SSGc3{gap:64px}}@media screen and (max-width:992px){.footerstyles_footerLogo__nRLDW{width:200px}.footerstyles_footerMenuWrapper__6DiN8{flex-wrap:wrap;column-gap:32px;row-gap:16px}}@media screen and (max-width:768px){.footerstyles_container__vdHek{row-gap:40px}.footerstyles_footerMainWrapper__bVEsW{flex-direction:column}.footerstyles_footerLeftCol__SSGc3{gap:40px}.footerstyles_linksWrap__Xn284{max-width:100%;flex-wrap:wrap;gap:40px}.footerstyles_quickLinksWrap__0aLD0{max-width:16rem;column-gap:48px}.footerstyles_footerLogo__nRLDW{width:180px}.footerstyles_column__wTq1z{gap:32px}.footerstyles_termsLinkWrapper__it93e{gap:20px}}@media screen and (max-width:480px){.footerstyles_footer__xw4Cq{padding:40px 16px}.footerstyles_container__vdHek{row-gap:40px}.footerstyles_footerLeftCol__SSGc3,.footerstyles_footerRightCol__W7rNL{gap:32px}.footerstyles_linksWrap__Xn284{max-width:100%;flex-wrap:wrap;gap:40px}.footerstyles_quickLinksWrap__0aLD0{max-width:16rem;column-gap:40px}.footerstyles_footerLogo__nRLDW{width:160px}.footerstyles_footerMenuWrapper__6DiN8{column-gap:20px}.footerstyles_column__wTq1z,.footerstyles_termsLinkWrapper__it93e{gap:16px}.footerstyles_otherLinksColumn__k_sge{gap:20px}.footerstyles_languageDropdown__odhkd{padding:16px 24px;width:17.5rem}.footerstyles_copyrightText__s3ROO,.footerstyles_label__mXRT9,.footerstyles_link__Seuvw,.footerstyles_otherLinkHeading__GNifX,.footerstyles_termsLink__zMOjS{font-size:14px;line-height:18px}.footerstyles_socialIconLink__8ilsy,.footerstyles_socialLinksWrap__6hSME{gap:16px}.footerstyles_socialIcon__Hwiqn{width:24px;height:24px}}@media screen and (max-width:375px){.footerstyles_socialIcon__Hwiqn{width:22px;height:22px}}.footerModal_overlay__9U9DL{position:fixed;inset:0;z-index:100050;background:rgba(0,0,0,.45);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility 0s linear .28s;display:flex;align-items:flex-end;justify-content:center}.footerModal_overlayOpen__I036L{opacity:1;visibility:visible;transition:opacity .28s ease,visibility 0s linear 0s}.footerModal_sheet__JnV3w{position:relative;width:100%;max-height:92vh;background:#ffffff;border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden;transform:translateY(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);box-shadow:0 -12px 40px rgba(0,0,0,.18)}.footerModal_sheetOpen__KdXR5{transform:translateY(0)}.footerModal_sheetInner__iL7yh{width:100%;max-height:92vh;overflow-y:auto;overflow-x:hidden}.footerModal_sheetInner__iL7yh::-webkit-scrollbar{width:6px}.footerModal_sheetInner__iL7yh::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:4px}.footerModal_closeBtn__X_Srd{position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:50%;border:none;background:rgba(255,255,255,.95);color:#313131;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:background-color .15s ease,transform .15s ease}.footerModal_closeBtn__X_Srd:hover{background:#ffffff;transform:scale(1.05)}@media (max-width:768px){.footerModal_sheetInner__iL7yh,.footerModal_sheet__JnV3w{max-height:96vh}.footerModal_closeBtn__X_Srd{top:12px;right:12px;width:34px;height:34px}}.globalSidebar_sidebarSlot__79Dxq{flex-shrink:0;width:68px;transition:width .32s cubic-bezier(.22,1,.36,1);z-index:50;will-change:width}.globalSidebar_sidebarSlotHome__LAmpi{position:relative;align-self:stretch;width:100%;height:100%}.globalSidebar_sidebarSlotOverlay__05JMN{position:fixed;top:84px;left:0;bottom:0;width:122px}.globalSidebar_sidebarSlotExpanded__OwogQ,.globalSidebar_sidebarSlotOverlay__05JMN.globalSidebar_sidebarSlotExpanded__OwogQ{width:320px}.globalSidebar_sidebar__ahXuK{width:100%;background:#ffffff;border-right:.15px solid #b2b3b2;border-radius:0;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .25s ease}.globalSidebar_sidebarSlotHome__LAmpi .globalSidebar_sidebar__ahXuK,.globalSidebar_sidebarSlotOverlay__05JMN .globalSidebar_sidebar__ahXuK{height:100%}.globalSidebar_sidebarInner__ahGkO{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.globalSidebar_sidebarInner__ahGkO::-webkit-scrollbar{width:4px}.globalSidebar_sidebarInner__ahGkO::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:4px}.globalSidebar_coverWrap__4YnXA{position:relative;width:100%;height:72px;background:linear-gradient(135deg,#e6f5ff,#cfe9ff);overflow:hidden;transition:height .32s cubic-bezier(.22,1,.36,1);flex-shrink:0;cursor:pointer}.globalSidebar_coverWrap__4YnXA:focus-visible{outline:2px solid #3AC7FF;outline-offset:-2px}.globalSidebar_sidebarExpanded__fx3Qz .globalSidebar_coverWrap__4YnXA{height:88px}.globalSidebar_coverImage__gw209{width:100%;height:100%;object-fit:cover;display:block}.globalSidebar_coverCollapsed__kWF60{height:72px;background:#ffffff;border-bottom:1px solid #f0f0f0}.globalSidebar_toggleBtn__PFEUg{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:6px;border:none;background:rgba(255,255,255,.9);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,transform .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px rgba(0,0,0,.08);z-index:2}.globalSidebar_toggleBtn__PFEUg:hover{background:#ffffff}.globalSidebar_toggleIcon__KfFwv{width:22px;height:22px;color:#313131;transition:transform .32s cubic-bezier(.22,1,.36,1)}.globalSidebar_sidebarExpanded__fx3Qz .globalSidebar_toggleIcon__KfFwv{transform:scaleX(-1)}.globalSidebar_toggleCollapsedWrap__xt_ti{display:flex;align-items:center;justify-content:center;height:56px;flex-shrink:0}.globalSidebar_toggleCollapsedBtn__EPPWW{width:40px;height:40px;border-radius:8px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease}.globalSidebar_toggleCollapsedBtn__EPPWW:hover{background:#f0f0f0}.globalSidebar_profileSection__KSyGI{padding:0 32px 12px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:start;margin-top:-32px;position:relative;flex-shrink:0;z-index:8}.globalSidebar_avatarWrap__8x5Sy{width:56px;height:56px;border-radius:50%;border:none;background:none;overflow:hidden;cursor:pointer;flex-shrink:0;box-shadow:none}.globalSidebar_avatarImg__h170T{width:100%;height:100%;object-fit:cover;display:block}.globalSidebar_avatarFallback__Us6Gl{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e0e0e0;color:#313131;font-weight:600;font-size:28px}.globalSidebar_userName__WRrAb{font-size:20px;font-weight:500;line-height:110%;letter-spacing:0;color:#000000;cursor:pointer;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.globalSidebar_userTagline__VAPLa{color:#313131;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.globalSidebar_userLocation___xxXF,.globalSidebar_userTagline__VAPLa{font-size:12px;line-height:140%;font-weight:400;text-transform:capitalize}.globalSidebar_userLocation___xxXF{display:inline-flex;align-items:center;gap:4px;color:#939393}.globalSidebar_locIcon__vgEb9{width:12px;height:12px}.globalSidebar_railAvatarWrap__iF9W5{display:flex;align-items:center;justify-content:center;padding:10px 0 16px;flex-shrink:0}.globalSidebar_railAvatar__LSbT9{width:56px;height:56px;border-radius:50%;overflow:hidden;cursor:pointer;flex-shrink:0;border:1px solid #ebebeb}.globalSidebar_railAvatarImg__knZ4t{width:100%;height:100%;object-fit:cover;display:block}.globalSidebar_railAvatarFallback__zc7H3{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e0e0e0;color:#313131;font-weight:600;font-size:16px}.globalSidebar_railList__F9UzF{display:flex;flex-direction:column;gap:16px;padding:0 10px}.globalSidebar_railBtn__cE_61{width:48px;height:48px;margin:0 auto;border-radius:10px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#444;transition:background-color .15s ease,color .15s ease}.globalSidebar_railBtn__cE_61:hover{background:#f3f4f6;color:#111}.globalSidebar_railBtnActive__8EZ4c{background:#eef6ff;color:#007bcc}.globalSidebar_railIcon__2CKD_{width:24px;height:24px}.globalSidebar_focusWrap__1BHsX{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 32px;margin:16px 0 28px}.globalSidebar_focusLabel__3Gtic{font-size:16px;line-height:140%;font-weight:500;color:#313131;white-space:nowrap}.globalSidebar_switch__sd81z{position:relative;width:52px;height:22px;background:#d0d0d0;border-radius:999px;cursor:pointer;transition:background-color .2s ease;flex-shrink:0;border:none;padding:0}.globalSidebar_switchKnob__T1Vxr{position:absolute;top:2px;left:2px;width:18px;height:18px;background:#ffffff;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.15);transition:transform .2s ease}.globalSidebar_switchOn___G5E8{background:#5017FF}.globalSidebar_switchOn___G5E8 .globalSidebar_switchKnob__T1Vxr{transform:translateX(30px)}.globalSidebar_toolsSection__lZ8UN{padding:0 16px 0 24px;display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-height:0}.globalSidebar_newChatBtn__xaZ_9{display:flex;align-items:center;gap:12px;border:none;background:transparent;flex-shrink:0;cursor:pointer;padding:10px 12px;margin-bottom:8px;border-radius:8px;width:100%;font-size:16px;line-height:140%;font-weight:500;color:#313131;transition:background-color .15s ease}.globalSidebar_newChatBtn__xaZ_9:hover{background:#f3f4f6}.globalSidebar_newChatIcon__bsfev{width:24px;height:24px;color:#313131;flex-shrink:0}.globalSidebar_recentTitle__kzHHT{font-size:11px;font-weight:600;color:#8a8a8a;text-transform:uppercase;letter-spacing:.6px;flex-shrink:0;padding:10px 12px 6px;margin:0}.globalSidebar_chatList__5wqJs{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}.globalSidebar_chatList__5wqJs::-webkit-scrollbar{width:4px}.globalSidebar_chatList__5wqJs::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:4px}.globalSidebar_chatItem__cOvbh{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:10px 12px;border-radius:8px;font-size:14px;line-height:110%;font-weight:400;color:#313131;cursor:pointer;transition:background-color .15s ease}.globalSidebar_chatItem__cOvbh:hover{background:#f5f5f5}.globalSidebar_chatItemActive__JvM_e{background:#e6e6e6;font-weight:500}.globalSidebar_chatItemText__3YS5l{flex:1;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.globalSidebar_chatMenuWrap__dmAKU{position:relative;flex-shrink:0;opacity:0;transition:opacity .15s ease}.globalSidebar_chatItem__cOvbh:hover .globalSidebar_chatMenuWrap__dmAKU{opacity:1}.globalSidebar_chatMenuBtn__XdB66{background:transparent;border:none;cursor:pointer;padding:2px 6px;border-radius:4px;font-size:14px;color:#555;line-height:1}.globalSidebar_chatMenuBtn__XdB66:hover{background:rgba(0,0,0,.08)}.globalSidebar_chatMenuDropdown__CFJ76{position:absolute;right:0;top:100%;margin-top:4px;background:#ffffff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 14px rgba(0,0,0,.08);min-width:110px;z-index:100000;overflow:hidden}.globalSidebar_chatMenuOption__FF9IB{display:block;width:100%;padding:8px 12px;background:transparent;border:none;cursor:pointer;font-size:13px;text-align:left;color:#d32f2f}.globalSidebar_chatMenuOption__FF9IB:hover{background:#fff2f2}.globalSidebar_emptyRecent__fKuGd{padding:10px 12px;font-size:13px;color:#999;text-align:center}.globalSidebar_bottomSection__MKV_6{padding:20px;border-top:.15px solid #b2b3b2;margin-top:auto;flex-shrink:0}.globalSidebar_sidebar__ahXuK:not(.globalSidebar_sidebarExpanded__fx3Qz) .globalSidebar_bottomSection__MKV_6{border-top:none;padding:0}.globalSidebar_miniFooter__Rvwhp{display:none;flex-direction:column;gap:16px;padding:4px 4px 16px;border-bottom:.15px solid #b2b3b2;margin-bottom:16px}.globalSidebar_miniFooterLinks__TLHGb{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:12px;row-gap:6px}.globalSidebar_miniFooterLink__QoaUA,.globalSidebar_miniFooterMoreBtn__oFwwA{background:none;border:none;padding:0;font-size:12px;line-height:110%;font-weight:500;text-align:center;color:#939393;text-decoration:none;cursor:pointer;transition:color .2s ease,text-decoration .2s ease}.globalSidebar_miniFooterLink__QoaUA:hover,.globalSidebar_miniFooterMoreBtn__oFwwA:hover{color:#0AAAEB;text-decoration:underline}.globalSidebar_miniFooterBrand__nv1ef{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.globalSidebar_miniFooterLogo__61xqB{height:20px;width:auto;flex-shrink:0}.globalSidebar_miniFooterCopy__wf6FV{font-size:12px;line-height:110%;font-weight:400;color:#000000e6}@media (max-width:1200px){.globalSidebar_miniFooter__Rvwhp{display:flex}}.globalSidebar_socialLinksRow__oI71k{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 4px 16px}.globalSidebar_socialLink__XntKV{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;transition:transform .15s ease,background-color .15s ease}.globalSidebar_socialLink__XntKV:hover{transform:translateY(-1px);background:#f3f4f6}.globalSidebar_socialLinkIcon__7r2gY{width:22px;height:22px;display:block}.globalSidebar_luminaBtn__un0dg{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px;border-radius:8px;border:none;cursor:pointer;background-color:#5017FF;color:#ffffff;font-size:14px;line-height:110%;font-weight:400;text-transform:capitalize;transition:opacity .2s ease,transform .15s ease}.globalSidebar_luminaBtn__un0dg:hover{opacity:.92;transform:translateY(-1px)}.globalSidebar_luminaIcon__OeI2Q{width:42px;height:auto}.globalSidebar_luminaIconContainer__HsNwy{display:flex;align-items:center;gap:12px}.globalSidebar_luminaTextWrapper__3x6_q{display:flex;align-items:center;gap:4px}.globalSidebar_betaBadge__sfIko{width:auto;height:auto}.globalSidebar_luminaCollapsed__EIjlb{padding:10px 8px;margin:0 auto;border-radius:8px;border:none;cursor:pointer;background-color:#5017FF;color:#ffffff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transition:opacity .2s ease,transform .15s ease;text-align:start;font-size:14px;line-height:110%;font-weight:400;text-transform:capitalize}.globalSidebar_luminaCollapsedTextWrapper__sGFFi{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.globalSidebar_luminaCollapsed__EIjlb:hover{opacity:.92;transform:translateY(-1px)}.globalSidebar_deleteOverlay__PCipI{position:fixed;inset:0;z-index:100002;background:rgba(0,0,0,.4);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;animation:globalSidebar_fadeIn__yfYPT .2s ease}@keyframes globalSidebar_fadeIn__yfYPT{0%{opacity:0}to{opacity:1}}.globalSidebar_deleteModal__3ZV5h{background:#ffffff;border-radius:14px;padding:24px;max-width:380px;width:calc(100% - 32px);box-shadow:0 12px 32px rgba(0,0,0,.15)}.globalSidebar_deleteModalTitle__7UP6r{font-size:16px;font-weight:600;color:#111;margin:0 0 8px}.globalSidebar_deleteModalBody__15rwo{font-size:13.5px;color:#555;line-height:1.5;margin:0 0 20px}.globalSidebar_deleteModalFooter__R3b8S{display:flex;justify-content:flex-end;gap:8px}.globalSidebar_deleteCancelBtn__2wIvw,.globalSidebar_deleteConfirmBtn__r_QXv{padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;border:none;transition:background-color .15s ease}.globalSidebar_deleteCancelBtn__2wIvw{background:#f0f0f0;color:#313131}.globalSidebar_deleteCancelBtn__2wIvw:hover{background:#e5e5e5}.globalSidebar_deleteConfirmBtn__r_QXv{background:#d32f2f;color:#ffffff}.globalSidebar_deleteConfirmBtn__r_QXv:hover{background:#b71c1c}.globalSidebar_deleteCancelBtn__2wIvw:disabled,.globalSidebar_deleteConfirmBtn__r_QXv:disabled{opacity:.6;cursor:not-allowed}.globalSidebar_mobileFab__nJME7{display:none;position:fixed;top:96px;left:16px;right:auto;bottom:auto;width:40px;height:40px;border-radius:10px;background:#ffffff;border:1px solid #e5e5e5;box-shadow:0 4px 12px rgba(0,0,0,.1);cursor:pointer;z-index:100000;align-items:center;justify-content:center;color:#444}@media (max-width:480px){.globalSidebar_mobileFab__nJME7{top:80px}}.globalSidebar_mobileFabOpen__UsuRt{display:none!important}.globalSidebar_mobileCloseBtn__plLZl{display:none;position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:6px;border:none;background:rgba(255,255,255,.9);backdrop-filter:blur(6px);align-items:center;justify-content:center;cursor:pointer;color:#313131;box-shadow:0 1px 3px rgba(0,0,0,.08);z-index:3}.globalSidebar_mobileCloseBtn__plLZl:hover{background:#ffffff}.globalSidebar_mobileBackdrop__QXpMD{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:9999;opacity:0;visibility:hidden;transition:opacity .32s ease,visibility 0s linear .32s}@media (max-width:1340px){.globalSidebar_sidebarSlotOverlay__05JMN,.globalSidebar_sidebarSlotOverlay__05JMN.globalSidebar_sidebarSlotExpanded__OwogQ{top:88px;height:calc(100dvh - 88px);max-height:calc(100dvh - 88px)}.globalSidebar_profileSection__KSyGI{padding:0 20px 12px}.globalSidebar_userName__WRrAb{font-size:18px}.globalSidebar_focusWrap__1BHsX{padding:0 20px;margin:16px 0 24px}.globalSidebar_toolsSection__lZ8UN{padding:0 12px 0 14px}}@media (max-width:1580px){.globalSidebar_sidebarSlotOverlay__05JMN,.globalSidebar_sidebarSlotOverlay__05JMN.globalSidebar_sidebarSlotExpanded__OwogQ{display:block;position:fixed;top:84px;left:0;bottom:0;width:320px;height:calc(100dvh - 84px);max-height:calc(100dvh - 84px);z-index:99999;background:#ffffff;border-radius:0;transform:translateX(-100%);visibility:hidden;transition:transform .32s cubic-bezier(.22,1,.36,1),visibility 0s linear .32s;will-change:transform}.globalSidebar_sidebarSlotOverlay__05JMN.globalSidebar_sidebarSlotMobileOpen__KxQ1F{transform:translateX(0);visibility:visible;transition:transform .32s cubic-bezier(.22,1,.36,1),visibility 0s linear 0s}.globalSidebar_sidebarSlotOverlay__05JMN .globalSidebar_sidebar__ahXuK{border:none;border-radius:0;height:100%;max-height:100%}.globalSidebar_sidebarSlotOverlay__05JMN .globalSidebar_toggleBtn__PFEUg{display:none}.globalSidebar_mobileFabOverlay__ykd4k,.globalSidebar_sidebarSlotOverlay__05JMN .globalSidebar_mobileCloseBtn__plLZl{display:flex}.globalSidebar_mobileBackdropOverlay__USmgh{display:block}.globalSidebar_mobileBackdropOverlay__USmgh.globalSidebar_mobileBackdropOpen___z624{opacity:1;visibility:visible;transition:opacity .32s ease,visibility 0s linear 0s}}@media (max-width:992px){.globalSidebar_sidebarSlotOverlay__05JMN,.globalSidebar_sidebarSlotOverlay__05JMN.globalSidebar_sidebarSlotExpanded__OwogQ{top:76px;height:calc(100dvh - 76px);max-height:calc(100dvh - 76px)}}@media (max-width:868px){.globalSidebar_sidebarSlotOverlay__05JMN,.globalSidebar_sidebarSlotOverlay__05JMN.globalSidebar_sidebarSlotExpanded__OwogQ{top:72px;height:calc(100dvh - 72px);max-height:calc(100dvh - 72px)}}@media (max-width:820px){.globalSidebar_sidebarSlotHome__LAmpi{display:block;position:fixed;top:0;left:0;bottom:0;width:280px;height:100dvh;max-height:100dvh;z-index:99999;background:#ffffff;border-radius:0;transform:translateX(-100%);visibility:hidden;transition:transform .32s cubic-bezier(.22,1,.36,1),visibility 0s linear .32s;will-change:transform}.globalSidebar_sidebarSlotHome__LAmpi.globalSidebar_sidebarSlotMobileOpen__KxQ1F{transform:translateX(0);visibility:visible;transition:transform .32s cubic-bezier(.22,1,.36,1),visibility 0s linear 0s}.globalSidebar_sidebarSlotHome__LAmpi .globalSidebar_sidebar__ahXuK{border:none;border-radius:0;height:100%;max-height:100dvh}.globalSidebar_sidebarSlotOverlay__05JMN,.globalSidebar_sidebarSlotOverlay__05JMN.globalSidebar_sidebarSlotExpanded__OwogQ{width:280px;top:0;height:100dvh;max-height:100dvh}.globalSidebar_mobileFabHome__p2rxR,.globalSidebar_sidebarSlotHome__LAmpi .globalSidebar_mobileCloseBtn__plLZl{display:flex}.globalSidebar_mobileBackdropHome__JvEZY{display:block}.globalSidebar_mobileBackdropHome__JvEZY.globalSidebar_mobileBackdropOpen___z624{opacity:1;visibility:visible;transition:opacity .32s ease,visibility 0s linear 0s}.globalSidebar_userName__WRrAb{font-size:16px}.globalSidebar_focusWrap__1BHsX{margin:16px 0 20px}.globalSidebar_focusLabel__3Gtic,.globalSidebar_newChatBtn__xaZ_9{font-size:14px}.globalSidebar_newChatIcon__bsfev{width:20px;height:20px}.globalSidebar_bottomSection__MKV_6{padding:16px}.globalSidebar_luminaBtn__un0dg{padding:14px}.globalSidebar_luminaIcon__OeI2Q{width:38px}}@media (max-width:340px){.globalSidebar_sidebarSlotHome__LAmpi,.globalSidebar_sidebarSlotOverlay__05JMN,.globalSidebar_sidebarSlotOverlay__05JMN.globalSidebar_sidebarSlotExpanded__OwogQ{width:260px}}.profilestyles_fullPageStyle__VWyDK{width:100%}.profilestyles_fullPageContentStyle__GjO5j{display:block;width:100%;margin-top:40px}.profilestyles_profilePageStyle__DgpcI{width:100%;background-color:#fff;padding-bottom:80px}.profilestyles_contentWrapperStyle__rRCzW{display:flex;align-items:flex-start;gap:20px;margin-top:40px;justify-content:center}.profilestyles_profileMainWrapper__rnIu6{width:100%;max-width:1320px;display:block;margin:0 auto}.profilestyles_headerStyle__kEfCO{width:100%;height:32.75rem;position:relative;display:flex;justify-content:center}.profilestyles_backgroundImageStyle__eJfB6{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0 0 24px 24px}.profilestyles_profileInfoWrapperStyle__MkKbD{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:0 0 24px;margin-top:-8.25rem}.profilestyles_profilePicMainWrap__vihNc{display:flex;justify-content:space-between;align-items:flex-end;width:100%}.profilestyles_userImageWrapperStyle__baDCn{padding:10px;border-radius:16px;background-color:#fff;position:relative}.profilestyles_profileImageStyle__dge2e{width:230px;height:230px;border-radius:12px;object-fit:cover}.profilestyles_profileEditImageWrap__MA9p3{position:absolute;right:20px;bottom:20px;padding:10px;display:flex;justify-content:center;align-items:center;background-color:#ffffff;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.profilestyles_profileEditImageWrap__MA9p3:hover{background-color:#313131}.profilestyles_profileEditImageWrap__MA9p3 img{width:24px}.profilestyles_introEditIconWrap__dmcls{width:auto;padding:10px;display:flex;justify-content:center;align-items:center;background-color:#ffffff;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.profilestyles_introEditIconWrap__dmcls:hover{background-color:#f3f3f3}.profilestyles_introEditIcon__JyGcy{width:24px}.profilestyles_userInfoStyle__933gx{max-width:48rem}.profilestyles_userNameHeading__QjWFn{font-size:48px;line-height:48px;letter-spacing:-4%;font-weight:500;margin-bottom:12px}.profilestyles_userProfileTagline__lLiVx{font-size:16px;line-height:22.4px;font-weight:400;color:#000000}.profilestyles_locationWrapperStyle__N5X5F{display:flex;justify-content:left;gap:16px;align-items:center}.profilestyles_userLocationStyle__hqXVk{font-size:14px;font-weight:400;line-height:16px;color:#939393}.profilestyles_userContactWrapStyle__11WG_{display:flex;align-items:center;gap:16px}.profilestyles_blueDotWrapperStyle__BBRCg,.profilestyles_dotWrapperStyle__m7jcV,.profilestyles_greyDotWrapperStyle__Xv4hF{width:4px;height:4px;background-color:#313131;border-radius:50%}.profilestyles_greyDotWrapperStyle__Xv4hF{background-color:#939393}.profilestyles_blueDotWrapperStyle__BBRCg{background-color:#36c8f4}.profilestyles_mainStatsWrapperStyle__8YPNN{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.profilestyles_statsWrapperStyle__kgN_J{display:flex;justify-content:left;gap:16px;align-items:center}.profilestyles_statsTextStyle__bazKi{font-size:12px;line-height:14.84px;font-weight:400;text-transform:uppercase;color:#313131}.profilestyles_statsBoldStyle__mRDjG{font-weight:600}.profilestyles_analyticsBoldStyle__ihiHF{color:#36c8f4;font-weight:600}.profilestyles_followersTextStyle__c4_Pr{font-size:12px;line-height:14.84px;font-weight:400;text-transform:uppercase;color:#939393}.profilestyles_mainInnerWrapperStyle__o9ScE{display:flex;flex-direction:column;justify-content:left;gap:12px}.profilestyles_analyticsButtonStyle__hXsrp{background-color:#00A1E1;border-radius:200px;padding:16px 40px;font-size:16px;line-height:110%;letter-spacing:.3px;font-weight:500;text-decoration:none;color:#ffffff;display:flex;align-items:center;gap:12px}.profilestyles_dividerWrapperStyle__Z1e_Z{width:100%;height:.5px;background-color:#36c8f4;margin:46px 0 36px}.profilestyles_tabsWrapperStyle__eX2uO{display:flex;justify-content:center;gap:32px;padding:10px 0}.profilestyles_leftColumnStyle__GeREx{display:flex;flex-direction:column;gap:20px;width:100%;max-width:440px}.profilestyles_rightColumnStyle__yimrh{display:flex;flex-direction:column;gap:20px;width:100%;max-width:862px}.profilestyles_coverEditImageContainer__qQYSR{width:100%;max-width:1320px;position:absolute;bottom:20px;display:flex;justify-content:flex-end}.profilestyles_coverEditImageWrap__SUeCj{display:flex;justify-content:center;align-items:center;padding:10px;background-color:#ffffff;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.profilestyles_coverEditImageWrap__SUeCj:hover{background-color:#313131}.profilestyles_coverEditImageWrap__SUeCj img{width:24px}.profilestyles_tooltipStyles__yt2Jn{position:absolute;background-color:#05c1f0;color:#fff;padding:8px 12px;border-radius:8px;font-size:14px;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.2);white-space:nowrap}.profilestyles_tooltipStyles__yt2Jn:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:#05c1f0}.profilestyles_tabStyle__IwyfA{cursor:pointer;padding:0 64px 16px;font-weight:400;color:#313131;font-size:16px;line-height:22.4px;overflow:visible;position:relative;transition:color .3s ease}.profilestyles_tabStyle__IwyfA:after{content:"";position:absolute;bottom:0;left:0;right:0;height:14px;background-image:url(/ProfileAssets/Profile_Tab_Border_Bottom.svg);background-repeat:no-repeat;background-position:bottom;background-size:contain;opacity:0;transform:translateY(-6px);transition:opacity .3s ease,transform .3s ease}.profilestyles_tabStyle__IwyfA:hover{color:#36c8f4}.profilestyles_tabStyle__IwyfA:hover:after{opacity:1;transform:translateY(0)}.profilestyles_activeTabStyle__Wug3q:active,.profilestyles_tabStyle__IwyfA:active{transform:scale(.97);transition:transform .08s ease}.profilestyles_activeTabStyle__Wug3q{color:#36c8f4;font-weight:600;position:relative;cursor:pointer;padding:0 64px 16px;font-size:16px;line-height:22.4px;overflow:visible}.profilestyles_activeTabStyle__Wug3q:after{content:"";position:absolute;bottom:0;left:0;right:0;height:14px;background-image:url(/ProfileAssets/Profile_Tab_Border_Bottom.svg);background-repeat:no-repeat;background-position:bottom;background-size:contain}.profilestyles_modalOverlay___u6Km{background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999;position:fixed;inset:0}.profilestyles_modalContent__cziDJ{max-width:992px;text-align:center;inset:0}.profilestyles_modalContent__cziDJ,.profilestyles_modalDeleteContent__8Ze5F{position:relative;background:#fff;border-radius:10px;width:100%;padding:20px;box-shadow:0 4px 15px rgba(0,0,0,.2);overflow:hidden}.profilestyles_modalDeleteContent__8Ze5F{max-width:450px;display:flex;flex-direction:column;gap:32px}.profilestyles_closeButton___luBi{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:30px;line-height:22px;cursor:pointer;color:#000}.profilestyles_profileImage__awj3F{width:150px;height:150px;object-fit:cover;border-radius:12px;margin:20px auto}.profilestyles_coverImage__UwyfO{width:100%;height:450px;object-fit:cover;border-radius:8px}.profilestyles_modalActions__SrqCb{display:flex;justify-content:space-between;gap:16px;margin-top:20px}.profilestyles_modalDeleteActions__yEXQm{display:flex;justify-content:flex-end;gap:12px}.profilestyles_modalActionsInner__PDe6G{display:flex;align-items:center;gap:16px}.profilestyles_button__pyOvP{padding:10px 20px;background:#0073b1;color:#fff;border:none;border-radius:5px;cursor:pointer}.profilestyles_choosePhotoButton__gWZY6{font-size:16px;line-height:18px;font-weight:500;color:#4fcff5;text-decoration:none;padding:16px 40px;border-radius:200px;text-align:center;border:1px solid #4fcff5;position:relative}.profilestyles_fileInput__jS2tj{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.profilestyles_cancelButton__71u6h,.profilestyles_deleteButton__P6VWd,.profilestyles_deleteModalButton__lMrlr,.profilestyles_saveButton__lrs63{background-color:#70d4fc;border-radius:200px;padding:16px 40px;font-size:16px;line-height:18px;font-weight:500;border:none;color:#fff;cursor:pointer}.profilestyles_profileEditPreview__mMFmL,.profilestyles_profileImagePreview__5DqdR{margin:20px 0 0;width:260px;height:260px;object-fit:cover;object-position:center;border-radius:16px}.profilestyles_coverEditPreview__KDnGU,.profilestyles_coverImagePreview__yomU5{width:100%;max-height:340px;object-fit:cover;margin:20px 0 0}.profilestyles_modalHeading__S9wOL{text-align:start}.profilestyles_cancelButton__71u6h{background-color:#fff;color:#4fcff5;text-decoration:none;padding:12px 20px;text-align:center;border:1px solid #4fcff5}.profilestyles_deleteModalButton__lMrlr{padding:12px 20px}.profilestyles_deleteModalHeading___xuvQ{font-size:20px}.profilestyles_addPhotoPlaceholder__lep_J{color:#313131;font-size:18px;font-weight:500;text-align:center;margin-top:40px}@media (max-width:1340px){.profilestyles_profilePageStyle__DgpcI{padding-bottom:72px}.profilestyles_coverEditImageContainer__qQYSR,.profilestyles_profileMainWrapper__rnIu6{padding:0 20px}.profilestyles_coverEditImageWrap__SUeCj{right:40px}.profilestyles_headerStyle__kEfCO{max-height:26rem}.profilestyles_userImageWrapperStyle__baDCn{padding:6px}.profilestyles_profileImageStyle__dge2e{width:200px;height:200px}.profilestyles_profileInfoWrapperStyle__MkKbD{margin-top:-7.25rem}.profilestyles_modalContent__cziDJ{max-width:100%;border-radius:24px}}@media (max-width:1140px){.profilestyles_leftColumnStyle__GeREx{max-width:332px}.profilestyles_rightColumnStyle__yimrh{max-width:722px}.profilestyles_tabsWrapperStyle__eX2uO{gap:24px;padding:10px 0}.profilestyles_activeTabStyle__Wug3q,.profilestyles_tabStyle__IwyfA{padding:0 48px 16px}}@media (max-width:1080px){.profilestyles_leftColumnStyle__GeREx{max-width:290px}.profilestyles_rightColumnStyle__yimrh{max-width:660px}.profilestyles_tabsWrapperStyle__eX2uO{gap:20px;padding:8px 0}}@media (max-width:992px){.profilestyles_leftColumnStyle__GeREx{max-width:300px}.profilestyles_rightColumnStyle__yimrh{max-width:540px}.profilestyles_activeTabStyle__Wug3q,.profilestyles_tabStyle__IwyfA{padding:0 36px 14px}}@media (max-width:768px){.profilestyles_profilePageStyle__DgpcI{padding-bottom:64px}.profilestyles_headerStyle__kEfCO{max-height:22rem}.profilestyles_userImageWrapperStyle__baDCn{padding:4px}.profilestyles_coverEditImageWrap__SUeCj,.profilestyles_introEditIconWrap__dmcls,.profilestyles_profileEditImageWrap__MA9p3{padding:8px}.profilestyles_coverEditImageWrap__SUeCj img,.profilestyles_introEditIcon__JyGcy,.profilestyles_profileEditImageWrap__MA9p3 img{width:20px}.profilestyles_profileImageStyle__dge2e{width:180px;height:180px}.profilestyles_profileInfoWrapperStyle__MkKbD{margin-top:-6rem;padding:0 0 20px}.profilestyles_userNameHeading__QjWFn{font-size:36px;line-height:40px}.profilestyles_mainStatsWrapperStyle__8YPNN{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-top:20px}.profilestyles_dividerWrapperStyle__Z1e_Z{margin:36px 0}.profilestyles_modalActions__SrqCb{display:flex;justify-content:space-between}.profilestyles_modalActionsInner__PDe6G{display:flex;align-items:center}.profilestyles_contentWrapperStyle__rRCzW{display:flex;flex-direction:column}.profilestyles_leftColumnStyle__GeREx,.profilestyles_rightColumnStyle__yimrh{max-width:100%}.profilestyles_tabsWrapperStyle__eX2uO{padding:8px 0 0}.profilestyles_activeTabStyle__Wug3q,.profilestyles_tabStyle__IwyfA{padding:0 32px 12px}}@media (max-width:620px){.profilestyles_profilePageStyle__DgpcI{padding-bottom:56px}.profilestyles_profileEditImageWrap__MA9p3{right:12px;bottom:18px}.profilestyles_coverEditImageWrap__SUeCj,.profilestyles_introEditIconWrap__dmcls,.profilestyles_profileEditImageWrap__MA9p3{padding:6px}.profilestyles_coverEditImageWrap__SUeCj img,.profilestyles_introEditIcon__JyGcy,.profilestyles_profileEditImageWrap__MA9p3 img{width:18px}.profilestyles_coverEditImageWrap__SUeCj{right:32px}.profilestyles_headerStyle__kEfCO{max-height:18rem}.profilestyles_profileImageStyle__dge2e{width:140px;height:140px}.profilestyles_profileInfoWrapperStyle__MkKbD{margin-top:-5rem}.profilestyles_userNameHeading__QjWFn{font-size:28px;line-height:32px}.profilestyles_dividerWrapperStyle__Z1e_Z{margin:32px 0}.profilestyles_locationWrapperStyle__N5X5F{display:flex;width:100%}.profilestyles_statsWrapperStyle__kgN_J{display:flex;align-items:center;flex-wrap:wrap;width:100%}.profilestyles_modalActions__SrqCb{flex-direction:column}.profilestyles_modalActionsInner__PDe6G{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.profilestyles_choosePhotoButton__gWZY6,.profilestyles_deleteButton__P6VWd,.profilestyles_saveButton__lrs63{padding:16px 20px}.profilestyles_coverImagePreview__yomU5{max-height:auto}.profilestyles_tabsWrapperStyle__eX2uO{flex-wrap:wrap;gap:8px}.profilestyles_activeTabStyle__Wug3q,.profilestyles_tabStyle__IwyfA{padding:8px 20px;border:1px solid #313131;border-radius:200px;color:#313131;font-size:16px;line-height:18px}.profilestyles_activeTabStyle__Wug3q:after,.profilestyles_tabStyle__IwyfA:after{display:none}.profilestyles_activeTabStyle__Wug3q{background-color:#36c8f4;color:#fff;background-image:none;border-color:#36c8f4}}.profilestyles_userInfoWithActions__hT_Ul{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;width:100%}.profilestyles_userActionsDesktop___tmxh{display:flex;align-items:center;gap:12px;flex-shrink:0}.profilestyles_userActionsMobile__1hPGv{display:none;gap:12px;margin-top:16px;width:100%}.profilestyles_actionBtn__JxR6A{padding:10px 20px;border:2px solid #3ac7ff;background:white;color:#3AC7FF;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;width:145px;text-align:center}.profilestyles_actionBtn__JxR6A:hover:not(:disabled){background:#3AC7FF;color:white}.profilestyles_actionBtn__JxR6A.profilestyles_following__1UYO0{background:#3AC7FF;color:white;border-color:#3AC7FF}.profilestyles_actionBtn__JxR6A.profilestyles_following__1UYO0:hover{background:#2bb3e6;border-color:#2bb3e6}.profilestyles_actionBtn__JxR6A.profilestyles_pending__Zn9XV{background:#FFA726;color:white;border-color:#FFA726;cursor:not-allowed;opacity:.8}.profilestyles_actionBtn__JxR6A.profilestyles_connections__KuWwy{background:#4CAF50;color:white;border-color:#4CAF50;cursor:pointer}.profilestyles_actionBtn__JxR6A.profilestyles_connections__KuWwy:hover{background:#45a049;border-color:#45a049}.profilestyles_actionBtn__JxR6A:disabled{cursor:not-allowed;opacity:.8}@media (max-width:768px){.profilestyles_userInfoWithActions__hT_Ul{flex-direction:column;align-items:flex-start}.profilestyles_userActionsDesktop___tmxh{display:none}.profilestyles_userActionsMobile__1hPGv{display:flex;order:10}.profilestyles_actionBtn__JxR6A{flex:1;width:auto}.profilestyles_mainStatsWrapperStyle__8YPNN{order:5}}