@import"https://fonts.googleapis.com/css2?family=Vollkorn&display=swap";@import"https://fonts.googleapis.com/css2?family=Mulish&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.new-container{padding:12px 120px;max-width:1440px;margin:0 auto}@media (max-width: 1200px){.new-container{padding:12px 60px}}@media screen and (max-width: 768px){.new-container{padding:12px 30px}}.new-container-detail{padding:12px 120px;max-width:1440px;margin:90px auto 0}@media (max-width: 1200px){.new-container-detail{padding:12px 60px}}@media screen and (max-width: 768px){.new-container-detail{padding:12px 30px}}@media screen and (max-width: 480px){.new-container{padding:12px 0!important}}@keyframes gradient-animation{0%{background-position:50% 0%}25%{background-position:75% 25%}50%{background-position:50% 50%}75%{background-position:25% 75%}to{background-position:50% 100%}}@keyframes bg{to{--angle: 360deg}}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes scroll-x{0%{transform:translate(0)}to{transform:translate(calc(-100% - 80px))}}@keyframes reverse-scroll-x{0%{transform:translate(calc(-100% - 80px))}to{transform:translate(0)}}@keyframes scroll-banners{0%{transform:translate(0)}to{transform:translate(calc(-100% - 23px))}}@keyframes reverse-scroll-banners{0%{transform:translate(calc(-100% - 23px))}to{transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slide-right{0%{opacity:0;transform:translate(20%)}to{opacity:1;transform:none}}@keyframes slide{0%{opacity:0;transform:translate(-20%)}to{opacity:1;transform:none}}@keyframes slide-top{0%{opacity:0;transform:translateY(-180%)}to{opacity:1;transform:none}}@keyframes shine{to{background-position-x:-200%}}.reveal{opacity:0}.reveal.active{--duration: .5s;--stagger: .5s;--interval: calc(var(--duration) - var(--stagger));animation-name:slide;animation-duration:var(--duration);animation-timing-function:ease-in-out;animation-fill-mode:forwards}.reveal.active:nth-child(2n){animation-name:slide-right}.button-text{font-size:16px;font-weight:500;line-height:19.09px;letter-spacing:.02em;text-align:center}.button-icon-left{display:flex;align-items:center}.dynamic-button{font-size:inherit;width:inherit;max-width:inherit;display:flex;align-items:center;justify-content:center;gap:inherit}.dynamic-button:focus{box-shadow:0 0 0 4px #444ce71f}.dynamic-button .button-text{display:flex;justify-content:center;font-size:inherit}@media (max-width: 1200px){.dynamic-button .button-text{font-size:12px;line-height:14.09px}}@media (max-width: 768px){.dynamic-button .button-text{font-size:14px;line-height:19.09px}}.dynamic-button .button-icon-left,.dynamic-button .icon-right{display:flex;align-items:center;justify-content:center}.dynamic-button .secondary:hover,.dynamic-button .secondary:focus{background:#3730a3}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:500;border:none;outline:inherit;cursor:pointer;font-family:inherit;height:44px;column-gap:8px;font-size:16px;line-height:20px;padding:12px 20px}.button.sm{padding:10px 24px}@media (max-width: 768px){.button.sm{padding:15px 30px}}.button:focus{box-shadow:0 0 0 4px #444ce71f}@media (max-width: 480px){.button{height:40px;padding:10px;font-size:14px}}.button.secondary{background:#0d92f4;color:#fff;box-shadow:0 0 20px #00000026;transition:all .2s}.button.secondary:hover,.button.secondary:focus{opacity:.7}@media (max-width: 480px){.button.secondary{padding:10px 16px}}.button.primary{background:#fff;color:#0d92f4;border:1px solid #0d92f4;transition:all .2s}.button.primary:hover,.button.primary:focus{opacity:.7}.button.primary:focus{box-shadow:0 0 0 4px #444ce71f}@media (max-width: 480px){.button.primary{padding:10px 16px}}.button.secondary:disabled,.button.primary:disabled{background:#f5f5f5;box-shadow:none;color:#a3a3a3;pointer-events:none}.cdfilter-skeleton{background:#f2f4fa;height:100%;padding:116px 0 48px}.cdfilter-skeleton-section{background:#fff;display:flex;align-items:center;justify-content:center}.cdfilter-skeleton-gap{gap:20px;width:100%;display:flex;justify-content:center;padding:12px 0 0}.cdfilter-skeleton-filter{display:flex;flex-direction:column;padding:12px 20px;background:#fcfcfe;border:1px solid #dfe6f4;gap:34px;border-radius:12px;width:325px;height:100%}.cdfilter-skeleton-filter__choosen{display:flex;flex-direction:column;gap:12px}.cdfilter-skeleton-filter__choosen-navbar{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.cdfilter-skeleton-filter__choosen-title{font-size:16px;font-weight:500;line-height:20px;color:#030712}.cdfilter-skeleton-filter__choosen-clear{font-size:14px;font-weight:500;line-height:20px;color:#e11d48}.cdfilter-skeleton-filter__choosen-actions{display:flex;flex-wrap:wrap;gap:8px}.cdfilter-skeleton-filter__choosen-button{position:relative;display:flex;justify-content:space-between;align-items:center;width:130px;height:32px;border-radius:10px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);animation:1.5s shine linear infinite}.cdfilter-skeleton-filter__choosen-button-x{display:flex;align-items:center;justify-content:center;width:16.67px;height:16.67px;border-radius:50%;transform:rotate(45deg)}.cdfilter-skeleton-filter__choosen-button-x:before{width:1.5px;height:13px}.cdfilter-skeleton-filter__choosen-button-x:after{width:13px;height:1.5px}.cdfilter-skeleton-filter__choosen-button-x:after,.cdfilter-skeleton-filter__choosen-button-x:before{content:"";transition:.2s;position:absolute;background:#fff}.cdfilter-skeleton-filter__items{display:flex;flex-direction:column;gap:34px}.cdfilter-skeleton-filter__item{display:flex;flex-direction:column;gap:12px;transition:max-height .3s ease;overflow:hidden;max-height:35px}.cdfilter-skeleton-filter__item.open{max-height:400px}.cdfilter-skeleton-filter__item.open .cdfilter-filter__navbar-arrow{transform:rotate(180deg)}.cdfilter-skeleton-filter__navbar{display:flex;justify-content:space-between;align-items:center;padding:6px 0;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);animation:1.5s shine linear infinite}.cdfilter-skeleton-filter__navbar-arrow{transition:all .3s}.cdfilter-skeleton-filter__navbar-title{font-size:16px;font-weight:500;line-height:20px;color:#030712}.cdfilter-skeleton-filter__body{display:flex;flex-direction:column;gap:16px;justify-content:center}.cdfilter-skeleton-filter__body-checkbox{gap:12px;display:flex;flex-direction:column}.cdfilter-skeleton-filter__body-checkbox-wrapper{display:flex;gap:8px;align-items:center}.cdfilter-skeleton-filter__body-checkbox-more{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.005em;color:#4b556399}.cdfilter-skeleton-filter__body-label{display:flex;gap:8px;align-items:center;transition:opacity .1s;height:10px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);animation:1.5s shine linear infinite}.cdfilter-skeleton-filter__body-label input{width:20px;height:20px;background:#0d92f4;box-shadow:0 1px 2px #14151a0d}.cdfilter-skeleton-filter__body-label-title{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.005em;color:#121212cc}.cdfilter-skeleton-filter__body-label:hover{opacity:.85}.cdfilter-skeleton-filter__salery{display:flex;flex-direction:column;gap:34px;transition:max-height .3s ease;overflow:hidden;max-height:35px}.cdfilter-skeleton-filter__salery.open{max-height:400px}.cdfilter-skeleton-filter__salery.open .cdfilter-filter__navbar-arrow{transform:rotate(180deg)}.cdfilter-skeleton-filter__salery-wrapper{display:flex;flex-direction:column;gap:12px}.cdfilter-skeleton-filter__salery-container{position:relative;height:6px;background:#edeef1}.cdfilter-skeleton-filter__salery-container input[type=range]{position:absolute;bottom:10%;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;width:100%;margin:0}.cdfilter-skeleton-filter__salery-container input[type=range]::-webkit-slider-thumb{pointer-events:all;position:relative;z-index:2;-webkit-appearance:none;height:16px;width:16px;border:2px solid #ffffff;background:#007bff;border-radius:50%;box-shadow:0 4px 8px #00000029}.cdfilter-skeleton-filter__salery-container input[type=range]::-webkit-slider-runnable-track{height:10px;background:transparent}.cdfilter-skeleton-filter__salery-track{position:absolute;height:6px;background:#007bff;z-index:1;top:50%;transform:translateY(-50%);border-radius:5px;height:20px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);animation:1.5s shine linear infinite}.cdfilter-skeleton-filter__salery-values{display:flex;justify-content:space-between;height:20px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);animation:1.5s shine linear infinite}.cdfilter-skeleton-filter__salery-text{padding:6px 10px;display:flex;justify-content:center;align-items:baseline;font-size:12px;font-weight:500;line-height:20px;letter-spacing:-.005em;border-radius:4px;box-shadow:0 1px 2px #14151a0d;border:1px solid #dfe6f4;height:20px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);animation:1.5s shine linear infinite}.cdfilter-skeleton-wrapper{display:flex;flex-direction:column;gap:32px;width:855px}.cdfilter-skeleton-search{width:100%;position:relative;height:52px;border:1px solid #ececec;border-radius:10px;transition:.3s;padding:16px 14px;align-items:center}.cdfilter-skeleton-search__field{width:100%;border:none;outline:none;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.005em}.cdfilter-skeleton-search__field::placeholder{color:#9ca3af}.cdfilter-skeleton-search:focus-within{border-color:#007bff}.cdfilter-skeleton-search:focus-within img{color:red}.cdfilter-skeleton-name{display:flex;align-items:center;gap:13px;height:20px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);animation:1.5s shine linear infinite}.cdfilter-skeleton-content{display:flex;flex-direction:column;gap:20px}.cdfilter-skeleton-content__navbar{font-size:14px;font-weight:500;line-height:20px}.cdfilter-skeleton-content__section{gap:20px;border-radius:12px;border:1px solid #dfe6f4;background:#fcfcfe;display:flex;flex-direction:column;padding:20px}.cdfilter-skeleton-content__section-navbar{display:flex;justify-content:space-between;align-items:flex-start}.cdfilter-skeleton-content__section-navbar-wrapper{display:flex;gap:12px;align-items:center;width:200px;height:100px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);animation:1.5s shine linear infinite}.cdfilter-skeleton-content__section-navbar-info{display:flex;flex-direction:column;gap:8px}.cdfilter-skeleton-content__section-navbar-name{height:10px}.cdfilter-skeleton-content__section-navbar-desc{font-size:16px;font-weight:400;line-height:20px;color:#4b5563;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);animation:1.5s shine linear infinite}.cdfilter-skeleton-content__section-navbar-price{display:flex;padding:4px 12px;gap:4px;border-radius:100px;color:#32b141;background:#32b1411a;align-items:center;width:20px;height:10px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);animation:1.5s shine linear infinite}.cdfilter-skeleton-content__section-navbar-price img{width:20px;height:20px}.cdfilter-skeleton-content__section-desc{font-size:16px;font-weight:400;line-height:24px;color:#4b5563}.cdfilter-skeleton-content__section-actions{display:flex;gap:12px;width:20px;height:10px;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);animation:1.5s shine linear infinite}.cdfilter-skeleton-content__section-action{display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #dfe6f4;border-radius:100px;color:#0d92f4;transition:all .3s}.cdfilter-skeleton-content__section:hover .cdfilter-content__section-action{color:#3165cb;background:#dfe6f7}.cdfilter-skeleton-pagination{display:flex;align-items:center;justify-content:center}.cdfilter-skeleton-pagination__page{display:flex;list-style:none;align-items:center;justify-content:center;padding:0;border-radius:8px;border:1px solid #dfe6f4;box-shadow:0 1px 2px #1018280d}.cdfilter-skeleton-pagination__page-button{padding:10px 16px;border:none;background:#fff;display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:14px;font-weight:600;line-height:20px;color:#030712;border:1px solid #dfe6f4;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);animation:1.5s shine linear infinite}.cdfilter-skeleton-pagination__page-button:hover{color:red}.cdfilter-skeleton-pagination__page-empty{border-right:1px solid #dfe6f4;font-weight:600;line-height:20px;color:#4b5563;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.cdfilter-skeleton-pagination__page-number{background:#fff;border-right:1px solid #dfe6f4;font-size:14px;font-weight:600;line-height:20px;color:#4b5563;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.cdfilter-skeleton-pagination__page-number.active{background:#dfe6f7}.cdfilter-skeleton-pagination__page-number:hover{color:red}.hire{display:grid;justify-content:space-between;grid-template-columns:650px 30px 520px;padding:180px 120px 0;max-width:1440px;margin:0 auto}.hire__wrapper{grid-column:1;display:flex;flex-direction:column;gap:40px}.hire__subtitle{display:flex;max-width:447px;width:100%;cursor:pointer;gap:15px;align-items:flex-start;justify-content:flex-start;border:1px solid rgba(37,99,235,.4);border-radius:100px;padding:6px 12px;animation:slide .5s forwards}.hire__subtitle-ai{display:flex;gap:8px;align-items:center;font-size:14px;line-height:24px;text-align:center}.hire__subtitle-ai img{width:20px;height:20px}.hire__subtitle-link{display:flex;gap:4px;font-size:14px;font-weight:500;line-height:24px;text-align:center;color:#0d92f4}.hire__icon{grid-column:3;width:522px;height:532px;animation:slide-right 1s forwards}.hire__title{display:flex;flex-direction:column;gap:25px}.hire__title-wrapper{display:flex;flex-direction:column;gap:15px}.hire__title-title{gap:15px;font-size:72px;font-weight:800;line-height:85.92px;letter-spacing:.01em;text-transform:uppercase;animation:slide 1s forwards}.hire__title-desc{font-size:20px;font-weight:400;line-height:34px;letter-spacing:.01em;color:#18181b99;animation:slide 1.5s forwards}.hire__title-subtitle{font-size:72px;font-weight:800;line-height:85.92px;letter-spacing:.01em;text-align:left;background:linear-gradient(180deg,#0d92f4,#225bd9);color:#fff;padding:0 10px;border-radius:10px;margin:0 15px 0 0;max-width:500px;width:100%}.hire__actions{display:flex;gap:10px;animation:slide 2s forwards}@media (max-width: 1200px){.hire{display:flex;grid-template-columns:1fr;padding:90px 20px 0}.hire__wrapper{order:2;align-items:center;justify-content:center}.hire__icon{width:400px;height:400px;grid-column:1;justify-self:center;margin-top:30px;order:2}.hire__subtitle-ai,.hire__subtitle-link{font-size:12px;line-height:20px}.hire__title-title,.hire__title-subtitle{font-size:42px;line-height:62px}.hire__title-desc{font-size:18px}}@media (max-width: 768px){.hire{display:grid;grid-template-columns:1fr;padding:80px 40px 0}.hire__wrapper{gap:20px}.hire__subtitle{flex-direction:column;width:100%;flex-direction:row;align-items:center;gap:15px}.hire__actions{justify-content:center}.hire__icon{display:none}.hire__title-title{font-size:45px;line-height:40px;text-align:center}.hire__title-subtitle{font-size:36px;line-height:40px}.hire__title-desc{text-align:center;font-size:20px;line-height:28px}}@media (max-width: 480px){.hire{padding:60px 20px 0}.hire__subtitle{margin-top:20px;gap:4px;align-items:center;flex-direction:column}.hire__subtitle-ai,.hire__subtitle-link{font-size:12px}.hire__icon{width:250px;height:250px}.hire__title{display:flex;flex-direction:column}.hire__title-title{font-size:24px;line-height:38px}.hire__title-subtitle{font-size:24px;line-height:38px;margin-right:0}.hire__title-desc{font-size:12px;line-height:20px}.hire__actions{flex-direction:column;gap:15px;align-items:center}.hire__actions .button{width:100%}}.footer{color:#1a1a1a;background-color:#fff}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:60px;padding:30px 120px}@media (max-width: 1200px){.footer-container{padding:20px 60px;gap:100px}}@media (max-width: 768px){.footer-container{padding:20px 40px;gap:80px}}@media (max-width: 480px){.footer-container{flex-direction:column;gap:50px;align-items:center;padding:20px}}.footer-container__logo{width:96.73px;height:52px}.footer-container__links{display:flex;justify-content:flex-end;gap:188px;flex:4}@media (max-width: 1200px){.footer-container__links{gap:120px}}@media (max-width: 768px){.footer-container__links{flex-direction:column;gap:40px}}.footer-container__links-wrapper{display:grid;grid-template-columns:repeat(4,auto);gap:100px}@media (max-width: 1200px){.footer-container__links-wrapper{gap:60px}}@media (max-width: 768px){.footer-container__links-wrapper{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width: 480px){.footer-container__links-wrapper{grid-template-columns:1fr;gap:30px}}.footer-container__column{display:flex;flex-direction:column;gap:12px}@media (max-width: 768px){.footer-container__column{align-items:center}}.footer-container__column.number{align-items:flex-start;justify-content:center}@media (max-width: 768px){.footer-container__column.number{align-items:center}}.footer-container__column.number a{gap:12px;display:flex;justify-content:center}.footer-container__column.number img{filter:brightness(.7);max-width:20px;height:20px}.footer-container__column h3{font-size:18px;font-weight:600;line-height:21.48px}@media (max-width: 768px){.footer-container__column h3{text-align:center}}@media (max-width: 480px){.footer-container__column h3{font-size:16px}}.footer-container__column a{font-size:16px;font-weight:400;line-height:19.09px;text-decoration:none;transition:color .3s ease;color:#4b5563}.footer-container__column a:hover{color:#00ffc3}@media (max-width: 480px){.footer-container__column a{font-size:14px}}.footer-socials{display:flex;gap:20px}@media (max-width: 480px){.footer-socials{gap:10px}}.footer-socials a{font-size:14px}@media (max-width: 480px){.footer-socials a{font-size:12px}}.footer-socials a img{max-width:20px;height:20px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-top:20px;padding:16px 120px;background:#f7f7f7}@media (max-width: 768px){.footer-bottom{padding:8px 20px;flex-direction:column;text-align:center;gap:10px}}@media (max-width: 480px){.footer-bottom{padding:4px 20px;font-size:10px}}.candidates{display:grid;padding:70px 120px 0;grid-template-columns:repeat(2,auto);gap:20px;justify-content:center}@media (max-width: 1200px){.candidates{padding:60px 20px 0;grid:none;justify-content:center}}@media (max-width: 768px){.candidates{grid:none;justify-content:center;padding:30px 20px 0}}@media (max-width: 480px){.candidates{padding:10px}}.candidates-container{width:590px;height:220px;cursor:pointer;border-radius:16px;display:flex;flex-direction:column;color:#fff;overflow:hidden;position:relative;background:#0d92f4 url(../../images/candidates/Dot.svg) no-repeat center;background-size:cover;z-index:1;padding:20px;justify-content:space-between}@media (max-width: 768px){.candidates-container{width:450px}}@media (max-width: 480px){.candidates-container{height:150px;width:300px;justify-content:space-between}}.candidates-container__header{z-index:2;font-size:24px;font-weight:600;line-height:28px;letter-spacing:.01em;text-align:left;background:linear-gradient(90deg,#fff 10%,#9ca3af 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1200px){.candidates-container__header{font-size:20px;line-height:24px}}@media (max-width: 768px){.candidates-container__header{font-size:18px;line-height:22px}}.candidates-container__number{font-size:64px;font-weight:700;line-height:76px;text-align:right;z-index:2}@media (max-width: 1200px){.candidates-container__number{font-size:48px;line-height:60px}}@media (max-width: 768px){.candidates-container__number{font-size:36px;line-height:44px}}.candidates-container__vector{position:absolute;top:0;left:0;z-index:2}@media (max-width: 1200px){.candidates-container__vector{width:80%}}@media (max-width: 768px){.candidates-container__vector{width:60%}}.candidates-container__icon{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%)}.candidates-container__img{position:absolute;top:0%;left:0%;z-index:2}.development{padding:120px 120px 0}@media (max-width: 1200px){.development{padding:60px 20px 0}}@media (max-width: 768px){.development{padding:30px 30px 0}}.development-container{position:relative;height:400px;border-radius:20px;background:url(/assets/mask-devel-B8bhUhy-.svg) no-repeat center;background-size:cover;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px}@media (max-width: 768px){.development-container{height:auto;padding:20px}}.development-container__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.development-container__content-title{max-width:520px;font-size:36px;line-height:48px;color:#fff;text-align:center;font-weight:800;background:linear-gradient(90deg,#fff 60%,#9ca3af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){.development-container__content-title{font-size:28px;line-height:36px}}@media (max-width: 480px){.development-container__content-title{font-size:24px;line-height:32px}}.development-container__content-desc{max-width:378px;font-size:16px;line-height:24px;color:#fffc;text-align:center}@media (max-width: 768px){.development-container__content-desc{font-size:14px;line-height:20px}}@media (max-width: 480px){.development-container__content-desc{max-width:100%;font-size:12px;line-height:18px}}.development-container__line{position:absolute;top:0;left:0}.faq-section{display:flex;flex-direction:column;gap:30px;max-width:1440px;padding:120px}@media (max-width: 1200px){.faq-section{padding:60px}}@media (max-width: 768px){.faq-section{padding:30px 20px;gap:20px}}.faq-section__list{width:100%;display:flex;flex-direction:column;gap:15px}.faq-section__item{border-radius:16px;background:#fcfcfe;max-height:95px;transition:.3s;display:flex;flex-direction:column;overflow:hidden;visibility:visible;animation-delay:0s;animation-name:fadeInUp}.faq-section__item.opened{max-height:400px}.faq-section__item.opened .faq-section__arrow:before{height:1px}.faq-section__question{width:100%;height:95px;flex-shrink:0;display:flex;align-items:center;justify-content:flex-start;padding:24px 30px;position:relative;cursor:pointer}.faq-section__question-title{font-size:20px;font-weight:500;line-height:1.2;letter-spacing:.01em}@media (max-width: 768px){.faq-section__question-title{font-size:18px;word-break:break-word}}@media (max-width: 480px){.faq-section__question-title{font-size:16px}}.faq-section__arrow{position:absolute;display:flex;top:50%;right:40px;transform:translateY(-50%);align-items:center;justify-content:center;background:#18181b;width:26.67px;height:26.67px;border-radius:50%}.faq-section__arrow:before{width:2px;height:15px}.faq-section__arrow:after{width:15px;height:2px}.faq-section__arrow:after,.faq-section__arrow:before{content:"";display:flex;transition:.2s;position:absolute;background:#fff}@media (max-width: 768px){.faq-section__arrow{right:20px;width:22px;height:22px}}.faq-section__answer{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left;padding:0 24px 30px}@media (max-width: 768px){.faq-section__answer{font-size:14px;padding:0 20px 20px}}.faq-section__body{background:#f7f7f7;width:calc(100% - 20px);margin:0 10px 10px;border-radius:15px;padding:20px;max-height:250px;overflow:auto}@media (max-width: 768px){.faq-section__body{width:100%;margin:0;padding:15px}}@media (max-width: 480px){.faq-section__body{padding:10px}}.steps{display:flex;flex-direction:column;gap:40px;align-items:center;padding:120px 0 0}.steps-header{display:flex;flex-direction:column;gap:15px;align-items:center;justify-content:center;max-width:457px}.steps-header__subtitle{font-size:40px;font-weight:600;line-height:50.12px;letter-spacing:.01em}.steps-header__desc{font-size:18px;font-weight:400;line-height:26px;letter-spacing:.01em;text-align:center;color:#18181b99;max-width:359px}.steps-wrapper{display:flex;gap:20px;align-items:center;justify-content:center}.steps-wrapper__container{cursor:pointer;display:flex;flex-direction:column;color:#fff;overflow:hidden;position:relative;padding:20px;z-index:1;justify-content:space-between;border-radius:10px;width:387px;height:200px}.steps-wrapper__container-image{position:absolute;top:0;left:0;z-index:-1}.steps-wrapper__container-title{font-size:42px;font-weight:700;line-height:50.12px;letter-spacing:.02em;text-align:left;background:linear-gradient(90deg,#fff 60%,#9ca3af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.steps-wrapper__container-desc{font-size:18px;font-weight:500;line-height:21.48px;letter-spacing:.01em;text-align:left;color:#ffffffb2}.steps-wrapper__container-ways{font-size:64px;font-weight:800;line-height:76.38px;text-align:right}.steps-wrapper__container.dark{background:url(/assets/mask-dark-DPyL-FiX.svg) no-repeat center;background-size:cover}.steps-wrapper__container.dark img{opacity:.3}.steps-wrapper__container.blue{background:url("data:image/svg+xml,%3csvg%20width='388'%20height='200'%20viewBox='0%200%20388%20200'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20width='387'%20height='200'%20rx='16'%20fill='%231082D6'/%3e%3c/svg%3e") no-repeat center;background-size:cover}.steps-wrapper__container.green{background:url(/assets/mask-green-D5gARtMK.svg) no-repeat center;background-size:cover}@media (max-width: 1200px){.steps{padding:60px 20px 0}.steps-header__subtitle{font-size:32px;line-height:42px}.steps-header__desc{font-size:16px;line-height:24px}.steps-wrapper{gap:15px;flex-wrap:wrap;justify-content:center}.steps-wrapper__container{width:300px;height:180px}.steps-wrapper__container-title{font-size:32px;line-height:40px}.steps-wrapper__container-desc{font-size:16px}.steps-wrapper__container-ways{font-size:48px;line-height:60px}}@media (max-width: 768px){.steps{padding:30px 10px 0}.steps-header__subtitle{font-size:28px;line-height:36px}.steps-header__desc{font-size:14px;line-height:20px}.steps-wrapper{gap:10px}.steps-wrapper__container{width:100%;height:auto;padding:15px}.steps-wrapper__container-title{font-size:24px;line-height:32px}.steps-wrapper__container-desc{font-size:14px}.steps-wrapper__container-ways{font-size:36px;line-height:48px}}@media (max-width: 480px){.steps{padding:40px 5px 0}.steps-header__subtitle{font-size:24px;line-height:32px}.steps-header__desc{font-size:12px;line-height:18px}.steps-wrapper{gap:5px}.steps-wrapper__container{padding:10px}.steps-wrapper__container-title{font-size:20px;line-height:28px}.steps-wrapper__container-desc{font-size:12px}.steps-wrapper__container-ways{font-size:28px;line-height:36px}}.available{display:flex;flex-direction:column;gap:40px;align-items:center;padding:120px 120px 0}.available-header{display:flex;flex-direction:column;gap:15px;align-items:center}.available-header__title{font-size:42px;font-weight:600;line-height:50.12px;letter-spacing:.01em;text-align:center}.available-header__desc{font-size:18px;font-weight:400;line-height:26px;letter-spacing:.01em;text-align:center;color:#18181b99}.available-wrapper{display:grid;grid-template-columns:auto auto;gap:20px}.available-wrapper__container{display:flex;gap:20px;border-radius:20px;padding:20px;background:#9a9a9a28;width:590px}.available-wrapper__container-img{position:relative}.available-wrapper__container-badge{position:absolute;top:-5%;left:0;background:#0d92f4;padding:6px 10px;gap:10px;align-items:center;color:#fff;border-radius:20px;display:inline-flex}.available-wrapper__container-badge-title{font-size:16px;font-weight:400;line-height:19.09px;letter-spacing:.01em}.available-wrapper__container-image{max-width:220px;height:298px}.available-wrapper__container-content{display:flex;flex-direction:column;gap:25px;justify-content:center}.available-wrapper__container-header{display:flex;flex-direction:column;gap:10px}.available-wrapper__container-subtitle{display:flex;flex-direction:column;gap:5px}.available-wrapper__container-title{font-size:24px;font-weight:600;line-height:34px;letter-spacing:.01em;color:#18181b}.available-wrapper__container-tech{font-size:18px;font-weight:400;line-height:21.48px;letter-spacing:.01em;text-align:left;color:#18181b}.available-wrapper__container-desc{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.01em;color:#18181b99}.available-wrapper__container-datas{display:flex;gap:25px}.available-wrapper__container-data{display:flex;gap:5px;justify-content:center;align-items:center}.available-wrapper__container-data-icon{width:20px;height:20px}.available-wrapper__container-data-text{font-size:16px;font-weight:600;line-height:24px;letter-spacing:.01em;text-align:left}.available-wrapper__container-salery{font-size:24px;font-weight:600;line-height:28.64px;letter-spacing:.01em;text-align:left;color:#0d92f4}@media screen and (max-width: 1200px){.available{padding:60px 20px 0}.available-header__title{font-size:36px;line-height:42px}.available-header__desc{font-size:16px;line-height:22px}.available-wrapper{grid-template-columns:1fr;gap:30px}.available-wrapper__container{width:100%;align-items:center;padding:15px}.available-wrapper__container-image{width:180px;height:240px}.available-wrapper__container-title{font-size:20px}.available-wrapper__container-tech{font-size:16px}.available-wrapper__container-desc{font-size:14px}}@media screen and (max-width: 768px){.available{padding:30px 20px 0}.available-header__title{font-size:28px;line-height:34px}.available-header__desc{font-size:14px;line-height:20px}.available-wrapper{gap:20px}.available-wrapper__container{padding:10px}.available-wrapper__container-datas{gap:10px}.available-wrapper__container-data-text{font-size:12px}.available-wrapper__container-badge{padding:4px 8px}.available-wrapper__container-badge-title{font-size:12px}.available-wrapper__container-image{width:150px;height:200px}.available-wrapper__container-content{gap:15px}.available-wrapper__container-title{font-size:18px}.available-wrapper__container-tech{font-size:14px}.available-wrapper__container-desc{font-size:12px}.available-wrapper__container-salery{font-size:20px}}@media screen and (max-width: 480px){.available{padding:40px 10px 0}.available-header__title{font-size:24px}.available-header__desc{font-size:12px}.available-wrapper{gap:15px}.available-wrapper__container{padding:8px}.available-wrapper__container-subtitle{gap:0}.available-wrapper__container-image{width:120px;height:160px}.available-wrapper__container-datas{gap:4px}.available-wrapper__container-content{gap:8px}.available-wrapper__container-data{gap:4px}.available-wrapper__container-data-text{font-size:8px}.available-wrapper__container-data-icon{width:15px;height:15px}.available-wrapper__container-title{font-size:16px;line-height:24px}.available-wrapper__container-tech{font-size:12px;line-height:20px}.available-wrapper__container-desc{font-size:10px;line-height:16px}.available-wrapper__container-salery{font-size:18px;line-height:28px}.available-wrapper__container-badge{padding:2px 6px;gap:6px}}.marqueue{overflow:hidden;padding:24px 0 0}.marqueue-wrapper{display:flex;width:700%;gap:80px;padding:7px 0}.marqueue-group{display:flex;gap:80px;padding:7px 0;animation:scroll-x 30s linear infinite}.marqueue-group img{max-width:200px;width:100%}@media (max-width: 1200px){.marqueue{gap:120px}.marqueue-group img{width:120px}}@media (max-width: 768px){.marqueue-wrapper,.marqueue-group{gap:50px}.marqueue-group img{width:70px}}@media (max-width: 480px){.marqueue-wrapper,.marqueue-group{gap:20px}.marqueue-group img{width:50px}}.app-navbar{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 120px;position:fixed;top:0;left:0;z-index:3;border:1px solid rgba(223,230,244,.5019607843)}.app-navbar .active-link{color:#0d92f4}.app-navbar__icon{width:78px;height:42px}.app-navbar__icon-image{max-width:100%;height:auto;cursor:pointer}.app-navbar__links{display:flex;align-items:center;gap:42px;list-style:none}.app-navbar__links--open{display:none;flex-direction:column;position:absolute;top:60px;right:20px;background:#fff;padding:16px;border-radius:8px;width:200px;box-shadow:0 4px 8px #00000029}.app-navbar__link{font-weight:400;font-size:16px;line-height:20px}.app-navbar__link a{color:#171717;text-decoration:none;transition:all .1s}.app-navbar__link a:hover{color:#0d92f4}.app-navbar__actions{display:flex;align-items:center;gap:16px}.app-navbar__actions-wrapper{display:flex;gap:16px}.app-navbar__langs{position:relative;display:flex;align-items:center;gap:8px}.app-navbar__langs .app-navbar__lang-body{display:none}.app-navbar__langs.open .app-navbar__lang-body{position:absolute;box-shadow:0 4px 8px #00000029;top:200%;left:50%;transform:translate(-50%);padding:24px;gap:20px;border-radius:12px;border:1px solid #dfe6f4;background:#fcfcfe;display:flex;flex-direction:column;cursor:pointer}.app-navbar__lang{display:flex;align-items:center;gap:8px;cursor:pointer;justify-content:center}.app-navbar__lang-title{font-weight:500;font-size:16px}.app-navbar__hamburger{display:none;flex-direction:column;gap:6px;border:none;background:none;cursor:pointer;padding:8px;position:relative;transition:all .3s}.app-navbar__hamburger.open{padding:15px 0 0 35px}.app-navbar__hamburger.open span:first-child{transform:rotate(45deg)}.app-navbar__hamburger.open span:last-child{transform:rotate(135deg)}.app-navbar__hamburger.open span:nth-child(2){display:none}.app-navbar__hamburger.open span:first-child,.app-navbar__hamburger.open span:last-child{position:absolute;right:30%}.app-navbar__hamburger span{display:block;width:24px;height:2px;background-color:#000;border-radius:2px;transition:.3s}.app-navbar__hamburger:hover span{background-color:#444}@media (max-width: 1200px){.app-navbar{padding:12px 80px}.app-navbar__icon{width:60px;height:32px}.app-navbar__links{gap:30px}}@media (max-width: 768px){.app-navbar{padding:12px 20px}.app-navbar__links{display:none}.app-navbar__links--open{display:flex}.app-navbar__actions{display:none}.app-navbar__hamburger{display:flex}}:where(.css-dev-only-do-not-override-1uq9j6g).ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector{border:none;outline:none;background:#fff}.step-footer{position:fixed;bottom:0%;width:100%}.step-footer-wrapper{display:flex;align-items:center;justify-content:flex-end;background:#fff;padding:18px 24px;gap:16px;border-top:1px solid #DFE6F4}@media (max-width: 1200px){.step-footer-wrapper{padding:10px 48px}}@media (max-width: 768px){.step-footer-wrapper{padding:8px 12px;gap:10px}}@media (max-width: 480px){.step-footer-wrapper{padding:6px 10px;gap:8px}}.step-footer-icon img{max-width:18px;height:18px}.step-sidebar{display:flex;align-items:center;padding:18px 24px;gap:16px;background:#fff;border-bottom:1px solid #DFE6F4}@media (max-width: 1200px){.step-sidebar{padding:10px 48px}}@media (max-width: 768px){.step-sidebar{padding:8px 12px;gap:10px}}@media (max-width: 480px){.step-sidebar{padding:6px 10px;gap:8px}}.step-sidebar-title{font-size:16px;font-weight:500;line-height:19.36px;color:#030712}@media (max-width: 768px){.step-sidebar-title{font-size:14px;line-height:17px}}@media (max-width: 480px){.step-sidebar-title{font-size:12px;line-height:14px}}.potentials{background:#f6f9fe}.potential{display:grid;justify-content:center;grid-template-columns:552px 648px;padding:190px 0 82px}.potential-wrapper{display:flex;justify-content:center;flex-direction:column;gap:40px}.potential-ai{padding:8px 16px;gap:16px;border-radius:100px;background:#fcfcfe;border:1px solid #dfe6f4;animation:slide .5s forwards;display:flex;align-items:center;max-width:428px}.potential-ai-link{font-size:16px;font-weight:500;line-height:20px;background:linear-gradient(93.96deg,#4a87fe 46.76%,#784fff 87.99%);background-size:200% 200%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient-animation 3s infinite linear}.potential-subtitle{display:flex;flex-direction:column;gap:20px}.potential-title{font-weight:700;line-height:62px;letter-spacing:-.02em;font-size:48px;animation:slide 1s forwards}.potential-title span{background:linear-gradient(93.96deg,#4a87fe 46.76%,#784fff 87.99%);background-size:200% 200%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient-animation 3s infinite linear}.potential-desc{font-size:18px;font-weight:400;line-height:28px;color:#4b5563;animation:slide 1.5s forwards}.potential-actions{display:flex;gap:8px;animation:slide 2s forwards}.potential-image{overflow:hidden;position:relative;display:flex;flex-direction:column;gap:20px}.potential-image:before,.potential-image:after{content:"";position:absolute;top:0;bottom:0;width:100px;pointer-events:none;z-index:1}.potential-image:before{left:0;background:linear-gradient(to right,#f6f9fe,#f6f9fe00)}.potential-image:after{right:0;background:linear-gradient(to left,#f6f9fe,#f6f9fe00)}.potential-image-wrapper{display:flex;width:fit-content;gap:23px}.potential-image-group{display:flex;gap:23px}.potential-image-group.speed-0{animation:scroll-banners 80s linear infinite}.potential-image-group.speed-1{animation:-20s reverse-scroll-banners 80s linear infinite}.potential-image-group.speed-2{animation:-40s scroll-banners 80s linear infinite}.potential-image-husks{background:#fff;padding:6px;width:86px;height:86px;border-radius:20px}.potential-image-husk{background:#f1f5f9;width:96px;height:96px;border-radius:22px;padding:5px}.potential-image-husk img{width:81px;height:82px;object-fit:contain}@media (max-width: 1200px){.potential{grid-template-columns:1fr;padding:80px 0;gap:40px}.potential-wrapper{gap:30px;align-items:center}.potential-image-husk{width:87.67px;height:87.67px}.potential-title{font-size:40px;line-height:50px;text-align:center}.potential-desc{font-size:16px;line-height:24px;text-align:center}}@media (max-width: 768px){.potential{grid-template-columns:1fr;padding:80px 0 40px}.potential-ai{max-width:100%;padding:6px 12px}.potential-title{font-size:32px;line-height:40px}.potential-desc{font-size:14px;line-height:20px}.potential-image-husk{width:67.67px;height:67.67px}.potential-actions{gap:12px}}@media (max-width: 480px){.potential-ai{padding:4px 8px;gap:8px}.potential-title{font-size:24px;line-height:32px}.potential-desc{font-size:12px;line-height:18px}.potential-actions{flex-direction:column;gap:8px}.potential-image{display:none}}.work{padding:60px 0}.works{display:flex;flex-direction:column;gap:56px;justify-content:center}.works-subtitle{display:flex;flex-direction:column;gap:16px;text-align:left}.works-subtitle__title{font-size:40px;font-weight:600;line-height:48px;color:#18181b;text-align:left}.works-subtitle__desc{max-width:480px;font-size:16px;font-weight:400;line-height:24px;color:#0a0a0ab2;text-align:left}.works-containers{display:flex;gap:20px;justify-content:center}.works-container{display:flex;gap:32px;flex-direction:column;width:285px;padding:20px;border-radius:12px;border:3px solid rgba(0,0,0,0);background:linear-gradient(#fff,#fff) padding-box,linear-gradient(var(--angle),rgba(0,0,0,.1) 43%,rgba(214,51,255,.5) 67%,rgb(51,206,255) 100%) border-box;animation:4s bg linear infinite}.works-container__icon{width:28px;height:28px}.works-container__wrapper{display:flex;flex-direction:column;gap:4px}.works-container__navbar{font-size:12px;font-weight:600;line-height:20px;color:#9ca3af}.works-container__subtitle{display:flex;flex-direction:column;gap:12px}.works-container__title{font-size:18px;font-weight:600;line-height:28px;color:#1d1d1d}.works-container__desc{font-size:16px;font-weight:400;line-height:24px;color:#0a0a0ab2}@media (max-width: 1200px){.work{padding:40px 0}.works,.works-subtitle{align-items:center}.works-subtitle__title{font-size:48px;line-height:56px;text-align:center}.works-subtitle__desc{font-size:18px;line-height:28px;text-align:center}.works-containers{gap:40px;flex-wrap:wrap}.works-container{width:320px}}@media (max-width: 768px){.work{padding:20px 0}.works{gap:40px}.works-subtitle{text-align:center}.works-subtitle__title{font-size:28px;line-height:36px}.works-subtitle__desc{font-size:14px;line-height:20px}.works-containers{gap:16px}.works-container{width:100%;max-width:320px}}@media (max-width: 480px){.work{padding:10px 0}.works{gap:32px}.works-subtitle__title{font-size:24px;line-height:32px}.works-subtitle__desc{font-size:12px;line-height:18px}.works-containers{gap:12px}.works-container{padding:16px;width:100%;max-width:280px}}.discovers{background:#f6f9fe;padding:60px 0}@media (max-width: 992px){.discovers{padding:40px 0}}@media (max-width: 768px){.discovers{padding:20px 0}}.discover{display:flex;flex-direction:column;gap:96px;justify-content:center}@media (max-width: 768px){.discover{gap:48px}}.discover-subtitle{display:flex;flex-direction:column;gap:32px;max-width:480px}@media (max-width: 1200px){.discover-subtitle{max-width:100%;align-items:center}}@media (max-width: 768px){.discover-subtitle{gap:24px}}.discover-subtitle__wrapper{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.discover-subtitle__wrapper{gap:12px}}.discover-subtitle__title{font-size:40px;font-weight:600;line-height:48px;color:#1d1d1d}@media (max-width: 992px){.discover-subtitle__title{font-size:32px;line-height:42px;text-align:center}}@media (max-width: 768px){.discover-subtitle__title{font-size:28px;line-height:38px}}.discover-subtitle__desc{font-size:16px;font-weight:400;line-height:24px;color:#0a0a0ab2}@media (max-width: 992px){.discover-subtitle__desc{text-align:center}}@media (max-width: 768px){.discover-subtitle__desc{font-size:14px;line-height:20px}}.discover-subtitle__action{display:block}.discover-wrapper{display:flex;gap:23px;overflow:hidden;position:relative}.discover-wrapper:before,.discover-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:100px;pointer-events:none;z-index:1}.discover-wrapper:before{left:0;background:linear-gradient(to right,#f6f9fe,#f6f9fe00)}.discover-wrapper:after{right:0;background:linear-gradient(to left,#f6f9fe,#f6f9fe00)}.discover-wrapper-banner{width:fit-content;gap:23px;display:flex}@media (max-width: 768px){.discover-wrapper-banner{gap:16px}}@media (max-width: 768px){.discover-wrapper{gap:16px}}.discover-wrapper:nth-child(2) .discover-container{animation-delay:-10s;animation-name:scroll-banners;animation-duration:20s;animation-direction:linear;animation-timeline:infinite}@media (max-width: 768px){.discover-wrapper:nth-child(2){display:none}}.discover-banner{position:relative;display:flex;flex-direction:column;gap:23px}@media (max-width: 768px){.discover-banner{gap:16px}}.discover-container{padding:20px;display:flex;flex-direction:column;gap:20px;border-radius:16px;width:473px;z-index:2;border:1px solid #DFE6F4;box-shadow:0 4px 8px #0000001a;background:#fff;animation:scroll-banners 20s linear infinite}@media (max-width: 992px){.discover-container{max-width:100%}}.discover-container__navbar{display:flex;justify-content:space-between;align-items:start}@media (max-width: 768px){.discover-container__navbar{flex-wrap:wrap;gap:16px}}.discover-container__navbar-user{display:flex;gap:20px;align-items:center}.discover-container__navbar-image{width:64px;height:64px;border-radius:9999px;object-fit:cover}.discover-container__navbar-username{display:flex;flex-direction:column;gap:8px}.discover-container__navbar-name{font-size:18px;font-weight:600;line-height:28px}.discover-container__navbar-job{font-size:16px;font-weight:400;line-height:19.36px;color:#4b5563}.discover-container__price{width:125px;padding:8px;border-radius:6px;background:#4a87fe1a;font-size:14px;font-weight:500;line-height:20px;text-align:center;color:#4a87fe}.discover-container__desc{font-size:16px;font-weight:400;line-height:24px;color:#4b5563}@media (max-width: 768px){.discover-container__desc{font-size:14px;line-height:20px}}.discover-container__actions{display:flex;gap:20px;align-items:center}@media (max-width: 768px){.discover-container__actions{gap:16px;flex-wrap:wrap}}.discover-container__action{display:flex;align-items:center;justify-content:center;gap:7px;padding:10px 12px;border-radius:8px;background:#fff;border:.5px solid #dfe6f4;box-shadow:0 1px 2px -.5px #00000014,0 -.5px #0000001f inset}.discover-container__action-title{font-size:14px;font-weight:500;line-height:20px}.discover-container__action-level{display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:450;line-height:18px;background:#dfe6f4;padding:1px 4px;border-radius:4px;color:#4b5563}.discover-container__dot{position:absolute;top:0;z-index:2;object-fit:cover}.questions{padding:60px 0}@media (max-width: 768px){.questions{padding:20px 0}}@media (max-width: 480px){.questions{padding:10px 0;margin:0 10px}}.question{display:flex;gap:96px;justify-content:center}@media (max-width: 992px){.question{flex-direction:column;gap:48px;align-items:center}}.question-subtitle{display:flex;flex-direction:column;gap:16px;max-width:540px}@media (max-width: 1200px){.question-subtitle{gap:12px;text-align:center}}.question-subtitle__text{font-size:14px;font-weight:400;line-height:18px;color:#4a87fe}.question-subtitle__title{font-size:40px;font-weight:600;line-height:48px;color:#1d1d1d}@media (max-width: 768px){.question-subtitle__title{font-size:32px;line-height:40px}}.question-subtitle__desc{max-width:480px;font-size:16px;font-weight:400;line-height:24px;color:#0a0a0ab2}@media (max-width: 768px){.question-subtitle__desc{font-size:14px;line-height:20px}}.question-wrapper{max-width:552px;display:flex;flex-direction:column}.question-wrapper__item{background:#fcfcfe;max-height:60px;transition:.3s;display:flex;flex-direction:column;overflow:hidden;visibility:visible;background-color:#fff;border-bottom:1px solid rgba(10,10,10,.0705882353);width:100%;color:#0a0a0a00}@media (max-width: 768px){.question-wrapper__item{width:100%}}.question-wrapper__item.opened{max-height:400px}.question-wrapper__item.opened .question-wrapper__arrow:before{transform:rotate(45deg)}.question-wrapper__item.opened .question-wrapper__arrow:after{transform:rotate(45deg)}.question-wrapper__question{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:10px 0;position:relative;cursor:pointer}@media (max-width: 768px){.question-wrapper__question{padding:16px 0}}.question-wrapper__question-title{color:#1d1d1d;font-size:16px;font-weight:500;line-height:24px}@media (max-width: 768px){.question-wrapper__question-title{font-size:14px}}.question-wrapper__arrow{position:absolute;top:50%;right:16px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:12.61px;height:12.61px;border-radius:50%}.question-wrapper__arrow:before,.question-wrapper__arrow:after{content:"";position:absolute;background:#0a0a0a73;transition:.2s}.question-wrapper__arrow:before{width:2px;height:12px}.question-wrapper__arrow:after{width:12px;height:2px}.question-wrapper__answer{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left;padding:12px 0 20px;color:#0a0a0ab2}@media (max-width: 768px){.question-wrapper__answer{font-size:14px;line-height:20px}}.question-wrapper__body{background:#f7f7f7;width:calc(100% - 20px);margin:0 10px 10px;border-radius:15px;padding:20px;max-height:250px;overflow:auto}@media (max-width: 768px){.question-wrapper__body{padding:16px}}.evaluates{padding:60px 0}@media (max-width: 768px){.evaluates{padding:40px 0}}@media (max-width: 480px){.evaluates{padding:20px 0;margin:0 10px}}.evaluate{display:flex;justify-content:center}@media (max-width: 768px){.evaluate{flex-direction:column}}.evaluate-container{width:1200px;height:400px;gap:16px;border-radius:32px;background:linear-gradient(0deg,#2563eb,#2563eb),linear-gradient(0deg,#00000026,#00000026);display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 992px){.evaluate-container{width:100%;height:auto;border-radius:24px}}.evaluate-content{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;max-width:544px;text-align:center}@media (max-width: 768px){.evaluate-content{gap:12px;max-width:100%}}.evaluate-content__title{font-size:42px;font-weight:800;line-height:56px;color:#fff}@media (max-width: 992px){.evaluate-content__title{font-size:36px;line-height:48px}}@media (max-width: 768px){.evaluate-content__title{font-size:28px;line-height:40px}}.evaluate-content__desc{font-size:16px;font-weight:400;line-height:25.6px;color:#fffc}@media (max-width: 992px){.evaluate-content__desc{font-size:14px;line-height:22px}}@media (max-width: 768px){.evaluate-content__desc{font-size:14px;line-height:20px}}.evaluate-wrapper{height:400px;max-width:100%;border-radius:20px;background:url("data:image/svg+xml,%3csvg%20width='1122'%20height='299'%20viewBox='0%200%201122%20299'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_b_2852_3703)'%3e%3cpath%20d='M513.778%20273.702L1%20-1L1121%20-1L608.222%20273.702C578.724%20289.505%20543.276%20289.505%20513.778%20273.702Z'%20fill='url(%23paint0_linear_2852_3703)'%20fill-opacity='0.1'/%3e%3cpath%20d='M513.778%20273.702L1%20-1L1121%20-1L608.222%20273.702C578.724%20289.505%20543.276%20289.505%20513.778%20273.702Z'%20stroke='url(%23paint1_linear_2852_3703)'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_b_2852_3703)'%3e%3cpath%20d='M513.778%20193.702L1%20-81L1121%20-81L608.222%20193.702C578.724%20209.505%20543.276%20209.505%20513.778%20193.702Z'%20fill='url(%23paint2_linear_2852_3703)'%20fill-opacity='0.2'/%3e%3cpath%20d='M513.778%20193.702L1%20-81L1121%20-81L608.222%20193.702C578.724%20209.505%20543.276%20209.505%20513.778%20193.702Z'%20stroke='url(%23paint3_linear_2852_3703)'/%3e%3c/g%3e%3cg%20opacity='0.5'%20filter='url(%23filter2_b_2852_3703)'%3e%3cpath%20d='M513.778%20113.702L1%20-161L1121%20-161L608.222%20113.702C578.724%20129.505%20543.276%20129.505%20513.778%20113.702Z'%20fill='url(%23paint4_linear_2852_3703)'%20fill-opacity='0.3'/%3e%3cpath%20d='M513.778%20113.702L1%20-161L1121%20-161L608.222%20113.702C578.724%20129.505%20543.276%20129.505%20513.778%20113.702Z'%20stroke='url(%23paint5_linear_2852_3703)'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_b_2852_3703'%20x='-99.2361'%20y='-101.5'%20width='1320.47'%20height='487.554'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeGaussianBlur%20in='BackgroundImageFix'%20stdDeviation='50'/%3e%3cfeComposite%20in2='SourceAlpha'%20operator='in'%20result='effect1_backgroundBlur_2852_3703'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_backgroundBlur_2852_3703'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter1_b_2852_3703'%20x='-99.2361'%20y='-181.5'%20width='1320.47'%20height='487.554'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeGaussianBlur%20in='BackgroundImageFix'%20stdDeviation='50'/%3e%3cfeComposite%20in2='SourceAlpha'%20operator='in'%20result='effect1_backgroundBlur_2852_3703'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_backgroundBlur_2852_3703'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter2_b_2852_3703'%20x='-99.2361'%20y='-261.5'%20width='1320.47'%20height='487.554'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeGaussianBlur%20in='BackgroundImageFix'%20stdDeviation='50'/%3e%3cfeComposite%20in2='SourceAlpha'%20operator='in'%20result='effect1_backgroundBlur_2852_3703'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_backgroundBlur_2852_3703'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_2852_3703'%20x1='561'%20y1='-1'%20x2='561'%20y2='299'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.2'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_2852_3703'%20x1='561'%20y1='-1'%20x2='561'%20y2='299'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_2852_3703'%20x1='561'%20y1='-81'%20x2='561'%20y2='219'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.2'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_2852_3703'%20x1='561'%20y1='-81'%20x2='561'%20y2='219'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.5'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_2852_3703'%20x1='561'%20y1='-161'%20x2='561'%20y2='139'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear_2852_3703'%20x1='561'%20y1='-161'%20x2='561'%20y2='123'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.7'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat top;background-size:contain;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px}@media (max-width: 992px){.evaluate-wrapper{height:auto;padding:20px;gap:24px}}@media (max-width: 768px){.evaluate-wrapper{padding:16px;gap:20px}}.evaluate-icon{position:absolute}.steps-indicators{display:flex;gap:12px;transition:all .4s}.steps-indicators .active{background:#2563eb}.steps-indicator{width:128px;height:6px;border-radius:999px;background:#f0f0f0}.steps-layout{height:100vh;position:relative}.steps-body{display:flex;align-items:center;flex-direction:column;padding:32px 0;gap:48px}.step-first{display:flex;flex-direction:column;gap:48px;align-items:center}.step-first__text{font-size:16px;font-weight:500;line-height:19.36px;color:#030712}.step-first__section{padding:10px;border-radius:20px;background:#f1f5f9;border:1px solid #dfe6f4}.step-first__section-input{min-width:419px;min-height:40px;max-height:40px;padding:12px;border:.5px solid #dfe6f4;box-shadow:0 1px 2px -.5px #00000014;outline:none}.step-first__section-input::-webkit-outer-spin-button,.step-first__section-input::-webkit-inner-spin-button{-webkit-appearance:none}.step-first__section-input:focus{border:1px solid #0d92f4}.step-first__section-input::placeholder{color:#9ca3af}.step-first__section-input.small{min-width:419px}.step-first__section-label{font-weight:600}.step-first__wrapper{padding:24px;gap:10px;border-radius:12px;background:#fff;box-shadow:0 1px 2px #1823220d;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.step-first__wrapper.verification{padding:48px 24px;position:relative}.step-first__wrapper.step3{align-items:flex-start;gap:8px;padding:10px}.step-first__skip{padding:12px;display:flex;align-items:center;gap:8px;cursor:pointer}@media (max-width: 1200px){.step-first__skip{padding:0}}.step-first__skip-text{font-size:14px;font-weight:500;line-height:20px;color:#4b5563}.step-first__skip-icon{max-width:18px;height:18px;transform:rotate(180deg)}.step-second{display:flex;flex-direction:column;gap:48px;align-items:center}.step-second__text{font-size:16px;font-weight:500;line-height:19.36px;color:#030712}.step-second__section{padding:10px;border-radius:20px;background:#f1f5f9;border:1px solid #dfe6f4}.step-second__section-preview{display:flex;position:relative}.step-second__section-image{width:220px;height:220px;border:1px solid #dfe6f4;box-shadow:0 1px 2px #1823220d;padding:12px;border-radius:12px;object-fit:cover}.step-second__section-btn{position:absolute;top:17%;right:16px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(180deg,#fcfcfe 29.17%,#f1f5f9);border-radius:12px;cursor:pointer}.step-second__section-btn:before,.step-second__section-btn:after{content:"";position:absolute;background:#9ca3af;transition:.2s}.step-second__section-btn:before{width:2px;height:12px}.step-second__section-btn:after{width:12px;height:2px}.step-second__section-input{width:488px;min-height:40px;max-height:40px;padding:12px;border-radius:8px;border:.5px solid #dfe6f4;box-shadow:0 1px 2px -.5px #00000014;outline:none}.step-second__section-input:focus{border:1px solid #0d92f4}.step-second__section-input::placeholder{color:#9ca3af}.step-second__wrapper{padding:24px;gap:24px;border-radius:12px;background:#fff;box-shadow:0 1px 2px #1823220d;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:220px;height:220px}.step-second__wrapper-content{font-size:16px;font-weight:500;line-height:24px;color:#4b5563;display:flex;gap:12px}.step-second__wrapper-plus{width:12px;height:12px}.step-second__wrapper-icon{max-width:48px;height:48px}.step-second__wrapper.step2{cursor:pointer}.step-second__input{display:flex;flex-direction:column;gap:8px;width:100%}.step-second__input-label{line-height:20px;font-size:14px;font-weight:500;display:inline-block;margin-bottom:8px}.step-second__input-label a{color:#2563eb}.step-second__input-number{display:flex;align-items:center;overflow:hidden;border-radius:8px;border:.5px solid #dfe6f4}.step-second__input-number input{border:none}.step-second__input-number input:focus{border:none}.step-second__input-number input:focus .step-second__input-number{border:1px solid #0d92f4}.step-second__input-code{padding:8px 15px;font-size:16px;color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;background:#fafafa;border-right:.5px solid rgba(10,10,10,.1607843137)}.step-third{display:flex;flex-direction:column;gap:48px;align-items:center;padding:0 0 50px}.step-third__wrapper{display:flex;gap:24px;align-items:center}@media (max-width: 768px){.step-third__wrapper{flex-direction:column}}.step-third__text{font-size:16px;font-weight:500;line-height:19.36px;color:#030712}.step-third__section{padding:10px;border-radius:12px;border:1px solid #dfe6f4;background:#f1f5f9}.step-third__section:nth-child(2) .step-third__section-wrapper{background:linear-gradient(180deg,#efa21e15,#fff),url(/assets/Dots-lIGBhQZJ.png) no-repeat top}.step-third__section-wrapper{position:relative;display:flex;align-items:center;flex-direction:column;gap:80px;z-index:0;padding:24px;border-radius:12px;border:1px solid #dfe6f4;background:linear-gradient(180deg,#4e46e50e,#fff)}.step-third__section-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/Dots-lIGBhQZJ.png) repeat-y top;opacity:.6;z-index:-1}.step-third__desc{font-size:16px;font-weight:500;line-height:24px;color:#030712;max-width:283px;text-align:center;z-index:2}.step-third__info{width:100%;display:flex;padding:12px;background:#fff;align-items:center;border-radius:16px}.step-third__info-count{display:flex;flex-direction:column;gap:12px}.step-third__info-count-title{font-size:14px;font-weight:500;line-height:20px}.step-third__info-count-subtitle{display:flex;gap:12px}.step-third__info-count-time{padding:8px;border-radius:6px;border:1px solid rgba(10,10,10,.0705882353);font-size:14px;font-weight:500;line-height:20px;color:#1d1d1d}.step-third__info-line{width:1px;height:60px;background:#0a0a0a12}.step-third__info-results{display:flex;flex-direction:column;gap:12px}.step-third__info-result{font-size:20px;font-weight:500;line-height:28px;color:#1d1d1d}.step-third__info-wrapper{display:flex;gap:8px;align-items:center;justify-content:center;cursor:pointer}.step-third__info.icons{gap:24px}.step-third__info.test{justify-content:space-between;align-items:flex-start}.step-third__info-text{font-size:18px;font-weight:600;line-height:28px;color:#1d1d1d;padding:0 0 8px}.step-third__info-desc{display:inline;color:#b4540a;padding:4px 8px;border-radius:6px;background:#fef2c3;font-size:var(--TypeSizesm);font-weight:500;line-height:var(--TypeHeightsm)}.step-third__item{color:#030712;max-height:95px;transition:.3s;display:flex;flex-direction:column;overflow:hidden;visibility:visible;animation-delay:0s;animation-name:fadeInUp}.step-third__item.opened{max-height:400px}.step-third__item.opened .step-third__arrow{transform:rotate(180deg) translateY(-50%);top:0}.step-third__question{display:flex;align-items:center;justify-content:flex-start;position:relative;cursor:pointer;width:488px;height:40px;max-height:40px;padding:12px;gap:8px;border-radius:8px;border:.5px solid #dfe6f4}.step-third__question-title{font-size:14px;line-height:20px;font-weight:400;color:#030712}@media (max-width: 768px){.step-third__question-title{font-size:18px;word-break:break-word}}@media (max-width: 480px){.step-third__question-title{font-size:16px}}.step-third__arrow{position:absolute;display:flex;top:50%;right:10px;transform:translateY(-50%);align-items:center;justify-content:center}.step-third__answer{font-size:16px;line-height:24px;letter-spacing:.01em;text-align:left;padding:10px;font-size:14px;line-height:20px;font-weight:400;color:#030712;cursor:pointer}.step-third__answer:hover{background:#f7f7f7}@media (max-width: 768px){.step-third__answer{font-size:14px;padding:0 20px 20px}}.step-third__body{margin-top:5px;border-radius:8px;padding:5px;max-height:250px;overflow:auto;z-index:1000;border:.5px solid #dfe6f4}@media (max-width: 768px){.step-third__body{width:100%;margin:0;padding:15px}}@media (max-width: 480px){.step-third__body{padding:10px}}.talent-step-first__notfound{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:97px 0}.talent-step-first__notfound p{font-size:16px;font-weight:500;line-height:19.36px;color:#9ca3af}.talent-step-first__input{position:relative;display:flex;gap:24px;align-items:center}@media (max-width: 768px){.talent-step-first__input{flex-direction:column}}.talent-step-first__input input{width:488px;min-height:40px;max-height:40px;padding:12px;border-radius:8px;border:.5px solid #dfe6f4;box-shadow:0 1px 2px -.5px #00000014;outline:none}.talent-step-first__input input:focus{border:1px solid #0d92f4}.talent-step-first__input input::placeholder{color:#9ca3af}.talent-step-first__input img{position:absolute;right:2%;top:23%}.talent-step-first__lists{list-style:none;margin:0;padding:0;max-height:520px;width:100%;overflow-y:auto;scrollbar-width:none;display:flex;flex-direction:column}.talent-step-first__list{display:flex;gap:10px;padding:8px 16px;cursor:pointer;position:relative}@media (max-width: 768px){.talent-step-first__list{padding:7px 14px}}.talent-step-first__list.active{background:#f1f5f9}.talent-step-first__list.active:before{content:"";position:absolute;top:0;left:0;height:100%;width:2px;background:#00f}.talent-step-first__list:hover{background:#f1f5f9}@media (max-width: 1200px){.steps-body{padding:16px 0;gap:20px}.steps-indicator{width:100px}.step-first{gap:24px}.step-second__section-input{width:350px}.step-first__wrapper{padding:12px;gap:10px}.step-third__wrapper{gap:10px}}@media (max-width: 768px){.steps-indicator{width:80px}.steps-body{padding:24px;gap:32px}.step-first{gap:10px}.step-third__question,.step-second__section-input{width:350px;padding:8px}.step-first__section-input{min-width:350px;padding:8px}.step-second__wrapper{width:auto}.step-third__wrapper{flex-direction:column;gap:24px}.step-third__body{padding:15px}.step-second__input,.talent-step-first__input input{width:350px}}@media (max-width: 480px){.steps-indicator{width:60px}.steps-layout{padding:12px}.step-first__section-input{width:250px;min-width:300px;padding:8px}.step-second__section-input{width:300px;padding:8px}.step-third__text{font-size:14px;line-height:18px}.step-third__wrapper{gap:16px;padding:12px}.step-third__question{width:300px}.step-third__desc{max-width:100%}.step-second__input{width:300px}}@media (max-width: 320px){.steps-indicator{width:40px;height:4px}.steps-body{padding:8px;gap:16px}.step-first__section-input{padding:6px;font-size:12px}.step-third__desc{font-size:12px;line-height:16px}.step-third__wrapper{padding:8px;gap:12px}}.verification__close{position:absolute;display:flex;top:7%;right:25px;transform:translateY(-50%);align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.verification__close:before{width:2px;height:20px;transform:rotate(45deg)}.verification__close:after{width:20px;height:2px;transform:rotate(45deg)}.verification__close:after,.verification__close:before{content:"";display:flex;transition:.2s;position:absolute;background:#9ca3af}.verification__email{color:#2563eb;font-weight:500}.cdfilter{background:#f2f4fa;height:100%;padding:116px 0 48px}.cdfilter-section{background:#fff}.cdfilter-gap{display:flex;gap:20px;padding:32px 120px}@media screen and (max-width: 480px){.cdfilter-gap{margin:0 10px;gap:0}}.cdfilter-filter{display:flex;flex-direction:column;padding:20px;background:#fcfcfe;border:1px solid #dfe6f4;gap:34px;border-radius:12px;max-width:325px}@media screen and (max-width: 1024px){.cdfilter-filter{height:220vh}}.cdfilter-filter__choosen{display:flex;flex-direction:column;gap:12px}.cdfilter-filter__choosen-navbar{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.cdfilter-filter__choosen-title{font-size:16px;font-weight:500;line-height:20px;color:#030712}.cdfilter-filter__choosen-clear{font-size:14px;font-weight:500;line-height:20px;color:#e11d48;cursor:pointer}.cdfilter-filter__choosen-actions{display:flex;flex-wrap:wrap;gap:8px}.cdfilter-filter__choosen-button{position:relative;display:flex;justify-content:space-between;align-items:center;cursor:auto}.cdfilter-filter__choosen-button-x{display:flex;align-items:center;justify-content:center;width:16.67px;height:16.67px;border-radius:50%;transform:rotate(45deg);cursor:pointer}.cdfilter-filter__choosen-button-x:before{width:1.5px;height:13px}.cdfilter-filter__choosen-button-x:after{width:13px;height:1.5px}.cdfilter-filter__choosen-button-x:after,.cdfilter-filter__choosen-button-x:before{content:"";transition:.2s;position:absolute;background:#fff}.cdfilter-filter__items{display:flex;flex-direction:column;gap:17px}.cdfilter-filter__item{display:flex;flex-direction:column;gap:12px;transition:max-height .3s ease;overflow:hidden;max-height:35px}.cdfilter-filter__item.open{max-height:550px}.cdfilter-filter__item.open .cdfilter-filter__navbar-arrow{transform:rotate(180deg)}.cdfilter-filter__navbar{display:flex;justify-content:space-between;align-items:center;padding:6px 0;cursor:pointer}.cdfilter-filter__navbar-arrow{transition:all .3s}.cdfilter-filter__navbar-title{font-size:16px;font-weight:500;line-height:20px;color:#030712}.cdfilter-filter__body{display:flex;flex-direction:column;gap:16px;justify-content:center;overflow-y:auto}.cdfilter-filter__body-checkbox{gap:12px;display:flex;flex-direction:column}.cdfilter-filter__body-checkbox-wrapper{display:flex;gap:8px;cursor:pointer;align-items:center}.cdfilter-filter__body-checkbox-more{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.005em;color:#4b556399}.cdfilter-filter__body-label{display:flex;gap:8px;align-items:center;cursor:pointer;transition:opacity .1s}.cdfilter-filter__body-label input{width:20px;height:20px;background:#0d92f4;box-shadow:0 1px 2px #14151a0d}.cdfilter-filter__body-label-title{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.005em;color:#121212cc}.cdfilter-filter__body-label:hover{opacity:.85}.cdfilter-filter__salery{display:flex;flex-direction:column;gap:34px;transition:max-height .3s ease;overflow:hidden;max-height:35px}.cdfilter-filter__salery.open{max-height:400px}.cdfilter-filter__salery.open .cdfilter-filter__navbar-arrow{transform:rotate(180deg)}.cdfilter-filter__salery-wrapper{display:flex;flex-direction:column;gap:12px}.cdfilter-filter__salery-container{position:relative;height:6px;background:#edeef1}.cdfilter-filter__salery-container input[type=range]{position:absolute;bottom:10%;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;width:100%;margin:0}.cdfilter-filter__salery-container input[type=range]::-webkit-slider-thumb{pointer-events:all;position:relative;z-index:2;-webkit-appearance:none;height:16px;width:16px;border:2px solid #ffffff;background:#007bff;border-radius:50%;cursor:ew-resize}.cdfilter-filter__salery-container input[type=range]::-webkit-slider-runnable-track{height:10px;background:transparent}.cdfilter-filter__salery-track{position:absolute;height:6px;background:#007bff;z-index:1;top:50%;transform:translateY(-50%);border-radius:5px}.cdfilter-filter__salery-values{display:flex;justify-content:space-between}.cdfilter-filter__salery-text{padding:6px 10px;display:flex;justify-content:center;align-items:baseline;font-size:12px;font-weight:500;line-height:20px;letter-spacing:-.005em;cursor:pointer;border-radius:4px;box-shadow:0 1px 2px #14151a0d;border:1px solid #dfe6f4}.cdfilter-wrapper{display:flex;flex-direction:column;gap:32px;width:100%;max-width:855px}.cdfilter-search{max-width:850px;width:100%;position:relative;height:52px;border:1px solid #ececec;border-radius:10px;transition:.3s;padding:16px 14px;align-items:center}@media screen and (max-width: 480px){.cdfilter-search{max-width:450px;padding:16px 12px;margin-right:0 25px}}@media screen and (max-width: 320px){.cdfilter-search{max-width:320px;width:100%;padding:16px 8px;margin-right:0 25px 0 10px}}.cdfilter-search__field{width:100%;border:none;outline:none;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.005em}.cdfilter-search__field::placeholder{color:#9ca3af}.cdfilter-search:focus-within{border-color:#007bff}.cdfilter-search:focus-within img{color:red}.cdfilter-name{display:flex;align-items:center;gap:13px}.cdfilter-content{display:flex;flex-direction:column;gap:20px;overflow-y:auto;scrollbar-width:thin;-ms-overflow-style:none}.cdfilter-content::-webkit-scrollbar{width:6px}.cdfilter-content::-webkit-scrollbar-thumb{background-color:#dfe6f4;border-radius:10px}.cdfilter-content::-webkit-scrollbar-track{background:transparent}.cdfilter-content__navbar{font-size:14px;font-weight:500;line-height:20px;font-weight:600}.cdfilter-content__section{padding:24px;gap:20px;border-radius:12px;border:1px solid #dfe6f4;background:#fcfcfe;display:flex;flex-direction:column;cursor:pointer}@media (max-width: 480px){.cdfilter-content__section{padding:12px}}.cdfilter-content__section-navbar{display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 480px){.cdfilter-content__section-navbar{gap:8px}}.cdfilter-content__section-navbar-wrapper{display:flex;gap:12px;align-items:center}@media screen and (max-width: 480px){.cdfilter-content__section-navbar-wrapper{gap:8px;align-items:flex-start}}.cdfilter-content__section-navbar-info{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 480px){.cdfilter-content__section-navbar-info{gap:4px}}.cdfilter-content__section-navbar-name{font-size:20px;font-weight:600;line-height:24.2px}@media (max-width: 480px){.cdfilter-content__section-navbar-name{font-size:14px}}.cdfilter-content__section-navbar-desc{font-size:16px;font-weight:400;line-height:20px;color:#4b5563}@media (max-width: 480px){.cdfilter-content__section-navbar-desc{font-size:14px}}.cdfilter-content__section-navbar-price{display:flex;padding:4px 12px;gap:4px;border-radius:100px;color:#32b141;background:#32b1411a;align-items:center}.cdfilter-content__section-navbar-price img{width:20px;height:20px}@media screen and (max-width: 480px){.cdfilter-content__section-navbar-price{padding:4px 8px;font-size:10px}.cdfilter-content__section-navbar-price img{width:16px;height:16px}}.cdfilter-content__section-desc{font-size:16px;font-weight:400;line-height:24px;color:#4b5563}@media screen and (max-width: 480px){.cdfilter-content__section-desc{font-size:12px}}.cdfilter-content__section-actions{display:flex;gap:12px}.cdfilter-content__section-action{display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #dfe6f4;border-radius:100px;color:#0d92f4;line-height:20px;font-size:16px;transition:all .3s}@media screen and (max-width: 480px){.cdfilter-content__section-action{padding:6px 8px;font-size:10px}}.profile{background:#f2f4fa;height:100%;padding:116px 0 48px}.profile-section{background:#fff}.profile-gap{display:flex;padding:32px 120px;gap:20px}@media screen and (max-width: 480px){.profile-gap{margin:0 10px}}.profile-about{display:flex;gap:20px;flex-direction:column}.profile-about__wrapper{display:flex;flex-direction:column;padding:24px;background:#fcfcfe;border:1px solid #dfe6f4;gap:16px;border-radius:12px;max-width:387px;width:100%}.profile-about__user{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.profile-about__user-image{width:100px;height:100px;margin:24px 0 0;outline:4px solid rgba(13,146,244,.8)}.profile-about__user-name{display:flex;flex-direction:column;gap:12px;text-align:center}.profile-about__user-name-username{font-size:24px;font-weight:500;line-height:28.64px;text-align:center;color:#18181b}.profile-about__user-name-work{font-size:16px;font-weight:400;line-height:19.09px;text-align:center;color:#18181bb2}.profile-about__statistics{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:16px;border:1px solid #dfe6f4;background:#0d92f4}.profile-about__statistics-navbar{display:flex;justify-content:space-between;align-items:center;color:#fff}.profile-about__statistics-navbar-desc{font-size:14px;font-weight:400;line-height:24px}.profile-about__statistics-navbar-title{font-size:16px;font-weight:500;line-height:24px}.profile-about__statistics-navbar-wrapper{display:flex;gap:6px;align-items:center;justify-content:center}.profile-about__statistics-actions{display:flex;gap:10px;align-items:center;justify-content:center}.profile-about__statistics-action{display:flex;padding:8px 16.5px;gap:10px;align-items:center;justify-content:center;border-radius:10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1019607843);cursor:pointer;transition:all .5s}.profile-about__statistics-action:hover{opacity:1.1}.profile-about__statistics-action img{width:20px;height:20px}.profile-about__statistics-action-title{font-size:18px;font-weight:500;line-height:21.48px;color:#fff}.profile-cv{display:flex;flex-direction:column;gap:24px;max-width:793px;width:100%;padding:24px 16px;background:#fcfcfe;border:1px solid #dfe6f4;border-radius:12px;height:100%}.profile-cv__title{display:flex;flex-direction:column;gap:16px}.profile-cv__subtitle{font-size:16px;font-weight:400;line-height:26px;letter-spacing:.01em;color:#4b5563}.profile-cv__navbar{font-size:18px;font-weight:700;line-height:21.48px;letter-spacing:.01em;color:#030712}.profile-cv__language p{padding:6px 16px;color:#18181be5;font-size:14px;font-weight:500;line-height:20px;display:inline;border-radius:8px;background:#fff;border:1px solid #dfe6f4}.profile-cv__education{display:flex;flex-direction:column;gap:12px}.profile-cv__education-experience{padding-top:5px;font-size:16px;font-weight:400;line-height:24px;color:#18181b}.profile-cv__education-company{font-size:18px;font-weight:500;line-height:24px;color:#030712}.profile-cv__education-time{font-size:16px;font-weight:400;line-height:24px;color:#4b5563}@media screen and (max-width: 480px){.profile-cv__education-time{font-size:13px}}.profile-cv__education-container{width:100%;padding:16px;border-radius:16px;background:#fff;border:1px solid #dfe6f4;display:flex;gap:12px;align-items:flex-start}.profile-cv__education-container-wrapper{display:flex;gap:8px;flex-direction:column;width:100%}.profile-cv__education-container-desc{font-size:14px;font-weight:400;line-height:24px;color:#4b5563}.profile-cv__education-container-navbar{display:flex;flex-direction:column;gap:5px}.profile-cv__education-container-subtitle{display:flex;align-items:center;justify-content:space-between;width:100%}@media screen and (max-width: 480px){.profile-cv__education-container-subtitle{flex-direction:column;align-items:start}}.profile-cv__experience{display:flex;flex-direction:column;gap:6px}.profile-cv__experience-desc{font-size:14px;font-weight:400;line-height:24px;color:#4b5563}.profile-cv__experience-navbar{display:flex;flex-direction:column;gap:4px}.profile-cv__experience-title{font-size:18px;font-weight:500;line-height:24px;color:#030712}.profile-cv__experience-work{font-size:12px;font-weight:400;line-height:14.32px;color:#18181b}.profile-cv__skill{padding:6px 16px;border-radius:16px;background:#fff;border:1px solid #dfe6f4}.profile-cv__skill-wrapper{display:flex;flex-wrap:wrap;gap:12px}.profile-cv__skill-title{font-size:14px;font-weight:400;line-height:16.71px;color:#18181b}.swal2-popup{width:685px!important;border-radius:6px!important;background:#fff!important;box-shadow:9px 17px 124px #2c323f26!important}.swal2-confirm{border-radius:12px!important;background:#2563eb!important;box-shadow:0 13px 50px #1c293c1f!important;color:#fff!important;padding:16px 32px!important;font-size:16px!important;font-style:normal!important;font-weight:500!important;line-height:122.523%!important}.swal2-cancel{border-radius:12px!important;background:#dc2626!important;box-shadow:0 13px 50px #1c293c1f!important;color:#fff!important;padding:16px 32px!important;font-size:16px!important;font-style:normal!important;font-weight:500!important;line-height:122.523%!important}.custom-input-class{width:90%;border-radius:12px;border:1px solid #e1e1e1}.custom-input-class:focus{outline:none;box-shadow:none;border:1px solid #e1e1e1}.custom-input-class:active{outline:none;box-shadow:none;border:1px solid #e1e1e1}.wrapper{width:100%;display:flex;justify-content:center}.swal2-textarea{width:615px;max-width:615px;height:90px;border-radius:12px;border:1px solid #e1e1e1;background:#fff;outline:none;padding:16px;box-shadow:none}.swal2-textarea:active{outline:none;box-shadow:none;border:1px solid #e1e1e1}.swal2-textarea:focus{outline:none;box-shadow:none;border:1px solid #e1e1e1}.custom-input{width:565px;height:60px;border-radius:12px;border:1px solid #e1e1e1;background:#fff;outline:none;padding:16px}.swal2-input{border:1px solid #e1e1e1;box-shadow:none;background-color:#fff;border-radius:12px}.swal2-input:active{outline:none;box-shadow:none;border:1px solid #e1e1e1}.swal2-input:focus{outline:none;box-shadow:none;border:1px solid #e1e1e1}.career-test{padding:60px 0;background-color:#fff;min-height:100vh}.career-test-wrapper{max-width:800px;margin:0 auto;text-align:center;padding:0 20px}.career-test-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}@media (max-width: 768px){.career-test-title{font-size:1.8rem;margin-bottom:1rem}}.career-test-description{font-size:1.125rem;color:#666;line-height:1.6;margin-bottom:3rem}@media (max-width: 768px){.career-test-description{font-size:1rem;margin-bottom:2rem}}.career-test-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.career-test-loading .loader{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}.career-test-question{background:#f8f9fa;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.career-test-question{padding:1.5rem 1rem}}.career-test-progress{font-size:1rem;color:#666;margin-bottom:1.5rem}.career-test-question-text{font-size:1.5rem;color:#1a1a1a;margin-bottom:2rem;line-height:1.4}@media (max-width: 768px){.career-test-question-text{font-size:1.2rem;margin-bottom:1.5rem}}.career-test-options{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.career-test-option{padding:1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;font-size:1rem;color:#333;transition:all .2s ease;cursor:pointer;text-align:left}@media (max-width: 768px){.career-test-option{padding:.75rem;font-size:.9rem}}.career-test-option:hover{border-color:#3498db;background:#f0f9ff}.career-test-option.selected{border-color:#3498db;background:#3498db;color:#fff;font-weight:600;box-shadow:0 2px 5px #2196f333}.career-test-navigation{display:flex;justify-content:space-between;margin-top:2rem;width:100%}@media (max-width: 768px){.career-test-navigation{margin-top:1.5rem;gap:10px}}.career-test-navigation .left-buttons{flex:1;display:flex;justify-content:flex-start}.career-test-navigation .right-buttons{flex:1;display:flex;justify-content:flex-end}.career-test-selection-hint{text-align:center;margin-top:1rem;color:#6c757d;font-size:.9rem;font-style:italic}.career-test-nav-btn{padding:.75rem 1.5rem;border:none;border-radius:6px;background:#e0e0e0;color:#333;font-weight:500;cursor:pointer;transition:background .2s ease}@media (max-width: 768px){.career-test-nav-btn{padding:.6rem 1rem;font-size:.9rem}}.career-test-nav-btn:hover{background:#d0d0d0}.career-test-nav-btn:disabled{background:#f0f0f0;color:#a0a0a0;cursor:not-allowed;opacity:.7}.career-test-submit-btn{padding:.75rem 2rem;border:none;border-radius:6px;background:#3498db;color:#fff;font-weight:500;cursor:pointer;transition:background .2s ease}@media (max-width: 768px){.career-test-submit-btn{padding:.6rem 1.5rem;font-size:.9rem}}.career-test-submit-btn:hover{background:#2980b9}.career-test-submit-btn:disabled{background:#a0a0a0;cursor:not-allowed}.career-test-results{max-width:800px;margin:0 auto;padding:2rem}@media (max-width: 768px){.career-test-results{padding:1rem}}.career-test-results .results-primary-recommendation{background:#f0f9ff;border-radius:12px;padding:2rem;margin:2rem 0;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.career-test-results .results-primary-recommendation{padding:1.5rem 1rem;margin:1.5rem 0}}.career-test-results .results-primary-recommendation h2{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem}@media (max-width: 768px){.career-test-results .results-primary-recommendation h2{font-size:1.3rem}}.career-test-results .results-primary-recommendation .recommended-path h3{color:#3498db;font-size:2rem;margin-bottom:1rem}@media (max-width: 768px){.career-test-results .results-primary-recommendation .recommended-path h3{font-size:1.5rem}}.career-test-results .results-primary-recommendation .recommended-path p{color:#34495e;font-size:1.1rem;line-height:1.6}@media (max-width: 768px){.career-test-results .results-primary-recommendation .recommended-path p{font-size:1rem}}.career-test-results .results-category-scores{margin:3rem 0}.career-test-results .results-category-scores h2{color:#2c3e50;margin-bottom:2rem;font-size:1.5rem}.career-test-results .results-category-scores .category-bars{display:flex;flex-direction:column;gap:1rem}.career-test-results .results-category-scores .category-bar .category-label{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#34495e;font-weight:500}.career-test-results .results-category-scores .category-bar .bar-container{background:#ecf0f1;height:12px;border-radius:6px;overflow:hidden}.career-test-results .results-category-scores .category-bar .bar-container .bar-fill{height:100%;background:#3498db;transition:width 1s ease-in-out}.career-test-results .results-recommendations{margin:3rem 0;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.career-test-results .results-recommendations{margin:2rem 0;padding:1.5rem 1rem}}.career-test-results .results-recommendations h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem}@media (max-width: 768px){.career-test-results .results-recommendations h2{font-size:1.3rem;margin-bottom:1rem}}.career-test-results .results-recommendations .recommendations-list{list-style:none;padding:0}.career-test-results .results-recommendations .recommendations-list li{padding:1rem;border-left:4px solid #3498db;background:#f8f9fa;margin-bottom:1rem;border-radius:0 8px 8px 0;color:#34495e;font-size:1.1rem;transition:transform .2s ease}.career-test-results .results-recommendations .recommendations-list li:hover{transform:translate(5px)}.career-test-results .results-actions{display:flex;justify-content:center;gap:1rem;margin-top:3rem}@media (max-width: 768px){.career-test-results .results-actions{flex-direction:column;gap:.75rem;margin-top:2rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ant-segmented-item-label{color:#000;font-size:15px;font-weight:600}.ant-segmented-item{height:34px;display:flex;justify-content:center;align-items:center}.ReactCollapse--collapse{transition:height .2s}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.template-modal::-webkit-scrollbar-thumb{background:#82a4eb;border-radius:12px}.template-modal::-webkit-scrollbar{width:6px;border-radius:12px}.template-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:12px}.template-modal:has(:only-child)::-webkit-scrollbar{display:none}@tailwind base;@tailwind components;@tailwind utilities;@font-face{font-family:Golos;src:url(/assets/GolosText-Regular-BsVpnooN.ttf)}*{margin:0;box-sizing:border-box;font-family:SF Pro Display,Noto Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}p{font-family:Mulish}h1,h2,h3,a{margin:0;text-decoration:none}ul,li{list-style:none;margin:0;padding:0}.DescHero{color:#18181be6;font-family:Mulish;font-size:20px;font-style:normal;font-weight:400;line-height:36px}.errorIcon{color:red}.ant-image-img{object-fit:cover}.Toastify__close-button{top:25px;position:absolute;right:15px}.you_tube_iframe{transition:all .3s ease-out!important}.youtube-container{border-radius:20px}.youtube-player{transition:width .3s ease}.react-tel-input .flag-dropdown{display:none}.PhoneInput-style{color:"rgba(0, 0, 0, 0.25) !important"}.react-international-phone-input{background-color:inherit!important;width:100%!important;height:52px!important;background:#fff!important;border-width:1px!important;border-style:solid!important;border-color:#d9d9d9!important;color:#000!important;font-size:16px!important;border-radius:12px!important;outline:none!important;padding:0 10px!important;font-weight:400}.react-international-phone-country-selector{display:none!important}.rs-picker-input-group{height:52px!important;border:1px solid #d9d9d9!important;border-radius:12px!important}.rs-input{border-radius:12px!important}.MuiInputBase-root{border-radius:12px!important;margin-top:5px}.cdfilter-content__section-desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.5;height:4.5em}.corp-wrapper:hover .corp path{stroke:#fff!important}.corp-wrapper.active .corp path{stroke:#fff!important}.ant-select-selector{border-radius:12px!important}
