:root{--header-height:60px}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes scale-in{0%{opacity:0;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes scale-in{0%{opacity:0;-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes slide-from-bottom{0%{-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes slide-from-bottom{0%{-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes slide-from-top{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes slide-from-top{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes slide-from-left{0%{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes slide-from-left{0%{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes slide-from-right{0%{-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes slide-from-right{0%{-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes slide-bottom{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);opacity:0}}@keyframes slide-bottom{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);opacity:0}}@-webkit-keyframes slide-top{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes slide-top{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@-webkit-keyframes slide-left{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);opacity:0}}@keyframes slide-left{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);opacity:0}}@-webkit-keyframes slide-right{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);opacity:0}}@keyframes slide-right{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}to{-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);opacity:0}}@-webkit-keyframes reveal-from-bottom-with-scale{0%{-webkit-transform:translate3d(0,40px,0) scale3d(.97,.97,1);transform:translate3d(0,40px,0) scale3d(.97,.97,1)}to{-webkit-transform:translateZ(0) scaleX(1);transform:translateZ(0) scaleX(1)}}@keyframes reveal-from-bottom-with-scale{0%{-webkit-transform:translate3d(0,40px,0) scale3d(.97,.97,1);transform:translate3d(0,40px,0) scale3d(.97,.97,1)}to{-webkit-transform:translateZ(0) scaleX(1);transform:translateZ(0) scaleX(1)}}@-webkit-keyframes reveal-from-right{0%{-webkit-transform:translate3d(60px,0,0);transform:translate3d(60px,0,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes reveal-from-right{0%{-webkit-transform:translate3d(60px,0,0);transform:translate3d(60px,0,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes reveal-from-left{0%{-webkit-transform:translate3d(-60px,0,0);transform:translate3d(-60px,0,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes reveal-from-left{0%{-webkit-transform:translate3d(-60px,0,0);transform:translate3d(-60px,0,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes reveal-with-scale{0%{-webkit-transform:scale3d(.8,.8,.8);transform:scale3d(.8,.8,.8)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes reveal-with-scale{0%{-webkit-transform:scale3d(.8,.8,.8);transform:scale3d(.8,.8,.8)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.is-animated{transition:all .3s cubic-bezier(0,0,.3,1)}.fade-in{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) forwards}.fade-out{opacity:0;-webkit-animation:fade-out .3s cubic-bezier(0,0,.3,1) forwards;animation:fade-out .3s cubic-bezier(0,0,.3,1) forwards}.slide-from-bottom{opacity:0;-webkit-animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) forwards;animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) forwards}.slide-from-top{opacity:0;-webkit-animation:slide-from-top .3s cubic-bezier(0,0,.3,1) forwards;animation:slide-from-top .3s cubic-bezier(0,0,.3,1) forwards}.slide-from-left{opacity:0;-webkit-animation:slide-from-left .3s cubic-bezier(0,0,.3,1) forwards;animation:slide-from-left .3s cubic-bezier(0,0,.3,1) forwards}.slide-from-right{opacity:0;-webkit-animation:slide-from-right .3s cubic-bezier(0,0,.3,1) forwards;animation:slide-from-right .3s cubic-bezier(0,0,.3,1) forwards}.slide-bottom{opacity:0;-webkit-animation:slide-bottom .3s cubic-bezier(0,0,.3,1) forwards;animation:slide-bottom .3s cubic-bezier(0,0,.3,1) forwards}.slide-top{opacity:0;-webkit-animation:slide-top .3s cubic-bezier(0,0,.3,1) forwards;animation:slide-top .3s cubic-bezier(0,0,.3,1) forwards}.slide-left{opacity:0;-webkit-animation:slide-left .3s cubic-bezier(0,0,.3,1) forwards;animation:slide-left .3s cubic-bezier(0,0,.3,1) forwards}.slide-right{opacity:0;-webkit-animation:slide-right .3s cubic-bezier(0,0,.3,1) forwards;animation:slide-right .3s cubic-bezier(0,0,.3,1) forwards}/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}[hidden],template{display:none}.atlaskit-tooltip__content,.atlaskit-tooltip__warning{box-sizing:border-box;top:0;left:0;max-width:220px;word-wrap:break-word;overflow-wrap:break-word;background-color:#ecf1fa;border-radius:7px;font-size:12px;padding:12px}.atlaskit-tooltip__warning{color:#010101;background-color:#ebc330}.rc-slider{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;position:relative;padding:5px 0;width:100%;touch-action:none;height:16px;margin-bottom:18px}.rc-slider,.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail,.rc-slider-track{height:6px;position:absolute}.rc-slider-rail{width:100%;background-color:#d8e0ef}.rc-slider-track{left:0;background-color:#51cb20}.rc-slider-handle{position:absolute;cursor:-webkit-grab;cursor:grab;touch-action:pan-x;top:0;bottom:0;margin:auto;width:4px;height:18px;border-radius:8px;border:1px solid #707070;background-color:#1688f3}.rc-slider-handle:focus{outline:none}.rc-slider-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;color:#999;font-size:10px;transition:color .3s cubic-bezier(0,0,.3,1)}.rc-slider-mark-text-active{color:#010101}.rc-slider-step{position:absolute;width:100%;height:6px;background:transparent}.rc-slider-dot{position:absolute;border:2px solid #e9e9e9;background-color:#fff;cursor:pointer;border-radius:50%;vertical-align:middle;bottom:0;top:0;margin:auto auto auto -4px;width:8px;height:8px}.rc-slider-dot-active{border-color:#51cb20}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:transparent}.rc-slider-disabled .rc-slider-tooltip-inner{opacity:.6}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{border-color:#ccc;box-shadow:none;background-color:#fff;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{left:5px;bottom:0;width:4px}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{left:2px;margin-bottom:-4px}.rc-slider-vertical .rc-slider-dot:first-child,.rc-slider-vertical .rc-slider-dot:last-child{margin-bottom:-4px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:block;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:block;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{-webkit-animation-name:rcSliderTooltipZoomDownIn;animation-name:rcSliderTooltipZoomDownIn;-webkit-animation-play-state:running;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{-webkit-animation-name:rcSliderTooltipZoomDownOut;animation-name:rcSliderTooltipZoomDownOut;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1);transform:scale(1)}}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes rcSliderTooltipZoomDownOut{0%{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0);transform:scale(0)}}@keyframes rcSliderTooltipZoomDownOut{0%{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0);transform:scale(0)}}.rc-slider-tooltip{position:absolute;left:-9999px;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:0}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.rc-slider-tooltip-inner{text-align:center;text-decoration:none;padding:0 2px;height:18px;color:#1688f3;font-size:12px;font-weight:700;line-height:18px}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;display:none}.collapse-css-transition{transition:height .3s cubic-bezier(0,0,.3,1)}@font-face{font-family:Mulish;font-style:normal;font-weight:300;font-display:auto;src:url(https://dev.talentprise.com/static/media/mulish_300.1e3ade16.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Mulish;font-style:normal;font-weight:400;font-display:auto;src:url(https://dev.talentprise.com/static/media/mulish_400.1e3ade16.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Mulish;font-style:normal;font-weight:600;font-display:auto;src:url(https://dev.talentprise.com/static/media/mulish_600.1e3ade16.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Mulish;font-style:normal;font-weight:700;font-display:auto;src:url(https://dev.talentprise.com/static/media/mulish_700.1e3ade16.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Mulish;font-style:normal;font-weight:800;font-display:auto;src:url(https://dev.talentprise.com/static/media/mulish_800.1e3ade16.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Mulish;font-style:normal;font-weight:900;font-display:auto;src:url(https://dev.talentprise.com/static/media/mulish_900.1e3ade16.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}*{box-sizing:border-box}@media(max-width:47.99em){html.hide-scroll{-webkit-overflow-scrolling:auto}}body,html{height:100%;padding:0;margin:0}body{scrollbar-width:thin;scrollbar-color:#5fadf7 #ccc;font-family:Mulish,"Segoe UI",Helvetica,Arial,sans-serif;font-size:16px;color:#010101;background-color:#f8f8f8;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::-webkit-scrollbar{width:5px;height:5px}body::-webkit-scrollbar-track{background-color:#ccc}body::-webkit-scrollbar-thumb{background-color:#5fadf7;border-radius:10px}body::-webkit-scrollbar-thumb:active,body::-webkit-scrollbar-thumb:hover{background-color:#1688f3}body::-webkit-scrollbar-thumb:horizontal,body::-webkit-scrollbar-thumb:vertical{min-height:1.5rem}@media(max-width:47.99em){.hide-scroll body{overflow:hidden;touch-action:none;-webkit-overflow-scrolling:auto}}a{color:inherit;cursor:pointer;background-color:transparent;text-decoration:none}a:active,a:hover{outline:0}a:focus,a:hover{text-decoration:none}p{margin-top:0;margin-bottom:1.2em}img{image-rendering:-webkit-optimize-contrast;image-rendering:auto}h1,h2,h3,h4,h5,h6{color:#1688f3}input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],textarea{padding:0;height:100%;touch-action:manipulation;background-image:none;outline:none}input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],select,textarea{font-family:inherit;font-weight:400;font-size:16px;width:100%;color:#010101;border:1px solid #d8e0ef;border-radius:0;background-color:#fff;box-shadow:none;-webkit-appearance:none;appearance:none;transition:all .3s cubic-bezier(0,0,.3,1)}select{display:block;line-height:1.3;padding:.5em 1.4em .5em .8em;max-width:100%;box-sizing:border-box;margin:0;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%231688f3%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:right .7em top 50%;background-size:.5em auto}select:focus,select:hover{border-color:#1688f3}select:focus{box-shadow:none;color:#010101;outline:none}select option{font-weight:400}select:disabled,select[aria-disabled=true]{color:#010101;opacity:.4;cursor:not-allowed}input[type=range]{-webkit-appearance:slider-horizontal;appearance:slider-horizontal}.error-message{color:red;font-size:9px;line-height:11px;margin-top:2px;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1);animation:fade-in .3s cubic-bezier(0,0,.3,1)}.error-message:first-letter{text-transform:uppercase}.error-message--absolute{position:absolute;top:calc(100% + 2px)}.error-message--info{color:#1688f3}.error-message--warning{color:#ebc330}button{color:inherit;font-family:Mulish,"Segoe UI",Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;border:none;touch-action:manipulation;background-image:none;background-color:transparent;border-radius:0;box-shadow:none;outline:none}button:active,button:hover{cursor:pointer;outline:none}.btn{color:#fff;font-family:Mulish,"Segoe UI",Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;padding:0 14px;height:40px;border:none;transition:all .3s cubic-bezier(0,0,.3,1);display:-webkit-inline-flex;display:inline-flex;margin:0;text-align:center;white-space:nowrap;touch-action:manipulation;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-image:none;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border-radius:7px;background-color:#1688f3;box-shadow:0 0 20px rgba(0,0,0,.16);outline:none;vertical-align:middle;text-transform:uppercase;width:auto}.btn:active,.btn:hover{background-color:#2c97fc;cursor:pointer;outline:none}.btn:focus{outline:none}.btn:disabled{pointer-events:none;background-color:#d8e0ef}.btn--success{background-color:#51cb20}.btn--success:active,.btn--success:hover{background-color:#58dc23}.btn--warning,.btn--warning:hover{color:red;background-color:#f8e4ef}.btn--secondary,.btn--text{background-color:transparent;color:#1688f3;border:1px solid #1688f3;box-shadow:none}.btn--secondary:active,.btn--secondary:hover,.btn--text:active,.btn--text:hover{color:#6db5f7}.btn--secondary:disabled,.btn--text:disabled{color:#6db5f7;border:none;background-color:transparent}.btn--text{border:none}.action-button,.btn--text:active,.btn--text:hover{color:#1688f3;background-color:transparent}.action-button{display:-webkit-inline-flex;display:inline-flex;transition:all .3s cubic-bezier(0,0,.3,1);font-size:20px;line-height:15px;padding:8px;border-radius:7px}.action-button:nth-child(n+2){margin-left:10px}.action-button:hover{background-color:#d7e7f7;cursor:pointer}.action-button--warning:hover{color:red;background-color:#f8e4ef}.site-header{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding:0 30px;position:fixed;top:0;left:0;width:100vw;height:60px;height:var(--header-height);z-index:20;opacity:1}@media(max-width:35.0525em){.site-header{padding:0 20px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}}@media(max-width:28.4275em){.site-header{padding:0 15px}}.site-header:after{background-color:#fff;content:"";position:absolute;z-index:-1;top:0;box-shadow:0 4px 4px 0 rgba(0,0,0,.05);left:0;width:100%;height:100%;opacity:1;transition:opacity .2s linear}.site-header.is-flat .site-header__link.is-active,.site-header.is-flat .site-header__link:hover,.site-header.is-processing .site-header__link.is-active,.site-header.is-processing .site-header__link:hover{color:#1272cc}@media(max-width:28.4275em){.site-header.is-flat .site-header__link:nth-child(n+2),.site-header.is-processing .site-header__link:nth-child(n+2){margin-left:8px}}@media(min-width:48em){.site-header.is-flat:after,.site-header.is-processing:after{opacity:0}}.site-header.is-hidden{display:none}.site-header.with-mobile-menu:after{transition-duration:.1s;opacity:1}.site-header.with-mobile-menu .site-header__middle>*{display:none}.site-header.with-mobile-menu .site-header__end>*{display:-webkit-flex;display:flex;-webkit-justify-content:end;justify-content:end}.site-header.with-mobile-menu .site-header__nav{display:none}.site-header__end,.site-header__middle,.site-header__start{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}@media(min-width:48em){.site-header__end,.site-header__middle,.site-header__start{opacity:0;-webkit-animation:fade-in .3s linear .1s forwards;animation:fade-in .3s linear .1s forwards}}.site-header__middle{-webkit-justify-content:center;justify-content:center}.site-header__logo{display:-webkit-flex;display:flex;font-size:40px;transition:all .3s cubic-bezier(0,0,.3,1)}@media(min-width:48em){.site-header__logo{opacity:0;-webkit-animation:fade-in .3s linear .1s forwards;animation:fade-in .3s linear .1s forwards}}@media(max-width:35.0525em){.site-header__logo{font-size:28px}}.site-header__nav{margin-left:50px}@media(min-width:48em){.site-header__nav{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards}}@media(max-width:28.4275em){.site-header__nav{margin-left:15px}}.site-header__nav a:nth-child(n+2){margin-left:50px}@media(max-width:35.0525em){.site-header__nav a:nth-child(n+2){margin-left:40px}}@media(max-width:28.4275em){.site-header__nav a:nth-child(n+2){margin-left:8px}}@media(max-width:28.4275em){.site-header__nav a:nth-last-child(-n+1){margin-right:5px}}.site-header__link{line-height:24px;font-size:13px;font-weight:600;-webkit-flex-shrink:0;flex-shrink:0;transition:all .15s linear}.site-header__link.is-active,.site-header__link:hover{color:#1688f3}.site-header-intersection-trigger{position:absolute;top:0;left:0;width:100%;height:10px;z-index:1000}#root{min-height:100%;display:grid;grid-template-columns:[col-start] auto [col-end];grid-template-rows:[row-start header-area-start] 60px [content-area-start header-area-end] auto [content-area-end footer-area-start] minmax(205px,-webkit-min-content) [row-end footer-area-end];grid-template-rows:[row-start header-area-start] 60px [content-area-start header-area-end] auto [content-area-end footer-area-start] minmax(205px,min-content) [row-end footer-area-end];grid-template-rows:[row-start header-area-start] var(--header-height) [content-area-start header-area-end] auto [content-area-end footer-area-start] minmax(205px,-webkit-min-content) [row-end footer-area-end];grid-template-rows:[row-start header-area-start] var(--header-height) [content-area-start header-area-end] auto [content-area-end footer-area-start] minmax(205px,min-content) [row-end footer-area-end]}.page-content{grid-column:col;grid-row:content-area;min-width:0}.site-header.is-hidden~.page-content{grid-row-start:1}.site-footer.is-hidden~.page-content{grid-row-end:-1}.grid-container{display:grid;grid-template-columns:auto minmax(0,1090px) auto}.grid-container>*{grid-column:2/3}.grid-container_wide>*{grid-column:1/3}.modal{position:fixed;left:0;right:0;bottom:0;z-index:1000;pointer-events:none;overflow:hidden;-webkit-overflow-scrolling:touch;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;top:-70px;-webkit-transform:translateY(70px);transform:translateY(70px);padding-bottom:70px}@media(max-width:47.99em){.modal{top:0;-webkit-transform:translateY(0);transform:translateY(0);padding-bottom:0}}.modal__container{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;z-index:1;pointer-events:none;overflow:hidden;-webkit-overflow-scrolling:touch}.modal__backdrop,.modal__container{width:100%;height:100%;position:absolute;left:0;right:0}.modal__backdrop{background-color:rgba(22,136,243,.5);opacity:0;transition:opacity .3s linear}.modal__inner{position:relative;z-index:10;max-width:590px;width:100%;max-height:100%;overflow-y:auto;-webkit-transform:translate3d(0,60px,0);transform:translate3d(0,60px,0);background-color:#fff;opacity:0;transition:all .3s cubic-bezier(0,0,.3,1);transition-duration:.2s;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.modal__inner.is-open{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1;pointer-events:auto}.modal__inner.is-open+.modal__backdrop{opacity:1;pointer-events:auto;transition-duration:.2s}@media(max-width:47.99em){.modal__inner{width:100%;height:100%;max-width:unset}}.modal__content{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,auto)}@media(max-width:47.99em){.modal__content{grid-template-rows:-webkit-min-content 1fr -webkit-min-content;grid-template-rows:min-content 1fr min-content;height:100%}}.modal__close{position:absolute;top:42px;right:34px;display:-webkit-flex;display:flex;color:#010101;cursor:pointer;-webkit-tap-highlight-color:transparent;background-color:#fff;box-shadow:0 0 8px 10px #fff}.modal__close svg{font-size:20px}@media(max-width:35.0525em){.modal__close svg{font-size:16px}}.modal__close+.modal__body{max-height:calc(100vh - 124px);padding-top:32px}.modal__header{text-align:center;padding:32px 55px 34px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start;line-height:30px;color:#010101;font-size:24px;font-weight:800;position:relative}@media(max-width:47.99em){.modal__header{padding:30px 55px 35px 19px}}.modal__footer{text-align:center;padding:40px 55px 32px}@media(max-width:47.99em){.modal__footer{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}}.modal__body{scrollbar-width:thin;scrollbar-color:#5fadf7 #ccc;padding:0 55px;overflow-y:auto;max-height:calc(100vh - 220px)}.modal__body::-webkit-scrollbar{width:5px;height:5px}.modal__body::-webkit-scrollbar-track{background-color:#ccc}.modal__body::-webkit-scrollbar-thumb{background-color:#5fadf7;border-radius:10px}.modal__body::-webkit-scrollbar-thumb:active,.modal__body::-webkit-scrollbar-thumb:hover{background-color:#1688f3}.modal__body::-webkit-scrollbar-thumb:horizontal,.modal__body::-webkit-scrollbar-thumb:vertical{min-height:1.5rem}@media(max-width:47.99em){.modal__body{padding:19px}}.list--disable-marks{list-style:none;padding:0;margin:0}.list--disable-spacing{padding:0;margin:0;list-style-position:inside}.site-footer{grid-row:footer-area;background-color:#eff3fb;padding:33px 31px 47px 38px;display:grid;grid-template-columns:auto 1fr 179px;grid-column-gap:85px}@media(max-width:56.3025em){.site-footer{grid-column-gap:0}}@media(max-width:47.99em){.site-footer{-webkit-align-items:center;align-items:center}}@media(max-width:35.0525em){.site-footer{padding:26px 16px 32px}}.site-footer.is-hidden{display:none}.site-footer__logo,.site-footer__nav,.site-footer__social-links{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards}.site-footer__logo{padding-top:6px}@media(max-width:56.3025em){.site-footer__logo{padding-top:0}}.site-footer__logo>a{display:-webkit-flex;display:flex}.site-footer__logo>a>svg{font-size:44px}@media(max-width:47.99em){.site-footer__logo>a>svg{font-size:29px}}.site-footer__nav{display:grid;grid-template-columns:repeat(2,auto);grid-column-gap:80px;-webkit-justify-content:start;justify-content:start;margin-left:170px;padding-top:20px}@media(max-width:100em){.site-footer__nav{margin-left:42px}}@media(max-width:84.375em){.site-footer__nav{margin-left:0}}@media(max-width:56.3025em){.site-footer__nav{grid-row:2/3;grid-column:1/-1;min-height:102px;padding-top:30px}}@media(max-width:28.4275em){.site-footer__nav{grid-column-gap:0;-webkit-justify-content:space-around;justify-content:space-around}}.site-footer .site-footer__link--light,.site-footer__nav{font-size:11px;line-height:12px;font-weight:400}.site-footer__nav-col{display:grid;grid-auto-flow:column;grid-template-columns:auto;grid-template-rows:repeat(3,14px);-webkit-align-content:space-between;align-content:space-between;-webkit-align-items:center;align-items:center;justify-items:start}.site-footer__link{font-size:13px;font-weight:700;line-height:14px}.site-footer__social-links{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;grid-column:3/4}.site-footer__social-links a{font-size:24px;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-shrink:0;flex-shrink:0;color:#545454;transition:color .2s linear}.site-footer__social-links a:nth-child(n+2){margin-left:15px}.site-footer__social-links a:hover{color:#828282}.sidebar__inner{position:-webkit-sticky;position:sticky;background-color:#fff;max-height:calc(100vh - 20px);max-height:calc(100vh - var(--header-height) + 40px);top:100px;top:calc(var(--header-height) + 40px);border-radius:7px;overflow:hidden}.sidebar__head,.sidebar__inner{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.sidebar__head{-webkit-justify-content:center;justify-content:center;padding:30px;min-height:110px}.sidebar__title{font-weight:900;font-size:24px;line-height:32px;margin:0}@-webkit-keyframes reveal-mobile-links{0%{-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes reveal-mobile-links{0%{-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.mobile-nav{position:fixed;left:0;right:0;bottom:0;background-color:#fff;z-index:100;transition:opacity .1s linear;opacity:0;pointer-events:none;overflow-y:auto;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;align-items:stretch;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-overflow-scrolling:touch;top:-70px;padding:0 0 130px;-webkit-transform:translateY(130px);transform:translateY(130px)}@media(min-width:48em){.mobile-nav{display:none}}.mobile-nav.is-visible{opacity:1;pointer-events:auto}.mobile-nav.is-visible a{-webkit-animation:reveal-mobile-links .4s cubic-bezier(.34,1.56,.64,1) .1s forwards;animation:reveal-mobile-links .4s cubic-bezier(.34,1.56,.64,1) .1s forwards}.mobile-nav__inner{padding:30px;width:100%;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;align-items:flex-end}@media(max-width:35.0525em){.mobile-nav__inner{padding-left:20px;padding-right:20px}}@media(max-width:28.4275em){.mobile-nav__inner{padding-left:15px;padding-right:15px}}.mobile-nav__inner a{-webkit-transform:translate3d(250px,0,0);transform:translate3d(250px,0,0)}.mobile-nav .site-header__link{-webkit-order:2;order:2;font-size:18px;line-height:20px}.mobile-nav .site-header__link:nth-child(n+2){margin-top:40px}.mobile-nav .site-header__link:nth-child(2){-webkit-animation-delay:.17s;animation-delay:.17s}.mobile-nav .site-header__link:nth-child(3){-webkit-animation-delay:.24s;animation-delay:.24s}.mobile-nav .site-header__link:nth-child(4){-webkit-animation-delay:.31s;animation-delay:.31s}.mobile-nav .site-header__link:nth-child(5){-webkit-animation-delay:.38s;animation-delay:.38s}.mobile-nav .site-header__link.is-active,.mobile-nav .site-header__link:hover{color:#010101}.mobile-nav .logout-btn_mobile{color:#eb307e}.drawer{position:fixed;bottom:0;z-index:1000;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:center;justify-content:center;top:-70px;-webkit-transform:translateY(70px);transform:translateY(70px)}.drawer,.drawer__container{left:0;right:0;pointer-events:none;overflow:hidden;-webkit-overflow-scrolling:touch;display:-webkit-flex;display:flex;padding-bottom:70px}.drawer__container{width:100%;height:100%;position:absolute;-webkit-justify-content:flex-end;justify-content:flex-end;z-index:1}@media(max-width:47.99em){.drawer__container{height:calc(100% + 60px)}}.drawer__inner{position:relative;z-index:10;max-width:351px;width:100%;height:100%;overflow-y:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);background-color:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.16);transition:-webkit-transform .4s cubic-bezier(.22,1,.36,1);transition:transform .4s cubic-bezier(.22,1,.36,1);transition:transform .4s cubic-bezier(.22,1,.36,1),-webkit-transform .4s cubic-bezier(.22,1,.36,1)}.drawer__inner.is-open{-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:auto}@media(max-width:28.4275em){.drawer__inner{max-width:unset}}.drawer__content{height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr}.drawer__close{display:-webkit-inline-flex;display:inline-flex;padding:0;color:#010101;-webkit-tap-highlight-color:transparent}.drawer__close:active,.drawer__close:hover{color:#010101}.drawer__close svg{font-size:20px}.drawer__header{padding:20px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;line-height:30px;color:#1688f3;font-size:24px;font-weight:900}.drawer__header>.drawer__close{position:static;margin-left:auto}.drawer__body{overflow:hidden;height:100%}@media(max-width:47.99em){.drawer__body{height:calc(100% - 60px)}}.plus-btn{font-size:61px;width:1em;height:1em;border-radius:1em;box-shadow:0 0 6px 0 rgba(0,0,0,.16);position:relative}.plus-btn:after,.plus-btn:before{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;content:"";background-color:#fff}.plus-btn:before{height:15px;width:3px}.plus-btn:after{width:15px;height:3px}.resend-btn{display:grid;grid-template-columns:repeat(3,1fr)}.resend-btn__label{grid-column:2/3}.resend-btn__timer{grid-column:3/4;padding-left:7px;padding-right:7px}.social-auth-btn{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;width:100%;background-color:#fff;cursor:pointer;position:relative;-webkit-tap-highlight-color:transparent;font-size:14px;font-weight:400;height:32px;letter-spacing:.25px;padding:0 10px;border-radius:4px;border:1px solid #dadce0}@media(hover){.social-auth-btn:hover{background-color:#f7fafe;box-shadow:none;border-color:#d2e3fc;outline:none}}.social-auth-btn__icon{display:-webkit-flex;display:flex}.social-auth-btn__title{-webkit-flex-grow:1;flex-grow:1;font-family:"Google Sans",arial,sans-serif;font-weight:500}.social-auth-btn svg{height:14px;width:auto}.hamburger-btn{-webkit-align-self:center;align-self:center;justify-self:start;cursor:pointer;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;height:21px;width:23px;padding:0;-webkit-tap-highlight-color:transparent}@media(min-width:48em){.hamburger-btn{display:none}}.hamburger-btn__line{width:23px;height:3px;background-color:#2c97fc;display:block;border-radius:5px;transition:all .3s cubic-bezier(0,0,.3,1);will-change:transfrom}.hamburger-btn.is-active .hamburger-btn__line:nth-child(2){opacity:0}.hamburger-btn.is-active .hamburger-btn__line:first-of-type{-webkit-transform:translateY(9px) rotate(45deg);transform:translateY(9px) rotate(45deg)}.hamburger-btn.is-active .hamburger-btn__line:last-of-type{-webkit-transform:translateY(-9px) rotate(-45deg);transform:translateY(-9px) rotate(-45deg)}.fetch-more-btn{display:block;margin:0 0 20px auto;font-size:12px;height:28px}.heart-btn{font-size:20px;color:#eb307e;display:-webkit-inline-flex;display:inline-flex;padding:0}.heart-btn:hover{cursor:pointer}.heart-btn svg{-webkit-transform:scaleX(1);transform:scaleX(1);transition:-webkit-transform .3s cubic-bezier(0,0,.3,1);transition:transform .3s cubic-bezier(0,0,.3,1);transition:transform .3s cubic-bezier(0,0,.3,1),-webkit-transform .3s cubic-bezier(0,0,.3,1);-webkit-flex-shrink:0;flex-shrink:0;overflow:visible}.heart-btn svg.is-filled{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}.header-action-btn{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;font-size:33px;color:#1688f3;display:-webkit-inline-flex;display:inline-flex;padding:6px 5px 0 0;position:relative}.header-action-btn:hover{cursor:pointer}.header-action-btn__icon{-webkit-transform:scaleX(1);transform:scaleX(1);transition:-webkit-transform .3s cubic-bezier(0,0,.3,1);transition:transform .3s cubic-bezier(0,0,.3,1);transition:transform .3s cubic-bezier(0,0,.3,1),-webkit-transform .3s cubic-bezier(0,0,.3,1);-webkit-flex-shrink:0;flex-shrink:0;overflow:visible}.header-action-btn__badge{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;position:absolute;padding:4px;top:0;right:0;bottom:auto;left:auto;min-width:19px;height:19px;line-height:11px;border-radius:10px;font-size:10px;font-weight:700;color:#fff;background-color:#51cb20}.delete-account-btn--text{box-shadow:none;text-transform:none;font-size:14px}.delete-account-btn--text,.delete-account-btn--text:active,.delete-account-btn--text:hover{background-color:transparent;color:red}.header-delete-account-btn{color:#111;padding:0;margin:-8px 0}.header-delete-account-btn:active,.header-delete-account-btn:hover{color:#333}.custom-checkbox{-webkit-tap-highlight-color:transparent;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:column;flex-direction:column}.custom-checkbox input{display:none}.custom-checkbox input:checked+label .custom-checkbox__checkbox:after{opacity:1}.custom-checkbox__container,.custom-checkbox label{-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:#010101;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start}.custom-checkbox__checkbox{width:22px;height:22px;border:1px solid #d8e0ef;position:relative;border-radius:2px;-webkit-flex-shrink:0;flex-shrink:0}.custom-checkbox__checkbox:after{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;content:"";border-radius:2px;width:14px;height:14px;background-color:#1688f3;opacity:0;transition:opacity .3s cubic-bezier(0,0,.3,1)}.custom-checkbox__label{line-height:20px;margin-left:10px;transition:color .3s cubic-bezier(0,0,.3,1)}.custom-checkbox__error{color:red;font-size:9px;line-height:11px;margin-top:2px;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1);animation:fade-in .3s cubic-bezier(0,0,.3,1)}.custom-radio{-webkit-tap-highlight-color:transparent;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:column;flex-direction:column}.custom-radio input{display:none}.custom-radio input:checked+label .custom-radio__choice:after{opacity:1}.custom-radio label{-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:#010101;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start}.custom-radio__choice{width:22px;height:22px;border:1px solid #d8e0ef;position:relative;border-radius:22px;-webkit-flex-shrink:0;flex-shrink:0}.custom-radio__choice:after{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;content:"";border-radius:12px;width:12px;height:12px;background-color:#1688f3;opacity:0;transition:opacity .3s cubic-bezier(0,0,.3,1)}.custom-radio__label{line-height:20px;margin-left:10px;transition:color .3s cubic-bezier(0,0,.3,1)}.custom-radio__error{color:red}.custom-radio__error,.custom-radio__helper-text{font-size:9px;line-height:11px;margin-top:2px;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1);animation:fade-in .3s cubic-bezier(0,0,.3,1)}.custom-radio__helper-text{position:absolute;top:21px;color:#1688f3}.custom-select{margin-top:35px;width:100%}.custom-select .custom-select__field{position:relative}.custom-select .custom-select__field.is-invalid .custom-select__control{border-color:#f55757}.custom-select .custom-select__field.is-invalid .custom-select__control--is-focused .custom-select__border,.custom-select .custom-select__field.is-invalid .custom-select__control--menu-is-open .custom-select__border{color:#f55757}.custom-select .custom-select__field.is-invalid .custom-select__control--is-focused .custom-select__label,.custom-select .custom-select__field.is-invalid .custom-select__control--menu-is-open .custom-select__label,.custom-select .custom-select__field.is-invalid .custom-select__value-container--has-value~.custom-select__label{color:red}.custom-select .custom-select__field.is-required .custom-select__label:not(:empty):after{content:"*";display:inline}.custom-select .custom-select__field.hide-placeholder-on-focus .custom-select__control:not(.custom-select__control--is-focused) .custom-select__placeholder{display:none}.custom-select .custom-select__label{color:#6a6a6a;position:absolute;pointer-events:none;left:0;top:0;transition:all .2s ease;will-change:opacity}.custom-select .custom-select__border{position:absolute;bottom:0;width:100%;height:1px;opacity:0;pointer-events:none;color:#1688f3;background-color:currentColor;transition:opacity .2s ease}.custom-select .custom-select__error{position:absolute;top:calc(100% + 2px);color:red;font-size:9px;line-height:11px;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1);animation:fade-in .3s cubic-bezier(0,0,.3,1)}.custom-select .custom-select__error:first-letter{text-transform:uppercase}.custom-select .custom-select__placeholder{-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) forwards}.custom-select .custom-select__control{background:none;box-shadow:none;border-radius:unset;width:100%;min-height:30px;border:none;border-bottom:1px solid #d8e0ef}.custom-select .custom-select__control:hover{border-color:#d8e0ef;cursor:pointer}.custom-select .custom-select__control--is-focused,.custom-select .custom-select__control--is-focused:hover,.custom-select .custom-select__control--menu-is-open,.custom-select .custom-select__control--menu-is-open:hover{border-color:#1688f3}.custom-select .custom-select__control--is-focused .custom-select__border,.custom-select .custom-select__control--menu-is-open .custom-select__border{opacity:1}.custom-select .custom-select__control--is-focused .custom-select__label,.custom-select .custom-select__control--menu-is-open .custom-select__label{top:-15px;font-size:8px;line-height:11px;color:#1688f3}.custom-select .custom-select__value-container{padding:0}.custom-select .custom-select__value-container--has-value~.custom-select__label{top:-15px;font-size:8px;line-height:11px;color:#1688f3}.custom-select .custom-select__single-value{top:calc(50% - 3px);margin-left:0}.custom-select .custom-select__multi-value__wrapper{border-radius:30px;width:-webkit-max-content;width:max-content;height:-webkit-max-content;height:max-content;margin:3px 8px 3px 2px;max-width:680px}@media(min-width:12.5em){.custom-select .custom-select__multi-value__wrapper{max-width:160px}}@media(min-width:15em){.custom-select .custom-select__multi-value__wrapper{max-width:200px}}@media(min-width:17.5em){.custom-select .custom-select__multi-value__wrapper{max-width:240px}}@media(min-width:20em){.custom-select .custom-select__multi-value__wrapper{max-width:280px}}@media(min-width:22.5em){.custom-select .custom-select__multi-value__wrapper{max-width:320px}}@media(min-width:25em){.custom-select .custom-select__multi-value__wrapper{max-width:360px}}@media(min-width:27.5em){.custom-select .custom-select__multi-value__wrapper{max-width:400px}}@media(min-width:30em){.custom-select .custom-select__multi-value__wrapper{max-width:440px}}.custom-select .custom-select__multi-value{border-radius:30px;background-color:#ecf2f8;color:#1688f3;-webkit-transform:translateY(-3px);transform:translateY(-3px);margin:0}.custom-select .custom-select__multi-value__label{border-radius:30px;font-size:12px;padding:4px 0 4px 12px;color:#1688f3;background-color:#ecf2f8}.custom-select .custom-select__multi-value__remove{color:#1688f3;padding-right:8px}.custom-select .custom-select__multi-value__remove svg{width:16px;height:16px}.custom-select .custom-select__multi-value__remove:hover{background-color:transparent;color:#f55757}.custom-select .custom-select__multi-value.is--warning{border:1px solid #ebc330}.custom-select .custom-select__input{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.custom-select .custom-select__input input{height:auto;transition:none}.custom-select .custom-select__dropdown-indicator{font-size:12px;color:#1688f3;padding:6px 2px 8px 8px}.custom-select .custom-select__dropdown-indicator svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.custom-select .custom-select__clear-indicator{padding:4px}.custom-select .custom-select__menu{box-shadow:0 0 6px rgba(0,0,0,.16);margin-top:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1);animation:fade-in .3s cubic-bezier(0,0,.3,1)}.custom-select .custom-select__menu-list{scrollbar-width:thin;scrollbar-color:#5fadf7 #ccc}.custom-select .custom-select__menu-list::-webkit-scrollbar{width:5px;height:5px}.custom-select .custom-select__menu-list::-webkit-scrollbar-track{background-color:#ccc}.custom-select .custom-select__menu-list::-webkit-scrollbar-thumb{background-color:#5fadf7;border-radius:10px}.custom-select .custom-select__menu-list::-webkit-scrollbar-thumb:active,.custom-select .custom-select__menu-list::-webkit-scrollbar-thumb:hover{background-color:#1688f3}.custom-select .custom-select__menu-list::-webkit-scrollbar-thumb:horizontal,.custom-select .custom-select__menu-list::-webkit-scrollbar-thumb:vertical{min-height:1.5rem}.custom-select .custom-select__menu-list--is-multi .custom-select__option:active{background:transparent}.custom-select .custom-select__menu-list--is-multi .custom-select__option:active .custom-checkbox__checkbox:after{opacity:.75}.custom-select .custom-select__menu-list--is-multi .custom-select__option--is-selected{background:transparent}.custom-select .custom-select__menu-list--is-multi .custom-select__option--is-selected:hover .custom-checkbox__checkbox:after{opacity:.5}.custom-select .custom-select__menu-list--is-multi .custom-select__option--is-focused{background:transparent}.custom-select .custom-select__menu-list--is-multi .custom-select__option--is-focused .custom-checkbox__checkbox:after{opacity:.25}.custom-select .custom-select__menu-list--is-multi .custom-select__option--is-focused.custom-select__option--is-selected .custom-checkbox__checkbox:after{opacity:.75}.custom-select .custom-select__menu-list--is-multi .custom-select__option .custom-checkbox__checkbox--is-checked:after{opacity:1}.custom-select .custom-select__menu-list--is-multi .custom-select__option--is-disabled{opacity:.4}.custom-select .custom-select__menu-list .powered-with-google{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:flex-end;align-items:flex-end;height:20px}.custom-select .custom-select__menu-list .powered-with-google img{height:16px;max-width:100%}.custom-select .custom-select__option{cursor:pointer}.custom-select .custom-select__highlighted{font-style:normal;font-weight:700}.custom-select--is-disabled{opacity:.4}.custom-select--is-disabled .custom-select__control{pointer-events:auto}.custom-select--is-disabled .custom-select__control:hover{cursor:not-allowed}.custom-select--is-disabled .custom-select__control *{pointer-events:none}.file-dropzone-upload{text-align:center;padding:36px 18px;margin:4px;border-radius:7px;color:rgba(22,136,243,.4);position:relative;transition:background-color .3s cubic-bezier(0,0,.3,1)}.file-dropzone-upload_cv{padding:0 18px 18px}.file-dropzone-upload--bordered{border:2px dashed #1688f3;background-color:#e7f2fd;color:#1688f3}.file-dropzone-upload--drag-active{background-color:#e7f2fd}.file-dropzone-upload__image{position:relative;height:122px;margin-top:20px;margin-bottom:10px}.file-dropzone-upload__image .user-avatar__image{font-size:122px;margin:0 auto}.file-dropzone-upload__image svg{height:100%;width:auto}.file-dropzone-upload__image--company-logo{height:85px;margin-top:10px;margin-bottom:0}.file-dropzone-upload__image--company-logo .user-avatar__image{font-size:85px;border-radius:0;border-radius:initial}.file-dropzone-upload__image--company-logo .user-avatar__image>img{border-radius:0;border-radius:initial;width:auto;object-fit:fill}.file-dropzone-upload__image--company-logo+.file-dropzone-upload__limitation-info{margin-top:10px}.file-dropzone-upload__image--only-image{height:85px}.file-dropzone-upload__image--only-image .user-avatar__image{font-size:85px}.file-dropzone-upload__image--only-image+.file-dropzone-upload__actions{display:none}.talent-edit-cv__link .file-dropzone-upload__image{padding:24px 14px;border-radius:7px;box-shadow:0 3px 6px rgba(0,0,0,.16)}.file-dropzone-upload__actions{position:relative}.file-dropzone-upload__btn{margin-top:16px;padding-left:38px;padding-right:38px}.file-dropzone-upload__error{text-align:center;width:100%}.file-dropzone-upload__limitation-info{font-size:9px}.floating-label{position:relative;margin-top:35px;width:100%}.floating-label.with-icon input{padding-right:20px}.floating-label.hide-placeholder-on-focus .floating-label__input::-webkit-input-placeholder{opacity:0;-webkit-transition:opacity .05s cubic-bezier(0,0,.3,1);transition:opacity .05s cubic-bezier(0,0,.3,1)}.floating-label.hide-placeholder-on-focus .floating-label__input:-ms-input-placeholder{opacity:0;-ms-transition:opacity .05s cubic-bezier(0,0,.3,1);transition:opacity .05s cubic-bezier(0,0,.3,1)}.floating-label.hide-placeholder-on-focus .floating-label__input::placeholder{opacity:0;transition:opacity .05s cubic-bezier(0,0,.3,1)}.floating-label__border{bottom:1px;height:1px;pointer-events:none;background-color:currentColor;transition:opacity .2s ease}.floating-label__border,.floating-label__icon{position:absolute;width:100%;opacity:0;color:#1688f3}.floating-label__icon{right:0;top:0;bottom:0;margin:auto;z-index:100;max-width:17px;cursor:pointer;transition:all .3s cubic-bezier(0,0,.3,1)}.floating-label>label{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#6a6a6a;position:absolute;pointer-events:none;left:0;top:0;transition:all .2s ease;will-change:opacity}.floating-label>.floating-label__error{position:absolute;top:calc(100% + 2px);color:red;font-size:9px;line-height:11px;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1);animation:fade-in .3s cubic-bezier(0,0,.3,1)}.floating-label>.floating-label__error:first-letter{text-transform:uppercase}.floating-label>.floating-label__input{padding:4px 0 10px;display:block;width:100%;height:30px;background-color:transparent;border:none;border-bottom:1px solid #d8e0ef}.floating-label>.floating-label__input:focus:not(.floating-label>.floating-label__input:read-only){outline:none;border-color:#1688f3}.floating-label>.floating-label__input:focus:not(.floating-label>.floating-label__input:read-only)::-webkit-input-placeholder{transition-duration:.3s;opacity:1}.floating-label>.floating-label__input:focus:not(.floating-label>.floating-label__input:read-only):-ms-input-placeholder{transition-duration:.3s;opacity:1}.floating-label>.floating-label__input:focus:not(.floating-label>.floating-label__input:read-only)::placeholder{transition-duration:.3s;opacity:1}.floating-label>.floating-label__input:focus:not(.floating-label>.floating-label__input:read-only)~label{top:-15px;font-size:8px;line-height:11px;color:#1688f3}.floating-label>.floating-label__input:focus:not(.floating-label>.floating-label__input:read-only)~.floating-label__border,.floating-label>.floating-label__input:focus:not(.floating-label>.floating-label__input:read-only)~.floating-label__icon{opacity:1}.floating-label>.floating-label__input:not(:-ms-input-placeholder)~label{top:-15px;font-size:8px;line-height:11px;color:#1688f3}.floating-label>.floating-label__input:not(:placeholder-shown)~label{top:-15px;font-size:8px;line-height:11px;color:#1688f3}.floating-label>.floating-label__input:disabled,.floating-label>.floating-label__input:disabled~label,.floating-label>.floating-label__input:read-only,.floating-label>.floating-label__input:read-only~label{opacity:.4;cursor:not-allowed}.floating-label>.floating-label__textarea{min-height:30px;max-height:160px;max-width:100%;resize:vertical;overflow:hidden;overflow-x:hidden}.floating-label>.floating-label__quill-editor{padding:4px 0 10px;display:block;width:100%;height:200px;background-color:transparent;border:none;border-bottom:1px solid #d8e0ef;min-height:200px;max-width:100%;resize:vertical;overflow:hidden;overflow-x:hidden}.floating-label.is-required label:not(:empty):after{content:"*";display:inline}.floating-label.is-invalid .floating-label__input,.floating-label.is-invalid .floating-label__textarea{border-color:#f55757}.floating-label.is-invalid .floating-label__input:focus~label,.floating-label.is-invalid .floating-label__textarea:focus~label{color:red}.floating-label.is-invalid .floating-label__input:focus~.floating-label__border,.floating-label.is-invalid .floating-label__input:focus~.floating-label__icon,.floating-label.is-invalid .floating-label__textarea:focus~.floating-label__border,.floating-label.is-invalid .floating-label__textarea:focus~.floating-label__icon{color:#f55757}.floating-label.is-invalid .floating-label__input:not(:-ms-input-placeholder)~label{color:red}.floating-label.is-invalid .floating-label__input:not(:placeholder-shown)~label{color:red}.geolocation-pin-button{background-color:transparent;color:#1688f3;opacity:0;transition:opacity .3s cubic-bezier(0,0,.3,1);font-size:18px}.geolocation-pin-button:hover{color:#1688f3;opacity:1}.custom-select__control--is-focused .geolocation-pin-button{opacity:1}.input-group{display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.input-group label{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1688f3;-webkit-flex-basis:500px;flex-basis:500px}.input-group.is-required label:not(:empty):after{content:"*";display:inline}.input-group--month-year>:nth-child(n+2){-webkit-flex-shrink:0;flex-shrink:0;margin-left:24px;-webkit-flex-basis:60px;flex-basis:60px}.input-group--month-year .custom-select__placeholder,.input-group--month-year .custom-select__single-value{text-align:center;width:100%}.custom-option-with-global-company__global-label{color:#1688f3}.custom-option-with-logo{-webkit-flex-direction:row;flex-direction:row;grid-gap:10px}.custom-option-with-logo,.custom-option-with-logo__image-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.custom-option-with-logo__image-wrapper{-webkit-justify-content:center;justify-content:center;max-width:30px;max-height:30px;width:30px;height:30px;min-width:30px;min-height:30px}.custom-option-with-logo__image-wrapper img{width:100%}.custom-option-with-logo__empty-image-icon{fill:#6a6a6a}.custom-option-with-logo__text{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.custom-option-with-logo__text__label{font-size:16px}.custom-option-with-logo__text__inductry{font-size:10px;color:#6a6a6a}.custom-option-with-logo__checkbox{-webkit-align-self:center;align-self:center}.custom-control-with-logo{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:5px}.custom-control-with-logo__image-wrapper{max-width:25px;margin-bottom:4px;line-height:0}.custom-control-with-logo__image-wrapper img{width:100%}.assessment-results__title{font-size:24px;font-weight:800;color:#010101;margin:0 0 30px}.assessment-results__list{margin:30px 0 0}.assessment-results__list-item{margin:10px 0}.assessment-results__item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.assessment-results__item>:nth-child(n+2){margin-left:30px}.assessment-results__progress{height:15px;-webkit-flex-basis:220px;flex-basis:220px;-webkit-flex-shrink:0;flex-shrink:0}@media(max-width:47.99em){.assessment-results__progress{-webkit-flex-basis:130px;flex-basis:130px}}.assessment-results__item-label{font-size:14px;font-weight:400;-webkit-flex:1 1;flex:1 1}.assessment-results__item-tooltip{-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-grow:0;flex-grow:0}.wizard-items-list__item{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) forwards;padding-bottom:25px}.wizard-items-list__item:nth-child(n+2){border-top:1px solid #ecf1fa;padding-top:25px}.wizard-items-list__item-header{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;font-size:20px}.wizard-items-list__item-title{font-size:20px;margin:0 0 10px;font-weight:700;color:#1688f3;word-break:break-word}.wizard-items-list__item-title span{font-weight:400;color:#010101}.wizard-items-list__item-actions{white-space:nowrap}.wizard-items-list__item-content{font-size:16px;line-height:32px}.wizard-items-list__item-content p{margin:0;word-break:break-word}.wizard-items-list__item-content--condensed{line-height:24px;margin:8px 0;white-space:pre-line}.wizard-items-list__item-content--highlighted{font-weight:700}.wizard-items-list__experience-item{display:grid;grid-template-rows:1fr;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-column-gap:15px}@media(max-width:47.99em){.wizard-items-list__experience-item{grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr;grid-template-columns:1fr}}.wizard-items-list__experience-item:nth-child(n+2){border-top:1px solid #ecf1fa}.wizard-items-list__experience-item__logo-wrapper{margin-top:30px;max-width:50px;min-width:50px}.wizard-items-list__experience-item__logo-wrapper img{width:100%}.wizard-items-list__experience-item__experience:nth-child(n+2){border-top:0}.wizard-countdown-timer__digit-counter{font-size:80px;font-weight:700;color:#1688f3}.wizard-countdown-timer__digit-counter--warning{color:red}.wizard-countdown-timer__countdown-bg{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wizard-countdown-timer__trail{stroke:#d8e0ef;stroke-width:1px}.wizard-countdown-timer__slices{stroke:#fff;stroke-linecap:butt;stroke-width:14px;stroke-dasharray:2.5}.experience-wizard-item .wizard-items-list__item{padding:0}.experience-wizard-item .wizard-items-list__item:nth-child(n+2){border-top:none;margin-top:15px}@media(min-width:48em){.experience-wizard-item .wizard-items-list__item:nth-child(n+2){margin-top:40px}}.experience-wizard-item__section--condensed .wizard-items-list__item:nth-child(n+2){margin-top:30px}.experience-wizard-item__section--condensed .wizard-items-list__item-title{margin-bottom:0}.experience-wizard-item__section-heading{line-height:30px;color:#010101;font-size:24px;font-weight:800;margin:0 0 34px}.experience-wizard-item__info--highlighted--portable{font-weight:700}@media(max-width:28.4275em){.experience-wizard-item__info--highlighted--portable{width:100%}}.experience-wizard-item__info--highlighted{font-weight:700;-webkit-flex-shrink:0;flex-shrink:0}@media(max-width:28.4275em){.experience-wizard-item__info--highlighted{width:100%}}.experience-wizard-item__pre-formatted{white-space:pre-wrap}.experience-wizard-item__item-tag{color:#51cb20;font-weight:700}.experience-wizard-item__item-row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.experience-wizard-item__item-row--shifted{margin-top:8px}.experience-wizard-item__item-row--condensed{-webkit-justify-content:flex-start;justify-content:flex-start}.experience-wizard-item__item-row--condensed p{line-height:24px}.experience-wizard-item__item-row--condensed>:nth-child(n+2){margin-left:20px}.experience-wizard-item__item-row>.expansible-content__item-tag{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;margin-left:10px}.experience-wizard-item__label-list{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-wrap:wrap;flex-wrap:wrap;position:relative;overflow:hidden;box-sizing:border-box;margin-right:-10px}.experience-wizard-item__label-tag{border-radius:30px;background-color:#ecf2f8;color:#1688f3;margin:0 10px 18px 0;font-size:12px;padding:4px 12px}.experience-wizard-item .assessment-results{margin:0}.experience-wizard-item .assessment-results__list{max-width:510px;margin:0 auto}.experience-wizard-item__experience-item{display:-webkit-flex;display:flex}@media(max-width:47.99em){.experience-wizard-item__experience-item{-webkit-flex-direction:column;flex-direction:column}}.experience-wizard-item__experience-item__logo{padding-top:25px;max-width:50px;min-width:50px}@media(min-width:48em){.experience-wizard-item__experience-item__logo{margin-right:15px}}.experience-wizard-item__experience-item__logo--image{width:100%}.home-page__btn{--button-bg:#1688f3;--button-bg-a:#2c97fc;text-transform:none;height:56px;border-radius:56px;font-size:15px;font-weight:600;position:relative;background-color:transparent}.home-page__btn+.home-page__btn{margin-left:18.5px}.home-page__btn:before{position:absolute;top:0;left:0;bottom:0;right:0;content:"";border-radius:56px;background-color:var(--button-bg);transition:all .3s cubic-bezier(0,0,.3,1)}.home-page__btn:active,.home-page__btn:hover{background-color:transparent}.home-page__btn:active:before,.home-page__btn:hover:before{background-color:var(--button-bg-a)}.home-page__btn:after{content:"";position:absolute;bottom:-6px;left:11px;right:11px;height:47px;background:linear-gradient(91.1deg,rgba(105,101,232,.62) -3.21%,rgba(174,107,228,.69) 42.84%,rgba(255,114,224,.39) 96.13%);opacity:.7;z-index:-1;-webkit-filter:blur(13px);filter:blur(13px);border-radius:10px;pointer-events:none}.home-page__btn-content{position:absolute;top:0;left:0;bottom:0;right:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border-radius:56px}.home-page__primary-btn{width:162px}.talent-details__expansion-panel .expansion-panel.expanded .expansion-panel__header{border-bottom-left-radius:0;border-bottom-right-radius:0}.talent-details__expansion-panel .expansion-panel__header{border-radius:8px/5px;min-height:63px;position:relative}.talent-details__expansion-panel .expansion-panel__header,.talent-details__expansion-panel .expansion-panel__header:hover{cursor:pointer;background-color:#ecf2f8}.talent-details__expansion-panel .expansion-panel__header:focus-visible{background-color:#ecf2f8}.talent-details__expansion-panel .expansion-panel__header-content{font-size:18px}.talent-details__expansion-panel .expansion-panel__content{margin-bottom:0;padding:30px}@media(max-width:28.4275em){.talent-details__expansion-panel .expansion-panel__content{padding:15px}}.talent-details__expansion-panel.with-icon-in-title .expansion-panel__header{padding-top:13px;padding-bottom:13px}.talent-details__expansion-panel.with-icon-in-title .expansion-panel__header-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding-right:30px}.talent-details__expansion-panel.with-icon-in-title .expansion-panel__header-content .trial-cv-btn,.talent-details__expansion-panel.with-icon-in-title .expansion-panel__header-content a{display:-webkit-flex;display:flex;margin-top:2px;margin-left:20px}.talent-details__expansion-panel.with-icon-in-title .expansion-panel__header-content .trial-cv-btn>svg,.talent-details__expansion-panel.with-icon-in-title .expansion-panel__header-content a>svg{font-size:35px;-webkit-flex-shrink:0;flex-shrink:0}.talent-details__overall-info{display:grid;grid-template-columns:122px 1fr 70px;grid-column-gap:20px;padding:30px}@media(max-width:28.4275em){.talent-details__overall-info{padding:13px;grid-template-columns:-webkit-min-content 1fr auto;grid-template-columns:min-content 1fr auto;min-height:unset}}.talent-details__overall-info--preferences{display:-webkit-flex;display:flex}.talent-details__overall-info .talent-preferences-info-field{display:-webkit-flex;display:flex;line-height:21px;margin-top:7px}.talent-details__overall-info .talent-preferences-info-field+.talent-details__overall-info .talent-preferences-info-field{margin-top:16px}.talent-details__overall-info .talent-preferences-info-field>div:first-of-type{-webkit-flex-shrink:0;flex-shrink:0;width:92px}.talent-details__overall-info .talent-preferences-info-field>div:last-of-type{margin-left:18px;font-weight:800;color:#1688f3}.talent-details__overall-info-col{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;min-width:0;overflow-wrap:break-word}.talent-details__overall-info-col:first-of-type{padding-bottom:20px}.talent-details__overall-info-col:nth-child(2){-webkit-justify-content:center;justify-content:center}.talent-details__overall-info-col:last-of-type:not(:only-child){-webkit-align-items:flex-end;align-items:flex-end}.talent-details__overall-info-user-image{width:122px;height:122px;position:relative;-webkit-flex-shrink:0;flex-shrink:0}.talent-details__overall-info-user-image .user-avatar__image{font-size:122px}@media(max-width:28.4275em){.talent-details__overall-info-user-image{width:54px;height:54px}.talent-details__overall-info-user-image .user-avatar__image{font-size:54px}}.talent-details__overall-info-fullname{font-size:24px;font-weight:800;line-height:30px;margin:0}.talent-details__overall-info-fullname .hidden-text{-webkit-user-select:none;-ms-user-select:none;user-select:none;color:transparent;text-shadow:0 0 8px rgba(22,136,243,.5)}@media(max-width:28.4275em){.talent-details__overall-info-fullname{font-size:14px;line-height:unset;margin-top:15px}}.talent-details__overall-info-location{font-size:18px;line-height:24px;margin-top:15px}@media(max-width:28.4275em){.talent-details__overall-info-location{font-size:12px;line-height:unset;margin-top:0}}.talent-details__overall-info-location+button{margin-top:34px;max-width:132px}.talent-details__overall-info-match-score{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;align-items:flex-end;font-size:17px;font-weight:700;margin:auto 0}.talent-details__overall-info-match-score span{font-size:33px;line-height:33px;color:#51cb20}@-webkit-keyframes percentile-reveal{0%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes percentile-reveal{0%{-webkit-transform:translateX(0);transform:translateX(0)}}.talent-details__percentile{padding:30px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;text-align:center;min-height:263px}.talent-details__percentile svg{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;font-size:33px;color:#1688f3}.talent-details__percentile svg .percentile-icon-progress{-webkit-animation:percentile-reveal 1s cubic-bezier(0,0,.3,1) forwards;animation:percentile-reveal 1s cubic-bezier(0,0,.3,1) forwards}.talent-details__percentile-title{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;margin:0 0 19px;font-size:24px;font-weight:800;line-height:30px}.talent-details__percentile-info{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;margin-top:30px;line-height:21px}.talent-details__similar{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards}.talent-details__similar .sidebar__head{padding:30px}.talent-details__similar .sidebar__head>div{font-weight:300;margin-bottom:5px}.talent-details__similar .sidebar__title{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards}.talent-details__similar-list{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.talent-details__similar-item,.talent-details__similar-list{min-height:120px;-webkit-align-items:center;align-items:center}.talent-details__similar-item{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .3s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .3s forwards;display:grid;grid-template-columns:61px 1fr 60px;grid-column-gap:15px;padding:0 30px;width:100%}.talent-details__similar-item:nth-child(n+2){border-top:1px solid #ecf1fa}.talent-details__similar-item-image{width:61px;height:61px;position:relative;-webkit-flex-shrink:0;flex-shrink:0}.talent-details__similar-item-image .user-avatar__image{font-size:61px}.talent-details__similar-item-fullname{color:#1688f3;font-size:12px;line-height:16px;font-weight:800;overflow-wrap:break-word;min-width:0}.talent-details__similar-item-match-score{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;font-size:14px;font-weight:700}.talent-details__similar-item-match-score span{font-size:27px;line-height:27px;color:#51cb20}.talent-details__similar-not-found{height:100%;width:100%;padding:10px;font-weight:300;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;text-align:center}@media(max-width:47.99em){.talent-details__contacts{width:calc(100% + 38px);margin-left:-19px}}.talent-details__contacts .expansion-panel__content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}@media(max-width:47.99em){.talent-details__contacts .expansion-panel__content{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:normal;align-items:normal}}.talent-details__contacts-entry{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:#1688f3}.talent-details__contacts-entry:nth-child(n+2){margin-left:77px}@media(max-width:47.99em){.talent-details__contacts-entry:nth-child(n+2){margin-left:0;margin-top:30px}}.talent-details__contacts-entry .hidden-text{-webkit-user-select:none;-ms-user-select:none;user-select:none;color:transparent;text-shadow:0 0 5px rgba(22,136,243,.5)}.talent-details__contacts-entry svg{font-size:24px;-webkit-flex-shrink:0;flex-shrink:0;margin-right:16px}.talent-details__knowledge{display:-webkit-flex;display:flex;padding:30px}@media(max-width:28.4275em){.talent-details__knowledge{padding:30px 12px;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;align-items:stretch}}.talent-details__knowledge .wizard-items-list__item{border:none;padding:0}.talent-details__knowledge .wizard-items-list__item:nth-child(n+2){margin-top:20px}.talent-details__knowledge .wizard-items-list__item-content{line-height:normal;font-size:14px}.talent-details__knowledge .wizard-items-list__item-title{font-size:16px;margin-bottom:5px}.talent-details__knowledge-section{-webkit-flex:1 1;flex:1 1;position:relative}.talent-details__knowledge-section:hover .section-edit-action{visibility:visible;opacity:1}.talent-details__knowledge-section+.talent-details__knowledge-section{margin-left:30px}@media(max-width:28.4275em){.talent-details__knowledge-section+.talent-details__knowledge-section{margin-left:0;margin-top:30px}}.talent-details__knowledge-title{display:-webkit-flex;display:flex;grid-gap:15px;-webkit-justify-content:space-between;justify-content:space-between;font-size:24px;font-weight:800;line-height:30px;margin:0 0 17px}.talent-details__knowledge-expertises>div:nth-child(n+2){margin-top:16px}.expansible-content .wizard-items-list__item{padding:0}.expansible-content .wizard-items-list__item:nth-child(n+2){border-top:none}.expansible-content .experience-wizard-item__experience-item:nth-child(n+2){padding-top:40px}.expansible-content .experience-wizard-item__experience-item__logo{padding-top:0}.expansible-content__section{position:relative}.expansible-content__section:hover .section-edit-action{visibility:visible;opacity:1}.expansible-content__section.has-action{padding-right:50px}.expansible-content__section--condensed .wizard-items-list__item:nth-child(n+2){margin-top:30px}.expansible-content__section--condensed .wizard-items-list__item-title{margin-bottom:0}.expansible-content__section-heading{line-height:30px;color:#010101;font-size:24px;font-weight:800;margin:0 0 34px}.expansible-content__info--highlighted--portable{font-weight:700}@media(max-width:28.4275em){.expansible-content__info--highlighted--portable{width:100%}}.expansible-content__info--highlighted{font-weight:700;-webkit-flex-shrink:0;flex-shrink:0}@media(max-width:28.4275em){.expansible-content__info--highlighted{width:100%}}.expansible-content__pre-formatted{white-space:pre-wrap}.expansible-content__item-tag{color:#51cb20;font-weight:700}.expansible-content__item-row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.expansible-content__item-row--shifted{margin-top:8px}.expansible-content__item-row--condensed{-webkit-justify-content:flex-start;justify-content:flex-start}.expansible-content__item-row--condensed p{line-height:1.2}.expansible-content__item-row--condensed>:nth-child(n+2){margin-left:20px}.expansible-content__item-row>.expansible-content__item-tag{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;margin-left:10px}.expansible-content__label-list{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-wrap:wrap;flex-wrap:wrap;position:relative;overflow:hidden;box-sizing:border-box;margin-right:-10px}.expansible-content__label-list:hover .section-edit-action{visibility:visible;opacity:1}.expansible-content__label-list.has-action{padding-right:50px}.expansible-content__label-tag{border-radius:30px;background-color:#ecf2f8;color:#1688f3;margin:0 10px 18px 0;font-size:12px;padding:4px 12px}.expansible-content .assessment-results{margin:0}.expansible-content .assessment-results__list{max-width:510px;margin:0 auto}.talent-details__proficiency-portfolio{padding:30px 30px 50px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;text-align:left}.talent-details__proficiency-portfolio__title{margin-top:0;margin-bottom:40px;font-weight:800}.talent-details__proficiency-portfolio__qualities{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-row-gap:30px;grid-column-gap:120px}@media(max-width:47.99em){.talent-details__proficiency-portfolio__qualities{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr 1fr}}.talent-details__proficiency-portfolio__qualities__item-title{margin-top:0;margin-bottom:10px;font-weight:800}.talent-details__proficiency-portfolio__qualities__item-type{margin-bottom:0}.talent-comparison-chart{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;width:450px;height:300px;margin:20px auto}@media(max-width:35.0525em){.talent-comparison-chart{max-width:450px;width:100%;height:280px}}@media(min-width:56.3125em)and (max-width:68.8025em){.talent-comparison-chart{width:430px}}.talent-comparison-chart--fallback{height:336px}.talent-comparison-chart__legend{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;margin:20px auto}.talent-comparison-chart__legend-item{font-size:12px;color:#1688f3;min-width:0}.talent-comparison-chart__legend-item:nth-child(n+2){margin-left:30px}.talent-comparison-chart__legend-label{text-transform:capitalize;overflow-wrap:break-word}.talent-comparison-chart__legend-indicator{display:inline-block;width:1em;height:1em;border-radius:50%;background-color:#2d96fc;margin-right:10px}.talent-comparison-chart__legend-indicator--secondary{background-color:#51cb20}.talent-comparison-chart__label{font-size:14px;font-weight:400;text-transform:capitalize;display:block;pointer-events:all;cursor:pointer}@media(max-width:35.0525em){.talent-comparison-chart__label{font-size:12px}}.talent-comparison-chart__label svg{margin-left:-3px;font-size:14px;opacity:0}@media(max-width:35.0525em){.talent-comparison-chart__label svg{font-size:12px}}.talent-comparison-chart__label:hover svg{opacity:1}.talent-top-visitors{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .3s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .3s forwards;background-color:transparent}.talent-top-visitors__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));-webkit-justify-content:center;justify-content:center;width:100%;grid-gap:30px;justify-items:center}.talent-top-visitors__item{height:80px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:relative;min-height:0;max-width:108px}.talent-top-visitors__item img{height:100%;max-width:100%;object-fit:contain}.talent-top-visitors__item img.is-failed,.talent-top-visitors__item img.is-failed+svg{display:none}.talent-top-visitors__name{color:#1688f3;font-weight:800;text-align:center;font-size:18px;overflow-wrap:break-word;min-width:0}.talent-visibility-stats{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;padding-bottom:22px}.talent-visibility-stats__list{display:-webkit-flex;display:flex;margin:4px 0 12px}@media(max-width:35.0525em){.talent-visibility-stats__list{-webkit-flex-direction:column;flex-direction:column}}.talent-visibility-stats__item{height:106px;-webkit-flex:1 1;flex:1 1;position:relative}.talent-visibility-stats__item:nth-child(n+2){margin-left:10px}@media(max-width:35.0525em){.talent-visibility-stats__item:nth-child(n+2){margin-left:unset;margin-top:10px}}.talent-visibility-stats__item:before{position:absolute;top:0;left:0;bottom:0;right:0;bottom:auto;height:100%;content:"";border-radius:13px;opacity:0;box-shadow:0 5px 16px 0 rgba(0,0,0,.08);transition:opacity .2s linear}.talent-visibility-stats__item.is-active:before,.talent-visibility-stats__item:hover:before{opacity:1}.talent-visibility-stats__item.is-equal .talent-visibility-stats__value{color:#2c97fc}.talent-visibility-stats__item.is-equal svg{font-size:10px}.talent-visibility-stats__item.is-decreasing .talent-visibility-stats__value{color:#eb307e}.talent-visibility-stats__item.is-decreasing svg{-webkit-transform:rotate(.5turn);transform:rotate(.5turn)}.talent-visibility-stats__item.is-increasing .talent-visibility-stats__value{color:#51cb20}.talent-visibility-stats__item-inner{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;padding-top:10px;height:100%;width:100%;position:relative;background-color:#fff;border-radius:7px;z-index:10}.talent-visibility-stats__item-inner .tip{-webkit-align-self:flex-end;align-self:flex-end;margin-right:30px;background-color:transparent}.talent-visibility-stats__value{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:27px;font-weight:900;line-height:34px}.talent-visibility-stats__value svg{font-size:16px;-webkit-flex-shrink:0;flex-shrink:0;margin-left:10px}.talent-visibility-stats__label{font-weight:800;line-height:20px;margin-top:10px}.attention-dot{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;pointer-events:none;width:8px;height:8px;border-radius:8px;background-color:#eb307e}.header-user-area{min-width:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:end;justify-content:end;height:100%}@media(max-width:47.99em){.header-user-area{height:60px;position:fixed;width:100%;bottom:0;left:0;background-color:#fff;display:grid;grid-template-columns:2fr 1fr;box-shadow:0 3px 15px rgba(0,0,0,.078)}.header-user-area__actions{-webkit-justify-content:space-around;justify-content:space-around}.header-user-area .header-user-avatar{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}}.header-user-area__actions{display:-webkit-flex;display:flex;margin:0 16px 0 0}.header-user-area__actions>:nth-child(n+2){margin-left:20px}.header-auth{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}@media(max-width:47.99em){.header-auth{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;align-items:flex-end}.header-auth>a.site-header__link{-webkit-animation-delay:.17s;animation-delay:.17s}}.header-auth__btn{background-color:transparent;font-size:14px;text-transform:capitalize;font-weight:600;color:#010101;box-shadow:none;width:142px;margin-left:30px;height:46px;border-radius:46px;border:1px solid #e8e6ec}.header-auth__btn:hover{color:#fff}@media(max-width:47.99em){.header-auth__btn{font-size:18px;line-height:20px;margin-left:0;text-transform:none;height:auto;width:auto;padding:0;-webkit-flex-shrink:0;flex-shrink:0;border:none;border-radius:0;margin-bottom:40px;transition:all .15s linear}.header-auth__btn.is-active,.header-auth__btn:hover{background-color:transparent;color:#010101}}.header-user-avatar{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;position:relative}.header-user-avatar__dropdown-trigger{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:3px;padding:0;margin:0}.header-user-avatar__chevron-icon{rotate:-90deg;margin-top:2px}.header-user-avatar__chevron-icon.is-rotated{rotate:90deg}.header-user-avatar__chevron-icon g{fill:#1688f3}@media(max-width:47.99em){.header-user-avatar__chevron-icon{display:none}}.header-user-avatar .user-avatar__image{font-size:40px}.header-user-avatar>.user-avatar__image{cursor:pointer}.header-enterprise-nav,.header-talent-nav{display:-webkit-flex;display:flex;-webkit-align-items:stretch;align-items:stretch;height:100%}@media(max-width:47.99em){.header-enterprise-nav,.header-talent-nav{height:50px;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-self:flex-end;align-self:flex-end;margin:15px 0 0 auto}}.header-enterprise-nav .header-enterprise-nav__link,.header-enterprise-nav .header-talent-nav__link,.header-talent-nav .header-enterprise-nav__link,.header-talent-nav .header-talent-nav__link{padding:0 20px;padding-inline:20px;margin:0 5px;margin-inline:5px;height:100%;position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;text-transform:capitalize}@media(max-width:47.99em){.header-enterprise-nav .header-enterprise-nav__link,.header-enterprise-nav .header-talent-nav__link,.header-talent-nav .header-enterprise-nav__link,.header-talent-nav .header-talent-nav__link{padding:0 10px}}@media(max-width:68.8025em){.header-enterprise-nav .header-enterprise-nav__link,.header-enterprise-nav .header-talent-nav__link,.header-talent-nav .header-enterprise-nav__link,.header-talent-nav .header-talent-nav__link{padding-inline:5px}}.header-enterprise-nav .header-enterprise-nav__link:after,.header-enterprise-nav .header-talent-nav__link:after,.header-talent-nav .header-enterprise-nav__link:after,.header-talent-nav .header-talent-nav__link:after{bottom:0;left:0;right:0;height:6px;content:"";display:block;position:absolute;background-color:#1688f3;transition:opacity .3s cubic-bezier(0,0,.3,1);opacity:0}.header-enterprise-nav .header-enterprise-nav__link.active:after,.header-enterprise-nav .header-talent-nav__link.active:after,.header-talent-nav .header-enterprise-nav__link.active:after,.header-talent-nav .header-talent-nav__link.active:after{opacity:1}.popover{position:absolute;z-index:10;opacity:0;-webkit-transform:translateY(-5px);transform:translateY(-5px);transition:all .2s cubic-bezier(0,0,.3,1);pointer-events:none;will-change:opacity}.popover.is-visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}.popover__inner{position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:13px 18px;-webkit-align-items:stretch;align-items:stretch;-webkit-justify-content:flex-start;justify-content:flex-start;min-width:90px;background-color:#fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:7px;box-shadow:0 3px 15px 0 rgba(0,0,0,.08)}.img-fade-in{--animation-duration:300ms;--animation-delay:0ms;opacity:0;position:relative;transition:opacity .3s cubic-bezier(0,0,.3,1);transition-duration:var(--animation-duration);transition-delay:var(--animation-delay)}.img-fade-in.is-loaded{opacity:1}.img-fade-in.is-loaded.instant-load{opacity:0;-webkit-animation:fade-in .6s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .6s cubic-bezier(0,0,.3,1) 0s forwards}.img-fade-in.is-loaded.instant-load .img-fade-in__placeholder{-webkit-animation:none;animation:none}.img-fade-in.is-failed{display:none}.img-fade-in.is-failed+.img-fade-in__failed-icon{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;color:#efefef;-webkit-flex-shrink:0;flex-shrink:0;border-radius:0}.img-fade-in__placeholder{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;-webkit-animation:fade-in .2s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .2s cubic-bezier(0,0,.3,1) 0s forwards;pointer-events:none;background:#efefef}.user-menu-dropdown{top:calc(100% + 20px);right:0}.user-menu-dropdown .popover__inner{padding:0;width:281px}.user-menu-dropdown__head{padding:11px 10px;display:-webkit-flex;display:flex}.user-menu-dropdown__info{overflow:hidden;margin-left:10px;font-size:14px;line-height:18px}.user-menu-dropdown__full-name{font-weight:800}.user-menu-dropdown__email,.user-menu-dropdown__full-name{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-dropdown__email{margin-top:1px;color:#888}.user-menu-dropdown__options{border-top:1px solid #ecf1fa;padding:16px 10px 19px 60px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}.user-menu-dropdown__option{font-size:16px;line-height:20px}.user-menu-dropdown__option:nth-child(n+2){margin-top:10px}.user-menu-dropdown__option.with-attention{color:#eb307e}.user-menu-dropdown .header-user-avatar__image{cursor:default}.user-menu-dropdown__credits-wrapper{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.user-menu-dropdown__credits-wrapper>p{margin-bottom:5px;font-weight:600}.user-menu-dropdown__trial{font-size:12px;color:#1688f3}.user-menu-dropdown__progress-wrapper{width:100%}.user-menu-dropdown__progress{width:100%;height:9px;-webkit-appearance:none;appearance:none;border:none;overflow:hidden}.user-menu-dropdown__progress::-webkit-progress-bar{background-color:#ecf2f8}.user-menu-dropdown__progress::-webkit-progress-value{background-color:#1688f3;background-size:4px 20px}.user-menu-dropdown__progress::-moz-progress-bar{background-color:#1688f3;background-size:4px 20px}.tooltip{position:fixed;left:0;right:0;bottom:0;z-index:1001;pointer-events:none;-webkit-overflow-scrolling:touch;top:-70px;-webkit-transform:translateY(70px);transform:translateY(70px);padding-bottom:70px}.tooltip__inner{max-width:220px;min-width:160px;max-height:100%;background-color:#ecf1fa;border-radius:7px;-webkit-animation:scale-in .15s cubic-bezier(0,0,.3,1) forwards;animation:scale-in .15s cubic-bezier(0,0,.3,1) forwards}.tooltip__arrow,.tooltip__inner{position:absolute;z-index:10;opacity:0;pointer-events:auto}.tooltip__arrow{width:0;height:0;border-color:transparent transparent #ecf1fa;border-style:solid;border-width:0 7px 6px 6px;-webkit-animation:fade-in .3s linear .3s forwards;animation:fade-in .3s linear .3s forwards}.tooltip__arrow.position-top{-webkit-transform:rotate(.5turn);transform:rotate(.5turn)}.tooltip__content{font-size:14px;line-height:20px;padding:15px 12px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;opacity:0;-webkit-animation:fade-in .2s cubic-bezier(0,0,.3,1) .2s forwards;animation:fade-in .2s cubic-bezier(0,0,.3,1) .2s forwards}.tooltip--bottom-left-alignment{-webkit-transform-origin:top left;transform-origin:top left}.tooltip--bottom-right-alignment{-webkit-transform-origin:top right;transform-origin:top right}.tooltip--top-left-alignment{-webkit-transform-origin:bottom left;transform-origin:bottom left}.tooltip--top-right-alignment{-webkit-transform-origin:bottom right;transform-origin:bottom right}.tip{width:22px;height:22px;-webkit-flex-shrink:0;flex-shrink:0;border-radius:22px;background-color:#ecf1fa;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-weight:900;font-size:14px;color:#1688f3}.tip:hover{cursor:pointer}.bubbles{position:absolute;top:0;left:0;bottom:0;right:0;position:fixed;z-index:-1;pointer-events:none}.bubbles--type-simple .bubbles__top-right{width:233px;height:446px}@media(max-width:47.99em){.bubbles--type-simple .bubbles__top-right{width:25vw}}.bubbles--type-simple .bubbles__bottom-left{width:218px;height:414px}@media(max-width:47.99em){.bubbles--type-simple .bubbles__bottom-left{width:25vw}}.bubbles--type-advanced .bubbles__top-right{width:448px;height:563px}@media(max-width:47.99em){.bubbles--type-advanced .bubbles__top-right{width:25vw;height:500px}}.bubbles--type-advanced .bubbles__bottom-left{width:164px;height:716px}@media(max-width:47.99em){.bubbles--type-advanced .bubbles__bottom-left{width:20vw;height:400px}}.bubbles--type-additional{background-color:#fff}.bubbles--type-additional .bubbles__top-right{width:364px;height:238px}@media(max-width:47.99em){.bubbles--type-additional .bubbles__top-right{width:200px;height:270px}}.bubbles--type-additional .bubbles__top-right svg{width:100%;height:100%}.bubbles--type-additional .bubbles__bottom-left{width:100%;height:576px}@media(max-width:47.99em){.bubbles--type-additional .bubbles__bottom-left{width:100%;height:200px}}.bubbles--type-additional .bubbles__bottom-left svg{width:100%;height:100%}.bubbles__bottom-left,.bubbles__top-right{position:absolute;overflow:hidden}.bubbles__bottom-left svg,.bubbles__top-right svg{position:absolute;width:786px;height:791px}.bubbles__top-right{right:0;top:0}.bubbles__bottom-left,.bubbles__top-right svg{bottom:0;left:0}.bubbles__bottom-left svg{right:0;top:0}.actions-badge-wrapper{position:relative}.actions-badge-wrapper.badge-is-visible .actions-badge{opacity:1}.actions-badge-wrapper.badge-is-visible:hover .actions-badge{width:calc(var(--actions-number)*27px)}.actions-badge{--actions-number:0;--immediate-visible-actions-number:0;position:absolute;top:0;left:calc(100% - var(--immediate-visible-actions-number)*27px);width:calc(var(--immediate-visible-actions-number)*27px);height:27px;overflow:hidden;border-radius:27px;opacity:0;transition:all .3s cubic-bezier(0,0,.3,1)}.actions-badge__inner{position:absolute;top:0;left:0;bottom:0;border-radius:27px}.actions-badge__btn,.actions-badge__inner{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.actions-badge__btn{-webkit-flex-shrink:0;flex-shrink:0;font-size:27px;width:1em;height:1em;background-color:#1688f3;-webkit-justify-content:center;justify-content:center;cursor:pointer;-webkit-order:2;order:2}.actions-badge__btn.is-immediately-visible{-webkit-order:1;order:1}.actions-badge__btn--delete{background-color:#1673f3}.actions-badge__btn svg{color:#fff;font-size:12px}.result-screen{position:absolute;top:0;left:0;bottom:0;right:0;position:fixed;display:grid;grid-auto-flow:column;grid-template-rows:auto 1fr auto;background-color:#f8f8f8;z-index:100;height:100%}@media(max-width:56.3025em){.result-screen{overflow-y:auto}}.result-screen--success .result-screen__indicator{color:#51cb20}.result-screen--fail .result-screen__indicator{color:#f55757}.result-screen__head{-webkit-justify-content:center;justify-content:center;padding-top:60px}.result-screen__head,.result-screen__head>a{display:-webkit-flex;display:flex}.result-screen__head svg{font-size:10vh;max-height:90px;opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards}.result-screen__body{-webkit-justify-content:center;justify-content:center;margin:30px 0;text-align:center;opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards}.result-screen__body,.result-screen__content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.result-screen__indicator{margin-bottom:30px}.result-screen__indicator svg{font-size:44px}.result-screen__footer{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.result-screen__footer svg{font-size:32vh;opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards}.result-screen__title{font-size:36px;font-weight:900;line-height:45px;margin:0 0 7px}.result-screen.error-screen a{color:#1688f3}.result-screen.error-screen .error-screen__actions{margin-top:16px}.progress-bar{width:100%;height:9px;-webkit-appearance:none;appearance:none;border:none;border-radius:7px;overflow:hidden}.progress-bar::-webkit-progress-bar{background-color:#ecf2f8}.progress-bar::-webkit-progress-value{background-image:linear-gradient(90deg,#51cb20,#51cb20 50%,transparent 0);background-color:transparent;background-size:4px 20px}.progress-bar::-moz-progress-bar{background-image:linear-gradient(90deg,#51cb20,#51cb20 50%,transparent 0);background-color:transparent;background-size:4px 20px}.progress-bar--indeterminate{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;position:absolute;left:0;right:0;bottom:0;background-color:rgba(22,136,243,.1);display:none}.progress-bar--indeterminate,.progress-bar--indeterminate:before{height:3px;width:100%;margin:0}.progress-bar--indeterminate:before{background-color:#1688f3;content:"";-webkit-animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite;animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite}@-webkit-keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}to{margin-left:100%;margin-right:0}}@keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}to{margin-left:100%;margin-right:0}}.talent-rank-badge{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards}.talent-rank-badge--small{font-size:26px}.talent-rank-badge--large{font-size:100px}.talent-rank-badge--default{font-size:60px}.talent-trends{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;text-align:center;margin:25px 0}@media(min-width:48em)and (max-width:56.3025em){.talent-trends{text-align:start;margin:0}}.talent-trends__heading{font-size:20px;font-weight:800;margin-bottom:20px}@media(max-width:56.3025em){.talent-trends__heading{display:none}}.talent-trends__suggestion{font-weight:800}.talent-trends__suggestion a{color:#1688f3}.talent-trends__board{border:none;border-collapse:collapse;margin:0 -24px 28px;padding:0;table-layout:auto}.talent-trends__board tr{border:none;margin:0}.talent-trends__board td,.talent-trends__board th{padding:12px 24px;text-align:left}.talent-trends__board th{font-size:18px;font-weight:800;white-space:nowrap}@media(max-width:47.99em){.talent-trends__board{margin:0;width:100%}.talent-trends__board thead{-webkit-clip-path:inset(50% 50%);clip-path:inset(50% 50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.talent-trends__board tr{display:block;margin-bottom:24px}.talent-trends__board td{border-bottom:1px solid #d8e0ef;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.talent-trends__board td:before{content:attr(data-label);font-weight:800}.talent-trends__board td:last-child{border-bottom:none}}.hh-pool-card{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;padding:24px;position:relative;background-color:#fff;border-radius:7px}.hh-pool-card:after{position:absolute;top:0;left:0;bottom:0;right:0;content:"";border-radius:7px;pointer-events:none;background-color:hsla(0,0%,100%,.8);opacity:0;transition:opacity .3s cubic-bezier(0,0,.3,1)}@media(min-width:35.0625em)and (max-width:47.99em){.hh-pool-card{width:412px}}@media(max-width:35.0525em){.hh-pool-card{width:100%}}.hh-pool-card:hover{cursor:pointer}.hh-pool-card.is-processing{cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none}.hh-pool-card.is-processing:after{pointer-events:auto;opacity:1}.hh-pool-card.is-hunting{overflow:hidden}.hh-pool-card.is-hunting .progress-bar--indeterminate{display:-webkit-flex;display:flex}.hh-pool-card__name{padding-right:65px;font-size:20px;font-weight:800;line-height:32px;color:#1688f3}.hh-pool-card__actions{position:absolute;right:15px;top:15px}.hh-pool-card__stats{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-end;align-items:flex-end}.hh-pool-card__stat{display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline;line-height:21px;white-space:nowrap}.hh-pool-card__stat:nth-child(n+2){margin-left:5px}@media(max-width:35.0525em){.hh-pool-card__stat{-webkit-flex-direction:column;flex-direction:column}}.hh-pool-card__stat span{font-size:32px;font-weight:900;line-height:44px;margin-right:5px;color:#51cb20}.user-avatar__image{position:relative;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:1em;height:1em;border-radius:1em}.user-avatar__image>img,.user-avatar__image>svg{border:2px solid #fff;background-color:#fff;border-radius:1em}.user-avatar__image>img{width:100%;height:100%;object-fit:cover;display:block}.user-avatar__image>svg{height:100%;width:100%}.user-avatar__image .img-fade-in__placeholder{border-radius:1em;top:1px;left:1px;bottom:1px;right:1px}.user-avatar__badge-container{position:relative}.user-avatar__badge-container .talent-rank-badge{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;top:auto;bottom:-20px}.user-avatar__badge-container .talent-rank-badge--small{bottom:-8px}.search-talent-form{position:relative;width:100%;max-width:292px;margin:0 10px}@media(max-width:68.8025em){.search-talent-form{margin:23px auto 28px;max-width:unset}}@media(max-width:47.99em){.search-talent-form{margin-top:30px}}.search-talent-form .floating-label{margin-top:0}.search-talent-form .floating-label input{padding-right:30px}.search-talent-form button{top:0;left:0;bottom:0;right:0;margin:auto;left:auto;bottom:9px;position:absolute;height:20px;width:20px;padding:0;font-size:20px;color:#1688f3;box-shadow:none}.search-talent-form button:disabled{color:rgba(0,0,0,.35)}.search-talent-form button,.search-talent-form button:active,.search-talent-form button:disabled,.search-talent-form button:hover{background-color:transparent}.talent-summary-card{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;display:grid;grid-template-columns:82px 1fr 74px;grid-column-gap:20px;min-height:131px;background-color:#ecf2f8;border-radius:7px;padding:20px}.talent-summary-card:hover{cursor:pointer}.talent-summary-card:nth-child(n+2){margin-top:16px}@media(max-width:56.3025em){.talent-summary-card{grid-template-columns:none;grid-template-areas:"u a" "i i"}}.talent-summary-card button{padding:0;display:-webkit-inline-flex;display:inline-flex}.talent-summary-card button:hover{cursor:pointer}.talent-summary-card__col:first-of-type{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}@media(max-width:56.3025em){.talent-summary-card__col:first-of-type{grid-area:u;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start}}.talent-summary-card__col:nth-child(2){display:grid;grid-gap:17px 20px;grid-template-columns:1fr 1fr 1fr}@media(max-width:56.3025em){.talent-summary-card__col:nth-child(2){grid-area:i;margin-top:20px;grid-gap:20px 5px}}.talent-summary-card__col:last-of-type{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;align-items:flex-end}@media(max-width:56.3025em){.talent-summary-card__col:last-of-type{grid-area:a}}.talent-summary-card__user-image{width:61px;height:61px;position:relative;-webkit-flex-shrink:0;flex-shrink:0}.talent-summary-card__user-image .user-avatar__image{font-size:61px}@media(max-width:56.3025em){.talent-summary-card__fullname-wrapper{padding-left:9px;text-align:start;-webkit-align-self:flex-end;align-self:flex-end}}.talent-summary-card__fullname{margin-top:14px;word-break:break-word;max-width:100%;text-align:center}.talent-summary-card__fullname .hidden-text{-webkit-user-select:none;-ms-user-select:none;user-select:none;color:transparent;text-shadow:0 0 5px rgba(22,136,243,.5)}@media(max-width:56.3025em){.talent-summary-card__fullname{margin:0 6px 8px;text-align:start}}.talent-summary-card__field-title,.talent-summary-card__fullname{font-size:12px;line-height:15px;font-weight:800;color:#1688f3}.talent-summary-card__field{width:100%}.talent-summary-card__field-content{margin-top:4px;font-size:14px;line-height:18px;overflow-wrap:break-word;max-width:100%}@media(max-width:28.4275em){.talent-summary-card__field-content{font-size:12px}}.talent-summary-card__field-content:empty{height:18px}.talent-summary-card__actions{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.talent-summary-card__note-btn{font-size:20px;color:#1688f3}.talent-summary-card__note-btn+.heart-btn{margin-left:20px}.talent-summary-card__match-score{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;align-items:flex-end;font-size:14px;font-weight:700}.talent-summary-card__match-score span{font-size:27px;line-height:27px;color:#51cb20}.talent-summary-card__compare{height:13px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.talent-summary-card__compare .custom-checkbox__checkbox{width:13px;height:13px}.talent-summary-card__compare .custom-checkbox__checkbox:after{width:9px;height:9px}.talent-summary-card__compare .custom-checkbox__label{margin-left:0}.talent-summary-card__compare .custom-checkbox>label{padding:5px}.talent-summary-card__compare>button{height:23px;width:auto;-webkit-align-items:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0;text-transform:none;border-radius:0;font-size:12px;line-height:13px;font-weight:700;padding:0 0 0 5px}.talent-summary-card__compare>button,.talent-summary-card__compare>button:active,.talent-summary-card__compare>button:hover{color:#51cb20}.talent-summary-card__applied-label{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:12px;grid-gap:5px;gap:5px}.talent-summary-card__applied-label svg{font-size:20px}.talent-cards-result{width:100%;max-width:720px}@media(max-width:68.8025em){.talent-cards-result{margin:auto}}.talent-cards-result__count{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards}.talent-cards-result__count span{font-weight:700;color:#1688f3}.talent-cards-result__actions{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.talent-cards-result__action-item{margin-top:20px;margin-right:30px;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-grow:0;flex-grow:0}@media(max-width:35.0525em){.talent-cards-result__action-item{-webkit-flex-basis:100%;flex-basis:100%}}@media(min-width:48em){.talent-cards-result__action-item:nth-last-child(-n+1){margin-right:0}}.talent-cards-result__action-item--select{-webkit-flex-basis:110px;flex-basis:110px;max-width:258px;-webkit-flex-grow:1;flex-grow:1}.talent-cards-result__action-item--button{-webkit-flex-basis:auto;flex-basis:auto}.talent-cards-result__list{margin-top:20px}.talent-cards-result .paginator{margin-top:30px}.paginator{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}@media(max-width:35.0525em){.paginator{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.paginator__limit{margin-bottom:20px;padding-bottom:5px}}.paginator__limit{height:40px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.paginator__limit label,.paginator__limit select{-webkit-flex-shrink:0;flex-shrink:0}.paginator__limit label{margin-left:18px;font-size:14px;line-height:18px}.paginator__limit select{border:none;cursor:pointer;border-radius:7px;height:100%;width:71px}.paginator__pages{height:40px}@media(max-width:35.0525em){.paginator__pages{margin-bottom:20px}}.paginator__pages-inner{padding:0;margin:0;display:-webkit-flex;display:flex;font-size:14px;line-height:18px;height:100%}.paginator__pages-inner li{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;height:100%}.paginator__pages-inner li:not(.paginator__next-btn,.paginator__prev-btn){background-color:#fff;padding:0 4px}.paginator__pages-inner li:nth-child(2){padding-left:15px;border-top-left-radius:7px;border-bottom-left-radius:7px}.paginator__pages-inner li:nth-last-child(2){padding-right:15px;border-top-right-radius:7px;border-bottom-right-radius:7px}.paginator__next-btn{margin-left:24px}.paginator__prev-btn{margin-right:24px}.paginator__page-btn.active{color:#1688f3}@-webkit-keyframes spinner-loader-animation{0%{box-shadow:0 0 0 -2px,0 0 0 -2px,0 0 0 -5px,0 0 0 -5px}20%{box-shadow:40px -1px 0 -2px,0 0 0 -2px,40px -1px 0 -5px,0 0 0 -5px}40%{box-shadow:40px -1px 0 -2px,-40px -1px 0 -2px,40px -1px 0 -5px,-40px -1px 0 -5px}60%{box-shadow:40px -1px 0 -2px,-40px -1px 0 -2px,23px -29px 0 -5px,-40px -1px 0 -5px}80%,95%{box-shadow:40px -1px 0 -2px,-40px -1px 0 -2px,23px -29px 0 -5px,-23px -29px 0 -5px}to{box-shadow:40px -1px 0 -2px hsla(0,0%,100%,0),-40px -1px 0 -2px hsla(0,0%,100%,0),23px -29px 0 -5px hsla(0,0%,100%,0),-23px -29px 0 -5px hsla(0,0%,100%,0)}}@keyframes spinner-loader-animation{0%{box-shadow:0 0 0 -2px,0 0 0 -2px,0 0 0 -5px,0 0 0 -5px}20%{box-shadow:40px -1px 0 -2px,0 0 0 -2px,40px -1px 0 -5px,0 0 0 -5px}40%{box-shadow:40px -1px 0 -2px,-40px -1px 0 -2px,40px -1px 0 -5px,-40px -1px 0 -5px}60%{box-shadow:40px -1px 0 -2px,-40px -1px 0 -2px,23px -29px 0 -5px,-40px -1px 0 -5px}80%,95%{box-shadow:40px -1px 0 -2px,-40px -1px 0 -2px,23px -29px 0 -5px,-23px -29px 0 -5px}to{box-shadow:40px -1px 0 -2px hsla(0,0%,100%,0),-40px -1px 0 -2px hsla(0,0%,100%,0),23px -29px 0 -5px hsla(0,0%,100%,0),-23px -29px 0 -5px hsla(0,0%,100%,0)}}@-webkit-keyframes spinner-loader-animation-s{0%{box-shadow:0 0 0 -2px,0 0 0 -2px,0 0 0 -5px,0 0 0 -5px}20%{box-shadow:40px 2px 0 -2px,0 0 0 -2px,40px 2px 0 -5px,0 0 0 -5px}40%{box-shadow:40px 2px 0 -2px,-40px 2px 0 -2px,40px 2px 0 -5px,-40px 2px 0 -5px}60%{box-shadow:40px 2px 0 -2px,-40px 2px 0 -2px,23px -23px 0 -5px,-40px 2px 0 -5px}80%,95%{box-shadow:40px 2px 0 -2px,-40px 2px 0 -2px,23px -23px 0 -5px,-23px -23px 0 -5px}to{box-shadow:40px 2px 0 -2px hsla(0,0%,100%,0),-40px 2px 0 -2px hsla(0,0%,100%,0),23px -23px 0 -5px hsla(0,0%,100%,0),-23px -23px 0 -5px hsla(0,0%,100%,0)}}@keyframes spinner-loader-animation-s{0%{box-shadow:0 0 0 -2px,0 0 0 -2px,0 0 0 -5px,0 0 0 -5px}20%{box-shadow:40px 2px 0 -2px,0 0 0 -2px,40px 2px 0 -5px,0 0 0 -5px}40%{box-shadow:40px 2px 0 -2px,-40px 2px 0 -2px,40px 2px 0 -5px,-40px 2px 0 -5px}60%{box-shadow:40px 2px 0 -2px,-40px 2px 0 -2px,23px -23px 0 -5px,-40px 2px 0 -5px}80%,95%{box-shadow:40px 2px 0 -2px,-40px 2px 0 -2px,23px -23px 0 -5px,-23px -23px 0 -5px}to{box-shadow:40px 2px 0 -2px hsla(0,0%,100%,0),-40px 2px 0 -2px hsla(0,0%,100%,0),23px -23px 0 -5px hsla(0,0%,100%,0),-23px -23px 0 -5px hsla(0,0%,100%,0)}}@-webkit-keyframes fade-in-blocking{0%{opacity:0}to{pointer-events:auto;opacity:1}}@keyframes fade-in-blocking{0%{opacity:0}to{pointer-events:auto;opacity:1}}.loader__container{position:relative;min-height:100vh}.loader__backdrop{width:100%;height:100%;position:absolute;top:0;left:0;right:0;background-color:rgba(22,136,243,.1);pointer-events:none;opacity:0;-webkit-animation:fade-in-blocking .3s linear .5s forwards;animation:fade-in-blocking .3s linear .5s forwards}.loader__backdrop--solid{-webkit-animation:fade-in-blocking .2s linear .2s forwards;animation:fade-in-blocking .2s linear .2s forwards;background-color:#f8f8f8}.loader__backdrop--solid .loader__spinner{color:#1688f3}.loader__spinner{position:fixed;top:calc(50vh - 12px);left:0;right:0;width:48px;height:24px;color:#fff;background:currentColor;border-radius:50% 50% 0 0;margin:36px auto auto;-webkit-animation:spinner-loader-animation 2s linear 1s infinite,fade-in .3s linear 1s forwards;animation:spinner-loader-animation 2s linear 1s infinite,fade-in .3s linear 1s forwards;opacity:0}.loader__spinner:after{content:"";position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:28px;height:28px;border-radius:50%;background:currentColor;top:-34px;-webkit-animation:spinner-loader-animation-s 2s linear 1s infinite;animation:spinner-loader-animation-s 2s linear 1s infinite}.expansion-panel{border-bottom:1px solid rgba(22,136,243,.1)}.expansion-panel.expanded{border-bottom:1px solid transparent}.expansion-panel:last-child{border-bottom:none}.expansion-panel__content{transition:.3s cubic-bezier(0,0,.3,1);padding:6px 0 0;margin-bottom:20px}.expansion-panel__content.collapsed,.expansion-panel__content.collapsing{-webkit-transform:translateY(-6px);transform:translateY(-6px);opacity:.1}.expansion-panel__content.expanding .rc-slider-tooltip{display:none}.expansion-panel__collapse{max-width:100%}.expansion-panel__header{width:100%;padding:20px 30px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;transition:background-color .3s,opacity .3s;color:#1688f3}.expansion-panel__header:focus-visible,.expansion-panel__header:hover{background-color:rgba(22,136,243,.1)}.expansion-panel__header:disabled{opacity:.5}.expansion-panel__header-content{font-size:16px;font-weight:800;position:relative;-webkit-flex:1 1;flex:1 1;text-align:left}.expansion-panel__indicator{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.expansion-panel__indicator svg{-webkit-flex-shrink:0;flex-shrink:0}.chevron-animated{display:block}.chevron-animated__container{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:translateY(13px);transform:translateY(13px)}.chevron-animated__line1,.chevron-animated__line2{stroke-width:12;stroke-linecap:round;transition:stroke .3s,-webkit-transform .3s;transition:transform .3s,stroke .3s;transition:transform .3s,stroke .3s,-webkit-transform .3s;-webkit-transform-origin:50px 50px;transform-origin:50px 50px;stroke:currentColor}.chevron-animated__line1{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.chevron-animated__line2{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.expanded .chevron-animated__container{-webkit-transform:translateY(-6px);transform:translateY(-6px)}.expanded .chevron-animated__line1,.expanded .chevron-animated__line2{-webkit-transform:rotate(0deg);transform:rotate(0deg)}@-webkit-keyframes revealComparePopup{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes revealComparePopup{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.talent-compare-popup{position:fixed;right:0;bottom:40px;width:418px}@media(max-width:28.4275em){.talent-compare-popup{width:100%}}@media(max-width:47.99em){.talent-compare-popup{bottom:60px}}.talent-compare-popup__inner{position:relative;width:100%;padding:20px 35px 30px 20px;box-shadow:0 0 20px 0 rgba(0,0,0,.06);background-color:#fff;display:grid;grid-template-rows:90px auto 43px;grid-row-gap:28px;border-radius:7px 0 0 7px;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:revealComparePopup .5s cubic-bezier(.22,1,.36,1) forwards;animation:revealComparePopup .5s cubic-bezier(.22,1,.36,1) forwards}.talent-compare-popup__error-modal .common-modals__body{-webkit-justify-content:center;justify-content:center}.talent-compare-popup__error-modal .common-modals__title{margin-bottom:10px}.talent-compare-popup__error-modal .common-modals__content{display:none}.talent-compare-popup__head{padding-right:25px}.talent-compare-popup__head h2{color:#010101;margin:0;font-size:24px;font-weight:800}.talent-compare-popup__rules{margin-top:20px}.talent-compare-popup__close-btn{position:absolute;right:35px;top:35px;font-size:20px;display:-webkit-inline-flex;display:inline-flex;padding:0}.talent-compare-popup__footer{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.talent-compare-popup__footer>button{width:186px}.talent-compare-popup__count{font-size:18px;line-height:24px}.talent-compare-popup__count span{font-weight:800;color:#1688f3}.talent-compare-popup__item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.talent-compare-popup__item:nth-child(n+2){margin-top:15px}.talent-compare-popup__item .user-avatar__image{-webkit-flex-shrink:0;flex-shrink:0;font-size:40px}.talent-compare-popup__item-fullname{margin-left:15px;color:#1688f3;font-size:12px;line-height:16px;font-weight:800;-webkit-flex:1 1;flex:1 1;overflow-wrap:break-word}.talent-compare-popup__item-match-score{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;align-items:flex-end;font-size:11px;font-weight:700;padding-left:10px}.talent-compare-popup__item-match-score span{font-size:22px;line-height:22px;font-weight:800;color:#51cb20}.talent-compare-popup__remove-item-btn{font-size:9px;color:#eb307e;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-inline-flex;display:inline-flex;padding:5px;margin-left:15px}.compare-talents-card{pointer-events:auto;padding:23px 30px 30px;border-radius:7px;background-color:#fff;min-height:458px}@media(max-width:68.8025em){.compare-talents-card{background-color:#f8f8f8;margin:0 19px}}@media(max-width:47.99em){.compare-talents-card{padding-left:20px;padding-right:20px}}.compare-talents-card:nth-child(n+2){margin-top:30px}.compare-talents-card__head{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.compare-talents-card__head h3{line-height:32px;font-size:24px;text-transform:none;margin:0}.compare-talents-card__content{margin-top:27px;display:grid;grid-template-columns:1fr auto;grid-column-gap:50px;-webkit-align-items:center;align-items:center}@media(max-width:68.8025em){.compare-talents-card__content{display:block}}.compare-talents-card__content>div{min-width:0;height:100%}.compare-talents-card__content>div:first-of-type{opacity:0;-webkit-animation:fade-in .3s linear 0s forwards;animation:fade-in .3s linear 0s forwards}.compare-talents-card__content>div:last-of-type{width:430px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}@media(max-width:68.8025em){.compare-talents-card__content>div:last-of-type{margin:37px auto;width:unset}.compare-talents-card__content>div:last-of-type .talent-comparison-chart{margin-top:0}}.compare-talents-card__overall-info{display:-webkit-flex;display:flex}.compare-talents-card__overall-info-col{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;min-width:0}.compare-talents-card__overall-info-col:first-of-type{-webkit-flex-shrink:0;flex-shrink:0;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding-bottom:20px;margin-right:40px}@media(max-width:47.99em){.compare-talents-card__overall-info-col:first-of-type{margin-right:15px}}@media(max-width:47.99em){.compare-talents-card__overall-info-col:last-of-type{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"n m" "l m";-webkit-flex:1 1;flex:1 1}}.compare-talents-card__user-image{width:189px;height:189px;position:relative;-webkit-flex-shrink:0;flex-shrink:0}.compare-talents-card__user-image .user-avatar__image{font-size:189px}@media(max-width:47.99em){.compare-talents-card__user-image{width:54px;height:54px}.compare-talents-card__user-image .user-avatar__image{font-size:54px}}.compare-talents-card__fullname{font-size:32px;font-weight:800;line-height:43px;color:#1688f3;margin-top:13px;max-width:100%;overflow-wrap:break-word}@media(max-width:47.99em){.compare-talents-card__fullname{font-size:14px;grid-area:n;margin:0;line-height:unset;align-self:center}}.compare-talents-card__location{line-height:32px;font-size:24px;margin-top:8px;max-width:100%;overflow-wrap:break-word}@media(max-width:47.99em){.compare-talents-card__location{font-size:12px;grid-area:l;margin:0;line-height:unset}}.compare-talents-card__match-score{margin-top:23px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start;font-size:23px;font-weight:700}@media(max-width:47.99em){.compare-talents-card__match-score{font-size:12px;grid-area:m;margin:0;-webkit-align-items:flex-end;align-items:flex-end}}.compare-talents-card__match-score span{font-size:45px;line-height:45px;font-weight:800;color:#51cb20}@media(max-width:47.99em){.compare-talents-card__match-score span{font-size:18px;line-height:unset}}.compare-talents-card__preferences{margin-top:52px;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 20px}@media(max-width:47.99em){.compare-talents-card__preferences{margin-top:15px;font-size:12px;grid-gap:8px 10px}}.compare-talents-card .talent-preferences-info-field{display:-webkit-flex;display:flex;line-height:21px;min-width:0}.compare-talents-card .talent-preferences-info-field+.compare-talents-card .talent-preferences-info-field{margin-top:19px}.compare-talents-card .talent-preferences-info-field>div:first-of-type{-webkit-flex-shrink:0;flex-shrink:0;width:92px}@media(max-width:47.99em){.compare-talents-card .talent-preferences-info-field>div:first-of-type{width:unset}}.compare-talents-card .talent-preferences-info-field>div:last-of-type{margin-left:26px;font-weight:800;color:#1688f3;overflow-wrap:break-word;min-width:0}@media(max-width:47.99em){.compare-talents-card .talent-preferences-info-field>div:last-of-type{margin-left:5px}}.compare-talents-card .talent-comparison-chart{margin-bottom:0}.compare-talents-card .talent-comparison-chart__legend{margin-top:0;margin-bottom:10px}.compare-talents-card .talent-comparison-chart__label svg{display:none}.compare-talents-card .talent-comparison-chart__label:hover{cursor:default}.compare-talents-card .heart-btn{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards}.message-field .floating-label__textarea{scrollbar-width:thin;scrollbar-color:#5fadf7 #ccc;resize:none;transition:none;overflow-y:auto;padding-right:27px}.message-field .floating-label__textarea::-webkit-scrollbar{width:5px;height:5px}.message-field .floating-label__textarea::-webkit-scrollbar-track{background-color:#ccc}.message-field .floating-label__textarea::-webkit-scrollbar-thumb{background-color:#5fadf7;border-radius:10px}.message-field .floating-label__textarea::-webkit-scrollbar-thumb:active,.message-field .floating-label__textarea::-webkit-scrollbar-thumb:hover{background-color:#1688f3}.message-field .floating-label__textarea::-webkit-scrollbar-thumb:horizontal,.message-field .floating-label__textarea::-webkit-scrollbar-thumb:vertical{min-height:1.5rem}.message-field .floating-label__textarea:disabled{cursor:default}.message-field label{top:4px}.message-field button{position:absolute;bottom:5px;right:5px;font-size:18px;padding:0;transition:all .3s cubic-bezier(0,0,.3,1)}.message-field button:disabled{color:#ecf2f8;cursor:default}.enterprise-talent-note{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;padding:18px 0;border-bottom:1px solid rgba(22,136,243,.11)}.enterprise-talent-note__text{white-space:pre-wrap}.enterprise-talent-note time{display:inline-block;margin-top:18px;font-size:10px;line-height:14px;color:#c5c8ce}.chats__message-list{display:-webkit-flex;display:flex;-webkit-flex-direction:column-reverse;flex-direction:column-reverse;overflow-y:auto}.chats__message-item{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;margin:14px 0;display:grid;grid-column-gap:17px;-webkit-column-gap:17px;column-gap:17px;grid-row-gap:6px;row-gap:6px;grid-template-columns:auto 1fr;grid-template-areas:"avatar message" ". timestamp"}.chats__message-item--sent-by-me{grid-template-columns:1fr auto;grid-template-areas:"message avatar" "timestamp ."}.chats__message-item--sent-by-me .chats__message-time{text-align:start}.chats__message-item .user-avatar__image{grid-area:avatar;font-size:40px}.chats__message-content{grid-area:message;background-color:#ecf2f8;border-radius:7px;padding:10px 14px;font-size:16px;white-space:pre-wrap;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.chats__message-time{grid-area:timestamp;font-size:10px;color:#b2b2b2;text-align:end}.chat-contacts__list{padding-top:15px}.chat-contacts__entry{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;min-height:40px;display:grid;-webkit-align-items:center;align-items:center;grid-template-columns:40px 1fr auto;grid-column-gap:25px;width:100%}.chat-contacts__entry:nth-child(n+2){margin-top:30px}.chat-contacts__entry:hover{cursor:pointer}.chat-contacts__entry.is-unread .chat-contacts__entry-name{font-weight:900;font-size:15px}.chat-contacts__entry.is-unread .chat-contacts__entry-role{font-weight:700}.chat-contacts__entry.is-unread .chat-contacts__entry-last-seen>div{font-weight:800;color:#1688f3}.chat-contacts__entry.is-unread .chat-contacts__entry-last-seen--active-now>div{color:#51cb20}.chat-contacts__entry.is-unread .chat-contacts__entry-last-seen time{font-weight:700;color:#010101}.chat-contacts__entry-image{width:40px;height:40px;position:relative;-webkit-flex-shrink:0;flex-shrink:0}.chat-contacts__entry-image .user-avatar__image{font-size:40px}.chat-contacts__entry-info{min-width:0}.chat-contacts__entry-name{color:#1688f3;font-size:14px;line-height:19px;font-weight:600;overflow-wrap:break-word}.chat-contacts__entry-role{font-size:12px;margin-top:5px;line-height:16px;overflow-wrap:break-word}.chat-contacts__entry-last-seen{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;align-items:flex-end;-webkit-justify-content:center;justify-content:center;font-size:12px;line-height:16px}.chat-contacts__entry-last-seen>div{color:rgba(22,136,243,.5);font-weight:700}.chat-contacts__entry-last-seen time{margin-top:6px;color:rgba(1,1,1,.5)}.chat-contacts__entry-last-seen--active-now{-webkit-align-self:baseline;align-self:baseline}.chat-contacts__entry-last-seen--active-now>div{color:rgba(81,203,32,.75)}.notifications__item{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;padding:18px 0;border-bottom:1px solid rgba(22,136,243,.11)}.notifications__item time{display:inline-block;margin-top:18px;font-size:10px;line-height:14px;color:#c5c8ce}.notifications__content{white-space:pre-wrap}.notifications__content em{color:#1688f3;font-weight:700;font-style:normal}.cookie-usage{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 1s forwards;position:fixed;bottom:0;min-height:75px;left:0;right:0;background-color:#fff;padding:10px 30px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;box-shadow:0 -4px 4px rgba(0,0,0,.05);z-index:20}.cookie-usage__text{font-size:16px;font-weight:700;color:#010101}@media(max-width:47.99em){.cookie-usage__text{font-size:14px}}.cookie-usage__link{color:#1688f3}.cookie-usage .home-page__btn{margin-left:25px;min-width:103px}@media(max-width:47.99em){.cookie-usage .home-page__btn{margin-left:15px;min-width:76px}}@-webkit-keyframes outline-highlight{0%{outline-width:0}to{outline-width:5px}}@keyframes outline-highlight{0%{outline-width:0}to{outline-width:5px}}.onboarding{position:relative}.onboarding__wrapper{border-radius:100%;outline:0 solid #1688f3}.onboarding__wrapper--highlight{-webkit-animation:outline-highlight .3s linear .8s forwards;animation:outline-highlight .3s linear .8s forwards}.onboarding__dialog{position:absolute;bottom:calc(100% + 12px);right:-16px;width:380px;background-color:#1688f3;color:#fff;padding:24px;border-radius:7px;box-shadow:0 0 20px rgba(0,0,0,.16);opacity:0;-webkit-animation:fade-in .3s linear .8s forwards;animation:fade-in .3s linear .8s forwards}@media(max-width:28.4275em){.onboarding__dialog{width:240px}}.onboarding__dialog h3{color:#fff;margin:0 0 8px;text-transform:uppercase}.onboarding__dialog p{margin-bottom:4px;font-weight:700}.onboarding__dialog-actions{margin-top:16px;text-align:right}.onboarding__dialog .btn--secondary{color:#fff;border-color:#fff}.search-filters{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;position:-webkit-sticky;position:sticky;top:60px;top:var(--header-height);background-color:#f8f8f8;z-index:10;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}@media(max-width:68.8025em){.search-filters{-webkit-margin-after:30px;margin-block-end:30px}}.search-filters:after,.search-filters:before{content:"";position:absolute;bottom:10px;top:10px;pointer-events:none;width:17px;z-index:10;opacity:1}.search-filters:after{right:0;background-image:linear-gradient(270deg,#f8f8f8,hsla(0,0%,97.3%,0))}.search-filters:before{left:0;background-image:linear-gradient(90deg,#f8f8f8,hsla(0,0%,97.3%,0))}.search-filters__inner{display:-webkit-flex;display:flex;padding-block:10px;-webkit-align-items:center;align-items:center;white-space:nowrap;max-width:100%;overflow-x:auto}.search-filters__inner:after,.search-filters__inner:before{content:"";width:12px;pointer-events:none;background-color:transparent;display:block;-webkit-flex-shrink:0;flex-shrink:0;height:1px}@media(hover){.search-filters__inner{scrollbar-width:thin;scrollbar-color:#5fadf7 #ccc}.search-filters__inner::-webkit-scrollbar{width:5px;height:5px}.search-filters__inner::-webkit-scrollbar-track{background-color:#ccc}.search-filters__inner::-webkit-scrollbar-thumb{background-color:#5fadf7;border-radius:10px}.search-filters__inner::-webkit-scrollbar-thumb:active,.search-filters__inner::-webkit-scrollbar-thumb:hover{background-color:#1688f3}.search-filters__inner::-webkit-scrollbar-thumb:horizontal,.search-filters__inner::-webkit-scrollbar-thumb:vertical{min-height:1.5rem}}.search-filters+.talent-cards-result{-webkit-margin-before:40px;margin-block-start:40px}.search-filters .search-filter-btn+.search-filter-btn{-webkit-margin-start:5px;margin-inline-start:5px}.search-filter-btn{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;-webkit-tap-highlight-color:transparent;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.search-filter-btn input{display:none}.search-filter-btn input:checked+label{background-color:#08549b}.search-filter-btn input:disabled+label{pointer-events:none;cursor:default;background-color:#d8e0ef}.search-filter-btn label{text-transform:capitalize;padding:0 14px;text-align:center;height:44px;cursor:pointer;color:#fff;background-color:#1688f3;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;transition:all .3s cubic-bezier(0,0,.3,1)}@media(max-width:68.8025em){.search-filter-btn label{font-size:14px;height:36px}}@media(max-width:47.99em){.search-filter-btn label{height:32px;font-size:12px}}@media(hover){.search-filter-btn label:hover{background-color:#2c97fc}}.pricing-card{max-width:300px;width:100%;background-color:#fff;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;text-align:center}.pricing-card_active{box-shadow:0 0 10px 0 rgba(0,0,0,.75)}@media(max-width:47.99em){.pricing-card{max-width:unset}}.pricing-card__top-line{width:100%;height:10px}.pricing-card__title{text-transform:uppercase;font-weight:400;font-size:24px}.pricing-card__interval{font-size:22px;font-weight:700}.pricing-card__price{font-size:56px;line-height:.7;margin-bottom:24px}.pricing-card__price__dollar{font-size:18px;vertical-align:top}.pricing-card__price__decimal{font-size:18px}.pricing-card__users{color:#1688f3;font-size:18px}.pricing-card__info-list{margin-bottom:30px}.pricing-card__info-list__item{position:relative;text-align:left;grid-gap:10px;gap:10px;list-style-type:none;font-size:18px;padding:5px 0 0 10px}.pricing-card__info-list__item:before{position:absolute;right:100%;content:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTAgMTkwIiBmaWxsPSIjOTJjNmZiIiBjb2xvcj0iIzkyYzZmYiI+PHBhdGggc3Ryb2tlPSIjOTJjNmZiIiBkPSJNMTczLjggMjguNEw2MC40IDE0MS44IDE1LjcgOTcuMiA1LjEgMTA3LjggNjAuNCAxNjNsMTI0LTEyNC0xMC42LTEwLjZ6Ii8+PC9zdmc+");display:block;width:14px;height:100%}.pricing-card__button{height:unset;border-radius:0;text-transform:none;padding:12px 16px}.pricing-card__button:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.pricing-questions{padding:100px 30px;box-shadow:0 5px 30px -10px rgba(18,63,82,.3)}.pricing-questions__inner{height:100%;padding:24px 50px 100px;max-width:1180px;width:100%;margin:0 auto;background-color:#fff}.pricing-questions__icon{display:block;margin:0 auto}.pricing-questions__title{text-align:center}.pricing-questions__description{text-align:center;margin-bottom:60px}.pricing-questions__description>a{color:#1688f3}@media(max-width:47.99em){.pricing-questions__description{font-size:14px}}.pricing-questions__questions-wrapper{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}@media(max-width:47.99em){.pricing-questions__questions-wrapper{-webkit-flex-direction:column;flex-direction:column;grid-gap:30px;gap:30px}}.pricing-questions__question{max-width:324px;width:100%;padding:5px}@media(max-width:47.99em){.pricing-questions__question{padding:0;max-width:unset}}.pricing-questions__question-title{margin-top:0;color:#000;font-size:18px;margin-bottom:20px}@media(max-width:47.99em){.pricing-questions__question-title{font-size:14px}}.pricing-questions__answer{font-size:18px;margin:0}@media(max-width:47.99em){.pricing-questions__answer{min-height:150px;font-size:12px}}.payment-method{width:55%;margin-top:30px}.payment-method__head{margin-bottom:10px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.payment-method__head>p{margin-bottom:0}.payment-method__cards-wrapper{scrollbar-width:thin;scrollbar-color:#5fadf7 #ccc;padding-right:5px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;grid-gap:25px;gap:25px}.payment-method__cards-wrapper::-webkit-scrollbar{width:5px;height:5px}.payment-method__cards-wrapper::-webkit-scrollbar-track{background-color:#ccc}.payment-method__cards-wrapper::-webkit-scrollbar-thumb{background-color:#5fadf7;border-radius:10px}.payment-method__cards-wrapper::-webkit-scrollbar-thumb:active,.payment-method__cards-wrapper::-webkit-scrollbar-thumb:hover{background-color:#1688f3}.payment-method__cards-wrapper::-webkit-scrollbar-thumb:horizontal,.payment-method__cards-wrapper::-webkit-scrollbar-thumb:vertical{min-height:1.5rem}.payment-method__card{width:100%;background-color:#fff;border-radius:10px;border:1px solid transparent;transition:all .3s cubic-bezier(0,0,.3,1);text-align:left}.payment-method__card:hover,.payment-method__card_selected{border:1px solid #1688f3;box-shadow:0 3px 6px rgba(0,0,0,.16)}.payment-method__card__main-info{padding:15px;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;color:#6a6a6a;font-weight:600;border-bottom:2px solid #f8f8f8}.payment-method__card__main-info svg{width:25px;height:25px}.payment-method__card__main-info>p{margin-bottom:0;margin-left:5px}.payment-method__card__address-info{padding:15px}.payment-method__card__address-info>p{margin:0;color:#6a6a6a;font-weight:600}.payment-method__card__buttons-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:10px;gap:10px;padding:5px 5px 10px}.payment-method__card__delete-button{box-shadow:none}.payment-method__card__delete-button,.payment-method__card__delete-button:active,.payment-method__card__delete-button:hover{background-color:transparent;color:red}.payment-method__button-wrapper{margin-top:10px}@media(max-width:56.3025em){.payment-method{width:100%}}.subscription-plan{width:100%;border-radius:7px;background-color:#fff;padding:40px;box-shadow:0 0 15px -10px rgba(0,0,0,.75);text-align:left}.subscription-plan__inner-wrapper{max-width:320px}@media(max-width:47.99em){.subscription-plan__inner-wrapper{max-width:100%}}.subscription-plan__name{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;font-weight:800}.subscription-plan__name>p{margin-bottom:5px}.subscription-plan__price{display:block;font-size:14px;font-weight:600}.subscription-plan__create-date{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:40px}.subscription-plan__create-date>p{font-weight:800;margin-bottom:0}.subscription-plan__credits{color:#1688f3;font-weight:700}.subscription-plan__status{font-weight:700;margin-bottom:0}.subscription-plan__expire-date{font-size:12px;color:#6a6a6a;font-weight:600}.subscription-plan__button-wrapper{text-align:left}@media(max-width:47.99em){.subscription-plan__button-wrapper{text-align:center}}.subscription-plan__button{margin-top:60px}.datepicker{border:none;box-shadow:0 0 15px -10px rgba(0,0,0,.75)}.datepicker,.datepicker__input{display:-webkit-flex;display:flex}.datepicker__input{background:#fff;border-radius:10px;padding:10px 35px 10px 10px;-webkit-align-items:center;align-items:center;-webkit-justify-content:start;justify-content:start;grid-gap:10px;gap:10px;width:260px}.datepicker__input_empty{color:#6a6a6a}.datepicker .react-datepicker__day--in-range,.datepicker .react-datepicker__day--in-selecting-range,.datepicker__clearButton:after{background-color:#1688f3}.history-table{border:none;border-collapse:collapse;table-layout:auto;width:100%;margin:0}.history-table th{color:#1688f3;text-align:left;padding:0 5px 10px;border-bottom:1px solid #6a6a6a}.history-table td{padding:10px 5px}tr .history-table__centered-cell{text-align:center}.year-picker{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;grid-gap:10px;gap:10px}.year-picker__current-year{margin:0}.year-picker__prev-button{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.year-picker__next-button{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sorting-with-arrow{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;grid-gap:15px;width:100%}.sorting-with-arrow:disabled{opacity:1}.sorting-with-arrow:not(:disabled):hover .sorting-with-arrow__icon{opacity:.8}.sorting-with-arrow:not(:disabled):hover .sorting-with-arrow__icon.desc-first{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sorting-with-arrow__label{font-size:24px;font-weight:700;color:#3b89eb;text-transform:capitalize;text-align:left;text-align:initial}.sorting-with-arrow__icon{-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-grow:0;flex-grow:0;opacity:0;transition:opacity .3s cubic-bezier(0,0,.3,1)}.sorting-with-arrow__icon.sorted_by_asc,.sorting-with-arrow__icon.sorted_by_desc{opacity:1}.sorting-with-arrow__icon.sorted_by_desc{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.talent-cv-summary{position:relative;margin-top:30px;width:100%;text-align:left}.talent-cv-summary:hover .section-edit-action{visibility:visible;opacity:1}.talent-cv-summary .section-edit-action{position:absolute;top:25px;right:40px;visibility:hidden;opacity:0;transition:opacity .3s cubic-bezier(0,0,.3,1)}@media(max-width:28.4275em){.talent-cv-summary .section-edit-action{right:10px}}@media(hover:none){.talent-cv-summary .section-edit-action{visibility:visible;opacity:1}}.talent-cv-summary .section-edit-action__button,.talent-cv-summary .section-edit-action__link{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:6px;border-radius:50%;width:30px;height:30px;background-color:#1688f3}.talent-cv-summary .section-edit-action__button svg,.talent-cv-summary .section-edit-action__link svg{width:100%;height:100%}.talent-cv-summary .section-edit-action__button svg path,.talent-cv-summary .section-edit-action__link svg path{fill:#fff}.talent-cv-summary__title{font-weight:800}.talent-cv-summary__content{line-height:24px;word-break:break-word;white-space:pre-wrap}.talent-cv-summary__form__textaria{min-height:76px;height:-webkit-max-content;height:max-content;min-width:100%;width:100%;max-width:100%;resize:vertical;line-height:24px}.talent-cv-summary__form__actions-wrapper{display:-webkit-flex;display:flex;grid-gap:15px;margin-top:10px;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end}.talent-cv-summary__form__error{color:red;font-size:9px;line-height:11px;margin-top:2px;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1);animation:fade-in .3s cubic-bezier(0,0,.3,1)}.full-screen-loader{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999999;background-color:#f8f8f8;opacity:1}.full-screen-loader,.full-screen-loader__content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.full-screen-loader__content{-webkit-flex-direction:column;flex-direction:column;text-align:center;padding:0 15px 100px;max-width:500px}.full-screen-loader__content__descriotion,.full-screen-loader__content__title{-webkit-animation:fade-in .5s ease-in-out;animation:fade-in .5s ease-in-out}.full-screen-loader__spinner-wrapper{position:relative;width:150px;height:100px}.full-screen-loader .loader__spinner{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;color:#1688f3;min-width:-webkit-min-content;min-width:min-content;min-height:-webkit-min-content;min-height:min-content}.talent-info-modal{border-radius:7px}.talent-info-modal__body__content-wrapper{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:20px}.talent-info-modal__body__content-wrapper__progress-bar{-webkit-flex-basis:130px;flex-basis:130px}@media(max-width:47.99em){.talent-info-modal__body__content-wrapper{grid-template-columns:1fr;grid-template-rows:repeat(4,-webkit-max-content);grid-template-rows:repeat(4,max-content)}}@media(max-width:47.99em){.talent-info-modal{padding:0;border-radius:0}.talent-info-modal .modal__close{z-index:1;top:38px}.talent-info-modal .modal__content{-webkit-align-items:stretch;align-items:stretch}.talent-info-modal .modal__body{max-height:100vh}}.talent-info-modal--wide{max-width:904px}.talent-info-modal .wizard-items-list__item:nth-child(n+2){border-top:none;padding-top:15px}.talent-info-modal__section{padding-bottom:46px}.talent-info-modal__section--condensed .wizard-items-list__item{padding-top:0;padding-bottom:10px}.talent-info-modal__section--condensed .wizard-items-list__item-title{margin-bottom:0}.talent-info-modal__section-heading{line-height:30px;color:#010101;font-size:24px;font-weight:800;margin:0 0 34px}.talent-info-modal__info--highlighted{font-weight:700;-webkit-flex-shrink:0;flex-shrink:0}@media(max-width:28.4275em){.talent-info-modal__info--highlighted{max-width:100%}}.talent-info-modal__item-tag{color:#51cb20;font-weight:700}.talent-info-modal__item-row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.talent-info-modal__item-row--shifted{margin-top:8px}.talent-info-modal__item-row--condensed{-webkit-justify-content:flex-start;justify-content:flex-start}.talent-info-modal__item-row--condensed p{line-height:1.2}.talent-info-modal__item-row--condensed>:nth-child(n+2){margin-left:20px}.talent-info-modal__item-row>.talent-info-modal__item-tag{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;margin-left:10px}.talent-info-modal__label-list{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-wrap:wrap;flex-wrap:wrap;position:relative;overflow:hidden;box-sizing:border-box;margin-right:-10px}.talent-info-modal__label-tag{border-radius:30px;background-color:#ecf2f8;color:#1688f3;margin:0 10px 18px 0;font-size:12px;padding:4px 12px}.talent-info-modal .assessment-results{margin-bottom:50px}@media(max-width:47.99em){.talent-info-modal .assessment-results{margin-bottom:10px}}.terms-modal{border-radius:8px;box-shadow:0 0 20px 0 rgba(0,0,0,.16);max-width:718px}@media(max-width:47.99em){.terms-modal{max-width:unset}}.terms-modal+.modal__backdrop{background-color:hsla(0,0%,97.3%,.6)}.terms-modal .modal__content{max-height:650px;grid-template-rows:auto 1fr auto}@media(max-width:47.99em){.terms-modal .modal__content{max-height:unset}}.terms-modal .modal__body{padding:0 20px}@media(max-width:47.99em){.terms-modal .modal__body{max-height:unset}}.terms-modal .modal__header{padding-bottom:12px;font-size:29px;line-height:36px;color:#1688f3;-webkit-align-items:center;align-items:center}@media(max-width:47.99em){.terms-modal .modal__header{padding-left:15px;padding-right:42px}}.terms-modal .modal__footer{padding-top:42px;padding-bottom:40px}@media(max-width:47.99em){.terms-modal .modal__footer{padding-top:30px;padding-bottom:30px}}.terms-modal .modal__close{right:20px;top:32px;color:#1688f3}.terms-modal__btn{width:184px}.timer-expired-modal{border-radius:7px}@media(max-width:47.99em){.timer-expired-modal{border-radius:0}}.timer-expired-modal .modal__header{-webkit-align-items:center;align-items:center;color:#eb307e;position:static}@media(max-width:47.99em){.timer-expired-modal .modal__content{padding-top:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:stretch;align-items:stretch}}.timer-expired-modal__actions{margin-top:30px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.timer-expired-modal__actions button{width:184px}.timer-expired-modal__body{padding-bottom:50px}@media(max-width:47.99em){.timer-expired-modal__body{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:stretch;align-items:stretch}}.timer-expired-modal__alert-text{text-align:center;font-weight:800;margin:0 40px}.verify-sms-modal{border-radius:7px}@media(max-width:47.99em){.verify-sms-modal{border-radius:0}}.verify-sms-modal .modal__header{-webkit-align-items:center;align-items:center}@media(max-width:47.99em){.verify-sms-modal .modal__header{-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;padding:19px}}@media(max-width:47.99em){.verify-sms-modal .modal__close{position:unset}}.verify-sms-modal__actions{margin-top:36px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.verify-sms-modal__actions button{width:184px}.verify-sms-modal__actions button:nth-child(n+2){margin-left:15px}@media(max-width:47.99em){.verify-sms-modal__actions{margin-top:164px}}@media(max-width:47.99em){.verify-sms-modal .modal__content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:stretch;align-items:stretch}}.verify-sms-modal__body{padding-bottom:32px}@media(max-width:47.99em){.verify-sms-modal__body{max-height:unset}}.verify-sms-modal__body form{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.verify-sms-modal__body form .floating-label{max-width:300px;margin-top:15px}@media(max-width:47.99em){.verify-sms-modal__body form .floating-label{margin-top:96px;max-width:unset}}@media(max-width:47.99em){.verify-sms-modal__body form{padding:0 19px;-webkit-align-items:stretch;align-items:stretch}}.edit-file-modal{max-width:720px}.edit-file-modal .modal__header{-webkit-align-items:center;align-items:center;padding-top:40px;padding-bottom:30px}.edit-file-modal .modal__close{top:30px;right:30px}.edit-file-modal .file-dropzone-upload{margin:0}.edit-file-modal__body{padding:0 30px 33px}.common-modals{border-radius:7px}@media(max-width:47.99em){.common-modals{border-radius:0}}.common-modals.without-footer .common-modals__body{padding-bottom:30px;min-height:248px}.common-modals.without-footer .common-modals__title{margin-top:0}.common-modals.without-footer.confirm-modal .common-modals__body,.common-modals.without-footer.info-modal .common-modals__body{-webkit-justify-content:center;justify-content:center}.common-modals__body{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;min-height:136px}@media(max-width:47.99em){.common-modals__body{-webkit-align-self:center;align-self:center}}.common-modals__title{margin:10px 0 0;font-size:24px;line-height:30px;font-weight:800;color:#010101;text-align:center}.common-modals__content{margin-top:12px;text-align:center;-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.common-modals .modal__close{top:30px;right:30px}@media(max-width:47.99em){.common-modals .modal__content{grid-template-rows:auto}}.common-modals .btn{width:184px}.common-modals .btn+.btn{margin-left:15px}@media(max-width:47.99em){.common-modals .btn+.btn{margin-left:0;margin-top:10px}}@media(max-width:47.99em){.common-modals .btn{width:137px}}.common-modals__actions{display:-webkit-flex;display:flex;margin-top:38px}@media(max-width:47.99em){.common-modals__actions{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}}.common-modals.error-modal .common-modals__title{color:#eb307e;margin-top:10px}.common-modals.error-modal .common-modals__content{font-weight:800;line-height:24px;max-width:400px;padding-bottom:40px}.create-hh-pool-modal{border-radius:7px;max-width:463px;overflow-y:visible;overflow-y:initial}@media(max-width:47.99em){.create-hh-pool-modal{max-width:unset;border-radius:0}}.create-hh-pool-modal__header{-webkit-align-items:center;align-items:center}.create-hh-pool-modal__body{padding-bottom:20px;overflow-y:visible;overflow-y:initial}.create-hh-pool-modal__footer button{width:184px}.create-hh-pool-modal form{max-width:292px;margin:0 auto}@media(max-width:47.99em){.create-hh-pool-modal .modal__content{grid-template-rows:repeat(3,auto)}}.compare-talents-modal{max-width:100%;background-color:transparent}@media(max-width:68.8025em){.compare-talents-modal{background-color:#fff}}.compare-talents-modal__body{max-height:100vh;padding:0}.compare-talents-modal__backdrop-helper{width:100%;padding:0 55px 50px}@media(max-width:68.8025em){.compare-talents-modal__backdrop-helper{padding:0}}.compare-talents-modal__body-inner{max-width:1100px;margin:0 auto}.compare-talents-modal__head{color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:63px 0 33px}@media(max-width:68.8025em){.compare-talents-modal__head{padding:30px;color:#010101}}.compare-talents-modal__title{color:inherit;line-height:35px;font-size:24px;margin:0}.compare-talents-modal__close{position:static;color:inherit;box-shadow:none;background-color:unset}.compare-talents-modal+.modal__backdrop{background-color:rgba(22,136,243,.8)}.edit-request-modal{border-radius:7px}@media(max-width:47.99em){.edit-request-modal{border-radius:0}}.edit-request-modal .modal__header{-webkit-align-items:center;align-items:center}@media(max-width:47.99em){.edit-request-modal .modal__header{-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;padding:19px}}@media(max-width:47.99em){.edit-request-modal .modal__close{position:unset}}.edit-request-modal__actions{margin-top:54px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;grid-gap:15px;gap:15px}.edit-request-modal__actions button{width:184px}@media(max-width:47.99em){.edit-request-modal__actions{margin-top:164px}}@media(max-width:47.99em){.edit-request-modal .modal__content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:stretch;align-items:stretch}}.edit-request-modal__body{padding-bottom:32px}@media(max-width:47.99em){.edit-request-modal__body{max-height:unset}}.edit-request-modal__body form{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.edit-request-modal__body form .custom-select,.edit-request-modal__body form .floating-label{max-width:300px}@media(max-width:47.99em){.edit-request-modal__body form .custom-select,.edit-request-modal__body form .floating-label{max-width:unset}}@media(max-width:47.99em){.edit-request-modal__body form{padding:0 19px;-webkit-align-items:stretch;align-items:stretch}}.create-job-post-modal{border-radius:7px;overflow-y:visible;overflow-y:initial}@media(max-width:47.99em){.create-job-post-modal{max-width:unset;border-radius:0}}.create-job-post-modal__header{-webkit-align-items:center;align-items:center}.create-job-post-modal__sub-header{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;color:#1688f3;text-align:center}.create-job-post-modal__sub-header span{font-weight:800}.create-job-post-modal__body{padding-bottom:20px;overflow-y:visible;overflow-y:initial}.create-job-post-modal__footer button{width:184px}.create-job-post-modal form{display:grid;grid-template-columns:285px 110px 25px;grid-gap:30px;-webkit-align-items:flex-end;align-items:flex-end;-webkit-justify-content:space-between;justify-content:space-between}@media(max-width:47.99em){.create-job-post-modal form{grid-template-columns:1fr 110px 25px}}@media(max-width:35.0525em){.create-job-post-modal form{grid-template-columns:auto 1fr}}@media(max-width:35.0525em){.create-job-post-modal__left-form-side{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:2}}@media(max-width:47.99em){.create-job-post-modal .modal__content{grid-template-rows:repeat(3,auto)}}.view-my-job-post-applicants-modal{border-radius:7px;max-width:790px}@media(max-width:47.99em){.view-my-job-post-applicants-modal{max-width:unset;border-radius:0}}.view-my-job-post-applicants-modal__header{-webkit-align-items:center;align-items:center}.view-my-job-post-applicants-modal__sub-header{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;color:#1688f3;text-align:center}.view-my-job-post-applicants-modal__sub-header span{font-weight:800}.view-my-job-post-applicants-modal__body{padding-bottom:20px}.view-my-job-post-applicants-modal__footer button{width:184px}.view-my-job-post-applicants-modal__sort-bar{-webkit-flex:1 1;flex:1 1}.view-my-job-post-applicants-modal__sort-bar .custom-select{margin-top:0}@media(max-width:47.99em){.view-my-job-post-applicants-modal .modal__content{grid-template-rows:repeat(3,auto)}}.change-job-post-status-modal{border-radius:7px;max-width:390px}@media(max-width:47.99em){.change-job-post-status-modal{max-width:unset;border-radius:0}}.change-job-post-status-modal__header{-webkit-align-items:center;align-items:center}.change-job-post-status-modal__sub-header{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;color:#1688f3;text-align:center}.change-job-post-status-modal__sub-header span{font-weight:800}.change-job-post-status-modal__body{-webkit-flex-direction:column;flex-direction:column;grid-gap:30px;gap:30px;padding-bottom:20px}.change-job-post-status-modal__body,.change-job-post-status-modal__job-status{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.change-job-post-status-modal__job-status{grid-gap:5px;gap:5px}.change-job-post-status-modal__footer button{width:184px}@media(max-width:47.99em){.change-job-post-status-modal .modal__content{grid-template-rows:repeat(3,auto)}}.change-job-post-status-modal .status-dot{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;pointer-events:none;width:8px;height:8px;border-radius:8px}.change-job-post-status-modal .status-dot__live{background-color:#51cb20}.change-job-post-status-modal .status-dot__declined{background-color:#e0ddde}.change-job-post-status-modal .status-dot__expired{background-color:#eb307e}.change-job-post-status-modal .status-dot__pending{background-color:#ebc330}.payment-method-modal{border-radius:10px}.payment-method-modal__body{padding-bottom:30px}.payment-method-modal__submit-button{margin-top:30px}.company-profiles-modal__label{display:inline-block;color:#1688f3}.company-profiles-modal__field-title{margin-bottom:10px}.company-profiles-modal__form{display:grid;grid-template-rows:-webkit-min-content -webkit-min-content 1fr;grid-template-rows:min-content min-content 1fr;grid-template-columns:1fr}.company-profiles-modal .merge-company-body{display:grid;height:400px}.company-profiles-modal .merge-company-body__actions{-webkit-align-items:flex-end;align-items:flex-end}.talent-notes-drawer__messages-area{height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.talent-notes-drawer__list-holder{-webkit-flex:1 1;flex:1 1;min-height:0;position:relative}.talent-notes-drawer__list-holder:before{position:absolute;top:0;left:0;bottom:0;right:0;content:"";bottom:auto;right:5px;z-index:10;background-image:linear-gradient(180deg,#fff,hsla(0,0%,100%,0));height:20px;pointer-events:none}.talent-notes-drawer__list-holder:after{position:absolute;top:0;left:0;bottom:0;right:0;content:"";top:auto;right:5px;background-image:linear-gradient(0deg,#fff,hsla(0,0%,100%,0));height:35px;pointer-events:none}.talent-notes-drawer__list{scrollbar-width:thin;scrollbar-color:#5fadf7 #ccc;height:100%;overflow-y:auto;padding:0 20px 30px}.talent-notes-drawer__list::-webkit-scrollbar{width:5px;height:5px}.talent-notes-drawer__list::-webkit-scrollbar-track{background-color:#ccc}.talent-notes-drawer__list::-webkit-scrollbar-thumb{background-color:#5fadf7;border-radius:10px}.talent-notes-drawer__list::-webkit-scrollbar-thumb:active,.talent-notes-drawer__list::-webkit-scrollbar-thumb:hover{background-color:#1688f3}.talent-notes-drawer__list::-webkit-scrollbar-thumb:horizontal,.talent-notes-drawer__list::-webkit-scrollbar-thumb:vertical{min-height:1.5rem}.talent-notes-drawer__list .fetch-more-btn{border:none;margin:20px auto 0;text-transform:none;padding:0;height:auto}.talent-notes-drawer__list .fetch-more-btn:active,.talent-notes-drawer__list .fetch-more-btn:hover{cursor:pointer;background-color:transparent;color:#1688f3}.talent-notes-drawer .message-field{padding:0 20px 20px}.chats-drawer__back-btn{margin-right:12px;display:-webkit-inline-flex;display:inline-flex}.chats-drawer__messages-area{height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.chats-drawer__list-holder{-webkit-flex:1 1;flex:1 1;min-height:0;position:relative}.chats-drawer__list-holder:before{top:0;bottom:0;bottom:auto;z-index:10;background-image:linear-gradient(180deg,#fff,hsla(0,0%,100%,0));height:20px}.chats-drawer__list-holder:after,.chats-drawer__list-holder:before{position:absolute;left:0;right:0;content:"";right:5px;pointer-events:none}.chats-drawer__list-holder:after{top:0;bottom:0;top:auto;background-image:linear-gradient(0deg,#fff,hsla(0,0%,100%,0));height:35px}.chats-drawer__list{scrollbar-width:thin;scrollbar-color:#5fadf7 #ccc;height:100%;overflow-y:auto;padding:0 20px 30px}.chats-drawer__list::-webkit-scrollbar{width:5px;height:5px}.chats-drawer__list::-webkit-scrollbar-track{background-color:#ccc}.chats-drawer__list::-webkit-scrollbar-thumb{background-color:#5fadf7;border-radius:10px}.chats-drawer__list::-webkit-scrollbar-thumb:active,.chats-drawer__list::-webkit-scrollbar-thumb:hover{background-color:#1688f3}.chats-drawer__list::-webkit-scrollbar-thumb:horizontal,.chats-drawer__list::-webkit-scrollbar-thumb:vertical{min-height:1.5rem}.chats-drawer__list .fetch-more-btn{border:none;margin:20px auto 0;text-transform:none;padding:0;height:auto}.chats-drawer__list .fetch-more-btn:active,.chats-drawer__list .fetch-more-btn:hover{cursor:pointer;background-color:transparent;color:#1688f3}.chats-drawer .drawer__header{font-size:20px;font-weight:800}.chats-drawer .message-field{padding:0 20px 20px}.notifications-drawer__back-btn{margin-right:12px}.notifications-drawer__messages-area{height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.notifications-drawer__list-holder{-webkit-flex:1 1;flex:1 1;min-height:0;position:relative}.notifications-drawer__list-holder:before{position:absolute;top:0;left:0;bottom:0;right:0;content:"";bottom:auto;right:5px;z-index:10;background-image:linear-gradient(180deg,#fff,hsla(0,0%,100%,0));height:20px;pointer-events:none}.notifications-drawer__list-holder:after{position:absolute;top:0;left:0;bottom:0;right:0;content:"";top:auto;right:5px;background-image:linear-gradient(0deg,#fff,hsla(0,0%,100%,0));height:35px;pointer-events:none}.notifications-drawer__list{scrollbar-width:thin;scrollbar-color:#5fadf7 #ccc;height:100%;overflow-y:auto;padding:0 20px 30px}.notifications-drawer__list::-webkit-scrollbar{width:5px;height:5px}.notifications-drawer__list::-webkit-scrollbar-track{background-color:#ccc}.notifications-drawer__list::-webkit-scrollbar-thumb{background-color:#5fadf7;border-radius:10px}.notifications-drawer__list::-webkit-scrollbar-thumb:active,.notifications-drawer__list::-webkit-scrollbar-thumb:hover{background-color:#1688f3}.notifications-drawer__list::-webkit-scrollbar-thumb:horizontal,.notifications-drawer__list::-webkit-scrollbar-thumb:vertical{min-height:1.5rem}.notifications-drawer__list .fetch-more-btn{border:none;margin:20px auto 0;text-transform:none;padding:0;height:auto}.notifications-drawer__list .fetch-more-btn:active,.notifications-drawer__list .fetch-more-btn:hover{cursor:pointer;background-color:transparent;color:#1688f3}.wizard-sidebar.without-steps .sidebar__inner{height:auto}.wizard-sidebar.without-steps .sidebar__head{height:110px;-webkit-flex-basis:auto;flex-basis:auto}@media(max-width:56.3025em){.wizard-sidebar.without-steps .sidebar__head{display:none}}.wizard-sidebar .sidebar__inner{max-height:calc(100vh + 80px);max-height:calc(100vh - var(--header-height) + 140px)}@media(min-width:56.3125em){.wizard-sidebar .sidebar__inner{min-height:77vh}}.wizard-sidebar__content{padding:0 30px 32px;opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) forwards}.profile-sidebar__inner{margin:0;overflow:hidden;max-height:none;background-color:transparent;border-radius:0}.profile-sidebar__main-content{background-color:#fff;border-radius:7px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.profile-sidebar__heading{margin:26px 30px 0}.profile-sidebar__heading:only-child{margin-bottom:30px}.profile-sidebar__heading .user-avatar__image{font-size:168px;margin:0 auto}.profile-sidebar__heading .actions-badge-wrapper{width:168px;height:168px;margin:0 auto}.profile-sidebar__heading .actions-badge{-webkit-transform:translate3d(-8px,8px,0);transform:translate3d(-8px,8px,0)}.profile-sidebar__name{margin-top:32px;text-align:center}.profile-sidebar__name h2{font-size:20px;font-weight:800;margin-bottom:6px}.profile-sidebar__user-rank{margin-top:6px;font-size:12px;text-transform:capitalize}.profile-sidebar__progress{margin:27px 30px}.profile-sidebar__progress h3{margin:0 0 12px;font-size:14px;font-weight:800;text-align:center}@media(max-width:56.3025em){.profile-sidebar__progress-header{display:none}}.sidebar-nav,.sidebar-nav__item{-webkit-flex-shrink:0;flex-shrink:0}.sidebar-nav__item{position:relative;height:60px;display:grid;-webkit-align-items:center;align-items:center;grid-template-columns:35px 1fr 22px;padding:0 30px;overflow:hidden;border-top:1px solid #ecf1fa;text-transform:capitalize}.sidebar-nav__item:before{right:0;background-color:#ecf1fa;transition:opacity .4s cubic-bezier(0,0,.3,1);z-index:-1}.sidebar-nav__item:after,.sidebar-nav__item:before{position:absolute;top:0;left:0;bottom:0;content:"";opacity:0}.sidebar-nav__item:after{width:4px;-webkit-transform:translateX(-100%);transform:translateX(-100%);background-color:#1688f3;transition:opacity .3s linear,-webkit-transform .3s cubic-bezier(.34,1.56,.64,1.1);transition:opacity .3s linear,transform .3s cubic-bezier(.34,1.56,.64,1.1);transition:opacity .3s linear,transform .3s cubic-bezier(.34,1.56,.64,1.1),-webkit-transform .3s cubic-bezier(.34,1.56,.64,1.1)}.sidebar-nav__item.is-hidden{display:none}.sidebar-nav__item.is-active .sidebar-nav__item-label,.sidebar-nav__item.is-completed .sidebar-nav__item-label{color:#010101}.sidebar-nav__item.is-active:before{opacity:1}.sidebar-nav__item.is-active:after{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.sidebar-nav__item.is-active .sidebar-nav__item-label{font-weight:800}.sidebar-nav__item.is-active~.sidebar-nav__item .sidebar-nav__item-icon{display:none}.sidebar-nav__item.is-completed:not(.is-active) .sidebar-nav__item-icon{font-size:20px;color:#51cb20}.sidebar-nav__item-icon{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:20px;font-size:14px;color:#1688f3}.sidebar-nav__item-icon svg{opacity:0;-webkit-animation:fade-in .3s linear forwards;animation:fade-in .3s linear forwards}.sidebar-nav__item-status-dot{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;pointer-events:none;width:8px;height:8px;border-radius:8px}.sidebar-nav__item-status-dot--live{background-color:#51cb20}.sidebar-nav__item-status-dot--declined{background-color:#e0ddde}.sidebar-nav__item-status-dot--expired{background-color:#eb307e}.sidebar-nav__item-status-dot--pending{background-color:#ebc330}.sidebar-nav__item-label{grid-column:2/3;color:#6a6a6a;padding-right:20px}.sidebar-nav__item-label a{color:inherit}.sidebar-nav__item-arrow{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:14px;color:#1688f3}.sidebar-nav__item-arrow svg{-webkit-transform:rotate(.5turn);transform:rotate(.5turn)}.talent-sidebar__top-qualities{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border-top:1px solid #ecf1fa;margin-top:1em}.talent-sidebar__top-qualities .assessment_status span{color:red}.talent-sidebar__top-qualities .assessment_btn{margin-bottom:30px;text-transform:none}.talent-sidebar__top-quality{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;margin:10px 0 1.5em;padding:0 10px;text-align:center}.talent-sidebar__top-quality:last-child{margin-bottom:22px}.talent-sidebar__top-quality h3{margin:0 0 6px;font-size:16px;font-weight:800;text-transform:capitalize}.talent-sidebar__top-quality li,.talent-sidebar__top-quality p{font-weight:300;font-size:16px;margin-bottom:8px}.account-settings-sidebar__content-wrapper{position:-webkit-sticky;position:sticky;top:100px;top:calc(var(--header-height) + 40px)}.account-settings-sidebar__content-wrapper>.delete-account-btn{width:100%;-webkit-margin-before:30px;margin-block-start:30px}.account-settings-sidebar__content-wrapper .sidebar__inner{position:static;max-height:none}@media(max-width:56.3025em){.account-settings-sidebar{height:100%;background-color:#fff}.account-settings-sidebar .account-settings-sidebar__content-wrapper{position:static;border-bottom:1px solid #ecf1fa}}@media(max-width:47.99em){.account-settings-sidebar{margin-bottom:60px}}.account-settings-sidebar .sidebar-nav__item.is-active .sidebar-nav__item-label{color:#1688f3}.account-settings-sidebar .sidebar-nav__item-arrow{display:none}.account-settings-sidebar .sidebar-nav__item-label{grid-column:1/-1;color:#010101}.account-settings-sidebar>.delete-account-btn{-webkit-margin-start:30px;margin-inline-start:30px;padding:0;-webkit-margin-before:21px;margin-block-start:21px;font-size:16px;height:auto}.hh-pool-form-sidebar .sidebar-nav__item-label{grid-column:1/3;color:#010101}.hh-pool-form-sidebar .sidebar-nav__item-label span{cursor:pointer}.filters-sidebar__inner{max-height:none}@media(max-width:68.8025em){.filters-sidebar__inner{background-color:transparent}}.filters-sidebar__head{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-flex:1 1;flex:1 1;padding:0 30px;min-height:110px}.filters-sidebar__title{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;font-weight:900;font-size:24px;line-height:32px;min-height:32px;margin:0}.filters-sidebar__heading{margin:26px 30px 0}.filters-sidebar__heading:only-child{margin-bottom:30px}.filters-sidebar__filter-section-header{margin:35px 16px 17px 30px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:baseline;align-items:baseline}@media(max-width:68.8025em){.filters-sidebar__filter-section-header{margin-bottom:0}}.filters-sidebar__filter-heading{font-size:16px;font-weight:800;color:#010101}.filters-sidebar__footer{margin:32px 30px 26px}.filters-sidebar .expansion-panel__content{margin:0 30px 20px}.filters-sidebar__filter-match{display:-webkit-flex;display:flex}.filters-sidebar__filter-match .floating-label{margin:0 22px;-webkit-flex-basis:66px;flex-basis:66px}.filters-sidebar__filter-match .floating-label input{text-align:center}.filters-sidebar__filter-checkbox-item{margin-bottom:20px}.filters-sidebar__filter-checkbox-item .custom-checkbox__label{text-transform:capitalize}.filters-sidebar__actions{margin-top:75px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:0 30px}.filters-sidebar__actions svg{-webkit-transform:translateY(1px);transform:translateY(1px);font-size:12px;margin-right:18px;z-index:-1}.job-post-sidebar__inner{max-height:none}@media(max-width:68.8025em){.job-post-sidebar__inner{background-color:transparent}}.job-post-sidebar__number-of-job-posts{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;font-weight:900}.job-post-sidebar__number-of-job-posts,.job-post-sidebar__title{font-size:24px;line-height:32px;min-height:32px;margin:0}.job-post-sidebar__heading{display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline;grid-gap:5px;gap:5px}.job-post-sidebar__actions{margin-top:75px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:0 30px}.job-post-sidebar__actions svg{-webkit-transform:translateY(1px);transform:translateY(1px);font-size:12px;margin-right:18px;z-index:-1}.job-post-sidebar .sidebar-nav__item-label span{cursor:pointer}.job-post-sidebar .fetch-more-btn{border:none;margin:20px auto;text-transform:none;padding:0;height:auto}.job-post-sidebar .fetch-more-btn:hover{cursor:pointer;background-color:transparent;color:#1688f3}.job-post-form-sidebar .sidebar__head{padding:30px}.job-post-form-sidebar__title{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;font-size:24px;line-height:32px;min-height:32px}.job-post-form-sidebar__details-wrapper{padding:10px 30px}.job-post-form-sidebar__job-title{word-break:break-word;margin-bottom:0}.job-post-form-sidebar__job-details-label{font-size:8px;line-height:11px;color:#1688f3}.job-post-form-sidebar__job-details{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;justify-content:space-around;min-height:180px;font-size:16px;font-weight:400;color:#6a6a6a}.job-post-form-sidebar .sidebar-nav__item-label{grid-column:1/3;color:#010101}.job-post-form-sidebar .sidebar-nav__item-label span{cursor:pointer}.register-type-page{height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.register-type-page__logo{margin-top:60px;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:flex;opacity:0;-webkit-animation:fade-in .3s linear forwards;animation:fade-in .3s linear forwards}@media(max-width:47.99em){.register-type-page__logo{margin-top:21px;-webkit-align-self:flex-start;align-self:flex-start;margin-left:20px}}.register-type-page__logo svg{max-height:98px;min-height:28px;width:auto;max-width:100%;font-size:12vh}@media(max-width:47.99em){.register-type-page__logo svg{font-size:28px}}.register-type-page>h1{font-size:44px;line-height:55px;margin:46px 0 0;text-transform:uppercase;font-weight:900;opacity:0;-webkit-animation:fade-in .3s linear forwards;animation:fade-in .3s linear forwards}@media(max-width:47.99em){.register-type-page>h1{font-size:17px;margin-top:0;font-weight:800;line-height:21px}}.register-type-page .register-type-meta{line-height:20px;margin-top:19px;opacity:0;-webkit-animation:fade-in .3s linear forwards;animation:fade-in .3s linear forwards}@media(max-width:47.99em){.register-type-page .register-type-meta{margin-top:14px}}.register-type-page .register-type-options{margin-top:49px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}@media(max-width:47.99em){.register-type-page .register-type-options{-webkit-flex-direction:column;flex-direction:column;margin-top:30px;padding-bottom:50px}}.register-type-page .register-type-option{background-color:#fff;border-radius:7px;width:260px;height:260px;padding:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;position:relative;opacity:0;-webkit-animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) forwards;animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) forwards}@media(max-width:47.99em){.register-type-page .register-type-option{width:50vw;height:50vw;min-width:210px;min-height:210px;max-width:260px;max-height:260px}}.register-type-page .register-type-option:nth-child(n+2){-webkit-animation-delay:.07s;animation-delay:.07s;margin-left:104px}@media(max-width:47.99em){.register-type-page .register-type-option:nth-child(n+2){margin-top:30px;margin-left:0}}@media(hover){.register-type-page .register-type-option:hover:before{opacity:1}}.register-type-page .register-type-option:before{position:absolute;top:0;left:0;bottom:0;right:0;content:"";box-shadow:0 0 20px rgba(0,0,0,.08);z-index:-1;opacity:0;transition:opacity .3s cubic-bezier(0,0,.3,1)}.register-type-page .register-type-option__title{font-size:18px;font-weight:800;line-height:32px;margin:0 0 18px;text-transform:uppercase}.register-type-page .register-type-option__image{-webkit-flex:1 1;flex:1 1;width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;overflow:hidden;-webkit-justify-content:center;justify-content:center}.register-type-page .register-type-option__image svg{height:100%;width:auto;-webkit-flex:1 1;flex:1 1}.register-type-page .register-type-option__meta{text-align:center;margin-top:22px;line-height:20px}.register-type-page .register-type_signup-heading{margin-top:32px;font-size:26px}.register-auth-page{height:100%;display:grid;grid-template-columns:auto minmax(0,987px) auto;-webkit-align-content:center;align-content:center;padding-right:83px}@media(max-width:68.8025em){.register-auth-page{padding:0 40px}}@media(max-width:56.3025em){.register-auth-page{-webkit-align-content:start;align-content:start;padding:0 20px 50px}}.register-auth-page__content{grid-column:2/3;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;height:100%}@media(max-width:56.3025em){.register-auth-page__content{grid-column:1/-1;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}}.register-auth-page__left-col{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}@media(max-width:56.3025em){.register-auth-page__left-col{width:100%}}.register-auth-page__right-col{-webkit-align-self:flex-start;align-self:flex-start}@media(max-width:56.3025em){.register-auth-page__right-col{width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;margin-top:40px}}.register-auth-page__right-col h1{font-size:26px;font-weight:900;line-height:33px;text-align:center;text-transform:uppercase}@media(max-width:56.3025em){.register-auth-page__right-col h1{margin-top:40px;margin-bottom:0}}@media(max-width:47.99em){.register-auth-page__right-col h1{font-size:17px;margin-top:0;font-weight:800;line-height:21px}}.register-auth-page__login-link{line-height:24px;margin-top:23px;text-align:center;opacity:0;-webkit-animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .5s forwards;animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .5s forwards;will-change:opacity}.register-auth-page__login-link a{color:#1688f3}.register-auth-page__illustration{opacity:0;-webkit-animation:fade-in .3s linear .1s forwards;animation:fade-in .3s linear .1s forwards}@media(max-width:56.3025em){.register-auth-page__illustration{display:none}}.register-auth-page__logo{opacity:0;-webkit-animation:fade-in .3s linear .1s forwards;animation:fade-in .3s linear .1s forwards;display:-webkit-flex;display:flex;font-size:118px}@media(max-width:68.8025em){.register-auth-page__logo{font-size:90px}}@media(max-width:56.3025em){.register-auth-page__logo{font-size:60px;margin-top:40px}}@media(max-width:47.99em){.register-auth-page__logo{margin-top:21px;-webkit-align-self:flex-start;align-self:flex-start;font-size:28px}}.register-auth-page__terms-row{margin-top:25px;-webkit-align-self:flex-start;align-self:flex-start}.register-auth-page__terms-link{color:#1688f3;line-height:20px;cursor:pointer;font-weight:800}.register-auth-page form{width:352px;border-radius:7px;background-color:#fff;padding:30px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;margin-top:28px;opacity:0;-webkit-animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .1s forwards;will-change:opacity}@media(max-width:56.3025em){.register-auth-page form{width:400px}}@media(max-width:47.99em){.register-auth-page form{width:100%;max-width:352px}}.register-auth-page form .floating-label:first-of-type{margin-top:0}.register-auth-page form button{width:184px;margin-top:auto}.register-auth-page__social-signup{margin-top:16px;width:352px;opacity:0;-webkit-animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .1s forwards}@media(max-width:56.3025em){.register-auth-page__social-signup{width:400px}}@media(max-width:47.99em){.register-auth-page__social-signup{width:100%;max-width:352px}}.register-auth-page__social-signup+.register-auth-page__social-signup{-webkit-animation-delay:.17s;animation-delay:.17s}.register-auth-page__separator{font-size:20px;line-height:20px;text-align:center;text-transform:uppercase;color:#6a6a6a;opacity:0;-webkit-animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .24s forwards;animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .24s forwards;position:relative;max-width:292px;margin:20px auto;width:100%}.register-auth-page__separator+form{margin-top:0;-webkit-animation-delay:.31s;animation-delay:.31s}.register-auth-page__separator:after,.register-auth-page__separator:before{border-top:1px solid #6a6a6a;content:"";display:block;position:absolute;top:.5em;width:calc(50% - 1.2em)}.register-auth-page__separator:before{right:0}.register-auth-page__separator:after{left:0}.register-auth-page .register-successful-screen{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) forwards}.register-auth-page .register-successful-screen .result-screen__content{line-height:24px}.register-auth-page .register-successful-screen .result-screen__body{-webkit-animation-delay:.4s;animation-delay:.4s}.register-auth-page .register-successful-screen .result-screen__footer svg,.register-auth-page .register-successful-screen .result-screen__head svg{-webkit-animation-delay:.3s;animation-delay:.3s}.register-auth-page--talent .register-auth-page__illustration{font-size:430px}@media(max-width:68.8025em){.register-auth-page--talent .register-auth-page__illustration{font-size:325px}}.register-auth-page--talent form{min-height:418px}.register-auth-page .enterprise-account-type-option{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.register-auth-page .enterprise-account-type-option>span{font-size:14px;line-height:20px}.register-auth-page .enterprise-account-type-option>span:first-of-type{margin-bottom:1px;font-weight:700;color:#1688f3}.register-auth-page--enterprise .register-auth-page__illustration{font-size:506px}@media(max-width:68.8025em){.register-auth-page--enterprise .register-auth-page__illustration{font-size:430px}}.register-auth-page--enterprise form{min-height:531px;padding-bottom:60px}.register-auth-page--enterprise h1{margin-top:0}.register-auth-page--enterprise .custom-select__option{padding:13px 20px 12px}.register-auth-page--enterprise .custom-select__option--is-selected span:first-of-type{color:#fff}.talent-dashboard{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;height:100%;padding:0 30px}@media(max-width:47.99em){.talent-dashboard .experience-wizard-item__experience-item__logo{margin-bottom:15px}}.talent-dashboard .section-edit-action{position:absolute;top:25px;right:40px;visibility:hidden;opacity:0;transition:opacity .3s cubic-bezier(0,0,.3,1)}@media(max-width:28.4275em){.talent-dashboard .section-edit-action{right:10px}}@media(hover:none){.talent-dashboard .section-edit-action{visibility:visible;opacity:1}}.talent-dashboard .section-edit-action__button,.talent-dashboard .section-edit-action__link{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:6px;border-radius:50%;width:30px;height:30px;background-color:#1688f3}.talent-dashboard .section-edit-action__button svg,.talent-dashboard .section-edit-action__link svg{width:100%;height:100%}.talent-dashboard .section-edit-action__button svg path,.talent-dashboard .section-edit-action__link svg path{fill:#fff}@media(max-width:56.3025em){.talent-dashboard:not(.talent-setup) .profile-sidebar__heading{grid-area:h}.talent-dashboard:not(.talent-setup) .profile-sidebar__outside-element{grid-area:o}.talent-dashboard:not(.talent-setup) .profile-sidebar__children{grid-area:c}}@media(max-width:47.99em){.talent-dashboard:not(.talent-setup){padding:0;margin-bottom:60px}.talent-dashboard:not(.talent-setup) .profile-sidebar__main-content{display:grid;grid-template-areas:"h" "c" "o"}.talent-dashboard:not(.talent-setup) .profile-sidebar__main-content_inverse{grid-template-areas:"h" "o" "c"}}@media(min-width:48em)and (max-width:56.3025em){.talent-dashboard:not(.talent-setup) .profile-sidebar__main-content{display:grid;padding-bottom:20px;grid-template-areas:"h c c" "h o o"}.talent-dashboard:not(.talent-setup) .profile-sidebar__main-content_inverse{grid-template-areas:"h o o" "h c c"}.talent-dashboard:not(.talent-setup) .profile-sidebar__main-content .profile-sidebar__heading{margin-bottom:26px}.talent-dashboard:not(.talent-setup) .profile-sidebar__main-content .profile-sidebar__outside-element{padding:26px 10px}.talent-dashboard:not(.talent-setup) .profile-sidebar__main-content .profile-sidebar__children{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:flex-start;align-items:flex-start}.talent-dashboard:not(.talent-setup) .profile-sidebar__main-content .profile-sidebar__children>*{-webkit-flex:1 1;flex:1 1;margin:0;border:none;text-align:start}}.talent-dashboard__content{display:grid;grid-column-gap:45px;grid-template-columns:322px 1fr;padding:40px 0 35px}@media(max-width:47.99em){.talent-dashboard__content{padding-left:10px;padding-right:10px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}}.talent-dashboard__main{width:100%}@media(max-width:56.3025em){.talent-dashboard__main{margin-top:30px}}@media(min-width:56.25em)and (max-width:82.5em){.talent-dashboard .traits-and-competencies,.talent-dashboard .values-and-motivation{grid-template-columns:1fr;grid-template-rows:1fr 1fr}}.talent-dashboard .traits-and-competencies .assessment-results,.talent-dashboard .values-and-motivation .assessment-results{padding:0}.talent-dashboard__heading{margin-bottom:30px;font-size:16px;background-color:#fff;border-radius:7px;padding:30px 28px}.talent-dashboard__heading p:last-child{margin-bottom:0}.talent-dashboard__info{padding:30px 30px 10px;background-color:#fff;border-radius:7px}@media(max-width:47.99em){.talent-dashboard__info{padding:30px 8px 10px}}.talent-dashboard__info:nth-child(n+2){margin-top:30px}.talent-dashboard__info.talent-top-visitors{background-color:transparent}.talent-dashboard__info-title{margin:0 0 20px;font-size:20px;font-weight:800;color:#1688f3;text-align:center;text-transform:uppercase}.talent-dashboard .assessment-results{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;background-color:#fff;border-radius:7px;padding:30px 30px 30px 40px;margin:30px 0}@media(max-width:56.3025em){.talent-dashboard .assessment-results{margin:0}}@media(max-width:28.4275em){.talent-dashboard .assessment-results{padding:30px 10px 40px}.talent-dashboard .assessment-results__item-label{font-size:12px;margin-left:10px}.talent-dashboard .assessment-results__item-tooltip{margin-left:10px}}.talent-dashboard__job-preferences{position:relative;margin-top:30px}.talent-dashboard__job-preferences:hover .section-edit-action{visibility:visible;opacity:1}.talent-dashboard__cv-summary{position:relative;margin-top:30px}.talent-dashboard__cv-summary:hover .section-edit-action{visibility:visible;opacity:1}.talent-dashboard .column-edit-action{position:static}.talent-dashboard .expanded-edit-action{top:0;right:10px}@media(max-width:47.99em){.talent-dashboard .expanded-edit-action{right:0}}@media(min-width:48em)and (max-width:56.3025em){.talent-dashboard .talent-sidebar__top-quality:first-child{border:none}}@media(max-width:56.3025em){.talent-congratulation .talent-dashboard__content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}}.talent-congratulation .talent-dashboard__heading{position:relative;display:-webkit-flex;display:flex}@media(max-width:47.99em){.talent-congratulation__heading{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;align-items:stretch;padding-bottom:0;text-align:center}}@media(min-width:48em)and (max-width:56.3025em){.talent-congratulation__heading{margin:0;padding:0}}.talent-congratulation__heading-rank-badge{-webkit-align-self:center;align-self:center;margin-right:24px;height:100px;-webkit-flex-basis:125px;flex-basis:125px}.talent-congratulation__heading-rank-badge svg{font-size:100px}@media(max-width:56.3025em){.talent-congratulation__heading-rank-badge{display:none}}.talent-congratulation__heading-title{font-size:30px;font-weight:800;margin:0;line-height:38px}.talent-congratulation__heading-subtitle{font-size:25px;font-weight:400;line-height:31px;margin:10px 0 31px;color:#010101}.talent-congratulation__heading-subtitle em{color:#1688f3;font-weight:800;font-style:normal;text-transform:capitalize}.talent-congratulation__heading-subtitle>span{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards}.talent-congratulation__actions{margin:30px 0 38px}@media(max-width:47.99em){.talent-congratulation__actions{text-align:center}}@media(min-width:48em)and (max-width:56.3025em){.talent-congratulation__actions{margin-bottom:0}}.talent-congratulation__dashboard-link{width:270px}.talent-setup .talent-dashboard__heading{background:none;padding:0}.talent-setup__heading-title{font-size:30px;font-weight:900;margin:0;line-height:38px}@media(max-width:68.8025em){.talent-setup__heading-title{font-size:18px}}.talent-setup__heading-subtitle{font-size:25px;font-weight:400;line-height:31px;margin:0 0 31px;color:#010101}@media(max-width:68.8025em){.talent-setup__heading-subtitle{font-size:18px;margin-bottom:18px}}.talent-setup__cards{margin:40px 0;display:grid;grid-template-columns:repeat(3,200px);grid-gap:30px}@media(max-width:68.8025em){.talent-setup__cards{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}}.talent-setup__actions{margin-top:40px}@media(max-width:68.8025em){.talent-setup__actions{text-align:center}}.talent-setup__actions-buttons{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;max-width:660px}@media(max-width:68.8025em){.talent-setup__actions-buttons{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start}}.talent-setup__actions-buttons .delete-account-btn{-webkit-margin-start:16px;margin-inline-start:16px}@media(max-width:68.8025em){.talent-setup__actions-buttons .delete-account-btn{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-before:16px;margin-block-start:16px}}@media(max-width:56.3025em){.talent-setup__ready{display:none}}.talent-setup__action-btn{width:184px}.talent-setup__card{position:relative;background-color:#fff;border-radius:7px;padding:10px 28px 28px;transition:box-shadow .3s cubic-bezier(0,0,.3,1)}.talent-setup__card:hover{box-shadow:0 6px 8px -4px #c5ddf8}@media(max-width:68.8025em){.talent-setup__card{display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly}}.talent-setup__card-img{font-size:95px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.talent-setup__card-desc{margin:20px 0 0 10px}.talent-setup__card-index{font-size:28px;font-weight:900;color:#1688f3}@media(max-width:68.8025em){.talent-setup__card-index{position:absolute;top:6px;left:6px}}.talent-setup__card-title{font-size:16px;font-weight:800;line-height:20px;color:#010101;margin:0 0 9px}.talent-setup__card-duration{font-size:12px;font-weight:700;color:#1688f3;margin:0}.talent-setup__card-completed-mark{position:absolute;top:8px;right:9px;width:20px;font-size:20px;color:#51cb20}.talent-setup__card-completed-mark>svg{opacity:0;-webkit-animation:fade-in .3s linear forwards;animation:fade-in .3s linear forwards}.email-confirm-page{height:100%}.email-confirm-page__btn{margin-top:20px;width:184px}.auth-page{height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.auth-page.login-page .auth-page__title{text-transform:uppercase}@media(max-width:47.99em){.auth-page.login-page .auth-page__title{font-size:24px}}.auth-page__logo{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:flex;margin-top:60px}@supports(margin-top:max(30px,min(6vh,60px))){.auth-page__logo{margin-top:max(30px,min(6vh,60px))}}@media(max-width:47.99em){.auth-page__logo{margin-top:21px;margin-bottom:32px;-webkit-align-self:flex-start;align-self:flex-start;margin-left:20px}}.auth-page__logo svg{max-height:98px;font-size:10vh}@media(max-width:47.99em){.auth-page__logo svg{font-size:28px}}.auth-page__content{-webkit-flex:1 1;flex:1 1;width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-flex-direction:column;flex-direction:column;margin-top:40px;padding:0 20px 10px}@supports(margin-top:max(10px,min(5vh,80px))){.auth-page__content{margin-top:max(10px,min(3vh,80px))}}@media(max-width:47.99em){.auth-page__content{margin-top:0}}.auth-page__title{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;font-size:26px;margin:0;font-weight:900}@media(max-width:47.99em){.auth-page__title{font-size:17px;margin-top:0;font-weight:800;line-height:21px}}.auth-page__link{line-height:24px;color:#1688f3;margin-top:23px;will-change:opacity}.auth-page__link,.auth-page__social-signin-title{opacity:0;-webkit-animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .1s forwards}.auth-page__social-signin-title{margin:10px 0 0;font-size:16px;color:#010101;text-align:center}.auth-page__social-signin{margin-top:16px;max-width:352px;width:100%;opacity:0;-webkit-animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .17s forwards;animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .17s forwards}.auth-page__social-signin+.auth-page__social-signin{-webkit-animation-delay:.24s;animation-delay:.24s}.auth-page__login-link{line-height:24px;margin-top:15px;text-align:center;opacity:0;-webkit-animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .5s forwards;animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .5s forwards;will-change:opacity}.auth-page__login-link a{color:#1688f3}.auth-page form{padding:0 30px 33px;margin:15px 0 10px;border-radius:7px;width:100%;max-width:353px;background-color:#fff;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;opacity:0;-webkit-animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:slide-from-bottom .3s cubic-bezier(0,0,.3,1) .1s forwards;will-change:opacity}@media(max-width:47.99em){.auth-page form{margin-top:26px}}.auth-page form button{width:184px;-webkit-align-self:center;align-self:center;margin-top:31px}.auth-page .auth-fail-screen{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) forwards}.auth-page .auth-fail-screen .result-screen__content{line-height:24px}.auth-page .auth-fail-screen .result-screen__body{-webkit-animation-delay:.4s;animation-delay:.4s}.auth-page .auth-fail-screen .result-screen__footer svg,.auth-page .auth-fail-screen .result-screen__head svg{-webkit-animation-delay:.3s;animation-delay:.3s}.auth-page__form--fallback{padding:0 30px 33px;margin-top:35px;height:234px}.auth-page__form--fallback+.auth-page__link{display:none}.forgot-password-page{height:100%}.forgot-password-page .forgot-password-successful-screen__link{color:#1688f3}.reset-password-page{height:100%}.reset-password-page__btn{margin-top:20px;width:184px}.wizard{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;height:100%;padding:0 30px}@media(max-width:47.99em){.wizard{padding:0;background-color:#fff}}.wizard__content{display:grid;grid-column-gap:16px;grid-template-columns:352px 1fr;padding:40px 0 35px}@media(max-width:56.3025em){.wizard__content{display:block}}@media(max-width:47.99em){.wizard__content{padding:0;margin-bottom:60px}}.wizard-steps{overflow:hidden}.wizard-steps:only-child{grid-column:1/-1}.wizard-step{width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.wizard-step.cv-step{width:70%;margin:auto}@media(max-width:47.99em){.wizard-step__content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;align-items:stretch}}.wizard-step__content .job-type_form{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:35px;row-gap:35px}.wizard-step__content .job-type_form .wizard-step__form-row{margin-top:0}.wizard-step.is-edit-mode .custom-select label,.wizard-step.is-edit-mode .floating-label label{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .35s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .35s forwards}.wizard-step__actions{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-top:48px;min-height:40px}@media(max-width:56.3025em){.wizard-step__actions{-webkit-justify-content:space-between;justify-content:space-between;padding:0 19px;margin-bottom:20px}}@media(max-width:28.4275em){.wizard-step__actions .wizard-step__back-btn{margin:0}}.wizard-step__inner{background-color:#fff;border-radius:7px;padding:24px 30px 10px;min-height:77vh;margin-bottom:auto;opacity:0}@media(max-width:47.99em){.wizard-step__inner{min-height:380px;padding:30px 19px 0}}.wizard-step__name{font-size:24px;margin:0 0 18px;font-weight:900}@media(min-width:56.3125em){.wizard-step__name{display:none}}.wizard-step__title{margin:0 0 52px;font-size:24px;font-weight:900;line-height:36px}.wizard-step__title+.wizard-step__title-description{margin-top:-52px}@media(max-width:56.3025em){.wizard-step__title{font-size:22px;margin-bottom:30px;font-weight:400}.wizard-step__title:only-child{font-weight:900}}.wizard-step__title-placeholder{height:28px}@media(min-width:48em){.wizard-step__title-placeholder{height:0}}.wizard-step__title-description{font-weight:400;font-size:16px;line-height:17px}.wizard-step__submit-btn{width:340px;margin-left:auto}@media(max-width:47.99em){.wizard-step__submit-btn{width:200px}.wizard-step__submit-btn:only-child{margin:auto}}.wizard-step__secondary-btn,.wizard-step__success-btn{width:184px}.wizard-step__back-btn,.wizard-step__skip-btn{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;line-height:20px}@media(max-width:47.99em){.wizard-step__back-btn,.wizard-step__skip-btn{margin:auto}}.wizard-step__back-btn svg,.wizard-step__skip-btn svg{-webkit-transform:translateY(1px);transform:translateY(1px);font-size:12px;margin-right:18px;z-index:-1}.wizard-step__skip-btn{padding-right:0}.wizard-step__skip-btn svg{-webkit-transform:rotate(.5turn);transform:rotate(.5turn);margin-left:18px;margin-right:0}.wizard-step__form-row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.wizard-step__form-row:nth-child(n+2){margin-top:35px}@media(max-width:68.8025em){.wizard-step__form-row{-webkit-flex-direction:column;flex-direction:column}}.wizard-step__form-row .custom-select,.wizard-step__form-row .floating-label{margin-top:0}.wizard-step__form-cell{width:100%;max-width:292px;display:-webkit-flex;display:flex}@media(min-width:68.8125em){.wizard-step__form-cell:nth-child(n+2){margin-left:30px}}@media(max-width:68.8025em){.wizard-step__form-cell:nth-child(n+2):not(:empty){margin-top:35px}}@media(max-width:68.8025em){.wizard-step__form-cell{max-width:unset}}@media(min-width:68.8125em){.wizard-step__form-cell:only-child{max-width:none}}.wizard-step__actions-row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-top:50px}.wizard-step__actions-row>.btn.account-settings__save-btn{margin-top:0}.wizard-step__actions-row--reverse{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}@media(max-width:28.4275em){.wizard-step__actions-row{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.wizard-step__actions-row>*{margin:10px 0}}.wizard-step__main-btn-section{position:relative}@media(max-width:56.3025em){.wizard-step__main-btn-section:only-child{margin:auto}}.wizard-step__hint-section{width:100%;position:relative}.wizard-step__btn-tip-container{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}@media(max-width:35.0525em){.wizard-step__btn-tip-container{margin-right:-38px}}.wizard-step__btn-tip-container .tip{margin-left:30px}@media(max-width:35.0525em){.wizard-step__btn-tip-container .tip{margin-left:15px}}.wizard-step .account-settings__save-btn{margin-top:50px}.account-settings{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;height:100%;padding:0 30px}@media(max-width:47.99em){.account-settings{margin-bottom:60px;padding:0;background-color:#fff}}.account-settings__wrapper{position:relative;width:100%}.account-settings.is-hidden{display:none}.account-settings__content{display:grid;grid-column-gap:16px;grid-template-columns:352px 1fr;padding:40px 0 35px}@media(max-width:47.99em){.account-settings__content{padding:0;overflow-x:auto}}@media(max-width:56.3025em){.account-settings__content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}}@media(max-width:47.99em){.account-settings__content_scrollable{overflow-x:auto}}.account-settings__inner{width:100%;overflow-x:auto}@media(max-width:47.99em){.account-settings__inner{text-align:center}}.account-settings__inner_scrollable{overflow-x:auto}.account-settings__main{background-color:#fff;border-radius:7px;padding:30px 30px 60px;min-height:410px}@media(max-width:47.99em){.account-settings__main{padding-bottom:30px}}.account-settings__main_transparent{padding:0 0 60px;background-color:transparent}@media(max-width:47.99em){.account-settings__main_transparent{padding:30px}}@media(max-width:47.99em){.account-settings__body{min-height:465px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}}.account-settings__body .edit-cv_section_info{font-size:14px;font-weight:500;margin-bottom:-20px}.account-settings__title{margin:0 0 43px;font-size:24px;font-weight:900;line-height:30px}@media(max-width:47.99em){.account-settings__title{text-align:start}}.account-settings__back-btn{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;line-height:20px;margin-top:50px}@media(max-width:47.99em){.account-settings__back-btn{margin:0 0 20px}}.account-settings__back-btn svg{-webkit-transform:translateY(1px);transform:translateY(1px);font-size:12px;margin-right:18px}@media(max-width:47.99em){.account-settings__back-btn_additional{margin:40px 0 40px 50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media(min-width:48em)and (max-width:56.3025em){.account-settings__back-btn_additional{margin:60px 0 20px 30px}}.account-settings__save-btn{width:184px}@media(max-width:47.99em){.account-settings__save-btn{-webkit-align-self:center;align-self:center}}.account-edit-personal-info__photo{width:100px}.account-edit-personal-info__photo.is-processing .actions-badge__btn{cursor:default;pointer-events:none}.account-edit-personal-info__photo .user-avatar__image{font-size:100px}@media(max-width:47.99em){.account-edit-personal-info__name{width:100%;-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;justify-content:flex-end}.account-edit-personal-info__name .floating-label{text-align:start}}.account-edit-personal-info__name button{margin-top:50px}.talent-edit-cv .actions-badge{margin:-8px 0 0 11px}.talent-edit-cv__card{width:74px;height:92px;border-radius:7px;box-shadow:0 3px 6px rgba(0,0,0,.16)}.talent-edit-cv__card.is-processing .actions-badge__btn{cursor:default;pointer-events:none}.talent-edit-cv__card-icon{margin:25px 16px 23px 13px;font-size:45px}.talent-edit-cv__origin-name{font-size:14px;color:#1688f3;font-weight:400}.talent-edit-cv__link{display:inline-block}.talent-edit-cv .talent-edit-cv_summary{padding:10px 0 0}.enterprise-edit-logo .actions-badge{margin:-8px 0 0 11px}.enterprise-edit-logo__card{display:inline-block;min-width:100px;height:100px;border-radius:7px;box-shadow:0 3px 6px rgba(0,0,0,.16)}.enterprise-edit-logo__card.is-processing .actions-badge__btn{cursor:default;pointer-events:none}.enterprise-edit-logo__card .user-avatar__image{font-size:100px;width:auto;max-width:100%;padding:5px}.enterprise-edit-logo__card .file-dropzone-upload__image--company-logo{margin-top:0}.enterprise-edit-logo__card .file-dropzone-upload__image--only-image{height:100px}.enterprise-edit-logo__card-icon{padding:5px}.enterprise-setup .wizard-sidebar .sidebar__inner{height:auto}.enterprise-details__company-logo-section{margin-top:45px;margin-bottom:-30px}@media(max-width:28.4275em){.enterprise-details__company-logo-section{text-align:center}}.enterprise-details .file-dropzone-upload{padding-top:20px}.enterprise-congratulation-page__message{margin-top:30px;margin-bottom:48px}.enterprise-congratulation-page .result-screen{z-index:1}@media(max-width:56.3025em){.enterprise-congratulation-page .result-screen{height:auto}}@media(max-width:47.99em){.enterprise-congratulation-page .result-screen{bottom:60px}}@media(max-width:47.99em){.enterprise-congratulation-page .result-screen__title{font-size:28px}}.enterprise-congratulation-page .result-screen__footer,.enterprise-congratulation-page .result-screen__head{display:none}@media(max-width:56.3025em){.enterprise-congratulation-page .result-screen__footer{display:-webkit-flex;display:flex}}.enterprise-congratulation-page .result-screen__body{margin-top:168px}.search-talents-page{height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;padding:15px 30px 43px}@media(max-width:68.8025em){.search-talents-page{margin-bottom:60px;-webkit-flex-direction:column;flex-direction:column;padding:0 19px 30px}.search-talents-page .talent-cards-result{margin-top:0}}.search-talents-page .search-talent-form{-webkit-margin-after:0;margin-block-end:0}.enterprise-dashboard-page{padding:30px;min-height:100%;width:100%}@media(max-width:47.99em){.enterprise-dashboard-page{padding:0 19px 30px;margin-bottom:60px}}.enterprise-dashboard-page__content{display:grid;grid-template-columns:repeat(auto-fill,minmax(385px,1fr));grid-auto-rows:170px;grid-gap:30px}@media(max-width:47.99em){.enterprise-dashboard-page__content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}}.enterprise-dashboard-page__content__empty-button{color:#1688f3;text-decoration:underline}.enterprise-dashboard-page .plus-btn{opacity:0;-webkit-animation:reveal-from-bottom-with-scale .6s cubic-bezier(.22,1,.36,1) .3s forwards,fade-in .3s linear .3s forwards;animation:reveal-from-bottom-with-scale .6s cubic-bezier(.22,1,.36,1) .3s forwards,fade-in .3s linear .3s forwards}.enterprise-dashboard-page__add-btn{position:fixed;right:57px;bottom:39px}@media(max-width:47.99em){.enterprise-dashboard-page__add-btn{bottom:99px}}.hh-pool-form{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;height:100%;padding:0 30px}@media(max-width:47.99em){.hh-pool-form{margin-bottom:60px;padding:0}}.hh-pool-form.is-hidden{display:none}.hh-pool-form__content{display:grid;grid-column-gap:16px;grid-template-columns:352px 1fr;padding:40px 0 35px}@media(max-width:56.3025em){.hh-pool-form__content{display:block}}@media(max-width:47.99em){.hh-pool-form__content{padding:0;background-color:#fff}}.hh-pool-form__inner{width:100%}.hh-pool-form__main{background-color:#fff;border-radius:7px;padding:30px 30px 60px;min-height:410px}@media(max-width:47.99em){.hh-pool-form__main{padding-bottom:30px}}.hh-pool-form__job-details-step .wizard-step__form-cell{max-width:292px}.hh-pool-form__job-details-step__tooltip{margin-left:10px}.pool-page{min-height:100%;display:grid;grid-template-columns:352px 1fr;grid-column-gap:18px;width:100%;max-width:1150px;margin:0 auto;padding:40px 30px}@media(max-width:68.8025em){.pool-page{display:block;padding-top:30px;margin-bottom:60px}}@media(max-width:47.99em){.pool-page{padding:0 19px 40px}}.pool-page--hh .talent-summary-card,.pool-page--jp .talent-summary-card,.pool-page--tb .talent-summary-card{background-color:#fff}.pool-page--jp .talent-cards-result__action-item{margin-top:0}.pool-page .custom-select{margin-top:-2px}.pool-page .custom-select__label{top:2px}.talent-details-page{height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:40px 30px}@media(max-width:68.8025em){.talent-details-page{height:unset;-webkit-flex-direction:column;flex-direction:column;padding:0 19px 40px;margin-bottom:60px;-webkit-align-items:center;align-items:center}}@media(max-width:47.99em){.talent-details-page .experience-wizard-item__experience-item__logo{margin-bottom:15px}}.talent-details__main{width:100%;max-width:720px}@media(max-width:68.8025em){.talent-details__main{margin-top:30px}}.talent-details__similar{border-radius:7px;width:352px;-webkit-flex-shrink:0;flex-shrink:0}.talent-details__similar+.talent-details__main{margin-left:20px}.talent-details__section{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;border-radius:8px/5px;background-color:#fff}.talent-details__section+.talent-details__section{margin-top:20px}.talent-details__section__content{display:grid;grid-template-rows:1fr;grid-template-columns:1fr 1fr;grid-gap:20px}.talent-details__section__content__progress-bar{-webkit-flex-basis:130px;flex-basis:130px}@media(max-width:47.99em){.talent-details__section__content{grid-template-rows:1fr 1fr;grid-template-columns:1fr}}.talent-details__personal-skills .expansion-panel__content{padding-bottom:15px}.talent-details__comparison-chart{padding:10px 30px}.talent-details__education .wizard-items-list__item{margin-bottom:35px}.talent-details__education .wizard-items-list__item:last-of-type{margin-bottom:0}.talent-details__cv-summary{padding:20px 30px}@media(max-width:28.4275em){.talent-details__cv-summary{padding:13px}}.page-not-found{text-align:center}.page-not-found__header{padding:140px 0 20px}.page-not-found__title{font-size:40px;font-weight:900;color:#010101;margin:11px 0 0}@media(max-width:47.99em){.page-not-found__title{font-size:32px}}.page-not-found__subtitle{font-size:29px;font-weight:800;color:#1688f3}.page-not-found__footer{font-size:448px;line-height:0}@media(max-width:47.99em){.page-not-found__footer{font-size:224px}}.page-not-found__footer svg{max-width:100vw}.marketing-portal{background-color:#f4f9ff}.marketing-portal .monthly-registration-chart{max-width:560px;width:100%;height:330px}.marketing-portal .account-type-chart{width:100%;max-width:400px;height:310px;margin-top:30px;font-size:14px;font-weight:700;text-transform:capitalize}.marketing-portal__chart-wrapper{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;min-height:360px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;background-color:#fff;margin-bottom:20px;margin-right:8px;padding-bottom:20px;border-radius:8px}.marketing-portal__chart-wrapper h2{font-size:24px;font-weight:700;padding:0 32px}.marketing-portal__chart-wrapper_monthly{padding-top:40px}.marketing-portal__chart-wrapper_monthly h2{-webkit-align-self:flex-start;align-self:flex-start}.marketing-portal__chart-wrapper .marketing-portal__chart-loader{-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.marketing-portal .auth-page__content{margin-top:40px}@supports(margin-top:max(10px,min(5vh,80px))){.marketing-portal .auth-page__content{margin-top:max(10px,min(5vh,80px))}}.marketing-portal__site-header .header-user-area{position:static;height:100%;background-color:transparent;display:-webkit-flex;display:flex;box-shadow:none}.marketing-portal__site-header .header-user-area>.attention-dot{position:absolute;margin-left:21px;margin-top:12px;-webkit-align-self:flex-start;align-self:flex-start}.marketing-portal__site-header .hamburger-btn{display:-webkit-flex;display:flex}.marketing-portal__site-header .user-menu-dropdown{top:calc(100% + 8px);right:15px}.marketing-portal__site-header .user-menu-dropdown__options{padding-inline:30px}.marketing-portal__site-header .user-menu-dropdown__options .attention-dot{display:-webkit-inline-flex;display:inline-flex;vertical-align:text-top}.marketing-portal__site-header .user-menu-dropdown .popover__inner{width:auto;min-width:190px}.marketing-portal__two-side-layout{height:calc(100vh - 110px);height:calc(100vh - var(--header-height) - 50px);max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}@media(max-width:81.3025em){.marketing-portal__two-side-layout{max-width:100%;margin:0}}@media(max-width:47.99em){.marketing-portal__two-side-layout{display:block}}.marketing-portal__layout-side{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;overflow:hidden}.marketing-portal__layout-side:last-of-type .marketing-portal__layout-side-header{margin:40px 0}@media(min-width:48em)and (max-width:81.3025em){.marketing-portal__layout-side:first-of-type>.marketing-portal__layout-side-content{padding-left:20px}.marketing-portal__layout-side:last-of-type>.marketing-portal__layout-side-content{padding-right:20px}}.marketing-portal__layout-side-header{margin:40px 0;font-size:32px;font-weight:700}.marketing-portal__layout-side-header__margin{margin-left:20px}@media(max-width:81.3025em){.marketing-portal__layout-side-header{margin:40px 0}}.marketing-portal__layout-side-content{scrollbar-width:thin;scrollbar-color:#5fadf7 transparent;max-height:100%;overflow-x:hidden;overflow-y:auto}.marketing-portal__layout-side-content::-webkit-scrollbar{width:5px;height:5px}.marketing-portal__layout-side-content::-webkit-scrollbar-track{background-color:transparent}.marketing-portal__layout-side-content::-webkit-scrollbar-thumb{background-color:#5fadf7;border-radius:10px}.marketing-portal__layout-side-content::-webkit-scrollbar-thumb:active,.marketing-portal__layout-side-content::-webkit-scrollbar-thumb:hover{background-color:#1688f3}.marketing-portal__layout-side-content::-webkit-scrollbar-thumb:horizontal,.marketing-portal__layout-side-content::-webkit-scrollbar-thumb:vertical{min-height:1.5rem}@media(max-width:47.99em){.marketing-portal__layout-side-content{padding:0 20px}}.marketing-portal__table-placeholder{min-height:776px}.marketing-portal__table-wrapper{margin:20px -2px 20px -10px}.marketing-portal__table{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;border:none;border-collapse:separate;border-spacing:8px;table-layout:auto;width:100%;margin:0}.marketing-portal__table tr{border:none;margin:0}.marketing-portal__table td,.marketing-portal__table th{background-color:#fff;border-radius:8px;text-align:left}.marketing-portal__table th{font-size:24px;font-weight:700;color:#3b89eb;padding:26px 32px 24px;text-transform:capitalize}.marketing-portal__table th:last-child{width:164px;white-space:nowrap}.marketing-portal__table td{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;padding:22px 32px 18px;font-size:16px;font-weight:600}.marketing-portal__table td.actions-col{white-space:nowrap;padding:8px;text-align:center}@media(max-width:56.3025em){.marketing-portal__table{border-spacing:4px}.marketing-portal__table th{padding:15px 20px;font-size:20px}.marketing-portal__table th:last-child{width:100px}.marketing-portal__table td{padding:10px 20px}}.marketing-portal__table-custom-row{color:#3b89eb}.marketing-portal__table .cv__download{font-size:30px}.marketing-portal__empty{text-align:center;font-size:22px;-webkit-margin-before:50px;margin-block-start:50px}.marketing-portal__empty td{text-align:center}.marketing-portal .company-actions,.marketing-portal .request-actions{white-space:nowrap}.marketing-portal .company-actions button,.marketing-portal .request-actions button{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;padding:0;height:32px;width:32px}.marketing-portal .company-actions button:nth-child(n+2),.marketing-portal .request-actions button:nth-child(n+2){-webkit-margin-start:5px;margin-inline-start:5px}@media(max-width:56.3025em){.marketing-portal .company-actions button,.marketing-portal .request-actions button{height:26px;width:26px}}.marketing-portal .company-actions__merge-icon{rotate:270deg}.marketing-portal__requests{max-width:1600px;margin:0 auto;padding-inline:20px;padding-block:0 20px}.marketing-portal__requests .industry__actions{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:30px;gap:30px;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:20px}@media(max-width:47.99em){.marketing-portal__requests .industry__actions{grid-gap:20px;gap:20px;font-size:14px}}@media(max-width:47.99em){.marketing-portal__requests .industry__actions .btn{font-size:14px}}.marketing-portal__requests .tab_options{margin:30px 0}.marketing-portal__requests table th:last-child{width:auto}@media(max-width:68.8025em){.marketing-portal__requests table{border-spacing:4px}.marketing-portal__requests table th{padding:15px 20px;font-size:20px}.marketing-portal__requests table td{padding:10px 20px}}@media(max-width:56.3025em){.marketing-portal__requests table th{padding:10px;font-size:18px}.marketing-portal__requests table td{padding:10px 12px}}.marketing-portal__requests__steps{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:20px}.marketing-portal__requests__steps__item{padding:0 0 4px;border-bottom:1px solid transparent}.marketing-portal__requests__steps__item--active{color:#1688f3;font-weight:700;border-bottom:1px solid #1688f3}.marketing-portal .company-profiles__logo-cell{max-width:50px;max-height:50px}.marketing-portal .company-profiles__logo-cell img{width:100%}.marketing-portal .company-profiles__link-cell{transition:opacity .3s cubic-bezier(0,0,.3,1);opacity:1}.marketing-portal .company-profiles__link-cell:hover{opacity:.6}.marketing-portal .company-profiles__label{color:#1688f3}.marketing-portal .company-profiles__search{position:relative;width:100%;max-width:292px;margin:0 10px}@media(max-width:68.8025em){.marketing-portal .company-profiles__search{margin:23px auto 28px;max-width:unset}}@media(max-width:47.99em){.marketing-portal .company-profiles__search{margin-top:30px}}.marketing-portal .company-profiles__search .floating-label{margin-top:0}.marketing-portal .company-profiles__search .floating-label input{padding-right:30px}.marketing-portal .company-profiles__search button{top:0;left:0;bottom:0;right:0;margin:auto;left:auto;bottom:9px;position:absolute;height:20px;width:20px;padding:0;font-size:20px;color:#1688f3;box-shadow:none}.marketing-portal .company-profiles__search button:disabled{color:rgba(0,0,0,.35)}.marketing-portal .company-profiles__search button,.marketing-portal .company-profiles__search button:active,.marketing-portal .company-profiles__search button:disabled,.marketing-portal .company-profiles__search button:hover{background-color:transparent}.delete-profile-success-page{height:100%}.delete-profile-success-page .btn{margin-top:20px;width:184px}.enterprise-job-post-page__empty-applicants,.enterprise-job-post-page__empty-jobs{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-top:20px;grid-gap:5px;gap:5px}.enterprise-job-post-page__empty-applicants span,.enterprise-job-post-page__empty-jobs span{cursor:pointer;color:#1688f3;text-decoration:underline}.enterprise-job-post-page__empty-applicants svg,.enterprise-job-post-page__empty-jobs svg{font-size:20px;fill:#1688f3}.enterprise-job-post-page .plus-btn{opacity:0;-webkit-animation:reveal-from-bottom-with-scale .6s cubic-bezier(.22,1,.36,1) .3s forwards,fade-in .3s linear .3s forwards;animation:reveal-from-bottom-with-scale .6s cubic-bezier(.22,1,.36,1) .3s forwards,fade-in .3s linear .3s forwards}.enterprise-job-post-page__add-btn{position:fixed;right:57px;bottom:39px}@media(max-width:47.99em){.enterprise-job-post-page__add-btn{bottom:99px}}.enterprise-job-post-page .talent-cards-result__actions{-webkit-align-items:baseline;align-items:baseline}@media(max-width:28.4275em){.enterprise-job-post-page .talent-cards-result__actions{grid-gap:20px;gap:20px}}.job-post-form{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;height:100%;padding:0 30px}@media(max-width:47.99em){.job-post-form{margin-bottom:60px;padding:0}}.job-post-form.is-hidden{display:none}.job-post-form__content{display:grid;grid-column-gap:16px;grid-template-columns:352px 1fr;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;padding:40px 0 35px}@media(max-width:56.3025em){.job-post-form__content{grid-template-columns:auto;grid-template-rows:reapeat(3,auto);grid-row-gap:16px}}@media(max-width:47.99em){.job-post-form__content{padding:0;background-color:#fff;grid-row-gap:0}}.job-post-form__inner{width:100%;z-index:1}.job-post-form__inner-actions{width:100%;grid-column:2/3}@media(max-width:56.3025em){.job-post-form__inner-actions{grid-column:auto}}.job-post-form__main{height:100%;background-color:#fff;border-radius:7px;padding:30px 30px 60px;min-height:410px}@media(max-width:47.99em){.job-post-form__main{padding-bottom:30px}}.job-post-form__qualifiers-values-container{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;grid-gap:10px;gap:10px}.job-post-form__qualifiers-values{display:-webkit-flex;display:flex;border-radius:30px;background-color:#ecf2f8;color:#1688f3;margin:0}.job-post-form__qualifiers-tag{border-radius:30px;font-size:12px;padding:4px 12px;color:#1688f3;background-color:#ecf2f8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enterprise-my-job-posts-page .job-post-details-container{width:100%;max-width:720px}@media(max-width:68.8025em){.enterprise-my-job-posts-page .job-post-details-container{max-width:none}}.enterprise-my-job-posts-page .job-post-details-container__main{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards}.enterprise-my-job-posts-page .job-post-details-container__job-details{display:grid;grid-template-columns:1fr 1fr;grid-gap:25px;-webkit-align-items:flex-start;align-items:flex-start;background-color:#fff;border-radius:7px;padding:30px 30px 60px}@media(max-width:28.4275em){.enterprise-my-job-posts-page .job-post-details-container__job-details{grid-template-columns:auto}}.enterprise-my-job-posts-page .job-post-details-container__job-details h2{margin:0;grid-column:1/3}@media(max-width:28.4275em){.enterprise-my-job-posts-page .job-post-details-container__job-details h2{grid-column:auto}}.enterprise-my-job-posts-page .job-post-details-container__job-description,.enterprise-my-job-posts-page .job-post-details-container__job-qualifications{padding:30px 30px 0}.enterprise-my-job-posts-page .job-post-details-container__job-status{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:5px;gap:5px;align-self:center}.enterprise-my-job-posts-page .job-post-details-container__number-of-applicants span:first-of-type{color:#1688f3}.enterprise-my-job-posts-page .job-post-details-container__number-of-applicants span:last-of-type{margin-left:10px;cursor:pointer;color:#1688f3;text-decoration:underline}.enterprise-my-job-posts-page .job-post-details-container__qualifiers-values-container{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;grid-gap:10px;gap:10px}.enterprise-my-job-posts-page .job-post-details-container__qualifiers-values{display:-webkit-flex;display:flex;border-radius:30px;background-color:#ecf2f8;color:#1688f3;margin:0}.enterprise-my-job-posts-page .job-post-details-container__qualifiers-tag{border-radius:30px;font-size:12px;padding:4px 12px;color:#1688f3;background-color:#ecf2f8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enterprise-my-job-posts-page .job-post-details-container__status-action-button{width:200px;grid-column:1/2;grid-row-start:5}@media(max-width:28.4275em){.enterprise-my-job-posts-page .job-post-details-container__status-action-button{justify-self:flex-start;grid-column-start:auto;grid-column-end:auto;grid-row-start:auto}}.enterprise-my-job-posts-page .job-post-details-container__job-status-reason{grid-row-start:6}.enterprise-my-job-posts-page .job-post-details-container__empty-jobs{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;background-color:#fff;border-radius:7px;padding:30px 30px 60px}.enterprise-my-job-posts-page .job-post-details-container .status-dot{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;pointer-events:none;width:8px;height:8px;border-radius:8px}.enterprise-my-job-posts-page .job-post-details-container .status-dot__live{background-color:#51cb20}.enterprise-my-job-posts-page .job-post-details-container .status-dot__declined{background-color:#e0ddde}.enterprise-my-job-posts-page .job-post-details-container .status-dot__expired{background-color:#eb307e}.enterprise-my-job-posts-page .job-post-details-container .status-dot__pending{background-color:#ebc330}.talent-job-posts-page .job-post-details-container{width:100%;max-width:720px}.talent-job-posts-page .job-post-details-container__main{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;grid-gap:30px;gap:30px}.talent-job-posts-page .job-post-details-container__empty-jobs,.talent-job-posts-page .job-post-details-container__job-description,.talent-job-posts-page .job-post-details-container__job-details{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;background-color:#fff;border-radius:7px;padding:30px}.talent-job-posts-page .job-post-details-container__empty-jobs{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:30px 30px 60px}.talent-job-posts-page .job-post-details-container__job-details{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px}@media(max-width:28.4275em){.talent-job-posts-page .job-post-details-container__job-details{grid-template-columns:repeat(1,1fr)}}.talent-job-posts-page .job-post-details-container__company-name-instead-of-logo,.talent-job-posts-page .job-post-details-container__job-details-logo{width:70%;align-self:center;grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:3}@media(max-width:28.4275em){.talent-job-posts-page .job-post-details-container__company-name-instead-of-logo,.talent-job-posts-page .job-post-details-container__job-details-logo{justify-self:center;grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2}}.talent-job-posts-page .job-post-details-container__company-name-instead-of-logo{color:#1688f3;font-weight:800;text-align:center;font-size:18px;overflow-wrap:break-word;min-width:0}.talent-job-posts-page .job-post-details-container__job-details-item{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;grid-gap:5px;gap:5px}.talent-job-posts-page .job-post-details-container__job-details-item span:first-child{font-size:14px;color:#1688f3}.talent-job-posts-page .job-post-details-container__job-status{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:5px;gap:5px}.talent-job-posts-page .job-post-details-container__number-of-applicants span:first-of-type{color:#1688f3}.talent-job-posts-page .job-post-details-container__number-of-applicants span:last-of-type{margin-left:10px;cursor:pointer;color:#1688f3;text-decoration:underline}.talent-job-posts-page .job-post-details-container__qualifiers-values-container{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;grid-gap:10px;gap:10px}.talent-job-posts-page .job-post-details-container__qualifiers-values{display:-webkit-flex;display:flex;border-radius:30px;background-color:#ecf2f8;color:#1688f3;margin:0}.talent-job-posts-page .job-post-details-container__qualifiers-tag{border-radius:30px;font-size:12px;padding:4px 12px;color:#1688f3;background-color:#ecf2f8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.talent-job-posts-page .job-post-details-container__apply-button{width:200px}.talent-job-posts-page .job-post-details-container__apply-button.applied{background-color:#51cb20}.talent-job-posts-page .job-post-details-container .status-dot{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;pointer-events:none;width:8px;height:8px;border-radius:8px}.talent-job-posts-page .job-post-details-container .status-dot__live{background-color:#51cb20}.talent-job-posts-page .job-post-details-container .status-dot__declined{background-color:#e0ddde}.talent-job-posts-page .job-post-details-container .status-dot__expired{background-color:#eb307e}.talent-job-posts-page .job-post-details-container .status-dot__pending{background-color:#ebc330}.talent-my-jobs-page .job-post-details-container{width:100%;max-width:720px}.talent-my-jobs-page .job-post-details-container__main{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards}.talent-my-jobs-page .job-post-details-container__job-details{display:grid;grid-template-columns:1fr 1fr;grid-gap:25px;-webkit-align-items:center;align-items:center;background-color:#fff;border-radius:7px;padding:30px 30px 60px}.talent-my-jobs-page .job-post-details-container__job-details h2{margin:0}.talent-my-jobs-page .job-post-details-container__job-details span:first-of-type{-webkit-align-self:flex-end;align-self:flex-end}.talent-my-jobs-page .job-post-details-container__job-description,.talent-my-jobs-page .job-post-details-container__job-qualifications{padding:30px 30px 0}.talent-my-jobs-page .job-post-details-container__job-status{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:5px;gap:5px}.talent-my-jobs-page .job-post-details-container__number-of-applicants span{color:#1688f3}.talent-my-jobs-page .job-post-details-container__qualifiers-values-container{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;align-items:center;grid-gap:10px;gap:10px}.talent-my-jobs-page .job-post-details-container__qualifiers-values{display:-webkit-flex;display:flex;border-radius:30px;background-color:#ecf2f8;color:#1688f3;margin:0}.talent-my-jobs-page .job-post-details-container__qualifiers-tag{border-radius:30px;font-size:12px;padding:4px 12px;color:#1688f3;background-color:#ecf2f8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.talent-my-jobs-page .job-post-details-container__job-viewed-profile span{color:#1688f3}.talent-my-jobs-page .job-post-details-container__empty-jobs{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;background-color:#fff;border-radius:7px;padding:30px 30px 60px}.talent-my-jobs-page .job-post-details-container .status-dot{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) 0s forwards;pointer-events:none;width:8px;height:8px;border-radius:8px}.talent-my-jobs-page .job-post-details-container .status-dot__live{background-color:#51cb20}.talent-my-jobs-page .job-post-details-container .status-dot__declined{background-color:#e0ddde}.talent-my-jobs-page .job-post-details-container .status-dot__expired{background-color:#eb307e}.talent-my-jobs-page .job-post-details-container .status-dot__pending{background-color:#ebc330}.pricing-page{height:100%}.pricing-page__container{margin:0 auto;padding:0 30px;max-width:1180px}.pricing-page__description{font-size:18px}.pricing-page__head{padding-top:80px;text-align:center}.pricing-page__title{font-size:42px;font-weight:800;margin:0 0 10px;color:#000}@media(max-width:47.99em){.pricing-page__title{font-size:30px}}.pricing-page__recruitment-button{border-radius:50px;text-transform:capitalize;font-size:18px;padding:12px 50px;height:50px}.pricing-page__recruitment-section{padding:50px 30px;background-color:#edf2f7;text-align:center}.pricing-page__plans-wrapper{margin:0 auto;padding:60px 0}.pricing-page__plans-list{display:-webkit-flex;display:flex;grid-gap:40px;gap:40px;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start}@media(max-width:47.99em){.pricing-page__plans-list{-webkit-flex-direction:column;flex-direction:column}}.pricing-page__trial-section{text-align:center;padding-bottom:60px}.pricing-page__trial-button{height:unset;padding:12px 30px;line-height:1.6;border-radius:50px;text-transform:none;background:linear-gradient(90deg,#eb307e,#1688f3)}.pricing-page__trial-button:hover{background:linear-gradient(90deg,#1688f3,#eb307e)}.payment-page{max-width:1180px;margin:0 auto;padding:30px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start}@media(max-width:56.3025em){.payment-page{-webkit-flex-direction:column-reverse;flex-direction:column-reverse;grid-gap:30px;gap:30px}}@media(max-width:47.99em){.payment-page{padding-bottom:90px}}.confirm-payment{width:40%;background-color:#fff;padding:50px 30px 30px;border-radius:10px}@media(max-width:56.3025em){.confirm-payment{width:100%}}.confirm-payment__plan-info{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;font-weight:800;font-size:22px;margin-bottom:5px}.confirm-payment__plan-info__name,.confirm-payment__plan-info__price{margin-bottom:0}.confirm-payment__plan-description{font-weight:600;font-size:18px}.confirm-payment__plan-benefits{color:#1688f3;margin:0}.confirm-payment__plan-credits{color:#6a6a6a;margin:0}.confirm-payment__advantage{margin-bottom:40px;font-weight:600}.confirm-payment__total-charge{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:50px 0;font-size:18px;font-weight:700}.confirm-payment__button{width:100%}.confirm-payment__subscription-info{margin-top:30px;font-weight:600;color:#6a6a6a}.confirm-payment__subscription-currency-info{margin-bottom:0}.success-payment{width:100%;height:100%;-webkit-justify-content:center;justify-content:center;padding:30px}.success-payment,.success-payment__inner{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.success-payment__inner{background-color:#fff;border-radius:10px;max-width:450px;padding:40px 20px;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;grid-gap:40px;gap:40px}.success-payment__content,.success-payment__title{text-align:center;margin:0}.success-payment__content{font-size:22px}.choose-plan{width:100%;height:100%;display:-webkit-flex;display:flex;padding:30px;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.choose-plan__inner{background-color:#fff;border-radius:10px;max-width:450px;padding:40px 20px;grid-gap:40px;gap:40px}.choose-plan__title{text-align:center;margin:0;color:#010101}.choose-plan__sub-title{text-align:center;margin:5px auto 20px;font-weight:600;width:85%}.choose-plan__content{font-size:18px;text-align:left;margin:0}.choose-plan__button-wrapper{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;margin-top:80px}.choose-plan__button{text-align:center;padding:0 60px}.subscription-plan-page{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;grid-gap:40px;gap:40px;padding-top:30px}.subscription-plan-page__title{margin:0}@media(max-width:68.8025em){.subscription-plan-page__plans-list{-webkit-flex-direction:column;flex-direction:column}}@media(max-width:68.8025em){.subscription-plan-page__plans-list__card{max-width:unset}}.subscription-plan-page__questions-section{max-width:unset}.subscription-history{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;grid-gap:40px;gap:40px}@media(max-width:47.99em){.subscription-history{-webkit-justify-content:center;justify-content:center;width:100%;margin:0 auto}}.subscription-history__overlay{position:absolute;top:30px;right:50px;min-width:570px;max-width:570px;width:100%;min-height:350px;padding:20px;background-color:#fff;transition:opacity .3s;opacity:0;visibility:hidden;z-index:-1;border-radius:7px;box-shadow:0 0 15px -10px rgba(0,0,0,.75)}@media(max-width:47.99em){.subscription-history__overlay{top:40px}}@media(max-width:35.0525em){.subscription-history__overlay{min-width:unset;right:0;width:100%}}.subscription-history__overlay_active{opacity:1;z-index:2;visibility:visible}.subscription-history__overlay-head{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:start;justify-content:start;grid-gap:10px;gap:10px;margin-bottom:10px}@media(max-width:68.8025em){.subscription-history__overlay-head{-webkit-align-items:start;align-items:start;-webkit-flex-direction:column;flex-direction:column}}.subscription-history__overlay-button{position:absolute;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;z-index:3;top:30px;right:0;background:#1688f3;width:38px;height:38px;border-radius:50%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;color:#fff}@media(max-width:35.0525em){.subscription-history__overlay-button{top:10px}}.subscription-history__overlay-button_active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.subscription-history__datepicker-input{background-color:#ecf2f8}.subscription-history__mode-buttons{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:start;justify-content:start;grid-gap:10px;gap:10px}.subscription-history__mode-button{background-color:transparent;color:#1688f3;border:1px solid #1688f3;height:unset;padding:5px}.subscription-history__mode-button:hover{color:#fff}.subscription-history__mode-button_active{color:#fff;background-color:#1688f3}.payment-method-page{width:100%}.payment-method-page__head{display:-webkit-flex;display:flex;grid-gap:30px;gap:30px;margin-bottom:20px}.payment-method-page__checkbox-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:5px;gap:5px}.payment-method-page__edit-button{margin-left:auto}.career-fields .wizard-step__title{margin-bottom:0}.career-fields .wizard-step__subtitle{margin-bottom:52px}.career-fields__container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-row-gap:35px;grid-column-gap:15px;-webkit-justify-content:space-between;justify-content:space-between}@media(max-width:68.8025em){.career-fields__container{grid-template-columns:1fr}}.talent-board__list-title{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;font-weight:900;font-size:24px;line-height:32px}@media(max-width:68.8025em){.talent-board__list-title{margin-top:30px}}.talent-board .sidebar__inner{max-height:none}@media(max-width:68.8025em){.talent-board .sidebar__inner{background-color:transparent}}.talent-board .sidebar__head{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;-webkit-flex-direction:row;flex-direction:row}@media(max-width:68.8025em){.talent-board .sidebar__head{margin:30px 0 15px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:baseline;align-items:baseline;min-height:0}}.talent-board .sidebar__head .sidebar__subtitle{font-size:16px;font-weight:800;color:#010101;margin-bottom:0}.talent-board__sidebar .sidebar-nav__item-label span{cursor:pointer}.talent-board__sidebar .sidebar__title{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .2s forwards}.talent-board__sidebar__actions{margin-top:75px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:0 30px}.talent-board__sidebar__actions svg{-webkit-transform:translateY(1px);transform:translateY(1px);font-size:12px;margin-right:18px;z-index:-1}.talent-board__sidebar__mobile-info{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start;grid-row-gap:15px}.talent-board__sidebar__mobile-info button{margin:0;padding:0}.talent-board__sidebar__mobile-info__selected{margin-bottom:0}.talent-board__sidebar__mobile-info__selected span{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;font-weight:700;color:#1688f3}.talent-board__sidebar__mobile-info__actions{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.talent-board__sidebar__edit{color:#1688f3}.talent-board__empty-state{opacity:0;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards;animation:fade-in .3s cubic-bezier(0,0,.3,1) .1s forwards}.talent-board__empty-state span{font-weight:700;color:#1688f3}.talent-sourcing{position:relative}.talent-sourcing .talent-search-page{margin:20px 150px;padding:0 60px}@media(max-width:56.3025em){.talent-sourcing .talent-search-page{margin:15px;padding:0}}.talent-sourcing .talent-search-page .talent-search-header-container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.talent-sourcing .talent-search-page .talent-search-header-container .talent-search-heading{font-size:3em;font-weight:800;line-height:60px;color:#000;margin-bottom:8px}@media(max-width:56.3025em){.talent-sourcing .talent-search-page .talent-search-header-container .talent-search-heading{font-size:2em}}.talent-sourcing .talent-search-page .talent-search-header-container .talent-search-description{color:#1688f3;font-weight:500;font-size:20px;line-height:25px}@media(max-width:56.3025em){.talent-sourcing .talent-search-page .talent-search-header-container .talent-search-description{font-size:17px}}.talent-sourcing .talent-search-page .talent-search-input-container{align-self:center;margin-top:1.4em;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:start;align-items:start;grid-gap:1em;gap:1em}.talent-sourcing .talent-search-page .talent-search-input-container p{margin:0 1em;font-size:1.2em}.talent-sourcing .talent-search-page .talent-search-input-container .talent-search-input{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;background:#fff;border-radius:1em;width:100%;box-shadow:0 2px 5px rgba(0,0,0,.1);position:relative}.talent-sourcing .talent-search-page .talent-search-input-container .talent-search-input textarea{width:100%;-webkit-flex:1 1;flex:1 1;border:none;outline:none;font-size:16px;padding:1em 1.5em 0;border-radius:15px;resize:none;overflow-y:auto;scrollbar-width:none;min-height:140px;max-height:240px;line-height:1.5;background:transparent}.talent-sourcing .talent-search-page .talent-search-input-container .talent-search-input .talent-search-actions{margin:1.5em;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.talent-sourcing .talent-search-page .talent-search-input-container .talent-search-input .talent-search-actions .talent-search-upload-container{display:-webkit-flex;display:flex;grid-gap:.8em;gap:.8em;-webkit-align-items:center;align-items:center;cursor:pointer}.talent-sourcing .talent-search-page .talent-search-input-container .talent-search-input .talent-search-actions .talent-search-upload-container .file-upload{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;font-size:24px;cursor:pointer;position:relative}.talent-sourcing .talent-search-page .talent-search-input-container .talent-search-input .talent-search-actions .talent-search-upload-container .file-upload svg{cursor:pointer}.talent-sourcing .talent-search-page .talent-search-input-container .talent-search-input .talent-search-actions .talent-search-upload-container .file-upload input[type=file]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.talent-sourcing .talent-search-page .talent-search-input-container .talent-search-input .talent-search-actions .send-btn{background:none;border:none;cursor:pointer;font-size:2.2em;margin-left:10px;color:#007bff;transition:color .3s;position:absolute;bottom:0;right:10px}.talent-sourcing .talent-search-page .talent-search-input-container .talent-search-input .talent-search-actions .send-btn:hover{color:#0056b3}.talent-sourcing .talent-search-page .talent-search-input-container .talent-search-input .talent-search-actions .send-btn:disabled{color:grey;cursor:not-allowed;opacity:.6}.talent-sourcing .talent-search-page .talent-search-input-container .talent-search-input .talent-search-actions .send-btn svg{width:1.2em;height:1.2em}.talent-sourcing .talent-search-page .talent-search-input-container .input-error-wrapper{height:12px;margin-top:-12px}.talent-sourcing .talent-search-page .talent-search-input-container .input-error-wrapper .input-area-validation-error{color:red;font-size:10px;line-height:11px;-webkit-animation:fade-in .3s cubic-bezier(0,0,.3,1);animation:fade-in .3s cubic-bezier(0,0,.3,1)}.talent-sourcing .talent-search-page .talent-search-prompts-container{margin-top:1.3em;width:100%;display:grid;grid-template-columns:repeat(5,1fr);-webkit-align-items:flex-start;align-items:flex-start;grid-gap:10px;gap:10px}@media(max-width:47.99em){.talent-sourcing .talent-search-page .talent-search-prompts-container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}}@media(max-width:68.8025em){.talent-sourcing .talent-search-page .talent-search-prompts-container{grid-template-columns:repeat(4,1fr)}}.talent-sourcing .talent-search-page .talent-search-prompts-container button{background-color:#ecf2f8;box-shadow:0 0 1px 1px rgba(0,0,0,.04);font-size:14px;font-weight:400;padding:8px;text-align:left;height:48px;border-radius:5px;border:none}.talent-sourcing .search-talents-results-page{width:90%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;grid-gap:1em;gap:1em}.talent-sourcing .search-talents-results-page .search-talens-results-section{width:100%;display:-webkit-flex;display:flex;grid-gap:1em;gap:1em}.talent-sourcing .search-talents-results-page .talent-cards-result__container{width:100%;padding:0}.talent-results-page{display:grid;grid-template-columns:260px 1fr;grid-column-gap:18px;font-family:Mulish,sans-serif;width:100%;max-width:1150px;margin:20px auto;padding:60px 60px 0}@media(max-width:56.3025em){.talent-results-page{display:block;padding:20px}}.talent-results-page .filters-sidebar{display:block;position:-webkit-sticky;position:sticky;top:140px;height:70vh;background:#fff;padding:1em 2em;max-height:none;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.02);z-index:3}@media(max-width:56.3025em){.talent-results-page .filters-sidebar{position:static;height:auto}}.talent-results-page .filters-sidebar .filter-sidebar-actions{margin:3.5em 0;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;grid-gap:2em;gap:2em;-webkit-align-items:start;align-items:start;font-weight:600}@media(max-width:56.3025em){.talent-results-page .filters-sidebar .filter-sidebar-actions{margin:30px 0 20px;-webkit-flex-direction:column;flex-direction:column;grid-gap:1em;gap:1em;-webkit-align-items:start;align-items:start;font-weight:1;-webkit-justify-content:space-between;justify-content:space-between}}.talent-results-page .filters-sidebar .filter-sidebar-actions .reset_btn{font-size:16px;color:#1688f3}.talent-results-page .filters-sidebar .filter-sidebar-actions .new-search_btn{background-color:#1688f3;font-size:16px;color:#fff;padding:1em 1.5em;border-radius:10px}.talent-results-page .filters-sidebar h3{color:var(#1688f3);font-weight:800;font-size:22px}.talent-results-page .filters-sidebar ul{margin-top:2em;list-style:none;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;grid-gap:1.5em;gap:1.5em;padding:0}.talent-results-page .filters-sidebar ul .filter-list-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;font-size:16px;font-weight:500;color:#010101;cursor:pointer;position:relative}.talent-results-page .filters-sidebar ul .filter-list-item.active{font-weight:700}.talent-results-page .filters-sidebar ul .filter-list-item.active:before{content:"•";color:#007bff;font-size:1.2em;position:absolute;left:-1em;top:-3px}.talent-results-page .filters-sidebar ul .filter-list-item:hover{color:#007bff}.talent-results-page .filters-sidebar .filter-menu{position:absolute;top:40px;right:-250px;background:#fff;border-radius:8px;display:-webkit-flex;display:flex;grid-gap:1.2em;gap:1.2em;-webkit-flex-direction:column;flex-direction:column;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:15px;width:280px;z-index:10}@media(max-width:56.3025em){.talent-results-page .filters-sidebar .filter-menu{max-height:35vh;right:25px;top:149px}}.talent-results-page .filters-sidebar .filter-menu .filter-menu_options{display:-webkit-flex;display:flex;grid-gap:.8em;gap:.8em;-webkit-flex-direction:column;flex-direction:column;max-height:250px;overflow-y:scroll;scrollbar-width:none}.talent-results-page .filters-sidebar .filter-menu .filter-search{width:100%;padding:8px;border:1px solid #ccc;border-radius:5px;margin-bottom:10px;outline:none}@media(max-width:56.3025em){.talent-results-page .filters-sidebar .filter-menu .filter-search{height:40px}}.talent-results-page .filters-sidebar .filter-menu .filter-option{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:8px;gap:8px;margin-bottom:1em;font-weight:400;padding:6px 0;font-size:16px;cursor:pointer}.talent-results-page .filters-sidebar .filter-menu .filter-option input[type=checkbox]{width:16px;height:16px;accent-color:#007bff}.talent-results-page .filters-sidebar .filter-menu .filter-option input[type=checkbox]:checked{background-color:red}.talent-results-page .filters-sidebar .filter-menu .filter-option input[type=checkbox]:checked:before{content:"";color:red;font-size:12px;font-weight:600;display:block;text-align:center}.talent-results-page .filters-sidebar .filter-menu .filter-actions{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.talent-results-page .filters-sidebar .filter-menu .filter-actions button{border:none;padding:8px 16px;border-radius:5px;cursor:pointer;font-size:16px;transition:.2s ease-in-out}.talent-results-page .filters-sidebar .filter-menu .filter-actions button:first-child{background:#007bff;color:#fff}.talent-results-page .filters-sidebar .filter-menu .filter-actions button:last-child{background:transparent;color:#101010;font-weight:600}.talent-results-page .filters-sidebar .filter-menu .filter-actions button:hover{opacity:.8}.talent-results-page .results-section .result-count{font-size:1.2em;font-weight:500;margin-top:-38px;margin-bottom:16px}@media(max-width:56.3025em){.talent-results-page .results-section .result-count{margin:10px;font-size:1em}}.talent-results-page .results-section .result-count strong{color:#1688f3}.talent-results-page .results-section .no-reults-text{font-size:20px;text-align:center;font-weight:500}@media(max-width:56.3025em){.talent-results-page .results-section .no-reults-text{height:200px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}}.talent-results-page .results-section .candidate-list{margin-bottom:20px}.talent-results-page .candidate-card{display:grid;grid-template-columns:82px 1fr 74px;grid-column-gap:20px;padding:30px;min-height:131px;margin-bottom:16px;border-radius:7px;background:#fff;box-shadow:0 0 0 0 rgba(0,0,0,.1);cursor:pointer;position:relative}@media(max-width:56.3025em){.talent-results-page .candidate-card{display:block;grid-template-columns:none;grid-column-gap:0}}.talent-results-page .candidate-card .recent-joiner-tag{position:absolute;top:-30px;left:-40px;background-color:#51cb20;color:#fff;padding:4px 12px;font-size:10px;font-weight:400;border-radius:2px 0 0 2px;z-index:2;box-shadow:0 2px 4px rgba(0,0,0,.2);display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-clip-path:polygon(0 0,100% 0,calc(100% - 6px) 50%,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,calc(100% - 6px) 50%,100% 100%,0 100%);border-top-left-radius:4px;border-bottom-left-radius:4px}@media(max-width:56.3025em){.talent-results-page .candidate-card{-webkit-flex-direction:column;flex-direction:column;padding:1.5em;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 20px 20px}}@media(max-width:35.0525em){.talent-results-page .candidate-card{margin:20px 0}}.talent-results-page .candidate-card .talent-summary-card__col:first-of-type{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:start;justify-content:start;padding:20px}@media(max-width:56.3025em){.talent-results-page .candidate-card .talent-summary-card__col:first-of-type{grid-area:u;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;padding:5px 0}}@media(max-width:56.3025em){.talent-results-page .candidate-card .talent-summary-card__col:last-of-type{grid-area:a}}.talent-results-page .candidate-card .talent-summary-card__user-image{position:relative;-webkit-flex-shrink:0;flex-shrink:0;width:66px;height:66px}.talent-results-page .candidate-card .talent-summary-card__user-image .user-avatar__image{font-size:66px}.talent-results-page .candidate-card .talent-summary-card__fullname{width:100px}@media(max-width:56.3025em){.talent-results-page .candidate-card .talent-summary-card__fullname{-webkit-align-self:center;align-self:center}}.talent-results-page .candidate-card .talent-summary-card__fullname-wrapper{-webkit-align-self:center;align-self:center}.talent-results-page .candidate-card .candidate-profile{width:20%;display:-webkit-flex;display:flex;grid-gap:10px;gap:10px;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column}.talent-results-page .candidate-card .candidate-profile .profile-pic{margin-top:10px;width:100px;height:100px;border-radius:50%}@media(max-width:56.3025em){.talent-results-page .candidate-card .candidate-profile .profile-pic{width:80px;height:80px}}.talent-results-page .candidate-card .candidate-profile p{font-size:18px;font-weight:600;line-height:21px;color:#1688f3}@media(max-width:56.3025em){.talent-results-page .candidate-card .candidate-profile p{font-size:16px}}@media(max-width:56.3025em){.talent-results-page .candidate-card .candidate-info{margin:1em 0;grid-column-gap:1em;-webkit-column-gap:1em;column-gap:1em;grid-row-gap:30px;row-gap:30px}}.talent-results-page .candidate-card .candidate-info .candidate-info__item{width:100%;height:60px}.talent-results-page .candidate-card .candidate-info .candidate-info__item .candidate-info__item__title{font-size:12px;line-height:15px;color:#1688f3;font-weight:800}.talent-results-page .candidate-card .candidate-info .candidate-info__item .candidate-info__item__content{margin-top:4px;font-size:14px;line-height:18px;overflow-wrap:break-word;max-width:100%}.talent-results-page .candidate-card .search-type{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;min-height:150px;-webkit-justify-content:flex-start;justify-content:flex-start;grid-gap:50px;gap:50px;-webkit-align-items:center;align-items:center;margin:0 1.5em}@media(max-width:56.3025em){.talent-results-page .candidate-card .search-type{display:none;margin:10px}}.talent-results-page .candidate-card .search-type__icon{-webkit-flex-shrink:0;flex-shrink:0;-webkit-align-items:flex-start;align-items:flex-start}.fit-indicator{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:100%;grid-gap:4px;gap:4px}.fit-indicator__label{font-size:12px}.fit-indicator__bar{height:12px;width:60px;background-color:#eaeaea;border-radius:4px;overflow:hidden}.fit-indicator__fill{height:100%;border-radius:4px;color:#1688f3;transition:width .3s ease}.fit-indicator__fill--limited{width:25%;background-color:#06d610}.fit-indicator__fill--partial{width:50%;background-color:#06d610}.fit-indicator__fill--good{width:75%;background-color:#06d610}.fit-indicator__fill--perfect{width:100%;background-color:#06d610}.fit-indicator__fill--none{width:0}.heart-icon--loading{opacity:.6;cursor:not-allowed}.search-type_header_responsive{display:block}@media(max-width:56.3025em){.search-type_header_responsive{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;grid-gap:10px;gap:10px}}.search-type_header_responsive .search-type_responsive{display:none}@media(max-width:56.3025em){.search-type_header_responsive .search-type_responsive{display:none;-webkit-align-items:center;align-items:center;grid-gap:10px;gap:10px}}.search-type_header_responsive .talent-summary-card__col{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}@media(min-width:56.3125em){.search-type_header_responsive .talent-summary-card__col{-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;display:none}}.assessment .sidebar__head:not(:only-child){height:auto;padding-top:29px;padding-bottom:9px}.assessment .wizard-step__actions{position:relative}@media(max-width:35.0525em){.assessment .wizard-step__actions{-webkit-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-align-items:center;align-items:center}.assessment .wizard-step__actions .wizard-step__submit-btn{margin-left:0;margin-bottom:29px}}.assessment__question{margin-bottom:60px}@media(max-width:47.99em){.assessment__question{margin-bottom:30px}}.assessment__question-index{margin:0 0 28px;font-size:20px;font-weight:400}@media(max-width:56.3025em){.assessment__question-index{margin:12px 0 0;font-weight:700}}.assessment__question-text{font-weight:300;margin-bottom:24px}@media(max-width:56.3025em){.assessment__question-text{font-weight:700}}.assessment__question-title{margin-bottom:0}@media(max-width:56.3025em){.assessment__question-title{font-weight:400}}.assessment__countdown-container{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.assessment__error-alert{color:red}.assessment__submit-error{right:0}@media(max-width:56.3025em){.assessment .wizard-sidebar__content{display:-webkit-flex;display:flex;-webkit-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-align-items:center;align-items:center;padding-bottom:0;padding-top:40px}}@media(max-width:47.99em){.assessment .wizard-step__submit-btn{width:184px}}.contacts-step__sub-title{margin:32px 0 0;font-size:18px;line-height:26px}.contacts-step__sub-title+.wizard-step__form-row{margin-top:20px;-webkit-justify-content:flex-start;justify-content:flex-start}.contacts-step__sub-title+.wizard-step__form-row .wizard-step__form-cell{width:auto}.contacts-step .wizard-step__form-cell{max-width:292px}@media(max-width:28.4275em){.contacts-step .wizard-step__form-cell{max-width:unset}}.experience-step__today-field{position:relative;-webkit-align-self:flex-end;align-self:flex-end;margin-left:24px}.experience-step__today-field .custom-checkbox__label{color:#51cb20}.experience-step .input-group .custom-select{margin-left:8px}.experience-step .input-group .custom-select:nth-child(n+3){margin-left:24px}.experience-step .wizard-items-list__experience-item:first-child{margin-top:-30px}.experience-step .key-activities-field{min-height:82px;height:-webkit-max-content;height:max-content;min-width:100%;width:100%;max-width:100%;resize:vertical;line-height:24px}.photo-step .wizard-step__inner{min-height:441px;padding-bottom:20px}.photo-step .wizard-step__title{margin-bottom:30px}.privacy-step .wizard-step__form-cell{-webkit-flex-direction:column;flex-direction:column}.privacy-step .custom-radio__label{margin-left:15px}.privacy-step__nested-row{display:-webkit-flex;display:flex;padding-left:37px;max-height:0;overflow:hidden;transition:all .3s cubic-bezier(0,0,.3,1)}.privacy-step__nested-row.is-expanded{max-height:100px}@media(max-width:68.8025em){.privacy-step__nested-row.is-expanded{max-height:unset}}@media(max-width:68.8025em){.privacy-step__nested-row{-webkit-flex-direction:column;flex-direction:column}}.privacy-step__nested-row .custom-radio{-webkit-flex-shrink:0;flex-shrink:0;padding-top:22px}@media(min-width:68.8125em){.privacy-step__nested-row .custom-radio:nth-child(n+2){margin-left:25px}}.privacy-step__nested-row .custom-radio:last-of-type{-webkit-flex-shrink:1;flex-shrink:1}.privacy-step__nested-row .custom-radio__label{margin-left:5px}.privacy-step__option{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.privacy-step__option.is-faded .custom-radio__label{color:#ccc}.privacy-step__option .tip{margin-left:50px}.relocation-step .wizard-step__form-cell{-webkit-flex-direction:column;flex-direction:column}.relocation-step .custom-radio__label{margin-left:15px}.relocation-step__countries-row{margin-top:25px;display:-webkit-flex;display:flex;padding-left:37px;transition:all .2s cubic-bezier(0,0,.3,1) .2s;-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);opacity:0}.relocation-step__countries-row.is-expanded{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}@media(max-width:47.99em){.relocation-step__countries-row{padding-left:0;font-size:14px}}.certificates-step .wizard-step__form-cell:nth-child(2){max-width:323px}@media(min-width:68.8125em)and (max-width:70.8125em){.certificates-step .wizard-step__form-cell .input-group--month-year>:nth-child(n+2){margin-left:8px}}@media(max-width:22.625em){.certificates-step .wizard-step__form-cell .input-group--month-year{-webkit-flex-wrap:wrap;flex-wrap:wrap;grid-gap:10px;-webkit-justify-content:initial;justify-content:normal}}.certificates-step .wizard-step__form-cell .certificates__edit label{color:#333;margin-left:110px}
/*# sourceMappingURL=main.89ad731e.chunk.css.map */