.index-module-scss-module__T177_q__button{column-gap:10px}.index-module-scss-module__T177_q__button__icon{font-size:36px}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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(to right,#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:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.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:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0;padding:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y:0;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.toast-container-module-scss-module__7tB80q__container{--toastify-toast-width:auto}.toast-container-module-scss-module__7tB80q__container .Toastify__toast{max-width:25.625rem;min-height:auto;color:var(--black-color-black-100);border:.0625rem solid #fff;border-radius:.375rem;align-items:center;padding:.875rem 1rem;font-weight:500;box-shadow:0 1.5rem 2.25rem #0000001f}.toast-container-module-scss-module__7tB80q__container .Toastify__toast-body{margin:0;padding:0 1rem 0 0}.toast-container-module-scss-module__7tB80q__container .Toastify__toast--success{background:var(--surface-surface-success)}.toast-container-module-scss-module__7tB80q__container .Toastify__toast--success .Toastify__toast-icon{width:1.25rem;height:1.25rem;margin-inline-end:.8125rem}.toast-container-module-scss-module__7tB80q__container .Toastify__toast--error{background:var(--surface-surface-error)}.toast-container-module-scss-module__7tB80q__container .Toastify__toast--info{background:var(--surface-surface-accent-tertiary)}.toast-container-module-scss-module__7tB80q__container .Toastify__toast-icon{width:1.5rem;height:1.5rem;margin-inline-end:.6875rem}.toast-container-module-scss-module__7tB80q__closeButton{cursor:pointer;opacity:.5;background:0 0}.toast-container-module-scss-module__7tB80q__closeIcon{display:block}
@keyframes aside-wrapper-module-scss-module__FNo_nG__fadeInRight{0%{opacity:0;transform:translate(200px)}to{opacity:1}}@keyframes aside-wrapper-module-scss-module__FNo_nG__fadeInTop{0%{opacity:0;transform:translateY(-200px)}to{opacity:1}}.aside-wrapper-module-scss-module__FNo_nG__container{scrollbar-width:none;-ms-overflow-style:none}.aside-wrapper-module-scss-module__FNo_nG__container::-webkit-scrollbar{display:none}.aside-wrapper-module-scss-module__FNo_nG__container{background:var(--white-color-white-100,#fff);border-radius:1rem;height:calc(100dvh - 2rem);padding:2.625rem 1.5rem;position:sticky;top:1rem;overflow:hidden auto}
.adaptive-aside-drawer-module-scss-module__IAccNW__drawerContent_scrollable{overscroll-behavior:contain;overflow-y:auto}
.dashboard-banner-module-scss-module__E78Uoa__container{border:2px solid;border-radius:1rem;flex:1;justify-content:space-between;column-gap:1.125rem;width:100%;padding:1.5rem;display:flex}.dashboard-banner-module-scss-module__E78Uoa__container_primary{border-color:var(--brand-color-brand-dark);background:var(--brand-color-brand-dark)}.dashboard-banner-module-scss-module__E78Uoa__container_secondary{border-color:var(--white-color-white-100);background:var(--white-color-white-80)}.dashboard-banner-module-scss-module__E78Uoa__left{flex-direction:column;justify-content:space-between;row-gap:1.5rem;display:flex}.dashboard-banner-module-scss-module__E78Uoa__left__text{text-wrap:balance;flex-direction:column;align-items:flex-start;row-gap:1rem;display:flex}.dashboard-banner-module-scss-module__E78Uoa__left__buttons{align-items:center;column-gap:1.5rem;width:max-content;display:flex}@media (max-width:767px){.dashboard-banner-module-scss-module__E78Uoa__left__buttons{width:auto}}.dashboard-banner-module-scss-module__E78Uoa__badge{white-space:nowrap;background:var(--green-color-light-green,#d1ffad);border-radius:.5rem;padding:.1875rem .5rem}@media (max-width:767px){.dashboard-banner-module-scss-module__E78Uoa__image{display:none}}
.modal-product-card-module-scss-module__PZb7ya__container{border:2px solid var(--white-color-white-100,#fff);background:var(--brand-color-brand-background-light,#f0f4fb);border-radius:1rem;flex-direction:column;flex:1;min-width:335px;padding:1.5rem 2.875rem;display:flex}@media (max-width:767px){.modal-product-card-module-scss-module__PZb7ya__container{min-width:unset;padding:.875rem 1rem}}.modal-product-card-module-scss-module__PZb7ya__titleBlock{align-items:center;column-gap:1.25rem;margin-bottom:1.125rem;display:flex}@media (max-width:767px){.modal-product-card-module-scss-module__PZb7ya__titleBlock{margin-bottom:.75rem}}.modal-product-card-module-scss-module__PZb7ya__iconWrapper{background:var(--white-color-white-100,#fff);border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex;box-shadow:0 12px 20px #0000001f}@media (max-width:767px){.modal-product-card-module-scss-module__PZb7ya__title br{display:none}}.modal-product-card-module-scss-module__PZb7ya__list{margin-bottom:1.375rem;margin-left:1.5rem}@media (max-width:767px){.modal-product-card-module-scss-module__PZb7ya__list{margin-bottom:1.25rem;margin-left:4rem}}.modal-product-card-module-scss-module__PZb7ya__button{margin-top:auto}
.dashboard-banners-module-scss-module__32TiIW__banners{flex-wrap:wrap;gap:1.5rem;display:flex}@media (max-width:1024px){.dashboard-banners-module-scss-module__32TiIW__banners{flex-direction:column}}@container content not (min-width:670px){.dashboard-banners-module-scss-module__32TiIW__banners{flex-direction:column}}
.upgrade-plan-modal-module-scss-module__Tl5U_G__modalContent.upgrade-plan-modal-module-scss-module__Tl5U_G__modalContent{pointer-events:auto!important}@media (max-width:767px){.upgrade-plan-modal-module-scss-module__Tl5U_G__modalContent.upgrade-plan-modal-module-scss-module__Tl5U_G__modalContent{padding-top:5.625rem}}.upgrade-plan-modal-module-scss-module__Tl5U_G__content{margin-top:1.5rem}.upgrade-plan-modal-module-scss-module__Tl5U_G__info{max-width:24rem;margin:0 auto}.upgrade-plan-modal-module-scss-module__Tl5U_G__button{min-width:13.875rem}
.upgrade-plan-banner-module-scss-module__NeUiFq__container{background:var(--green-color-light-green,#d1ffad);border-radius:1rem;grid-template-columns:auto minmax(300px,1fr) max-content;align-items:center;column-gap:1.875rem;padding:.75rem 1.5rem;display:grid}@container content not (min-width:860px){.upgrade-plan-banner-module-scss-module__NeUiFq__container{text-align:center;grid-template-columns:1fr;grid-auto-flow:row;justify-items:center;row-gap:.75rem}}.upgrade-plan-banner-module-scss-module__NeUiFq__saveBadge{background:var(--white-color-white-80);border-radius:1rem;align-items:center;column-gap:.625rem;padding:.375rem .875rem;display:flex}.upgrade-plan-banner-module-scss-module__NeUiFq__saveBadge__text{font-size:1.25rem}@media (max-width:1024px){.upgrade-plan-banner-module-scss-module__NeUiFq__saveBadge__text{font-size:1rem}}.upgrade-plan-banner-module-scss-module__NeUiFq__saveBadge__text strong{font-style:italic;font-weight:700}.upgrade-plan-banner-module-scss-module__NeUiFq__info{flex-direction:column;row-gap:.375rem;display:flex}@media (max-width:1024px){.upgrade-plan-banner-module-scss-module__NeUiFq__info{row-gap:.5rem}}.upgrade-plan-banner-module-scss-module__NeUiFq__description{flex-direction:column;row-gap:.25rem;display:flex}.upgrade-plan-banner-module-scss-module__NeUiFq__description strong{font-weight:700}.upgrade-plan-banner-module-scss-module__NeUiFq__button.upgrade-plan-banner-module-scss-module__NeUiFq__button{text-wrap:nowrap}
@media (max-width:767px){.popup-module-scss-module__O-jcNG__content{padding-top:5.625rem!important}}.popup-module-scss-module__O-jcNG__title.popup-module-scss-module__O-jcNG__title{margin-top:1rem;margin-bottom:1rem}@media (max-width:767px){.popup-module-scss-module__O-jcNG__title.popup-module-scss-module__O-jcNG__title{margin-bottom:1.25rem}}
.dashboard-banner-module-scss-module__co_HDq__container{background:var(--white-color-white-100,#fff);border:1px solid var(--black-color-light-grey,#d8dbe0);border-radius:1rem;grid-template-columns:auto minmax(300px,1fr) max-content;align-items:center;column-gap:1.875rem;padding:.75rem 1.5rem;display:grid}@container content not (min-width:860px){.dashboard-banner-module-scss-module__co_HDq__container{text-align:center;grid-template-columns:1fr;grid-auto-flow:row;justify-items:center;row-gap:.75rem}}.dashboard-banner-module-scss-module__co_HDq__badge{background:var(--black-color-grey-background,#f3f3f3);border-radius:1rem;align-items:center;column-gap:.625rem;padding:.375rem .875rem;display:flex}.dashboard-banner-module-scss-module__co_HDq__badge__text{font-size:1.25rem}@media (max-width:1024px){.dashboard-banner-module-scss-module__co_HDq__badge__text{font-size:1rem}}.dashboard-banner-module-scss-module__co_HDq__button{padding-left:2.9375rem!important;padding-right:2.9375rem!important}
.popup-module-scss-module__TDEOrG__modalContent.popup-module-scss-module__TDEOrG__modalContent{pointer-events:auto!important}@media (max-width:767px){.popup-module-scss-module__TDEOrG__modalContent.popup-module-scss-module__TDEOrG__modalContent{padding-top:5.625rem}}.popup-module-scss-module__TDEOrG__title.popup-module-scss-module__TDEOrG__title{margin-bottom:1rem}@media (max-width:767px){.popup-module-scss-module__TDEOrG__title.popup-module-scss-module__TDEOrG__title{margin-bottom:1.25rem}}.popup-module-scss-module__TDEOrG__description{max-width:566px;margin:0 auto;display:block}.popup-module-scss-module__TDEOrG__button{min-width:13.875rem}
.optional-field-wrapper-module-scss-module__nhbQ0G__container{flex-direction:column;gap:10px;display:flex}
.dashboard-banner-module-scss-module__NAkYYW__container{border:1px solid var(--black-color-light-grey,#d8dbe0);background:var(--white-color-white-100,#fff);border-radius:1rem;grid-template-columns:auto minmax(300px,1fr) max-content;align-items:center;column-gap:1.875rem;padding:.75rem 1.5rem;display:grid}@container content not (min-width:860px){.dashboard-banner-module-scss-module__NAkYYW__container{text-align:center;grid-template-columns:1fr;grid-auto-flow:row;justify-items:center;row-gap:.75rem}}.dashboard-banner-module-scss-module__NAkYYW__badge{background:var(--black-color-grey-background,#f3f3f3);border-radius:1rem;align-items:center;column-gap:.625rem;padding:.375rem .875rem;display:flex}.dashboard-banner-module-scss-module__NAkYYW__text{max-width:30.125rem}.dashboard-banner-module-scss-module__NAkYYW__button{flex-basis:16.8125rem;justify-content:center}@media (max-width:1024px){.dashboard-banner-module-scss-module__NAkYYW__button{flex-basis:auto}}
.geo-field-module-scss-module__WGdy2q__container{flex-direction:column;gap:10px;display:flex}
.chart-module-scss-module__n2uRbq__chart{width:100%;max-width:490px;height:100%;max-height:252px}
.card-module-scss-module__KenE_q__card{background:var(--white-color-white-100,#fff);border:.0625rem solid #0000;border-radius:1rem;flex-direction:column;flex:1 1 0;justify-content:space-between;gap:.5rem;min-width:9.1875rem;padding:1rem;transition:border .25s;display:flex;position:relative}@media (max-width:767px){.card-module-scss-module__KenE_q__card_tab{gap:.125rem;min-width:6.25rem;max-width:6.9375rem;padding:.5rem .75rem}}:is(.card-module-scss-module__KenE_q__card_activeTab,.card-module-scss-module__KenE_q__card:has(.card-module-scss-module__KenE_q__card__linkCover:hover)){border-color:var(--brand-color-brand-main,#276ef6)}.card-module-scss-module__KenE_q__card__top{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.card-module-scss-module__KenE_q__card__linkCover{width:100%;height:100%;position:absolute;top:0;left:0}.card-module-scss-module__KenE_q__content{flex-direction:column;display:flex}
.ai-resume-section-module-scss-module__p1ucXW__container{border:1px solid var(--brand-color-brand-light);background:linear-gradient(90deg,#e1ebff80 0%,#a9c7ff80 100%);border-radius:1rem;flex-direction:column;gap:.875rem;width:100%;padding:1.5rem;display:flex}.ai-resume-section-module-scss-module__p1ucXW__downloadButton{justify-content:center}
.application-stat-card-module-scss-module__SJKYAW__today__success{color:var(--green-color-green-dark,#509c16)}.application-stat-card-module-scss-module__SJKYAW__today__neutral{color:var(--black-color-grey,#7a7a7a)}.application-stat-card-module-scss-module__SJKYAW__today__error{color:var(--red-yellow-color-red,#e6273e)}
.timeline-step-module-scss-module__o03_aq__container{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1200px;margin:0 auto;padding:0;display:flex}.timeline-step-module-scss-module__o03_aq__questionBubble{align-items:flex-start;gap:8px;width:100%;max-width:350px;display:flex}@media (min-width:768px){.timeline-step-module-scss-module__o03_aq__questionBubble{max-width:465px}}.timeline-step-module-scss-module__o03_aq__avatar{background-color:#e1e1e1;border-radius:50%;flex-shrink:0;width:56px;height:56px}.timeline-step-module-scss-module__o03_aq__bubble{background:linear-gradient(#fffc 0%,#ffffffe0 41.024%,#fff 105.19%);border:1px solid #000;border-radius:20px;flex:1;padding:16px 20px;position:relative;box-shadow:0 -3px 16px #53529640}.timeline-step-module-scss-module__o03_aq__bubble:before{content:"";border:9px solid #0000;border-left-width:0;border-right-color:#000;width:0;height:0;position:absolute;top:20px;left:-9px}.timeline-step-module-scss-module__o03_aq__bubble:after{content:"";border:8px solid #0000;border-left-width:0;border-right-color:#fff;width:0;height:0;position:absolute;top:21px;left:-8px}.timeline-step-module-scss-module__o03_aq__bubbleText{color:#333;margin:0;font-size:16px;font-weight:400;line-height:1.3}@media (min-width:768px){.timeline-step-module-scss-module__o03_aq__bubbleText{text-align:center}}.timeline-step-module-scss-module__o03_aq__content{background:#ffffffe6;border:2px solid #fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;padding:20px;display:flex}@media (min-width:768px){.timeline-step-module-scss-module__o03_aq__content{border-radius:40px;flex-direction:row;justify-content:center;align-items:stretch;gap:48px;max-width:1200px;padding:60px}}.timeline-step-module-scss-module__o03_aq__leftColumn{flex-direction:column;gap:20px;width:100%;display:flex}@media (min-width:768px){.timeline-step-module-scss-module__o03_aq__leftColumn{flex:1;justify-content:space-between;gap:50px}}.timeline-step-module-scss-module__o03_aq__title{color:#000;text-align:left;width:100%;margin:0;font-size:20px;font-weight:700;line-height:1.2}@media (min-width:768px){.timeline-step-module-scss-module__o03_aq__title{text-align:left;font-size:26px}}.timeline-step-module-scss-module__o03_aq__chartContainer{justify-content:center;width:100%;display:flex}.timeline-step-module-scss-module__o03_aq__timelineList{flex-direction:column;gap:4px;width:100%;display:flex}@media (min-width:768px){.timeline-step-module-scss-module__o03_aq__timelineList{flex:1}}.timeline-step-module-scss-module__o03_aq__timelineItem{background:#fff;border:1px solid #e1e1e1;border-radius:16px;align-items:center;height:57px;display:flex;position:relative;overflow:hidden}.timeline-step-module-scss-module__o03_aq__timelineItem:last-child{height:75px}.timeline-step-module-scss-module__o03_aq__itemColorBar{border-radius:16px 0 0 16px;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:100%;display:flex}@media (min-width:768px){.timeline-step-module-scss-module__o03_aq__itemColorBar{width:57px}}.timeline-step-module-scss-module__o03_aq__itemIcon{border-radius:4px;width:28px;height:28px}@media (min-width:768px){.timeline-step-module-scss-module__o03_aq__itemIcon{width:37px;height:37px}}.timeline-step-module-scss-module__o03_aq__itemTitle{color:#333;flex:1;margin:0;padding:0 12px;font-size:14px;font-weight:400;line-height:1.3}.timeline-step-module-scss-module__o03_aq__itemDate{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:0;padding-right:16px;display:flex}.timeline-step-module-scss-module__o03_aq__dayLabel{color:#000;margin:0;font-size:12px;font-weight:600;line-height:1.3}.timeline-step-module-scss-module__o03_aq__dateValue{color:#000;margin:0;font-size:14px;font-weight:600;line-height:1.3}@media (max-width:767px){.timeline-step-module-scss-module__o03_aq__formContainer{margin-bottom:0;padding:20px 0 0}}
.contact-card-buttons-module-scss-module__LQiGHa__container{column-gap:.75rem;display:flex}
.faq-section-module-scss-module__WklsLG__container{border:1px solid var(--brand-color-brand-light);border-radius:1rem;justify-content:space-around;gap:1.5rem;padding:1.5rem;display:flex}@media (max-width:767px){.faq-section-module-scss-module__WklsLG__container{flex-direction:column;gap:1.5rem}}.faq-section-module-scss-module__WklsLG__questionWrapper{flex-direction:column;gap:.5rem;width:100%;padding:1.5rem;display:flex}@media (max-width:767px){.faq-section-module-scss-module__WklsLG__questionWrapper{max-width:100%;padding:0}}.faq-section-module-scss-module__WklsLG__questionWrapper ul{margin-left:.5rem;list-style-type:square;list-style-position:inside}
.what-we-found-step-module-scss-module__dUcS0G__container{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1200px;margin:0 auto;padding:0;display:flex}.what-we-found-step-module-scss-module__dUcS0G__title{color:#000;text-align:center;width:100%;margin:0;font-size:24px;font-weight:700;line-height:1.2}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__title{text-align:center;font-size:26px}}.what-we-found-step-module-scss-module__dUcS0G__cardsGrid{flex-direction:column;gap:8px;width:100%;display:flex}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__cardsGrid{grid-template-rows:162px 162px;grid-template-columns:490px 279px;gap:6px;max-width:775px;display:grid}}.what-we-found-step-module-scss-module__dUcS0G__cardBlue,.what-we-found-step-module-scss-module__dUcS0G__cardPurple,.what-we-found-step-module-scss-module__dUcS0G__cardGreen{border:2px solid #fff;border-radius:20px;flex-direction:row;justify-content:space-between;align-items:center;display:flex;position:relative;overflow:hidden}.what-we-found-step-module-scss-module__dUcS0G__cardBlue{background:#badaff}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__cardBlue{grid-area:1/1}}.what-we-found-step-module-scss-module__dUcS0G__cardPurple{background:#e6d9ff}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__cardPurple{grid-area:2/1}}.what-we-found-step-module-scss-module__dUcS0G__cardGreen{background:#cbffd0}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__cardGreen{flex-direction:column;grid-area:1/2/3}}.what-we-found-step-module-scss-module__dUcS0G__cardContent{z-index:1;flex-direction:column;flex:1;justify-content:center;gap:6px;height:100%;padding:18px;display:flex}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__cardContent{padding:34px}}.what-we-found-step-module-scss-module__dUcS0G__cardContentVertical{z-index:1;flex-direction:column;gap:10px;padding:18px;display:flex}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__cardContentVertical{padding:23px 34px 14px}}.what-we-found-step-module-scss-module__dUcS0G__cardTitle{color:#333;margin:0;font-size:14px;font-weight:700;line-height:1.4}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__cardTitle{font-size:18px}}.what-we-found-step-module-scss-module__dUcS0G__percentage{color:#333;margin:0;font-size:26px;font-weight:700;line-height:1.4}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__percentage{font-size:28px}}.what-we-found-step-module-scss-module__dUcS0G__cardSubtitle{color:#333;margin:0;font-size:14px;font-weight:400;line-height:1.3}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__cardSubtitle{font-size:18px}}.what-we-found-step-module-scss-module__dUcS0G__salaryValue{color:#333;margin:0;font-size:24px;font-weight:700;line-height:1.4}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__salaryValue{font-size:28px}}.what-we-found-step-module-scss-module__dUcS0G__cardText{color:#333;margin:0;font-size:14px;font-weight:400;line-height:1.3}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__cardText{font-size:18px}}.what-we-found-step-module-scss-module__dUcS0G__cardText strong{font-weight:700}.what-we-found-step-module-scss-module__dUcS0G__cardImageRight{border-top-right-radius:18px;border-bottom-right-radius:18px;width:auto;height:100%}@media (max-width:767px){.what-we-found-step-module-scss-module__dUcS0G__cardImageRight{width:auto;height:150px}}.what-we-found-step-module-scss-module__dUcS0G__cardImageBottom{border-bottom-right-radius:18px;border-bottom-left-radius:18px;place-self:center}.what-we-found-step-module-scss-module__dUcS0G__hint{color:#333;text-align:center;width:100%;max-width:350px;margin:0;font-size:16px;font-weight:400;line-height:1.4}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__hint{max-width:624px;font-size:16px}}.what-we-found-step-module-scss-module__dUcS0G__desktopButton{width:100%;max-width:350px;display:none}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__desktopButton{max-width:400px;display:flex}}.what-we-found-step-module-scss-module__dUcS0G__mobileButton{width:100%}@media (min-width:768px){.what-we-found-step-module-scss-module__dUcS0G__mobileButton{display:none}}
.contact-card-fields-module-scss-module__htTpEa__location{border:1px solid var(--black-color-light-grey,#d8dbe0);background:var(--white-color-white-100,#fff);border-radius:.75rem;flex-direction:column;row-gap:.5rem;padding:.625rem .5rem;display:flex}@media (max-width:767px){.contact-card-fields-module-scss-module__htTpEa__location{padding:.5rem}}.contact-card-fields-module-scss-module__htTpEa__location__title{align-items:center;column-gap:10px;display:flex}.contact-card-fields-module-scss-module__htTpEa__location__fields{flex-wrap:wrap;gap:.375rem .5rem;display:flex}.contact-card-fields-module-scss-module__htTpEa__location__field{flex:calc(50% - .5rem);min-width:236px}
.dashboard-offers-module-scss-module__RaNvIW__offers{flex-direction:column;row-gap:.625rem;display:flex}@media (max-width:1024px){.dashboard-offers-module-scss-module__RaNvIW__offers{row-gap:.5rem}}.dashboard-offers-module-scss-module__RaNvIW__offers:empty{display:none}
.resume-section-module-scss-module__1RYnEq__container{background:var(--brand-color-brand-background-light);border-radius:1rem;flex-direction:column;gap:.875rem;width:100%;padding:1.5rem;display:flex}.resume-section-module-scss-module__1RYnEq__titleWrapper{justify-content:space-between;align-items:center;display:flex}.resume-section-module-scss-module__1RYnEq__menuButton{cursor:pointer;background:var(--white-color-white-100);border-radius:.75rem;padding:.3125rem}.resume-section-module-scss-module__1RYnEq__menuIcon{display:block}.resume-section-module-scss-module__1RYnEq__fileName{cursor:pointer;background:0 0;align-self:flex-start;align-items:center;gap:.875rem;display:flex}.resume-section-module-scss-module__1RYnEq__avatar{background:var(--white-color-white-100)}.resume-section-module-scss-module__1RYnEq__drawerContent{flex-direction:column;row-gap:1rem;padding:.75rem 1.5rem;display:flex}
.section-title-module-scss-module__UXsICW__container{align-items:center;gap:8px;display:flex}
.scrollable-area-module-scss-module__RkaNvq__root{width:100%;height:100%}.scrollable-area-module-scss-module__RkaNvq__viewport{width:100%;height:100%;overflow-y:auto}.scrollable-area-module-scss-module__RkaNvq__scrollbar{user-select:none;touch-action:none;background:0 0;width:5px;margin-right:2px;padding:0;display:flex}.scrollable-area-module-scss-module__RkaNvq__scrollbarThumb{background:#b0b0b0;border-radius:4px;flex:1;position:relative}
.card-badge-module-scss-module__Gptp8W__cardBadge{border:1.5px solid var(--black-color-light-grey,#d8dbe0);background:var(--black-color-grey-background,#f3f3f3);color:var(--black-color-black-100,#000);border-radius:8px;align-items:center;column-gap:8px;width:fit-content;height:2rem;padding:0 .5rem;display:flex}.card-badge-module-scss-module__Gptp8W__cardBadge_completed{border:1px solid var(--green-color-green,#6cc529);color:var(--green-color-green-dark,#509c16);background:#efffeb}.card-badge-module-scss-module__Gptp8W__text{align-items:center;column-gap:4px;display:flex}
.job-title-multi-select-module-scss-module__IvwJhG__loaderContainer{background:var(--white-color-white-100,#fff);border-radius:12px;justify-content:center;align-items:center;width:50rem;height:30rem;display:flex;box-shadow:0 12px 20px #0000001f}@media (max-width:1024px){.job-title-multi-select-module-scss-module__IvwJhG__loaderContainer{width:45rem}}.job-title-multi-select-module-scss-module__IvwJhG__container{background:var(--white-color-white-100,#fff);border-radius:12px;width:100%;max-width:75rem;height:50vh;max-height:30rem;display:flex;box-shadow:0 12px 20px #0000001f}@media (max-width:1024px){.job-title-multi-select-module-scss-module__IvwJhG__container{max-width:45rem}}.job-title-multi-select-module-scss-module__IvwJhG__leftPanel{flex-direction:column;max-width:360px;height:100%;padding:12px 0 12px 12px;display:flex}.job-title-multi-select-module-scss-module__IvwJhG__rightPanel{flex-direction:column;flex:1;width:600px;height:100%;padding:12px 0 12px 14px;display:flex}.job-title-multi-select-module-scss-module__IvwJhG__categoriesList{flex-direction:column;gap:8px;padding-right:20px;display:flex}.job-title-multi-select-module-scss-module__IvwJhG__categoryItem{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:6px 12px;transition:background-color .2s;display:flex}.job-title-multi-select-module-scss-module__IvwJhG__categoryItem:hover,.job-title-multi-select-module-scss-module__IvwJhG__categoryItem_active{background:var(--brand-color-brand-background-light,#f0f4fb)}.job-title-multi-select-module-scss-module__IvwJhG__categoryItem_highlighted{outline-offset:-2px;outline:1px solid var(--black-color-light-grey,#d8dbe0);background:var(--brand-color-brand-background-light,#f0f4fb)}.job-title-multi-select-module-scss-module__IvwJhG__categoryText{color:var(--black-color-black-100,#000);text-align:left;flex:1;font-size:16px;font-style:normal;font-weight:450;line-height:24px}.job-title-multi-select-module-scss-module__IvwJhG__categoryIcon{color:var(--black-color-black-100,#000);flex-shrink:0}.job-title-multi-select-module-scss-module__IvwJhG__subcategoriesContainer{flex-direction:column;gap:16px;padding-right:14px;display:flex}.job-title-multi-select-module-scss-module__IvwJhG__categoryTitle{color:var(--black-color-black-100,#000);padding:4px 0;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.job-title-multi-select-module-scss-module__IvwJhG__subcategory{flex-direction:column;gap:0;display:flex}.job-title-multi-select-module-scss-module__IvwJhG__subcategoryTitle{color:var(--black-color-black-100,#000);margin:0 0 8px;font-size:14px;font-style:normal;font-weight:600;line-height:24px}.job-title-multi-select-module-scss-module__IvwJhG__tagsWrapper{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.job-title-multi-select-module-scss-module__IvwJhG__tag{cursor:pointer;transition:background-color .2s}.job-title-multi-select-module-scss-module__IvwJhG__tag:hover{opacity:.9}.job-title-multi-select-module-scss-module__IvwJhG__tagHighlighted{outline:1px solid var(--black-color-light-grey,#d8dbe0);outline-offset:-2px;border-radius:8px}.job-title-multi-select-module-scss-module__IvwJhG__divider{background:var(--black-color-light-grey,#d8dbe0);width:100%;height:1px;margin:0}
.checklist-form-section-module-scss-module__v1Uo2G__section{flex-direction:column;gap:15px;width:100%;max-width:576px;display:flex}.checklist-form-section-module-scss-module__v1Uo2G__answers{flex-direction:column;gap:15px;display:flex}
.completed-applications-link-module-scss-module__lYjnma__link{text-decoration:none}
.switch-module-scss-module__kGaAEG__root{background-color:var(--black-color-light-grey,#d8dbe0);cursor:pointer;border-radius:40px;width:45px;height:25px}.switch-module-scss-module__kGaAEG__root[data-state=checked]{background-color:var(--brand-color-brand-main,#276ef6)}.switch-module-scss-module__kGaAEG__root[data-disabled]{cursor:not-allowed}.switch-module-scss-module__kGaAEG__thumb{background-color:var(--white-color-white-100,#fff);border-radius:50%;width:18px;height:18px;transition:transform .1s;display:block;transform:translate(4px)}.switch-module-scss-module__kGaAEG__thumb[data-state=checked]{transform:translate(23px)}
.section-wrapper-module-scss-module__fn20MW__container{background:var(--white-color-white-100);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}@media (max-width:767px){.section-wrapper-module-scss-module__fn20MW__container{gap:1rem;padding:1rem}}
.card-wrapper-module-scss-module__6eqbBG__wrapper{border:1px solid var(--black-color-light-grey,#d8dbe0);border-radius:16px;flex-direction:column;row-gap:14px;padding:1rem;display:flex}.card-wrapper-module-scss-module__6eqbBG__wrapper__top{justify-content:space-between;column-gap:5px;display:flex}.card-wrapper-module-scss-module__6eqbBG__text{white-space:nowrap}
.mobile-filters-modal-module-scss-module__wTmIOG__modal{flex-direction:column;height:100%;padding:0;display:flex;overflow:hidden!important}.mobile-filters-modal-module-scss-module__wTmIOG__body{flex:1;padding:1rem;overflow-y:auto}.mobile-filters-modal-module-scss-module__wTmIOG__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.mobile-filters-modal-module-scss-module__wTmIOG__closeButton{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0}.mobile-filters-modal-module-scss-module__wTmIOG__searchSection{margin-bottom:1.5rem}.mobile-filters-modal-module-scss-module__wTmIOG__searchWrapper{width:100%;min-height:46px}.mobile-filters-modal-module-scss-module__wTmIOG__searchIcon{color:var(--black-color-grey);display:block}.mobile-filters-modal-module-scss-module__wTmIOG__section{flex-direction:column;gap:.75rem;display:flex}.mobile-filters-modal-module-scss-module__wTmIOG__sectionHeader{align-items:center;gap:.5rem;display:flex}.mobile-filters-modal-module-scss-module__wTmIOG__sectionIcon{color:var(--black-color-grey);justify-content:center;align-items:center;display:flex}.mobile-filters-modal-module-scss-module__wTmIOG__sectionContent{flex-direction:column;gap:.5rem;display:flex}.mobile-filters-modal-module-scss-module__wTmIOG__divider{background-color:var(--black-color-light-grey);height:1px;margin:1rem 0}.mobile-filters-modal-module-scss-module__wTmIOG__radioGroup{flex-direction:column;gap:.25rem;display:flex}.mobile-filters-modal-module-scss-module__wTmIOG__radioOption{cursor:pointer;border-radius:.5rem;align-items:center;gap:.75rem;padding:.625rem .25rem;transition:background-color .2s;display:flex}.mobile-filters-modal-module-scss-module__wTmIOG__radioOption:hover{background-color:var(--brand-color-brand-background-light)}.mobile-filters-modal-module-scss-module__wTmIOG__checkboxGroup{flex-direction:column;gap:.5rem;display:flex}.mobile-filters-modal-module-scss-module__wTmIOG__rangeInputs{gap:.75rem;display:flex}.mobile-filters-modal-module-scss-module__wTmIOG__rangeInputRoot{flex:1;min-width:0}.mobile-filters-modal-module-scss-module__wTmIOG__rangeInputWrapper{width:100%;height:46px;min-height:46px}.mobile-filters-modal-module-scss-module__wTmIOG__selectedLocations{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.mobile-filters-modal-module-scss-module__wTmIOG__locationChip{background-color:var(--brand-color-brand-background);cursor:pointer;border:none;border-radius:1rem;align-items:center;gap:.25rem;padding:.375rem .625rem;transition:background-color .2s;display:inline-flex}.mobile-filters-modal-module-scss-module__wTmIOG__locationChip:hover{background-color:var(--brand-color-brand-background-dark,#d6e4ff)}.mobile-filters-modal-module-scss-module__wTmIOG__locationChipRemove{color:var(--brand-color-brand-main);justify-content:center;align-items:center;font-size:1rem;line-height:1;display:flex}.mobile-filters-modal-module-scss-module__wTmIOG__locationSearchWrapper{width:100%;min-height:46px}.mobile-filters-modal-module-scss-module__wTmIOG__remoteSection{justify-content:space-between;align-items:center;gap:1rem;display:flex}.mobile-filters-modal-module-scss-module__wTmIOG__footer{background-color:var(--white-color-white-100);flex-shrink:0;padding:1rem}
.job-title-select-module-scss-module__zWztqG__container{background:var(--white);box-sizing:border-box;width:var(--radix-popover-trigger-width);z-index:10000;border:1px solid #d8dbe0;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.job-title-select-module-scss-module__zWztqG__hint{background:#d1ffad;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:36px;padding:8px 12px;display:flex}.job-title-select-module-scss-module__zWztqG__hintIcon{width:20px;height:20px;color:var(--black-text);flex-shrink:0;justify-content:center;align-items:center;display:flex}.job-title-select-module-scss-module__zWztqG__hintText{color:var(--black-text);white-space:nowrap;margin:0;font-size:16px;font-weight:500;line-height:24px}.job-title-select-module-scss-module__zWztqG__list{flex-direction:column;flex:1;gap:8px;max-height:250px;display:flex;position:relative;overflow-y:auto}.job-title-select-module-scss-module__zWztqG__list::-webkit-scrollbar{width:5px}.job-title-select-module-scss-module__zWztqG__list::-webkit-scrollbar-track{background:0 0}.job-title-select-module-scss-module__zWztqG__list::-webkit-scrollbar-thumb{background:#7a7a7a;border-radius:4px}.job-title-select-module-scss-module__zWztqG__item{max-width:var(--radix-popover-trigger-width);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;flex-direction:column;gap:4px;width:100%;padding:6px 8px;transition:background .2s;display:flex}.job-title-select-module-scss-module__zWztqG__item:hover{background:#f5f5f5}.job-title-select-module-scss-module__zWztqG__itemSelected,.job-title-select-module-scss-module__zWztqG__itemSelected:hover{background:#ebf2ff}.job-title-select-module-scss-module__zWztqG__itemTitle{color:var(--gray-text);width:min-content;min-width:100%;margin:0;font-size:16px;font-weight:450;line-height:24px}.job-title-select-module-scss-module__zWztqG__itemPath{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.job-title-select-module-scss-module__zWztqG__itemPathText{color:#7a7a7a;white-space:nowrap;font-size:16px;font-weight:450;line-height:24px}.job-title-select-module-scss-module__zWztqG__itemPathArrow{color:#7a7a7a;flex-shrink:0;width:16px;height:16px}.job-title-select-module-scss-module__zWztqG__customButton{background:var(--light-blue);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:36px;padding:8px 12px;transition:background-color .2s;display:flex}.job-title-select-module-scss-module__zWztqG__customButton:hover{background:#dce7ff}.job-title-select-module-scss-module__zWztqG__customButton:active{background:#c5dbff}.job-title-select-module-scss-module__zWztqG__customButtonIcon{width:20px;height:20px;color:var(--black-text);flex-shrink:0;justify-content:center;align-items:center;display:flex}.job-title-select-module-scss-module__zWztqG__customButtonText{color:var(--black-text);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin:0;font-size:16px;font-weight:500;line-height:24px;overflow:hidden}
.checklist-submit-button-module-scss-module__N2G7HG__container{width:10.5625rem;position:fixed;bottom:3.1875rem}@media (max-width:1024px){.checklist-submit-button-module-scss-module__N2G7HG__container{width:90%;max-width:25rem;bottom:27dvh}}
.completed-applications-filter-module-scss-module__RO2eIq__button{border-radius:.5rem;align-self:flex-start}
.section-wrapper-module-scss-module__BvtBrG__container{word-break:break-word;flex-direction:column;gap:.75rem;display:flex}
.checklist-drawer-sidebar-module-scss-module__8mxEcq__aside.checklist-drawer-sidebar-module-scss-module__8mxEcq__aside{width:22.5rem;padding:2.625rem 1.25rem 2.5rem;box-shadow:0 2.125rem 1.5rem #0000001f}.checklist-drawer-sidebar-module-scss-module__8mxEcq__asideContent{flex-direction:column;align-items:center;row-gap:1.25rem;height:100%;display:flex}.checklist-drawer-sidebar-module-scss-module__8mxEcq__asideTitles{flex-direction:column;row-gap:.75rem;display:flex}.checklist-drawer-sidebar-module-scss-module__8mxEcq__asideContentWrapper{flex-grow:1;width:100%}.checklist-drawer-sidebar-module-scss-module__8mxEcq__drawerContent{padding-top:.75rem;padding-left:1.5rem;padding-right:1.5rem}
.advanced-filters-button-module-scss-module__sIVDOq__triggerButton.advanced-filters-button-module-scss-module__sIVDOq__triggerButton{margin-top:.25rem;padding:.5rem .75rem}@media (max-width:767px){.advanced-filters-button-module-scss-module__sIVDOq__triggerButton.advanced-filters-button-module-scss-module__sIVDOq__triggerButton{min-width:auto;margin-top:1px;padding:.625rem}.advanced-filters-button-module-scss-module__sIVDOq__buttonText{display:none}}
.profile-data-card-module-scss-module__tfN2dG__completed{background:var(--black-color-grey-background,#f3f3f3)}
.desktop-job-title-combobox-module-scss-module__WU2SCG__inputContainer{width:100%;position:relative}.desktop-job-title-combobox-module-scss-module__WU2SCG__popoverContent{z-index:50;transform-origin:var(--radix-popover-content-transform-origin);min-width:var(--radix-popover-trigger-width);outline:none;width:max-content;animation:.25s ease-out desktop-job-title-combobox-module-scss-module__WU2SCG__fadeIn}.desktop-job-title-combobox-module-scss-module__WU2SCG__popoverContent[data-state=closed]{animation:.25s ease-out desktop-job-title-combobox-module-scss-module__WU2SCG__fadeOut}@keyframes desktop-job-title-combobox-module-scss-module__WU2SCG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes desktop-job-title-combobox-module-scss-module__WU2SCG__fadeOut{0%{opacity:1}to{opacity:0}}
.checklist-additional-info-form-module-scss-module__c_l4Xa__form{flex-direction:column;align-items:center;gap:24px;display:flex}.checklist-additional-info-form-module-scss-module__c_l4Xa__mobileAddon{height:51px}@media (max-width:1024px){.checklist-additional-info-form-module-scss-module__c_l4Xa__mobileAddon{height:20dvh;display:flex}}
.copy-email-button-module-scss-module__nmj_Ba__button{color:#276ef6;cursor:pointer;background:0 0;font-weight:600;display:inline-flex}
.about-section-module-scss-module__eyMmvW__description li{margin-left:1.25rem}.about-section-module-scss-module__eyMmvW__description h1,.about-section-module-scss-module__eyMmvW__description h2,.about-section-module-scss-module__eyMmvW__description h3,.about-section-module-scss-module__eyMmvW__description h4,.about-section-module-scss-module__eyMmvW__description h5,.about-section-module-scss-module__eyMmvW__description p,.about-section-module-scss-module__eyMmvW__description ul,.about-section-module-scss-module__eyMmvW__description ol,.about-section-module-scss-module__eyMmvW__description li{all:revert}
.plan-module-scss-module__SnQ2Yq__yourPlan__title{margin-bottom:.75rem}.plan-module-scss-module__SnQ2Yq__yourPlan__price{justify-content:space-between;margin-bottom:1rem;display:flex}@media (max-width:1024px){.plan-module-scss-module__SnQ2Yq__yourPlan__price{margin-bottom:.75rem}}.plan-module-scss-module__SnQ2Yq__yourPlan__description{padding:.75rem 1rem}@media (max-width:1024px){.plan-module-scss-module__SnQ2Yq__yourPlan__description{padding:0 1rem}}.plan-module-scss-module__SnQ2Yq__yourPlan__descriptionList{margin-left:1.5rem}
.mobile-job-title-combobox-module-scss-module__TO-HdG__modalContent{flex-direction:column;gap:16px;height:100%;padding:0;display:flex}.mobile-job-title-combobox-module-scss-module__TO-HdG__modalHeader{flex-direction:column;gap:12px;display:flex;position:relative}.mobile-job-title-combobox-module-scss-module__TO-HdG__title{color:var(--black-color-black-100,#000);margin:0;font-size:20px;font-style:normal;font-weight:700;line-height:1.2}.mobile-job-title-combobox-module-scss-module__TO-HdG__title span{color:var(--error-color,#d64751)}.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionContainer{background:var(--white-color-white-100,#fff);border:1px solid var(--black-color-light-grey,#d8dbe0);border-radius:8px;flex-direction:column;flex:1;min-height:0;padding:12px;display:flex;overflow:hidden}.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionList{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:16px;display:flex;overflow-y:auto}.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionList::-webkit-scrollbar{display:none}.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionItem{background:0 0;border:none}.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionTrigger{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;height:36px;padding:6px 12px;transition:background-color .2s;display:flex}.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionTrigger:hover,.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionTrigger[data-state=open]{background:var(--brand-color-brand-background-light,#f0f4fb)}.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionTriggerText{color:var(--black-color-black-100,#000);text-align:left;flex:1;font-size:16px;font-style:normal;font-weight:450;line-height:24px}.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionTriggerIcon{color:var(--black-color-black-100,#000);flex-shrink:0;transition:transform .3s}.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionTrigger[data-state=open] .mobile-job-title-combobox-module-scss-module__TO-HdG__accordionTriggerIcon{transform:rotate(180deg)}.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionContent{overflow:hidden}.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionContent[data-state=open]{animation:.3s ease-out mobile-job-title-combobox-module-scss-module__TO-HdG__slideDown}.mobile-job-title-combobox-module-scss-module__TO-HdG__accordionContent[data-state=closed]{animation:.3s ease-out mobile-job-title-combobox-module-scss-module__TO-HdG__slideUp}@keyframes mobile-job-title-combobox-module-scss-module__TO-HdG__slideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes mobile-job-title-combobox-module-scss-module__TO-HdG__slideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}.mobile-job-title-combobox-module-scss-module__TO-HdG__subcategoriesContainer{flex-direction:column;gap:16px;padding:16px 0;display:flex}.mobile-job-title-combobox-module-scss-module__TO-HdG__subcategory{flex-direction:column;gap:0;display:flex}.mobile-job-title-combobox-module-scss-module__TO-HdG__subcategoryTitle{color:var(--black-color-black-100,#000);margin:0 0 16px;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.mobile-job-title-combobox-module-scss-module__TO-HdG__tagsWrapper{flex-wrap:wrap;gap:10px;display:flex}.mobile-job-title-combobox-module-scss-module__TO-HdG__tag{cursor:pointer;transition:background-color .2s}.mobile-job-title-combobox-module-scss-module__TO-HdG__tag:hover{opacity:.9}.mobile-job-title-combobox-module-scss-module__TO-HdG__divider{background:var(--black-color-light-grey,#d8dbe0);width:100%;height:1px;margin:16px 0 0}.mobile-job-title-combobox-module-scss-module__TO-HdG__popoverContent{z-index:10;width:var(--radix-popover-trigger-width);background:var(--white-color-white-100,#fff);box-shadow:0 4px 20px #00000026}.mobile-job-title-combobox-module-scss-module__TO-HdG__popoverContent[data-state=open]{animation:.2s ease-out mobile-job-title-combobox-module-scss-module__TO-HdG__fadeIn}.mobile-job-title-combobox-module-scss-module__TO-HdG__popoverContent[data-state=closed]{animation:.2s ease-in mobile-job-title-combobox-module-scss-module__TO-HdG__fadeOut}@keyframes mobile-job-title-combobox-module-scss-module__TO-HdG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobile-job-title-combobox-module-scss-module__TO-HdG__fadeOut{0%{opacity:1}to{opacity:0}}.mobile-job-title-combobox-module-scss-module__TO-HdG__loaderContainer{justify-content:center;align-items:center;height:100%;display:flex}.mobile-job-title-combobox-module-scss-module__TO-HdG__title{color:#000;font-size:20px;font-style:normal;font-weight:700;line-height:120%}.mobile-job-title-combobox-module-scss-module__TO-HdG__asterisk{color:var(--red4)}
.form-buttons-module-scss-module__p52kAa__container{column-gap:.75rem;display:flex;position:sticky;bottom:0}@media (max-width:1024px){.form-buttons-module-scss-module__p52kAa__container{flex-grow:1}}
.checklist-layout-module-scss-module__zJDlga__container{font-family:var(--font-neue-montreal);background:var(--black-color-grey-background);gap:1rem;min-height:100dvh;padding:1rem;display:flex;position:relative}.checklist-layout-module-scss-module__zJDlga__container_withDrawer{margin-bottom:50px}.checklist-layout-module-scss-module__zJDlga__main{background:var(--white-color-white-100);border-radius:1rem;flex-direction:column;flex-grow:1;row-gap:2rem;padding:2rem;display:flex;overflow:auto}@media (max-width:1024px){.checklist-layout-module-scss-module__zJDlga__main{row-gap:1.5rem}}@media (max-width:767px){.checklist-layout-module-scss-module__zJDlga__main{padding:1rem}}.checklist-layout-module-scss-module__zJDlga__header{flex-direction:column;gap:30px;display:flex}
.rating-item-module-scss-module__Josg8W__item{cursor:pointer;background-color:var(--black-color-light-grey,#d8dbe0);border-radius:100%;width:.625rem;height:.625rem}@media (max-width:1024px){.rating-item-module-scss-module__Josg8W__item{width:1rem;height:1rem}}.rating-item-module-scss-module__Josg8W__item[data-disabled]{cursor:not-allowed;opacity:.5}.rating-item-module-scss-module__Josg8W__item_filled{background-color:var(--brand-color-brand-main,#276ef6)}
.rating-selector-module-scss-module__f7AT-a__container{align-items:center;gap:.375rem;display:flex}@media (max-width:1024px){.rating-selector-module-scss-module__f7AT-a__container{gap:.625rem}}
.tooltip-module-scss-module__cvJZFq__trigger{cursor:help}.tooltip-module-scss-module__cvJZFq__content{text-align:center;background-color:#fff;border-radius:.5rem;max-width:20rem;padding:.75rem;box-shadow:0 .5rem 1rem -.125rem #1b212c1f}@media (max-width:767px){.tooltip-module-scss-module__cvJZFq__content{padding-right:1.5rem}}.tooltip-module-scss-module__cvJZFq__content__close{display:none}@media (max-width:767px){.tooltip-module-scss-module__cvJZFq__content__close{cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;margin:0;padding:.1875rem;display:flex;position:absolute;top:0;right:.3125rem}}.tooltip-module-scss-module__cvJZFq__content__arrow{fill:#fff;width:1rem;height:.5rem}
.accordion-module-scss-module__klUuwW__container{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.accordion-module-scss-module__klUuwW__item{background-color:var(--white-color-white-100);border-radius:1rem;width:100%}.accordion-module-scss-module__klUuwW__trigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:1.5rem;display:flex}@media (max-width:1024px){.accordion-module-scss-module__klUuwW__trigger{padding:1rem}}.accordion-module-scss-module__klUuwW__arrow{background-color:var(--brand-color-brand-background);width:1.875rem;height:1.875rem;color:var(--brand-color-brand-main);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;padding:.3125rem;display:flex}.accordion-module-scss-module__klUuwW__arrow svg{transition:transform .25s ease-out}[data-state=open] .accordion-module-scss-module__klUuwW__arrow svg{transform:rotate(180deg)}.accordion-module-scss-module__klUuwW__content{background-color:#0000;padding:0 1.5rem 1.5rem;overflow:hidden}.accordion-module-scss-module__klUuwW__content[data-state=open]{animation:.3s ease-out accordion-module-scss-module__klUuwW__dropDownOpen}.accordion-module-scss-module__klUuwW__content[data-state=closed]{animation:.3s ease-out accordion-module-scss-module__klUuwW__dropDownClose}@media (max-width:767px){.accordion-module-scss-module__klUuwW__content{padding:0 1rem 1rem}}.accordion-module-scss-module__klUuwW__list{list-style-position:inside}.accordion-module-scss-module__klUuwW__bgImg{margin:1.5rem auto 0;display:block}@keyframes accordion-module-scss-module__klUuwW__dropDownOpen{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-module-scss-module__klUuwW__dropDownClose{0%{height:var(--radix-accordion-content-height)}to{height:0}}
.popover-module-scss-module__3mjmQq__content{border:1px solid var(--black-color-light-grey,#d8dbe0);background:var(--white-color-white-100,#fff);transform-origin:var(--radix-popover-content-transform-origin);border-radius:12px;outline:none;box-shadow:0 12px 20px #0000001f}.popover-module-scss-module__3mjmQq__content[data-state=open]{animation:.25s ease-out popover-module-scss-module__3mjmQq__fadeGrowIn}.popover-module-scss-module__3mjmQq__content[data-state=closed]{animation:.25s ease-out popover-module-scss-module__3mjmQq__fadeGrowOut}@keyframes popover-module-scss-module__3mjmQq__fadeGrowIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes popover-module-scss-module__3mjmQq__fadeGrowOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}
.tag-module-scss-module__gNtvxq__tag{max-width:100%!important}.tag-module-scss-module__gNtvxq__text{white-space:wrap!important;word-break:break-word!important}
.more-details-panel-module-scss-module__fvn9gG__separator{background-color:var(--black-color-light-grey,#d8dbe0);height:1px}.more-details-panel-module-scss-module__fvn9gG__aside{background:var(--white-color-white-100,#fff);border:2px solid var(--brand-color-brand-light,#c7d9ff);border-radius:1rem;flex-direction:column;flex-basis:401px;height:calc(100dvh - 7.5rem);display:flex;position:sticky;top:1rem;overflow:hidden auto}.more-details-panel-module-scss-module__fvn9gG__dialog{background:var(--white-color-white-100,#fff);z-index:4;flex-direction:column;width:100%;height:100%;padding-bottom:5.5rem;display:flex;position:fixed;top:0;left:0}.more-details-panel-module-scss-module__fvn9gG__content{flex-direction:column;row-gap:1.125rem;padding:1.5rem;display:flex;position:relative;overflow-y:auto}@media (max-width:1024px){.more-details-panel-module-scss-module__fvn9gG__content{row-gap:1.25rem;padding:1rem 1.5rem}}.more-details-panel-module-scss-module__fvn9gG__content .more-details-panel-module-scss-module__fvn9gG__closeButton{width:fit-content;position:absolute;top:1rem;right:1rem}.more-details-panel-module-scss-module__fvn9gG__additionalFeature{flex-direction:column;row-gap:.5rem;display:flex}.more-details-panel-module-scss-module__fvn9gG__additionalFeature__title,.more-details-panel-module-scss-module__fvn9gG__all{justify-content:space-between;display:flex}.more-details-panel-module-scss-module__fvn9gG__extraContent{background:var(--brand-color-brand-background-light,#f0f4fb);border-radius:0 0 1rem 1rem;justify-content:space-between;align-items:center;column-gap:1.5rem;margin-top:auto;padding:.75rem 1.5rem;display:flex}.more-details-panel-module-scss-module__fvn9gG__extraContent__title{text-wrap:balance}.more-details-panel-module-scss-module__fvn9gG__extraContent__button{cursor:pointer;background-color:#0000;flex-shrink:0}.more-details-panel-module-scss-module__fvn9gG__extraContent__originalPrice{text-decoration:line-through}
.profile-data-hint-module-scss-module__-M1YWq__hint{background:var(--surface-surface-accent-tertiary,#f0f4fb);border-radius:1rem;align-items:center;gap:.75rem;padding:1rem;display:flex}.profile-data-hint-module-scss-module__-M1YWq__hintIconWrapper{background:var(--surface-surface-primary,#fff);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;display:flex}.profile-data-hint-module-scss-module__-M1YWq__hintIcon{color:var(--accent-accent-primary,#276ef6)}.profile-data-hint-module-scss-module__-M1YWq__hintLink{color:inherit;text-decoration:none}.profile-data-hint-module-scss-module__-M1YWq__hintLink:hover{text-decoration:underline}
@keyframes filter-dropdown-module-scss-module__pqWjrG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes filter-dropdown-module-scss-module__pqWjrG__fadeOut{0%{opacity:1}to{opacity:0}}.filter-dropdown-module-scss-module__pqWjrG__popoverContent[data-state=open]{animation:.25s ease-out filter-dropdown-module-scss-module__pqWjrG__fadeIn}.filter-dropdown-module-scss-module__pqWjrG__popoverContent[data-state=closed]{animation:.25s ease-out filter-dropdown-module-scss-module__pqWjrG__fadeOut}
.modal-module-scss-module__eFP2Mq__form{border-bottom:1px solid var(--black-color-light-grey);flex-direction:column;gap:1rem;padding-bottom:1rem;display:flex}
.preference-item-module-scss-module__8k7J9G__container{justify-content:space-between;align-items:center;display:flex}@media (max-width:767px){.preference-item-module-scss-module__8k7J9G__container{justify-content:flex-start}}.preference-item-module-scss-module__8k7J9G__preference{align-items:center;gap:.375rem;display:flex}.preference-item-module-scss-module__8k7J9G__mobileRightGroup{flex-direction:column-reverse;row-gap:.625rem;display:flex}.preference-item-module-scss-module__8k7J9G__importance{align-items:center;gap:.375rem;display:flex}.preference-item-module-scss-module__8k7J9G__rating{align-items:center;gap:1.125rem;padding:0 1.25rem;display:flex}@media (max-width:767px){.preference-item-module-scss-module__8k7J9G__rating{gap:.625rem;padding:0}}.preference-item-module-scss-module__8k7J9G__score{color:var(--neutral-neutral-400,#98a2b3)}
.job-title-tag-input-module-scss-module__ynsLtq__root{width:100%}.job-title-tag-input-module-scss-module__ynsLtq__content{flex-direction:column;gap:2px;display:flex}.job-title-tag-input-module-scss-module__ynsLtq__input{width:100%;height:24px;color:var(--black-color-black-100,#000);background-color:#0000;border:none;outline:none;font-size:1rem;font-weight:530;line-height:1.5rem}.job-title-tag-input-module-scss-module__ynsLtq__input_hidden{width:0;height:0}.job-title-tag-input-module-scss-module__ynsLtq__tagsWrapper{flex-wrap:wrap;gap:8px;min-height:24px;display:flex}.job-title-tag-input-module-scss-module__ynsLtq__tagsWrapper_margin{margin-top:6px}.job-title-tag-input-module-scss-module__ynsLtq__container{flex-direction:column;gap:4px;display:flex;position:relative}
.benefits-section-module-scss-module__v2ZRoq__benefits{flex-wrap:wrap;gap:.75rem;display:flex}
.manage-subscription-page-module-scss-module__mKkJlq__container{flex-direction:column;row-gap:2rem;display:flex}@media (max-width:1024px){.manage-subscription-page-module-scss-module__mKkJlq__container{row-gap:1.5rem}}.manage-subscription-page-module-scss-module__mKkJlq__sections{flex-direction:column;row-gap:1.875rem;max-width:742px;display:flex}@media (max-width:1024px){.manage-subscription-page-module-scss-module__mKkJlq__sections{row-gap:1.5rem}}
.progress-card-module-scss-module__7A4jSa__progressCard{box-shadow:0 12px 20px #0000001f}.progress-card-module-scss-module__7A4jSa__questions{flex-direction:column;row-gap:14px;list-style:none;display:flex}.progress-card-module-scss-module__7A4jSa__questionItem{cursor:pointer;align-items:center;column-gap:12px;display:flex}
.questions-form-module-scss-module__CDaJfa__fieldsContainer{flex-direction:column;gap:16px;max-width:540px;display:flex}@media (max-width:1024px){.questions-form-module-scss-module__CDaJfa__fieldsContainer{max-width:unset}}.questions-form-module-scss-module__CDaJfa__fieldsContainer{flex:1 1 0}.questions-form-module-scss-module__CDaJfa__form{flex-direction:column;gap:1.5rem;width:100%;display:flex;position:relative}.questions-form-module-scss-module__CDaJfa__loader{justify-content:center;align-items:center;width:100%;height:100%;display:flex}
.quiz-mobile-trigger-module-scss-module__F-bSmq__container{flex-direction:column;gap:1.5rem;display:flex}.quiz-mobile-trigger-module-scss-module__F-bSmq__triggerButton{background:var(--white-color-white-100,#fff);border:1.5px solid var(--brand-color-primary,#026aff);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;padding:8px 12px;transition:background-color .2s;display:flex}.quiz-mobile-trigger-module-scss-module__F-bSmq__triggerButton:disabled{opacity:.4;pointer-events:none;cursor:initial}.quiz-mobile-trigger-module-scss-module__F-bSmq__triggerButton:hover{background:var(--brand-color-brand-background-light,#f0f4fb)}.quiz-mobile-trigger-module-scss-module__F-bSmq__triggerButtonIcon{width:20px;height:20px;color:var(--brand-color-primary,#026aff);flex-shrink:0;justify-content:center;align-items:center;display:flex}.quiz-mobile-trigger-module-scss-module__F-bSmq__triggerButtonText{color:var(--brand-color-primary,#026aff);margin:0;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.quiz-mobile-trigger-module-scss-module__F-bSmq__error{justify-content:center;align-items:center;gap:5px;display:flex}.quiz-mobile-trigger-module-scss-module__F-bSmq__error svg{color:var(--red4)}
.filter-dropdown-actions-module-scss-module__DRGyXa__actions{gap:.5rem;margin-top:.25rem;display:flex}.filter-dropdown-actions-module-scss-module__DRGyXa__applyButton,.filter-dropdown-actions-module-scss-module__DRGyXa__clearButton{flex:1}
.strictness-notice-module-scss-module__wgaOya__container{background:var(--surface-surface-accent-tertiary,#f8f4fb);border-radius:1rem;align-items:center;gap:.5rem;max-width:33.4375rem;padding:.625rem .75rem;display:flex}.strictness-notice-module-scss-module__wgaOya__text{color:var(--content-content-tertiary,#344054);line-height:1.3}.strictness-notice-module-scss-module__wgaOya__text strong{color:var(--content-content-primary,#000)}
.email-forwarding-preferences-button-module-scss-module__fSd6eG__button{cursor:pointer;text-align:left;background:#fff;border-radius:.75rem;align-items:center;gap:.75rem;width:100%;padding:.5rem .75rem;display:flex}.email-forwarding-preferences-button-module-scss-module__fSd6eG__button svg{display:block}.email-forwarding-preferences-button-module-scss-module__fSd6eG__text{width:100%}
.separator-module-scss-module__QzoLOG__base{background-color:var(--black-color-light-grey,#d8dbe0)}.separator-module-scss-module__QzoLOG__base[data-orientation=horizontal]{width:100%;height:1px}.separator-module-scss-module__QzoLOG__base[data-orientation=vertical]{width:1px;height:100%}.separator-module-scss-module__QzoLOG__base_light-grey{background-color:var(--black-color-light-grey,#d8dbe0)}.separator-module-scss-module__QzoLOG__with-text{width:100%;color:var(--blue-text);align-items:center;gap:10px;font-size:.875rem;line-height:1.5;display:flex}.separator-module-scss-module__QzoLOG__text{flex-shrink:0}
.work-form-module-scss-module__QFWc8a__fieldsContainer{flex-direction:column;gap:1rem;max-width:33.75rem;display:flex}@media (max-width:1024px){.work-form-module-scss-module__QFWc8a__fieldsContainer{max-width:unset}}.work-form-module-scss-module__QFWc8a__fieldsContainer{flex:1 1 0}.work-form-module-scss-module__QFWc8a__form{flex-direction:column;gap:1.5rem;width:100%;display:flex;position:relative}.work-form-module-scss-module__QFWc8a__loader{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.work-form-module-scss-module__QFWc8a__buttonsContainer{gap:.75rem;display:flex;position:sticky;bottom:0}@media (max-width:1024px){.work-form-module-scss-module__QFWc8a__buttonsContainer{flex-direction:column;flex-grow:1}}
.advanced-filters-panel-module-scss-module__ZfweRq__filtersPanel{flex-direction:column;gap:.625rem;width:100%;margin-top:1.25rem;display:flex}@media (max-width:767px){.advanced-filters-panel-module-scss-module__ZfweRq__filtersPanel{gap:.5rem;margin-top:.75rem}}.advanced-filters-panel-module-scss-module__ZfweRq__filtersRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}@media (max-width:767px){.advanced-filters-panel-module-scss-module__ZfweRq__filtersRow{gap:.5rem}}.advanced-filters-panel-module-scss-module__ZfweRq__wideTrigger{min-width:24.125rem}@media (max-width:767px){.advanced-filters-panel-module-scss-module__ZfweRq__wideTrigger{flex:auto;min-width:0}}.advanced-filters-panel-module-scss-module__ZfweRq__defaultTrigger{min-width:14.0625rem}@media (max-width:767px){.advanced-filters-panel-module-scss-module__ZfweRq__defaultTrigger{flex:auto;min-width:0}}
.restart-modal-module-scss-module__UDqgea__content .restart-modal-module-scss-module__UDqgea__button{justify-content:center;width:222px}
.sidebar-module-scss-module__8lsl8a__container{width:344px}@media (max-width:1024px){.sidebar-module-scss-module__8lsl8a__container{width:auto}}
.preference-weights-module-scss-module__7ZLzca__container{background:var(--surface-surface-primary,#fff);border-radius:1rem;padding:1.5rem}@media (max-width:767px){.preference-weights-module-scss-module__7ZLzca__container{padding:1rem}}.preference-weights-module-scss-module__7ZLzca__title{align-items:center;gap:.5rem;margin-bottom:.625rem;display:flex}@media (max-width:767px){.preference-weights-module-scss-module__7ZLzca__title{margin-bottom:.5rem}}.preference-weights-module-scss-module__7ZLzca__description{margin-bottom:1.25rem}@media (max-width:767px){.preference-weights-module-scss-module__7ZLzca__description{margin-bottom:1.5rem}}.preference-weights-module-scss-module__7ZLzca__grid{align-items:flex-start;column-gap:2.6875rem;width:100%;display:flex}@media (max-width:1024px){.preference-weights-module-scss-module__7ZLzca__grid{flex-direction:column-reverse;row-gap:1.25rem}}.preference-weights-module-scss-module__7ZLzca__preferences{flex-direction:column;gap:.25rem;width:100%;max-width:32.125rem;display:flex}@media (max-width:767px){.preference-weights-module-scss-module__7ZLzca__preferences{row-gap:1.25rem}}.preference-weights-module-scss-module__7ZLzca__preferenceContainer.preference-weights-module-scss-module__7ZLzca__preferenceContainer{padding:.875rem 0}@media (max-width:767px){.preference-weights-module-scss-module__7ZLzca__preferenceContainer.preference-weights-module-scss-module__7ZLzca__preferenceContainer{padding:0}}.preference-weights-module-scss-module__7ZLzca__preference.preference-weights-module-scss-module__7ZLzca__preference,.preference-weights-module-scss-module__7ZLzca__importance.preference-weights-module-scss-module__7ZLzca__importance{text-wrap:nowrap;width:8.75rem}.preference-weights-module-scss-module__7ZLzca__notice.preference-weights-module-scss-module__7ZLzca__notice{margin-top:.875rem}@media (max-width:1024px){.preference-weights-module-scss-module__7ZLzca__notice.preference-weights-module-scss-module__7ZLzca__notice{margin-top:0}}
.details-row-module-scss-module__yis9UG__container{align-items:center;column-gap:1rem;display:flex}.details-row-module-scss-module__yis9UG__detail{align-items:center;column-gap:.5rem;width:150px;display:flex}.details-row-module-scss-module__yis9UG__detail__icon{opacity:.5;color:var(--black-color-black-100,#000);justify-content:center;align-items:center;display:flex}
@keyframes tabs-module-scss-module__mC1nsa__fadeInRight{0%{opacity:0;transform:translate(200px)}to{opacity:1}}@keyframes tabs-module-scss-module__mC1nsa__fadeInTop{0%{opacity:0;transform:translateY(-200px)}to{opacity:1}}.tabs-module-scss-module__mC1nsa__tabsRoot{flex-direction:column;flex-grow:1;gap:2rem;display:flex;overflow:auto}@media (max-width:1024px){.tabs-module-scss-module__mC1nsa__tabsRoot{gap:1.5rem}}.tabs-module-scss-module__mC1nsa__tabsList{scrollbar-width:none;-ms-overflow-style:none;gap:1rem;display:flex;overflow:auto}.tabs-module-scss-module__mC1nsa__tabsList::-webkit-scrollbar{display:none}.tabs-module-scss-module__mC1nsa__tab{white-space:nowrap}.tabs-module-scss-module__mC1nsa__spinnerContainer{flex-grow:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.tabs-module-scss-module__mC1nsa__content{flex-grow:1;height:100%;overflow:auto}.tabs-module-scss-module__mC1nsa__tabPanel{outline:none}
.job-title-form-module-scss-module__PPKgVW__wrapper{max-width:490px;margin:0 auto}.job-title-form-module-scss-module__PPKgVW__mobileSubtitle{margin-bottom:40px}@media (min-width:768px){.job-title-form-module-scss-module__PPKgVW__mobileSubtitle{display:none}}
.index-module-scss-module__9CBsyq__formContainer{flex-direction:column;align-items:center;row-gap:30px;display:flex}.index-module-scss-module__9CBsyq__title{text-align:center;margin-bottom:0}.index-module-scss-module__9CBsyq__textContainer{text-align:center;max-width:586px;color:var(--gray-text);flex-direction:column;align-items:center;margin:0 auto;line-height:1.4rem;display:flex}.index-module-scss-module__9CBsyq__text{width:100%}
.filter-search-module-scss-module___Z4gTa__root{background:var(--brand-color-brand-background-light);border:2px solid var(--white-color-white-100);border-radius:1rem;flex-direction:column;gap:1.5rem;margin-bottom:1rem;padding:1.5rem;display:flex}@media (max-width:767px){.filter-search-module-scss-module___Z4gTa__root{padding:1.5rem 1rem}}.filter-search-module-scss-module___Z4gTa__container{align-items:flex-start;gap:1rem;display:flex}@media (max-width:767px){.filter-search-module-scss-module___Z4gTa__container{gap:8px}}.filter-search-module-scss-module___Z4gTa__inputContainer{flex:1;min-width:0}.filter-search-module-scss-module___Z4gTa__inputWrapper.filter-search-module-scss-module___Z4gTa__inputWrapper{min-height:46px}.filter-search-module-scss-module___Z4gTa__icon{color:var(--black-color-grey);display:block}.filter-search-module-scss-module___Z4gTa__clearButton{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.filter-search-module-scss-module___Z4gTa__iconClear{color:var(--black-color-dark-grey);display:block}.filter-search-module-scss-module___Z4gTa__button{text-align:center;justify-content:center;width:174px;margin-top:4px;padding:8px 12px}@media (max-width:767px){.filter-search-module-scss-module___Z4gTa__button{display:none}}
.dashboard-select-module-scss-module__Dm-1sW__trigger{cursor:pointer;gap:6px;display:flex}.dashboard-select-module-scss-module__Dm-1sW__trigger .dashboard-select-module-scss-module__Dm-1sW__icon{color:var(--brand-color-brand-dark);transition:transform .25s ease-in-out}.dashboard-select-module-scss-module__Dm-1sW__trigger[data-state=open] .dashboard-select-module-scss-module__Dm-1sW__icon{transform:rotate(-180deg)}.dashboard-select-module-scss-module__Dm-1sW__trigger{background:0 0}.dashboard-select-module-scss-module__Dm-1sW__triggerContainer{align-items:center;gap:8px;display:flex}@media (max-width:767px){.dashboard-select-module-scss-module__Dm-1sW__triggerContainer{flex-direction:column;align-items:flex-start;gap:0}}.dashboard-select-module-scss-module__Dm-1sW__text{white-space:nowrap}
.layout-module-scss-module__SfhKbq__container{grid-template:"titleBar aside""description aside""categories aside""page aside"1fr/minmax(0,100%) auto;align-items:start;gap:1.5rem 2rem;width:100%;display:grid}@media (max-width:1024px){.layout-module-scss-module__SfhKbq__container{grid-template-columns:minmax(0,100%);grid-template-areas:"titleBar""description""aside""categories""page"}}.layout-module-scss-module__SfhKbq__container_withApplicationsFilter{grid-template-rows:auto 1fr;grid-template-areas:"titleBar aside""page aside"}@media (max-width:1024px){.layout-module-scss-module__SfhKbq__container_withApplicationsFilter{grid-template-areas:"titleBar""aside""page"}}.layout-module-scss-module__SfhKbq__titleBar{flex-wrap:wrap;grid-area:titleBar;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.layout-module-scss-module__SfhKbq__description{text-align:center;grid-area:description}@media (max-width:1024px){.layout-module-scss-module__SfhKbq__description{text-align:left}}.layout-module-scss-module__SfhKbq__aside{grid-area:aside}.layout-module-scss-module__SfhKbq__categories{grid-area:categories}.layout-module-scss-module__SfhKbq__page{grid-area:page}
.combined-job-title-section-module-scss-module__vlo0_G__form{flex-direction:column;gap:24px;max-width:540px;display:flex}.combined-job-title-section-module-scss-module__vlo0_G__buttons{gap:12px;display:flex}
.match-block-module-scss-module__81SI9q__container{background:var(--brand-color-brand-background-light,#f0f4fb);border-radius:1.5rem;flex-direction:column;row-gap:.75rem;padding:1rem;display:flex}.match-block-module-scss-module__81SI9q__container_desktop{background:var(--brand-color-brand-background-light,#f0f4fb)}.match-block-module-scss-module__81SI9q__container_mobile{border:1px solid var(--black-color-light-grey,#d8dbe0);background:var(--white-color-white-100,#fff);box-shadow:0 12px 32px #0000001f}
.personal-information-module-scss-module__i66ixW__layout{flex-direction:column;gap:1.5rem;width:100%;height:100%;display:flex;overflow:auto}
.index-module-scss-module__j5VqcG__button{cursor:pointer;background:var(--white);border:1.5px solid var(--gray2);border-radius:8px;justify-content:center;align-items:center;padding:14px 8px;display:flex;position:relative}@media (max-width:600px){.index-module-scss-module__j5VqcG__button{padding:14px}}.index-module-scss-module__j5VqcG__button:focus,.index-module-scss-module__j5VqcG__button:hover{border-color:var(--blue)}.index-module-scss-module__j5VqcG__button__icon{color:var(--blue);font-size:14px;line-height:1}.index-module-scss-module__j5VqcG__button__tooltip{color:#495d72;opacity:0;visibility:hidden;background-color:#d9e8ff;border-radius:6px;padding:2px 9px 4px;font-size:.875rem;line-height:1.4;position:absolute;bottom:135%;left:0}.index-module-scss-module__j5VqcG__button__tooltip:before{content:"";border-top:8px solid #d9e8ff;border-left:5px solid #0000;border-right:5px solid #0000;position:absolute;top:100%;left:12px}@media (max-width:600px){.index-module-scss-module__j5VqcG__button__tooltip{display:none}}.index-module-scss-module__j5VqcG__button:hover .index-module-scss-module__j5VqcG__button__tooltip{opacity:1;visibility:visible}
.resume-page-module-scss-module__3JZW-W__container{flex-direction:column;gap:1.5rem;max-width:930px;padding-top:2rem;display:flex}@media (max-width:1024px){.resume-page-module-scss-module__3JZW-W__container{gap:1rem;padding-top:1.5rem}}.resume-page-module-scss-module__3JZW-W__resumeWrapper{gap:1rem;display:flex}@media (max-width:767px){.resume-page-module-scss-module__3JZW-W__resumeWrapper{flex-direction:column}}
.match-settings-section-module-scss-module__ztHIwG__container{border:.125rem solid var(--white-color-white-100,#fff);background-color:var(--brand-color-brand-background-light,#f0f4fb);border-radius:1rem;grid-template-columns:1fr auto;grid-template-areas:"title button""description description""group group""preferenceWeights preferenceWeights";align-items:start;gap:1.5rem;padding:1.5rem;display:grid}@media (max-width:767px){.match-settings-section-module-scss-module__ztHIwG__container{grid-template-columns:1fr;grid-template-areas:"title""description""group""button""preferenceWeights";padding:1rem}}.match-settings-section-module-scss-module__ztHIwG__title{grid-area:title}.match-settings-section-module-scss-module__ztHIwG__button{grid-area:button;justify-self:end}@media (max-width:767px){.match-settings-section-module-scss-module__ztHIwG__button{justify-content:center;width:100%}}.match-settings-section-module-scss-module__ztHIwG__description{grid-area:description;margin-top:-.625rem}.match-settings-section-module-scss-module__ztHIwG__group{flex-wrap:wrap;grid-area:group}.match-settings-section-module-scss-module__ztHIwG__preferenceWeights{grid-area:preferenceWeights}
.match-list-module-scss-module__arOkYW__container{flex-direction:column;row-gap:1rem;display:flex}.match-list-module-scss-module__arOkYW__list{flex-direction:column;row-gap:.75rem;list-style:none;display:flex}.match-list-module-scss-module__arOkYW__item{justify-content:space-between;align-items:center;column-gap:.5rem;display:flex}
.completed-applications-button-module-scss-module__blZVcG__container{cursor:pointer;background:0 0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;position:relative}.completed-applications-button-module-scss-module__blZVcG__container:hover{background:var(--brand-color-brand-background,#ebf2ff);border-radius:.75rem}@media (max-width:1400px) and (min-width:1025px){.completed-applications-button-module-scss-module__blZVcG__container{display:none}}@media (max-width:767px){.completed-applications-button-module-scss-module__blZVcG__container{display:none}}.completed-applications-button-module-scss-module__blZVcG__container:before{content:"";background-color:var(--green-color-green,#6cc529);border-radius:50%;width:.375rem;height:.375rem;display:block;position:absolute;top:.4375rem;right:.5rem}.completed-applications-button-module-scss-module__blZVcG__tooltip{background:var(--white-color-white-100,#fff);border-radius:.625rem;max-width:13.625rem;padding:.75rem}.completed-applications-button-module-scss-module__blZVcG__tooltip__arrow{fill:var(--white-color-white-100,#fff)}
.dashboard-welcome-screen-module-scss-module__AEy9eW__container{background:var(--black-color-grey-background,#f3f3f3);flex-direction:column;min-height:100dvh;padding:1rem;display:flex}.dashboard-welcome-screen-module-scss-module__AEy9eW__wrapper{background:var(--white-color-white-100,#fff);text-align:center;border-radius:16px;flex-direction:column;flex:1;align-items:center;row-gap:1.5rem;padding:2rem;display:flex}@media (max-width:767px){.dashboard-welcome-screen-module-scss-module__AEy9eW__wrapper{padding:1.5rem}}.dashboard-welcome-screen-module-scss-module__AEy9eW__wrapperNoGap{row-gap:0;}.dashboard-welcome-screen-module-scss-module__AEy9eW__link{cursor:pointer}.dashboard-welcome-screen-module-scss-module__AEy9eW__supportCaption{max-width:400px}
.index-module-scss-module__cOydNq__button{cursor:pointer;background-color:#fff;border:1px solid #ccd5e1;border-radius:12px;align-items:center;column-gap:10px;padding:4px 18px;display:flex;box-shadow:0 2px 12px #9cb4db52}.index-module-scss-module__cOydNq__button:hover .index-module-scss-module__cOydNq__button__icon,.index-module-scss-module__cOydNq__button:focus .index-module-scss-module__cOydNq__button__icon{opacity:1}.index-module-scss-module__cOydNq__button__text{color:#333;font-size:.875rem;line-height:1.2}.index-module-scss-module__cOydNq__button__icon{color:#495d72;opacity:.5;font-size:24px}
.service-operation-section-module-scss-module__gx5VZG__container{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;display:grid}@media (max-width:767px){.service-operation-section-module-scss-module__gx5VZG__container{grid-template-columns:1fr}}.service-operation-section-module-scss-module__gx5VZG__container .service-operation-section-module-scss-module__gx5VZG__button{justify-self:center}@media (max-width:767px){.service-operation-section-module-scss-module__gx5VZG__container .service-operation-section-module-scss-module__gx5VZG__button{justify-content:center;width:100%}}.service-operation-section-module-scss-module__gx5VZG__container .service-operation-section-module-scss-module__gx5VZG__title{justify-self:start}
.match-overview-module-scss-module__RMFNFG__container{overflow-y:auto}.match-overview-module-scss-module__RMFNFG__title{margin-bottom:1rem}@media (max-width:1024px){.match-overview-module-scss-module__RMFNFG__title{display:none}}.match-overview-module-scss-module__RMFNFG__content{flex-direction:column;row-gap:2rem;display:flex}@media (max-width:767px){.match-overview-module-scss-module__RMFNFG__content{row-gap:1.5rem}}
.dropdown-menu-module-scss-module__NCcWia__menuButton{cursor:pointer;background:0 0;border-radius:1rem;margin-left:auto;padding:.625rem;display:block}.dropdown-menu-module-scss-module__NCcWia__menuButton:hover,.dropdown-menu-module-scss-module__NCcWia__menuButton[data-state=open]{background:var(--brand-color-brand-background)}@media (max-width:1400px) and (min-width:1025px){.dropdown-menu-module-scss-module__NCcWia__menuButton{margin:0;position:absolute;top:3px;right:1rem}}@media (max-width:767px){.dropdown-menu-module-scss-module__NCcWia__menuButton{margin:0;position:absolute;top:3px;right:1rem}}.dropdown-menu-module-scss-module__NCcWia__menuIcon{color:var(--brand-color-brand-main);display:block}.dropdown-menu-module-scss-module__NCcWia__dropdownMenu{transform:translate(-4px)}.dropdown-menu-module-scss-module__NCcWia__drawerContent{flex-direction:column;row-gap:1rem;padding:.75rem 1.5rem;display:flex}
.email-content-module-scss-module__R4euJq__content{padding-top:2rem}@media (max-width:767px){.email-content-module-scss-module__R4euJq__content{padding-top:1.5rem}}.email-content-module-scss-module__R4euJq__heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.email-content-module-scss-module__R4euJq__email{border:1px solid var(--brand-color-brand-light);border-radius:1rem;margin-top:.875rem;padding:2.5rem 3.75rem}@media (max-width:767px){.email-content-module-scss-module__R4euJq__email{padding:.875rem .75rem}}.email-content-module-scss-module__R4euJq__iframe{width:100%;font-family:var(--font-neue-montreal);border:none;transition:height .2s ease-in-out;display:block}
.dropdown-menu-module-scss-module__16_xqa__menuButton{cursor:pointer;background:var(--white-color-white-100);border-radius:1rem;padding:0 .625rem;position:absolute;top:14px;right:10px}.dropdown-menu-module-scss-module__16_xqa__menuButton[data-state=open]{background:var(--brand-color-brand-background)}@media (max-width:767px){.dropdown-menu-module-scss-module__16_xqa__menuButton{position:static}}.dropdown-menu-module-scss-module__16_xqa__menuIcon{color:var(--brand-color-brand-main);display:block;transform:rotate(90deg)}.dropdown-menu-module-scss-module__16_xqa__dropdownMenu{transform:translate(-4px)}.dropdown-menu-module-scss-module__16_xqa__drawerContent{flex-direction:column;row-gap:1rem;padding:.75rem 1.5rem;display:flex}
.cant-upload-screen-module-scss-module__wcf7eG__container{background:var(--black-color-grey-background,#f3f3f3);flex-direction:column;min-height:100dvh;padding:1rem;display:flex}.cant-upload-screen-module-scss-module__wcf7eG__wrapper{background:var(--white-color-white-100,#fff);text-align:center;border-radius:1rem;flex-direction:column;flex:1;align-items:center;padding:2rem;display:flex}@media (max-width:767px){.cant-upload-screen-module-scss-module__wcf7eG__wrapper{padding:1.5rem}}.cant-upload-screen-module-scss-module__wcf7eG__content{flex-direction:column;align-items:center;row-gap:1rem;width:100%;max-width:25.75rem;margin-top:6.5rem;display:flex}.cant-upload-screen-module-scss-module__wcf7eG__illustration{width:11.25rem;height:11.25rem;margin-bottom:.5rem}.cant-upload-screen-module-scss-module__wcf7eG__subtitle{max-width:18.75rem}.cant-upload-screen-module-scss-module__wcf7eG__copyButton{justify-content:center}
.index-module-scss-module__dIexjW__controllers{max-width:490px;margin:0 auto 14px;display:flex}@media (max-width:600px){.index-module-scss-module__dIexjW__controllers{margin-bottom:16px}}.index-module-scss-module__dIexjW__input{width:100%}.index-module-scss-module__dIexjW__input__helper-wrapper{column-gap:4px;display:flex}.index-module-scss-module__dIexjW__input__wrapper{background-color:#fff;width:100%}.index-module-scss-module__dIexjW__selected-items{flex-wrap:wrap;justify-content:center;gap:10px 12px;max-width:560px;margin:0 auto 20px;display:flex}@media (max-width:600px){.index-module-scss-module__dIexjW__selected-items{margin-bottom:18px}}.index-module-scss-module__dIexjW__tips{max-width:490px;margin:0 auto}
.title-bar-actions-module-scss-module__dmS7nG__menuButton{padding:.625em!important}.title-bar-actions-module-scss-module__dmS7nG__form{gap:1rem;display:flex}.title-bar-actions-module-scss-module__dmS7nG__drawerContent{max-height:calc(100dvh - 29px);overflow-y:auto}
.search-settings-page-module-scss-module__6JVQYW__container{column-gap:2rem;display:flex;position:relative}.search-settings-page-module-scss-module__6JVQYW__main{flex-direction:column;gap:1.5rem;display:flex}.search-settings-page-module-scss-module__6JVQYW__sections{flex-direction:column;gap:.5125rem;display:flex}
.empty-state-module-scss-module__dyHarq__container{border:1px solid var(--white-color-white-100);background-color:var(--white-color-white-80);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;min-height:580px;padding:1.875rem 2.375rem;display:flex}@media (max-width:1400px) and (min-width:1025px){.empty-state-module-scss-module__dyHarq__container{min-height:0}}@media (max-width:767px){.empty-state-module-scss-module__dyHarq__container{min-height:0}}.empty-state-module-scss-module__dyHarq__img{margin-top:1.875rem}
.detail-item-module-scss-module__osu69G__item{align-items:flex-start;gap:1rem;display:flex}.detail-item-module-scss-module__osu69G__name{color:var(--black-color-dark-grey);align-items:center;gap:.5rem;min-width:13.0625rem;display:flex}@media (max-width:767px){.detail-item-module-scss-module__osu69G__name{flex-shrink:0;width:7.75rem;min-width:0}.detail-item-module-scss-module__osu69G__name svg{flex-shrink:0}}.detail-item-module-scss-module__osu69G__valueWrapper{gap:1rem;display:flex;overflow-x:hidden}@media (max-width:767px){.detail-item-module-scss-module__osu69G__valueWrapper{flex-direction:column;gap:.625rem}}.detail-item-module-scss-module__osu69G__value{text-overflow:ellipsis;overflow-x:hidden}
.buttons-module-scss-module__JuU1jq__mainActions{flex-grow:1;align-items:center;gap:.5rem;display:flex}.buttons-module-scss-module__JuU1jq__actionButton{text-align:center;justify-content:space-around;width:100%}
.dashboard-welcome-guard-module-scss-module__8VZEsq__stateContainer{justify-content:center;align-items:center;margin-top:50px;display:flex}
.index-module-scss-module__DnjiHa__formContainer{flex-direction:column;align-items:center;row-gap:30px;display:flex}.index-module-scss-module__DnjiHa__imgContainer{justify-content:center;width:314px;display:flex}@media (max-width:600px){.index-module-scss-module__DnjiHa__imgContainer{width:276px}}.index-module-scss-module__DnjiHa__img{width:100%;height:100%}.index-module-scss-module__DnjiHa__textContainer{text-align:center;max-width:586px;color:var(--gray-text);flex-direction:column;align-items:center;margin:0 auto;padding-top:30px;line-height:1.4rem;display:flex}.index-module-scss-module__DnjiHa__text{width:100%}.index-module-scss-module__DnjiHa__text:nth-child(-n+2){padding-bottom:20px}.index-module-scss-module__DnjiHa__bold{font-weight:700}
.applications-title-bar-module-scss-module__28prCW__title{flex-grow:1}.applications-title-bar-module-scss-module__28prCW__menuButton{padding:.625em!important}
.pagination-module-scss-module__FfaBOq__container{align-self:center;gap:.375rem;padding-top:20px;display:flex}.pagination-module-scss-module__FfaBOq__button{cursor:pointer;border:1px solid var(--black-color-grey-background);background-color:var(--black-color-grey-background);text-align:center;vertical-align:middle;border-radius:.5rem;width:26px;height:26px;padding:.25rem;transition:filter .25s}.pagination-module-scss-module__FfaBOq__button svg{display:block}.pagination-module-scss-module__FfaBOq__button:hover,.pagination-module-scss-module__FfaBOq__button_active{border-color:var(--brand-color-brand-main);background:var(--brand-color-brand-background);color:var(--brand-color-brand-main)}.pagination-module-scss-module__FfaBOq__button_arrow{color:var(--black-color-dark-grey);background:var(--white-color-white-100);border:1px solid var(--black-color-light-grey)}.pagination-module-scss-module__FfaBOq__button_arrow:disabled{opacity:.4;cursor:not-allowed;border:1px solid var(--black-color-grey-background);background-color:var(--black-color-grey-background)}.pagination-module-scss-module__FfaBOq__button_dots{cursor:default}.pagination-module-scss-module__FfaBOq__button_dots:hover{filter:brightness()}.pagination-module-scss-module__FfaBOq__button:focus-visible{outline:2px solid #000}.pagination-module-scss-module__FfaBOq__buttonText.pagination-module-scss-module__FfaBOq__buttonText{line-height:1}
.action-button-module-scss-module__3YDiFG__button{cursor:pointer;color:var(--brand-color-brand-main);background:0 0;border-radius:2px;align-items:center;gap:.5rem;padding:2px 4px;display:flex}.action-button-module-scss-module__3YDiFG__button:hover{background:var(--brand-color-brand-background)}
.card-actions-module-scss-module__ieDgaq__actions{min-width:10.375rem;position:relative}@media (max-width:767px){.card-actions-module-scss-module__ieDgaq__actions{align-items:center;gap:.5rem;width:100%;min-width:0;padding:0;display:flex}}
.extra-features-form-module-scss-module__74_H-q__form{flex-direction:column;gap:1rem;display:flex}.extra-features-form-module-scss-module__74_H-q__buttonWrapper{flex-wrap:wrap;gap:1.25rem;display:flex}.extra-features-form-module-scss-module__74_H-q__buttonWrapper_centered{max-width:22.375rem;margin:0 auto}.extra-features-form-module-scss-module__74_H-q__buttonWrapper_centered button{flex-grow:1;justify-content:center}.extra-features-form-module-scss-module__74_H-q__lockedFeature{gap:.875rem;display:flex}.extra-features-form-module-scss-module__74_H-q__lockedFeature a{color:var(--brand-color-brand-main)}
.match-settings-page-module-scss-module__eQ6hGW__loaderContainer{margin:0 auto}
.profile-data-progress-module-scss-module__S5ctfq__container{flex-direction:column;gap:2rem;display:flex}
.index-module-scss-module__seu4cq__container{background-color:var(--white);border:1px solid var(--gray2);border-radius:12px;margin-bottom:8px;padding:16px 20px}.index-module-scss-module__seu4cq__questionsBlock{cursor:pointer;justify-content:space-between;align-items:center;display:flex}@media (max-width:600px){.index-module-scss-module__seu4cq__questionsBlock{align-items:flex-start}.index-module-scss-module__seu4cq__image{display:none}}.index-module-scss-module__seu4cq__title{text-transform:capitalize;text-align:left;width:100%;padding:0 14px;font-weight:700}@media (max-width:600px){.index-module-scss-module__seu4cq__title{padding:0 10px 0 0}}.index-module-scss-module__seu4cq__icon{color:var(--blue-text);opacity:.5;font-size:.5rem}.index-module-scss-module__seu4cq__answersBlock{color:var(--gray-text);cursor:default;padding:16px 35px;font-size:.875rem;line-height:18px}@media (max-width:600px){.index-module-scss-module__seu4cq__answersBlock{padding:16px 0}}
.all-mails-page-module-scss-module__yt4ilW__container{border:2px solid var(--white-color-white-100);background:var(--white-color-white-30);border-radius:1rem;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}@media (max-width:1400px) and (min-width:1025px){.all-mails-page-module-scss-module__yt4ilW__container_empty{border:0;padding:0}}@media (max-width:767px){.all-mails-page-module-scss-module__yt4ilW__container_empty{border:0;padding:0}}.all-mails-page-module-scss-module__yt4ilW__listHeading,.all-mails-page-module-scss-module__yt4ilW__emailCard{grid-template-columns:178px 1fr 1fr 100px;align-items:center;gap:1rem;display:grid}.all-mails-page-module-scss-module__yt4ilW__listHeading{padding:0 1rem .5rem}@media (max-width:1400px) and (min-width:1025px){.all-mails-page-module-scss-module__yt4ilW__listHeading{display:none}}@media (max-width:767px){.all-mails-page-module-scss-module__yt4ilW__listHeading{display:none}}.all-mails-page-module-scss-module__yt4ilW__headingItem{color:var(--black-color-black-100);gap:1rem;display:flex}.all-mails-page-module-scss-module__yt4ilW__emailCard{background-color:var(--white-color-white-100);border:1px solid var(--white-color-white-100);cursor:pointer;border-radius:1rem;padding:1rem;transition:all .2s;position:relative}.all-mails-page-module-scss-module__yt4ilW__emailCard_isRead{background-color:var(--black-color-grey-background);border-color:var(--black-color-grey-background)}.all-mails-page-module-scss-module__yt4ilW__emailCard:hover{border-color:var(--brand-color-brand-light);box-shadow:0 12px 20px #0000001f}@media (max-width:1400px) and (min-width:1025px){.all-mails-page-module-scss-module__yt4ilW__emailCard{grid-template-columns:1fr;gap:.75rem}}@media (max-width:767px){.all-mails-page-module-scss-module__yt4ilW__emailCard{grid-template-columns:1fr;gap:.75rem}}.all-mails-page-module-scss-module__yt4ilW__dateTimeWrapper{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.all-mails-page-module-scss-module__yt4ilW__email,.all-mails-page-module-scss-module__yt4ilW__category{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.all-mails-page-module-scss-module__yt4ilW__buttons{align-items:center;column-gap:1.25rem;margin:-.8125rem 0;display:flex}@media (max-width:1400px) and (min-width:1025px){.all-mails-page-module-scss-module__yt4ilW__buttons{margin:0}}@media (max-width:767px){.all-mails-page-module-scss-module__yt4ilW__buttons{margin:0}}
.email-details-module-scss-module__Uiar7W__details{flex-direction:column;gap:.75rem;padding-top:2rem;display:flex}
.empty-state-module-scss-module__suSfBW__container{background:var(--white-color-white-100,#fff);border-radius:1rem;justify-content:center;align-items:center;height:100%;padding:1rem;display:flex}@media (max-width:767px){.empty-state-module-scss-module__suSfBW__container{height:auto}}.empty-state-module-scss-module__suSfBW__content{flex-direction:column;align-items:center;row-gap:1.375rem;display:flex}.empty-state-module-scss-module__suSfBW__content__image{width:13.5rem;height:13.5rem}@media (max-width:767px){.empty-state-module-scss-module__suSfBW__content__image{width:9.375rem;height:9.375rem}}.empty-state-module-scss-module__suSfBW__content__text{text-align:center;text-wrap:balance;flex-direction:column;row-gap:1rem;max-width:28.75rem;display:flex}.empty-state-module-scss-module__suSfBW__animationWrapper{width:20rem;height:20rem;margin-bottom:-5.625rem;position:relative;overflow:hidden}@media (max-width:767px){.empty-state-module-scss-module__suSfBW__animationWrapper{width:12.875rem;height:12.875rem;margin-bottom:-3.75rem}}.empty-state-module-scss-module__suSfBW__animation{width:100%;height:auto;position:absolute;top:-2.5rem}@media (max-width:767px){.empty-state-module-scss-module__suSfBW__animation{top:-1.875rem}}.empty-state-module-scss-module__suSfBW__strong{background:var(--green-color-light-green);border-radius:.5rem;padding:.1875rem .0625rem}.empty-state-module-scss-module__suSfBW__searchingContainer{background:var(--white-color-white-100,#fff);border-radius:1rem;justify-content:center;align-items:center;height:100%;padding:2.5rem 1rem;display:flex}@media (max-width:767px){.empty-state-module-scss-module__suSfBW__searchingContainer{height:auto;padding:1.5rem 1rem}}.empty-state-module-scss-module__suSfBW__searchingContent{text-align:center;border:.0625rem solid var(--surface-surface-accent-tertiary,#f0f4fb);background:var(--green-background-gradient,linear-gradient(0deg,#5ae67105 -0.31%,#5ae65a29 100%));border-radius:1rem;flex-direction:column;align-items:center;row-gap:1rem;max-width:47.25rem;padding:1.875rem 3.125rem;display:flex}@media (max-width:767px){.empty-state-module-scss-module__suSfBW__searchingContent{padding:1.5rem 1rem}}.empty-state-module-scss-module__suSfBW__searchingLinks{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:40rem;margin-top:.5rem;display:flex}@media (max-width:767px){.empty-state-module-scss-module__suSfBW__searchingLinks{flex-direction:column;align-items:center}}.empty-state-module-scss-module__suSfBW__searchingLink{background:var(--surface-surface-primary,#fff);border:.0625rem solid var(--border-border-secondary,#d8dbe0);border-radius:.75rem;align-items:center;gap:.5rem;padding:.625rem 1rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:inline-flex}.empty-state-module-scss-module__suSfBW__searchingLink:hover{border-color:var(--black-color-black-100,#000);box-shadow:0 .125rem .5rem #00000014}@media (max-width:767px){.empty-state-module-scss-module__suSfBW__searchingLink{justify-content:space-between;width:100%;padding:.5rem .875rem}}.empty-state-module-scss-module__suSfBW__searchingLinkIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.empty-state-module-scss-module__suSfBW__searchingLinkText{color:var(--black-color-black-100,#000);font-size:.875rem;font-weight:400}@media (max-width:767px){.empty-state-module-scss-module__suSfBW__searchingLinkText{text-align:left;flex-grow:1}}.empty-state-module-scss-module__suSfBW__searchingLinkArrowContainer{background:var(--surface-surface-accent-secondary,#ebf2ff);border-radius:.5rem;justify-content:center;align-items:center;padding:.25rem;display:flex}.empty-state-module-scss-module__suSfBW__searchingLinkArrow{width:1rem;height:1rem;color:var(--blue-color-blue-100,#3b82f6)}
.additional-questions-page-module-scss-module__rQTJtW__container{flex-direction:column;align-items:center;row-gap:2rem;width:100%;max-width:56.75rem;margin:2rem auto 0;padding:4rem 0;display:flex}
.profile-data-page-module-scss-module__Gc0BOq__container{flex-direction:column;align-items:center;row-gap:2rem;width:100%;max-width:56.75rem;margin:2rem auto 0;padding:4rem 0;display:flex}
.resume-and-cover-letter-page-module-scss-module__297i7W__container{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;display:flex}@media (max-width:1024px){.resume-and-cover-letter-page-module-scss-module__297i7W__container{justify-content:flex-start}}.resume-and-cover-letter-page-module-scss-module__297i7W__form{padding:2.125rem 0}.resume-and-cover-letter-page-module-scss-module__297i7W__text{max-width:554px;margin-top:.75rem}
.faq-page-module-scss-module__D9uTBa__container{flex-direction:column;gap:1.5rem;display:flex}.faq-page-module-scss-module__D9uTBa__link{cursor:pointer;color:var(--blue-button);background-color:#0000;border:none;align-items:center;column-gap:14px;padding-top:10px;text-decoration:none;display:flex}.faq-page-module-scss-module__D9uTBa__link__icon{font-size:1.125rem}.faq-page-module-scss-module__D9uTBa__link__text{font-weight:700;text-decoration:underline}
.detail-page-module-scss-module__K1Vk8a__container{column-gap:1rem;height:100%;display:flex}.detail-page-module-scss-module__K1Vk8a__wrapper{background:var(--white-color-white-100,#fff);border-radius:1rem;flex:1;width:100%;padding:1.5rem 2rem;position:relative}@media (max-width:767px){.detail-page-module-scss-module__K1Vk8a__wrapper{background-color:#0000;padding:0}}.detail-page-module-scss-module__K1Vk8a__closeLink{color:var(--black-color-black-100,#000);cursor:pointer;background:0 0;text-decoration:none;position:absolute;top:1.5rem;right:2rem}@media (max-width:767px){.detail-page-module-scss-module__K1Vk8a__closeLink{top:0;right:0}}.detail-page-module-scss-module__K1Vk8a__closeLink svg{display:block}
.list-module-scss-module__wa_DyG__container{flex-direction:column;gap:1rem;padding-bottom:2rem;display:flex}.list-module-scss-module__wa_DyG__spinner{justify-content:center;display:flex}
.index-module-scss-module__iZkUfq__select{border:none;border-radius:8px 0 0 8px;height:44px;margin:0}.index-module-scss-module__iZkUfq__selectValue{column-gap:5px;display:flex}.index-module-scss-module__iZkUfq__option__icon{border-radius:2px;width:34px;height:22px;display:flex;overflow:hidden}
.index-module-scss-module__-p7xiq__container{background-color:var(--white);border-radius:12px;padding:32px}.index-module-scss-module__-p7xiq__select-container{z-index:1;position:relative;overflow:visible;container-type:inline-size}.index-module-scss-module__-p7xiq__wrapper{max-width:596px;margin:0 auto}.index-module-scss-module__-p7xiq__paired-block{column-gap:16px;margin-bottom:10px;display:flex}@media (max-width:600px){.index-module-scss-module__-p7xiq__paired-block{flex-direction:column;row-gap:14px;margin-bottom:14px}}.index-module-scss-module__-p7xiq__paired-block__item{flex:1}.index-module-scss-module__-p7xiq__label{font-weight:700}.index-module-scss-module__-p7xiq__resume-wrapper{column-gap:16px;display:flex}@media (max-width:600px){.index-module-scss-module__-p7xiq__resume-wrapper{flex-direction:column;row-gap:14px}}.index-module-scss-module__-p7xiq__border:focus-within{border-color:var(--blue)}.index-module-scss-module__-p7xiq__phone-prefix-el{border-right:1px solid var(--black);align-items:center;column-gap:8px;height:100%;padding:0 14px;display:flex}.index-module-scss-module__-p7xiq__phone-prefix-el__text{line-height:44px}.index-module-scss-module__-p7xiq__phone-input{border-radius:0 8px 8px 0}.index-module-scss-module__-p7xiq__radio-button-wrapper{border:1.5px solid var(--gray2);border-radius:8px;flex:1;padding:12px 15px}.index-module-scss-module__-p7xiq__radio-button-wrapper_disabled{background-color:#4c4c4c2b;border:none}.index-module-scss-module__-p7xiq__radio-button-wrapper:focus-within{border-color:var(--blue)}.index-module-scss-module__-p7xiq__submit-btn{background-color:var(--blue);border-radius:6px;padding:14px;font-size:.875rem}.index-module-scss-module__-p7xiq__submit-btn:hover{background-color:var(--dark-blue)}.index-module-scss-module__-p7xiq__submit-btn_loading{background-color:var(--green5);cursor:progress}.index-module-scss-module__-p7xiq__submit-btn_loading:hover{background-color:var(--green5)}.index-module-scss-module__-p7xiq__submit-btn_disabled,.index-module-scss-module__-p7xiq__submit-btn_disabled:hover{background-color:var(--light-gray)}
.index-module-scss-module__ZPjJaa__container{z-index:1;background-color:var(--white);border-radius:12px;padding:26px 20px 28px;position:relative}@media (max-width:600px){.index-module-scss-module__ZPjJaa__container{padding:20px 12px 26px}}.index-module-scss-module__ZPjJaa__available-info{background-color:var(--light-blue3);border-radius:12px;justify-content:center;align-items:center;column-gap:11px;margin-bottom:17px;padding:13px;display:flex}.index-module-scss-module__ZPjJaa__available-info_warning{background-color:var(--yellow2)}.index-module-scss-module__ZPjJaa__available-info__text{z-index:2;color:var(--gray-text);font-size:1.125rem;font-weight:700;position:relative}.index-module-scss-module__ZPjJaa__subscribe-text{z-index:2;text-align:center;font-size:1.125rem;position:relative}@media (max-width:600px){.index-module-scss-module__ZPjJaa__subscribe-text{margin-bottom:30px}}.index-module-scss-module__ZPjJaa__subscribe-text__link{color:var(--blue);text-decoration:underline}.index-module-scss-module__ZPjJaa__image{z-index:1;position:absolute;top:30px;right:20px}@media (max-width:600px){.index-module-scss-module__ZPjJaa__image{margin:0 auto;display:block;position:static}}
.result-module-scss-module__8nfVcG__result-block{flex-direction:column;align-items:center;max-width:500px;margin:0 auto;padding:141px 40px 0;display:flex}@media (max-width:600px){.result-module-scss-module__8nfVcG__result-block{padding:57px 32px 0}}.result-module-scss-module__8nfVcG__image{margin-bottom:30px}.result-module-scss-module__8nfVcG__title{text-align:center;margin:0 0 16px}.result-module-scss-module__8nfVcG__text{text-align:center;text-wrap:balance;color:var(--gray-text);padding-bottom:20px;font-size:20px}.result-module-scss-module__8nfVcG__text:last-child{margin-bottom:209px}
.index-module-scss-module__99Jo0W__container{background-color:var(--light-blue);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:100%;height:44px;padding:0 20px 0 14px;display:flex}.index-module-scss-module__99Jo0W__container_loading{background-image:linear-gradient(to right,#c9dfff 50%,var(--light-blue)50%);background-size:200% 100%;animation:1s linear forwards index-module-scss-module__99Jo0W__gradientAnimation}@media (max-width:600px){.index-module-scss-module__99Jo0W__container{height:60px}}@keyframes index-module-scss-module__99Jo0W__gradientAnimation{0%{background-position:100% 0}to{background-position:0 0}}.index-module-scss-module__99Jo0W__input{display:none}.index-module-scss-module__99Jo0W__content{color:var(--blue);align-items:center;column-gap:10px;font-size:.875rem;display:flex}.index-module-scss-module__99Jo0W__content_uploaded{width:100%;color:var(--black-text)}.index-module-scss-module__99Jo0W__content__upload-icon{font-size:21px}.index-module-scss-module__99Jo0W__content__delete-icon{color:var(--blue-text);margin-left:auto;font-size:24px}.index-module-scss-module__99Jo0W__content__delete-icon:not(:hover){opacity:.7}
.index-module-scss-module__dookWW__label{color:var(--gray-text);margin-bottom:8px;margin-left:5px;display:block}.index-module-scss-module__dookWW__label__hint{color:var(--gray3)}.index-module-scss-module__dookWW__error-message{color:var(--red4);min-height:14px;margin-top:5px;margin-left:5px;font-size:.875rem;line-height:1}
.index-module-scss-module__EiVP1W__label{color:var(--gray-text);margin-bottom:5px;margin-left:5px;line-height:1.2;display:block}.index-module-scss-module__EiVP1W__required-mark{color:#d64751}.index-module-scss-module__EiVP1W__helper-wrapper{margin-bottom:5px;position:relative}.index-module-scss-module__EiVP1W__input-wrapper{border:1.5px solid var(--black);border-radius:8px;align-items:center;display:flex;overflow:hidden}.index-module-scss-module__EiVP1W__input-wrapper_error{border-color:var(--red4)}.index-module-scss-module__EiVP1W__input-wrapper_success{border-color:var(--green)}.index-module-scss-module__EiVP1W__input{background-color:#0000;border:none;outline:none;width:100%;padding:0 14px;line-height:42px}.index-module-scss-module__EiVP1W__validation-icon{position:absolute;right:14px}.index-module-scss-module__EiVP1W__validation-icon+.index-module-scss-module__EiVP1W__input{padding-right:44px}.index-module-scss-module__EiVP1W__suggestions{z-index:1;border:1.5px solid var(--black);background-color:#fff;border-radius:8px;padding:2px 3px;list-style:none;position:absolute;top:calc(100% + 2px);left:0;right:0}.index-module-scss-module__EiVP1W__suggestions__item{cursor:pointer;border-radius:6px;padding:0 10px;line-height:20px}.index-module-scss-module__EiVP1W__suggestions__item_active,.index-module-scss-module__EiVP1W__suggestions__item:hover{background-color:#026aff33}.index-module-scss-module__EiVP1W__error-message{color:var(--red4);min-height:14px;margin-left:5px;font-size:.875rem;line-height:1}
.index-module-scss-module__NuZXea__container{cursor:default;user-select:none;text-align:center;padding:40px 0;font-size:1.25rem;font-weight:700}
@keyframes index-module-scss-module__ehv6DW__spin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.index-module-scss-module__ehv6DW__spin{animation:2s linear infinite index-module-scss-module__ehv6DW__spin}
.index-module-scss-module__rMXGya__column{width:100%;max-width:354px}.index-module-scss-module__rMXGya__button{border-radius:8px;margin-top:20px;padding:11px;font-size:1.25rem;line-height:1.4}.index-module-scss-module__rMXGya__button:disabled{pointer-events:none}
.index-module-scss-module__v_CKaW__container{background-color:var(--white);border-radius:12px;margin-bottom:145px;padding:40px 30px 66px}@media (max-width:600px){.index-module-scss-module__v_CKaW__container{padding-bottom:50px}}.index-module-scss-module__v_CKaW__wrapper{max-width:596px;margin:0 auto}.index-module-scss-module__v_CKaW__title{text-align:center;margin-bottom:30px;font-size:1.625rem;font-weight:700}@media (max-width:600px){.index-module-scss-module__v_CKaW__title{margin-bottom:24px;font-size:1.25rem}}.index-module-scss-module__v_CKaW__text{border:1.5px solid var(--black);white-space:pre-wrap;border-radius:8px;margin-bottom:24px;padding:15px 14px}@media (max-width:600px){.index-module-scss-module__v_CKaW__text{margin-bottom:20px}}.index-module-scss-module__v_CKaW__btn{min-width:290px;color:var(--white-text);background-color:var(--black);cursor:pointer;border:none;border-radius:6px;padding:14px;font-size:.875rem;font-weight:700}@media (max-width:600px){.index-module-scss-module__v_CKaW__btn{width:100%}}
.index-module-scss-module__j7ORPG__button{color:#7e7e7e;cursor:pointer;background-color:#f8f8f8;border-radius:6px;width:100%;padding:12px;font-size:14px;line-height:1.1}.index-module-scss-module__j7ORPG__button_underline{text-decoration-skip-ink:none;text-decoration:underline}.index-module-scss-module__j7ORPG__label{color:#333;margin-bottom:8px;font-size:.875rem;line-height:1.1;display:inline-block}.index-module-scss-module__j7ORPG__label__applied{color:#10ae43;align-items:center;column-gap:10px;display:flex}.index-module-scss-module__j7ORPG__wrapper{background-color:#fff;border:1px solid #dde5f0;border-radius:6px;padding:6px 9px 6px 22px;display:flex}.index-module-scss-module__j7ORPG__wrapper:not(.index-module-scss-module__j7ORPG__wrapper_applied):focus-within{border-color:#026aff}.index-module-scss-module__j7ORPG__wrapper_error{border-color:#ed0006}.index-module-scss-module__j7ORPG__wrapper_applied{background-color:#e0e9f5;border-color:#e0e9f5}.index-module-scss-module__j7ORPG__input{color:#333;background-color:#0000;border:none;outline:none;width:100%;font-size:.875rem;font-weight:700;line-height:1.86}.index-module-scss-module__j7ORPG__input::placeholder{color:#ccd5e1;font-weight:400}.index-module-scss-module__j7ORPG__applyButton{cursor:pointer;background-color:#0000}.index-module-scss-module__j7ORPG__applyButton:disabled{cursor:progress}.index-module-scss-module__j7ORPG__applyButton__icon{display:flex}.index-module-scss-module__j7ORPG__error{text-align:center;color:#ed0006;margin-top:8px;font-size:.875rem;line-height:1}
