@charset "UTF-8";: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:hsla(0,0%,100%,.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(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}.loader{width:60px}.loader:before{content:"";display:block;padding-top:100%}.circular{stroke:#fff;animation:rotate 2s linear infinite;-webkit-animation:rotate 2s linear infinite;bottom:0;height:auto;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;-webkit-transform-origin:center center;width:60%}.path{stroke-dasharray:1,200;stroke-dashoffset:0;strokelinecap:round;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.form-loader{position:relative}.form-loader .form-overlay-loader{background-color:hsla(0,0%,100%,.75);height:100%;position:absolute;right:0;top:0;width:100%;z-index:111}.loader-wrapper{align-items:center;display:flex;justify-content:center}.loader-wrapper .loading-icon{font-size:24px}.st-loader-wrapper{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:hsla(0,0%,100%,.1);display:flex;height:100vh;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:9}.new-loader{border-radius:50%;color:#17161a;height:40px;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:40px}.new-loader:after,.new-loader:before{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border-radius:50%;content:"";display:block;height:inherit;left:0;position:absolute;top:0;-webkit-transform:rotateX(70deg);transform:rotateX(70deg);width:inherit}.new-loader:after{-webkit-animation-delay:.4s;animation-delay:.4s;color:#25add0;-webkit-transform:rotateY(70deg);transform:rotateY(70deg)}@keyframes rotate{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@-webkit-keyframes rotateccw{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(-1turn);transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes rotateccw{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(-1turn);transform:translate(-50%,-50%) rotate(-1turn)}}@-webkit-keyframes spin{0%,to{box-shadow:.3em 0 0 0 currentcolor}12%{box-shadow:.3em .3em 0 0 currentcolor}25%{box-shadow:0 .3em 0 0 currentcolor}37%{box-shadow:-.3em .3em 0 0 currentcolor}50%{box-shadow:-.3em 0 0 0 currentcolor}62%{box-shadow:-.3em -.3em 0 0 currentcolor}75%{box-shadow:0 -.3em 0 0 currentcolor}87%{box-shadow:.3em -.3em 0 0 currentcolor}}@keyframes spin{0%,to{box-shadow:.3em 0 0 0 currentcolor}12%{box-shadow:.3em .3em 0 0 currentcolor}25%{box-shadow:0 .3em 0 0 currentcolor}37%{box-shadow:-.3em .3em 0 0 currentcolor}50%{box-shadow:-.3em 0 0 0 currentcolor}62%{box-shadow:-.3em -.3em 0 0 currentcolor}75%{box-shadow:0 -.3em 0 0 currentcolor}87%{box-shadow:.3em -.3em 0 0 currentcolor}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border:8px solid transparent;box-sizing:content-box;content:"";height:0;left:-8px;position:absolute;width:1px;z-index:-1}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#f0f0f0;border-top:none}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{left:50px;position:absolute}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:content-box;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:transparent;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{background-color:#2a87d0;border-radius:.3rem;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:content-box;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:rgba(0,0,0,.8);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;-webkit-clip-path:circle(0);clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}@font-face{font-display:swap;font-family:Roboto Slab;font-weight:400;src:url(/static/media/RobotoSlab-Regular.b6aa3c203f8622669cc6.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto Slab;font-weight:700;src:url(/static/media/RobotoSlab-Bold.37f7c30bbfc1ebae4939.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto Slab;font-weight:800;src:url(/static/media/RobotoSlab-ExtraBold.d97713ce3df3312b4098.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto Slab;font-weight:900;src:url(/static/media/RobotoSlab-Black.cb346ae0cd5fcf06fd1d.ttf) format("truetype")}@font-face{font-display:swap;font-family:Lato;font-weight:800;src:url(/static/media/Lato-Bold.636be8de934918e38ed9.ttf) format("truetype")}.auth-form,.modal-wrapper .modal-content{box-sizing:border-box}.d--inline-block{display:inline-block}.flex--row{flex-direction:row!important}.flex--column,.login-wrapper,.splash-screen-wrapper{flex-direction:column}.flex--row-reverse,.form-profile-wrapper .profile-wrapper .add-education-button,.profile-container .add-education-button{flex-direction:row-reverse}.flex--column-reverse{flex-direction:column-reverse}.flex--wrap{flex-wrap:wrap}.accordion-container .accordion-content-wrapper .details--title .icon-wrapper,.accordion-container .accordion-content-wrapper .house-tab,.accordion-container .vertical-stepper-wrapper,.all-memory-wrapper .memory-details-wrapper .memory-img--last:after,.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .user-profile--other,.edit-profile-wrapper .details-input-wrapper .contact-input-container .contact-input,.edit-profile-wrapper .details-input-wrapper .delete-icon-wrapper,.edit-profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-box,.footer-container,.footer-container .footer-tab-wrapper,.form-profile-wrapper .profile-wrapper .contact-input-container .contact-input,.form-profile-wrapper .profile-wrapper .delete-icon-wrapper,.form-profile-wrapper .profile-wrapper .next-button,.form-profile-wrapper .profile-wrapper .step-submit-button,.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-box,.form-profile-wrapper .profile-wrapper .tab-option-container .tab-option,.justify-align--center,.justify-content--center,.logout-wrapper,.modal-wrapper,.no-notification-container,.notification-wrapper .clear-filter-button,.primary-button,.profile-container .delete-icon-wrapper,.profile-container .tab-option-container .tab-option,.profile-details-wrapper .alumni-contact-wrapper .contact-wrapper,.profile-pic-full-wrapper,.react-datepicker__input-container .calendar-icon,.scaletech-footer-container,.search-tab-wrapper .search-result .friends-list-wrapper .mobile-icon-wrapper,.search-tab-wrapper .search-result .search-img-wrapper,.search-tab-wrapper .search-tab .search-field-wrapper .close-icon-wrapper,.search-tab-wrapper .search-tab .search-icon-wrapper,.secondary-button,.successful-completion-wrapper .auth-header-wrapper .auth-header,.successful-completion-wrapper .content-wrapper,.suggestion-wrapper .suggestion-button,.swiper-card .contact-wrapper,.transparent-button{justify-content:center}.justify-content--start{justify-content:flex-start}.justify-content--end{justify-content:flex-end}.justify-content--between,.login-wrapper,.splash-screen-wrapper{justify-content:space-between}.justify-content--around{justify-content:space-around}.justify-content--evenly{justify-content:space-evenly}.accordion-container .accordion-content-wrapper .details--title .icon-wrapper,.accordion-container .accordion-content-wrapper .house-tab,.accordion-container .vertical-stepper-wrapper,.align-items--center,.all-memory-wrapper .memory-details-wrapper .memory-img--last:after,.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .user-profile--other,.edit-profile-wrapper .details-input-wrapper .contact-input-container .contact-input,.edit-profile-wrapper .details-input-wrapper .delete-icon-wrapper,.edit-profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-box,.footer-container,.footer-container .footer-tab-wrapper,.form-profile-wrapper .profile-wrapper .contact-input-container .contact-input,.form-profile-wrapper .profile-wrapper .delete-icon-wrapper,.form-profile-wrapper .profile-wrapper .next-button,.form-profile-wrapper .profile-wrapper .step-submit-button,.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-box,.form-profile-wrapper .profile-wrapper .tab-option-container .tab-option,.justify-align--center,.login-wrapper,.logout-wrapper,.modal-wrapper,.no-notification-container,.notification-wrapper .clear-filter-button,.primary-button,.profile-container .delete-icon-wrapper,.profile-container .tab-option-container .tab-option,.profile-details-wrapper .alumni-contact-wrapper .contact-wrapper,.profile-pic-full-wrapper,.react-datepicker__input-container .calendar-icon,.scaletech-footer-container,.search-tab-wrapper .search-result .friends-list-wrapper .mobile-icon-wrapper,.search-tab-wrapper .search-result .search-img-wrapper,.search-tab-wrapper .search-tab .search-field-wrapper .close-icon-wrapper,.search-tab-wrapper .search-tab .search-icon-wrapper,.secondary-button,.splash-screen-wrapper,.successful-completion-wrapper .auth-header-wrapper .auth-header,.successful-completion-wrapper .content-wrapper,.suggestion-wrapper .suggestion-button,.swiper-card .contact-wrapper,.transparent-button{align-items:center}.align-items--end{align-items:flex-end}.align-items--start{align-items:flex-start}.align-items--baseline{align-items:baseline}.accordion-container .accordion-content-wrapper .details--title .icon-wrapper,.accordion-container .accordion-content-wrapper .house-tab,.accordion-container .vertical-stepper-wrapper,.all-memory-wrapper .memory-details-wrapper .memory-img--last:after,.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .user-profile--other,.dashboard-wrapper .home-memories-wrapper .swiper .memory-details,.edit-profile-wrapper .details-input-wrapper .contact-input-container .contact-input,.edit-profile-wrapper .details-input-wrapper .delete-icon-wrapper,.edit-profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-box,.flex,.footer-container,.footer-container .footer-tab-wrapper,.form-profile-wrapper .profile-wrapper .contact-input-container .contact-input,.form-profile-wrapper .profile-wrapper .delete-icon-wrapper,.form-profile-wrapper .profile-wrapper .next-button,.form-profile-wrapper .profile-wrapper .step-submit-button,.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-box,.form-profile-wrapper .profile-wrapper .tab-option-container .tab-option,.justify-align--center,.login-wrapper,.logout-wrapper,.modal-wrapper,.no-notification-container,.notification-wrapper .clear-filter-button,.primary-button,.profile-container .delete-icon-wrapper,.profile-container .tab-option-container .tab-option,.profile-details-wrapper .alumni-contact-wrapper .contact-wrapper,.profile-pic-full-wrapper,.react-datepicker__input-container .calendar-icon,.scaletech-footer-container,.search-tab-wrapper .search-result .friends-list-wrapper .mobile-icon-wrapper,.search-tab-wrapper .search-result .search-img-wrapper,.search-tab-wrapper .search-tab .search-field-wrapper .close-icon-wrapper,.search-tab-wrapper .search-tab .search-icon-wrapper,.secondary-button,.splash-screen-wrapper,.successful-completion-wrapper .auth-header-wrapper .auth-header,.successful-completion-wrapper .content-wrapper,.suggestion-wrapper .suggestion-button,.swiper-card .contact-wrapper,.transparent-button{display:-moz-flex!important;display:flex!important}.no--margin{margin:0}.no--padding{padding:0}.no--border{border:0}.no--border-radius{border-radius:0}.no--shadow{box-shadow:none!important}.no--bg{background:transparent}.width--auto{width:auto!important}.width--fit-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.width--0{width:.1%}.width--5{width:5%}.width--6{width:6%}.width--7{width:7%}.width--8{width:8%}.width--9{width:9%}.width--10{width:10%}.width--11{width:11%}.width--12{width:12%}.width--13{width:13%}.width--14{width:14%}.width--15{width:15%}.width--17{width:17%}.width--18{width:18%}.width--19{width:19%}.width--20{width:20%}.width--25{width:25%}.width--30{width:30%}.width--33{width:33%}.width--35{width:35%}.width--40{width:40%}.width--45{width:45%}.width--50{width:50%}.width--55{width:55%}.width--60{width:60%}.width--65{width:65%}.width--70{width:70%}.width--75{width:75%}.width--80{width:80%}.width--16px{width:16px}.width--20px{width:20px}.width--25px{width:25px}.width--32px{width:32px}.width--50px{width:50px}.width--40px{width:40px}.width--60px{width:60px}.width--100px{width:100px}.width--200px{width:200px}.width--350px{width:350px}.min-width--65px{min-width:65px}.width--full{width:100%!important}.width--full-viewport{width:100vw}.max-width--half{max-width:50%}.max-width--1400{max-width:1400px}.height--40{height:40%}.height--60{height:60%}.height--5px{height:5px}.height--15px{height:15px}.height--20px{height:20px}.height--30px{height:30px!important}.height--16px{height:16px}.height--50px{height:50px}.height--full{height:100%}.height--full-viewport{height:100vh}.height--fit-content{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}.min-height--inherit{min-height:inherit}.box-size--border-box{box-sizing:border-box}.hide{display:none}.show{display:block}.hide--lg,.show--xl{display:none}.hide--xl,.show--lg{display:block}.hide--md{display:none}.show--md{display:block}.hide--sm{display:none}.show--sm{display:block}.hide--xs{display:none}.show--xs{display:block}.visibility--hidden{visibility:hidden}.break-word--all{word-break:break-all}.break-word--word{word-break:break-word}.m--auto{margin:auto}.m--0-auto{margin:0 auto}.m--auto-0{margin:auto 0}.m--10{margin:10px}.m--20{margin:20px}.mt--0{margin-top:0}.mt--4{margin-top:4px}.mt--5{margin-top:5px}.mt--8{margin-top:8px}.mt--10{margin-top:10px}.mt--12{margin-top:12px}.mt--15{margin-top:15px}.mt--20{margin-top:20px}.mt--25{margin-top:25px}.mt--30{margin-top:30px}.mt--35{margin-top:35px}.mt--40{margin-top:40px}.mt--50{margin-top:50px}.mt--60{margin-top:60px}.mt--65{margin-top:65px}.mt--auto{margin-top:auto}.mr--0{margin-right:0}.mr--2{margin-right:2px}.mr--5{margin-right:5px}.mr--10{margin-right:10px}.mr--15{margin-right:15px}.mr--20{margin-right:20px}.mr--25{margin-right:25px}.mr--30{margin-right:30px}.mr--32{margin-right:32px}.mr--35{margin-right:35px}.mr--40{margin-right:40px}.mr--auto{margin-right:auto}.mb--0{margin-bottom:0!important}.mb--5{margin-bottom:5px}.mb--7{margin-bottom:7px}.mb--10{margin-bottom:10px}.mb--15{margin-bottom:15px}.mb--20{margin-bottom:20px}.mb--25,.mb--28{margin-bottom:25px}.mb--30{margin-bottom:30px}.mb--35{margin-bottom:35px}.mb--45{margin-bottom:45px}.mb--50{margin-bottom:50px}.mb--60{margin-bottom:60px}.mb--65{margin-bottom:65px}.mb--auto{margin-bottom:auto}.ml--0{margin-left:0}.ml--5{margin-left:5px}.ml--7{margin-left:7px}.ml--10{margin-left:10px}.ml--15{margin-left:15px}.ml--17{margin-left:17px}.ml--20{margin-left:20px}.ml--25{margin-left:25px}.ml-n--30{margin-left:-30px}.ml--30{margin-left:30px}.ml--40,.ml--45{margin-left:40px}.ml--auto{margin-left:auto}.p--0{padding:0}.p--10{padding:10px}.p--20{padding:20px}.p--15{padding:15px}.p--25{padding:25px}.p--30{padding:30px}.pt--5{padding-top:5px}.pt--10{padding-top:10px}.pt--15{padding-top:15px}.pt--20{padding-top:20px}.pt--23{padding-top:23px}.pt--25{padding-top:25px}.pt--40{padding-top:40px}.pr--0{padding-right:0}.pr--5{padding-right:5px}.pr--10{padding-right:10px}.pr--15{padding-right:15px}.pr--20{padding-right:20px}.pr--25{padding-right:25px}.pr--30{padding-right:30px}.pb--0{padding-bottom:0}.pb--5{padding-bottom:5px}.pb--10{padding-bottom:10px}.pb--15{padding-bottom:15px}.pb--20{padding-bottom:20px}.pb--40{padding-bottom:40px}.pb--70{padding-bottom:70px}.pb--75{padding-bottom:75px}.pl--0{padding-left:0}.pl--5{padding-left:5px}.pl--10{padding-left:10px}.pl--15{padding-left:15px}.pl--20{padding-left:20px}.pl--30{padding-left:30px}.pl--50{padding-left:50px}.top--10{top:10px}.top--25{top:25px}.right--25{right:25px}.cursor--auto{cursor:auto}.cursor--pointer{cursor:pointer}.cursor-not--allowed{cursor:not-allowed}.pointer-events--none{pointer-events:none}.align-items--stretch{align-items:stretch}.align-self--center{align-self:center}.align-content--baseline{align-content:baseline}.object-fit--cover{object-fit:cover}.object-position-top{object-position:top;-o-object-position:top}.object-fit--contain{object-fit:contain}.text--left{text-align:left}.text--right{text-align:right}.text--center{text-align:center}.font-size--10{font-size:10px}.font-size--xxs{font-size:.75rem}.font-size--xs{font-size:.8125rem}.font-size--sm{font-size:.875rem}.font-size--default{font-size:.9375rem}.font-size--browser-default{font-size:1rem}.font-size--md{font-size:1.0625rem}.font-size--lg{font-size:1.125rem}.font-size--22{font-size:1.375rem}.font-size--xl{font-size:1.1875rem}.font-size--xxl{font-size:1.25rem}.font-size--24{font-size:1.5rem}.font-size--25{font-size:1.5625rem}.font-size--26{font-size:1.625rem}.font-size--28{font-size:1.75rem}.font-size--30{font-size:1.875rem}.font-size--34{font-size:2.125rem}.font-size--40{font-size:2.5rem}.font-size--50{font-size:3.125rem}.line-height--sm{line-height:1}.line-height--default{line-height:1.2}.line-height--md{line-height:1.5}.line-height--lg{line-height:2}.line-height--20{line-height:20px}.line-height--28{line-height:28px}.line-height--70{line-height:70px}.font--light{font-weight:300}.font--regular{font-weight:400}.font--medium{font-weight:500}.font--semi-bold{font-weight:600}.font--bold{font-weight:700}.font--extra-bold{font-weight:800}.font--heavy{font-weight:900}.font--extra-heavy{font-weight:1000}.font-light{font-weight:300}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-semi-bold{font-weight:600}.font-bold{font-weight:700}.font-extra-bold{font-weight:800}.font-heavy{font-weight:900}.font-extra-heavy{font-weight:1000}.text--lowercase{text-transform:lowercase}.text--uppercase{text-transform:uppercase}.text--capitalize{text-transform:capitalize}.text--initial{text-transform:none}.text-decoration--underline{text-decoration:underline}.position--relative{position:relative}.position--absolute{position:absolute}.position--fixed{position:fixed}.position--sticky{position:-webkit-sticky;position:sticky}.z-index--0{z-index:0}.z-index--1{z-index:1}.z-index--2{z-index:2}.z-index--7{z-index:7}.z-index--negative-1{z-index:-1}.z-index--negative-2{z-index:-2}.z-index--100{z-index:100}.z-index--max{z-index:999}.overflow--hidden{overflow:hidden}.overflow--hidden-x{overflow-x:hidden}.overflow--auto-x{overflow-x:auto}.overflow--auto{overflow:auto}.opacity--10{opacity:.1}.opacity--20{opacity:.2}.opacity--30{opacity:.3}.opacity--40{opacity:.4}.opacity--50{opacity:.5}.opacity--60{opacity:.6}.opacity--70{opacity:.7}.opacity--80{opacity:.8}.opacity--100{opacity:1}.disabled{cursor:not-allowed;opacity:.5;-webkit-user-select:none;user-select:none}.truncate--text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.truncate-lines--2{-webkit-line-clamp:2}.truncate-lines--2,.truncate-lines--3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.truncate-lines--3{-webkit-line-clamp:3}.truncate-lines--4{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.fill--none{fill:none}.fill--white{fill:#fff}.fill--white.with-opacity-50{opacity:.5}.fill--white.with-opacity-30{opacity:.3}.fill--primary{fill:#0081c9}.fill--secondary{fill:gray}.fill--grey-50{fill:#bdbdbd}.fill--grey-100{fill:#828282}.fill--grey-150{fill:#4e4e4e}.fill--grey-200{fill:#464748}.fill--grey-300{fill:#262728}.fill--grey-400{fill:#252526}.fill--grey-500{fill:#262626}.fill--grey-600{fill:#515151}.fill--grey-700{fill:#d0d0d0}.fill--success-50{fill:#ecfdf5}.fill--success-100{fill:#d1fae5}.fill--success-200{fill:#a7f3d0}.fill--success-300{fill:#6ee7b7}.fill--success-400{fill:#34d399}.fill--success-500{fill:#1f9471}.fill--success-600{fill:#059669}.fill--success-700{fill:#047857}.fill--success-800{fill:#065f46}.fill--success-900{fill:#064e3b}.fill--success-1000{fill:#008744}.fill--red-100{fill:#eb5757}.fill--red-200{fill:#ce3b4d}.fill--red-300{fill:#f23131}.fill--red-400{fill:#e33737}.fill--red-500{fill:red}.fill--red-600{fill:#d13838}.fill--red-700{fill:#d62d20}.stroke--white{stroke:#fff}.stroke--primary{stroke:#0081c9}.text--primary{color:#0081c9}.text--dark{color:#444a51}.text--secondary{color:gray}.text--green{color:#73a839}.text--white{color:#fff}.text--white.with-opacity-50{opacity:.5}.text--white.with-opacity-70{opacity:.7}.text--gray{color:#444a51}.text--red-100{color:#eb5757}.text--red-200{color:#ce3b4d}.text--red-300{color:#f23131}.text--red-400{color:#e33737}.text--red-500{color:red}.text--red-600{color:#d13838}.text--red-700{color:#d62d20}.text--success-50{color:#ecfdf5}.text--success-100{color:#d1fae5}.text--success-200{color:#a7f3d0}.text--success-300{color:#6ee7b7}.text--success-400{color:#34d399}.text--success-500{color:#1f9471}.text--success-600{color:#059669}.text--success-700{color:#047857}.text--success-800{color:#065f46}.text--success-900{color:#064e3b}.text--success-1000{color:#008744}.text--black{color:#000}.bg--gray{background-color:#444a51}.bg--grey-50{background-color:#bdbdbd}.bg--grey-100{background-color:#828282}.bg--grey-150{background-color:#4e4e4e}.bg--grey-200{background-color:#464748}.bg--grey-300{background-color:#262728}.bg--grey-400{background-color:#252526}.bg--grey-500{background-color:#262626}.bg--grey-600{background-color:#515151}.bg--grey-700{background-color:#d0d0d0}.bg--primary{background-color:#0081c9}.bg--secondary{background-color:gray}.bg--white{background-color:#fff}.bg--white.with-opacity-10{opacity:.1}.bg--black{background-color:#000}.bg--red{background-color:gray}.bg--transparent{background-color:transparent}.bg--success{background-color:#73a839}.bg--info{background-color:#2fa4e7}.border-radius--sm{border-radius:4px}.border-radius--md{border-radius:8px}.border-radius--5{border-radius:5px}.border-radius--default{border-radius:6px}.border-radius--lg{border-radius:10px!important}.border-radius--xxl{border-radius:20px}.border-radius--half{border-radius:50%}.border-radius--100{border-radius:100px}.rotate--180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate--90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.scrollbar--hidden::-webkit-scrollbar{width:0}.overflow--hidden-y{overflow-y:hidden}.overflow--auto-y{overflow-y:auto}.transition{transition:all .2s linear}.error{color:#ce3b4d;font-size:.75rem;margin-top:5px}.font-family--lato{font-family:Lato}.react-datepicker-wrapper{width:100%}.order--1{order:1}.order--2{order:2}.order--3{order:3}.order--4{order:4}.order--5{order:5}.order--6{order:6}.d--block{display:block}.form-input{background-color:#fff;border:1px solid #d0d0d0;border-radius:6px;color:#444a51;cursor:text;font-size:.9375rem;height:40px;margin-top:10px;outline:0;padding:0 15px;width:100%}.form-input:disabled{background-color:#e7e7e7;cursor:not-allowed}.form-input::-webkit-input-placeholder{color:gray;opacity:.5}.form-input::placeholder{color:gray;opacity:.5}.form-input--error{border:1px solid #f44336}.checkbox{border:1px solid hsla(0,0%,100%,.3);height:32px;min-width:32px;transition:all .2s ease-in-out;width:32px}.checkbox:hover{border:1px solid #fff}.checkbox .check-icon{height:26px;width:26px}.checkbox .check-icon path{stroke:#0081c9}.checkbox.player-select{border-radius:50%}.checkbox.player-select .check-icon{height:22px;width:22px}.checkbox.player-select .check-icon path{stroke:#fff}.checkbox.player-select.selected{background-color:#73a839}.text-area{height:auto;padding:15px}.form-item{margin-bottom:20px}.form-label{display:block;margin-bottom:5px}.form-label.required{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form-label.required:after{color:red;content:"*";font-size:1rem;position:absolute;right:-10px;top:0}.calendar-input{padding:0 15px!important;width:100%}.react-datepicker__input-container .calendar-icon{background:#fff;border-radius:5px;height:20px!important;padding:8px!important;pointer-events:none;right:2px;top:12px;width:20px!important}.react-datepicker__input-container .membership-calendar-icon{right:2px}.modal-wrapper{-webkit-animation:fadeIn .3s;animation:fadeIn .3s;background-color:rgba(0,0,0,.65);height:100%;left:0;position:fixed;top:0;width:100%;z-index:6}.modal-wrapper .modal-content{background-color:#fff;border-radius:5px;margin:auto;max-width:450px;position:relative;width:100%}.modal-wrapper .modal-content .close-button{right:5px;top:15px}.modal-wrapper .modal-content .heading-wrapper{border-bottom:1px solid #d0d0d0;padding:15px 20px}.modal-wrapper .modal-content .body-wrapper{max-height:80vh;overflow-y:scroll;padding:20px}.modal-wrapper .modal-content .footer-wrapper{padding:20px}.modal-wrapper .modal-content .footer-wrapper .cancel-btn{background-color:#ddd;color:#666}.modal-wrapper .confirm-modal{max-width:500px}.modal-wrapper .confirm-modal .confirmation-message{padding:46px 35px}.modal-wrapper .confirm-modal .cancel{background-color:#ddd;border-radius:0 0 0 5px;color:#666}.modal-wrapper .confirm-modal .success{border-radius:0 0 3px 0;color:#fff}.modal-wrapper .add-comment-modal .body-wrapper{padding:0}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.install-prompt-wrapper{border-radius:4px;box-shadow:0 4px 8px 0 rgba(0,0,0,.15);left:0;position:fixed;top:2px;width:100vw;z-index:998}.install-prompt-wrapper .install-prompt{background-color:#fff;border-radius:4px;display:flex;justify-content:space-between;padding:12px 10px;position:relative}.install-prompt-wrapper .install-prompt .close-icon-wrapper{position:absolute;right:3px;top:0}.install-prompt-wrapper .install-prompt .close-icon-wrapper .close-icon{width:15px}.install-prompt-wrapper .install-prompt .close-icon-wrapper .close-icon g{opacity:1}.install-prompt-wrapper .install-prompt .prompt-logo{margin-right:15px;width:40px}.notification-prompt-wrapper{align-items:center;background-color:rgba(0,0,0,.3);border-radius:4px;box-shadow:0 4px 8px 0 rgba(0,0,0,.15);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.notification-prompt-wrapper .install-prompt{background-color:#fff;border-radius:4px;max-width:300px;padding:20px 10px;position:relative;text-align:center}.notification-prompt-wrapper .install-prompt .close-icon-wrapper{position:absolute;right:3px;top:0}.notification-prompt-wrapper .install-prompt .close-icon-wrapper .close-icon{width:15px}.notification-prompt-wrapper .install-prompt .close-icon-wrapper .close-icon g{opacity:1}.notification-prompt-wrapper .install-prompt .prompt-logo{margin-bottom:10px;width:40px}.constitution-modal-wrapper .constitution-modal-content{padding:20px;width:90%}.constitution-modal-wrapper .constitution-modal-content .close-button{right:7px;top:7px}.constitution-modal-wrapper .constitution-modal-content .constitution-logo{width:40px}.constitution-modal-wrapper .comment-modal-content{border-radius:40px 40px 0 0;bottom:0;padding:20px;position:absolute;width:100%}.constitution-modal-wrapper .comment-modal-content .close-button{right:7px;top:7px}.constitution-modal-wrapper .comment-modal-content .constitution-logo{width:40px}.footer-container{border-radius:20px 20px 0 0;box-shadow:0 -4px 14px 0 rgba(0,0,0,.149);height:90px}.footer-container .footer-tab-wrapper{cursor:pointer;flex-direction:column;height:100%;width:33.33%}.footer-container .footer-tab-wrapper .footer-tab-title{color:rgba(0,0,0,.5);font-size:1rem;font-weight:400;text-transform:capitalize;transition:all .3s ease-in-out}.footer-container .footer-tab-wrapper .footer-tab-title--active{color:#0081c9;font-weight:700}.footer-container .footer-tab-wrapper .footer-active-icon g path{stroke:#0081c9;transition:stroke .3s ease-in-out}.footer-container{background-color:#fafcff}.footer-container,.scaletech-footer-container{bottom:0;justify-content:space-between;max-width:450px;position:fixed;width:100%;z-index:6}.scaletech-footer-container{justify-content:center;padding-bottom:30px}.scaletech-footer-container .footer-title{opacity:.5}.alumni-details-footer-wrapper,.home-scaletech-footer-container,.login-scaletech-footer-wrapper{position:static}.login-scaletech-footer-wrapper{padding-bottom:20px}.splash-footer-container{background-color:transparent}*,:after,:before{box-sizing:inherit}*{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;letter-spacing:.5px}*,body{font-family:Roboto Slab}body{background-color:#fafcff;box-shadow:0 3px 5px 0 rgba(0,0,0,.102);color:#000;font-size:1rem;font-weight:400;height:100vh;margin:0 auto;max-width:450px;overflow-x:hidden;padding:0;scroll-behavior:smooth}::-webkit-scrollbar{border-radius:6px;box-shadow:inset 0 0 4px -.5px rgba(0,0,0,.2);width:4px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:rgba(0,129,201,.5);border-radius:6px}a{text-decoration:none}a:active,a:focus,a:hover{outline:0}h1,h2,h3,h5,p{margin:0}ul{list-style:none;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input{-webkit-appearance:none;border:none;-webkit-user-select:text}button,input{box-sizing:border-box;outline:none}button{cursor:pointer}button::-moz-focus-inner{border:0}button{border:0}button:disabled{cursor:not-allowed;opacity:.5}h1{font-size:3rem}h1.size--small{font-size:2.125rem}h2{font-size:2.4375rem}h2.size--small,h3{font-size:2.0625rem}h3.size--small{font-size:1.75rem}h4{font-size:2.0625rem}h4.size--small,h5{font-size:1.4375rem}h5.size--small,h6{font-size:1.1875rem}h6.size--small{font-size:1rem}.main-content-wrapper{height:100%;max-height:calc(100vh - 112px);overflow-x:hidden;padding-top:90px;width:100%}.main-content-wrapper::-webkit-scrollbar-thumb,.main-content-wrapper::-webkit-scrollbar-track{background-color:transparent;box-shadow:none!important}.main-content-wrapper::-webkit-scrollbar{box-shadow:none!important;display:none;width:0!important}.sign-up-content-wrapper{background-color:#f5f7f9;padding-top:0}.successful-content-wrapper{max-height:100%}.profile-details-content-wrapper{max-height:calc(100vh - 80px)}.react-select-container .select__control .select__value-container::-webkit-scrollbar{display:none}.checkbox-wrapper{cursor:pointer;display:block;line-height:25px;min-height:41px;padding:8px 8px 8px 35px;position:relative;-webkit-user-select:none;user-select:none}.checkbox-wrapper input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkbox-wrapper input:checked~.check-mark{background-color:#0081c9;border-color:#0081c9}.checkbox-wrapper input:checked~.check-mark:after{display:block}.checkbox-wrapper .check-mark{border:1px solid #d0d0d0;border-radius:2px;height:25px;left:8px;position:absolute;top:8px;width:25px}.checkbox-wrapper .check-mark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:13px;left:8px;position:absolute;top:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:7px}.checkbox-wrapper.disabled{cursor:not-allowed;opacity:.5}.checkbox-wrapper.disabled .check-mark{border-color:#d0d0d0!important;pointer-events:none}.checkbox-wrapper:hover input~.check-mark{border-color:#0081c9}.upload-label{background-color:#ddd;color:#666!important}.primary-button{background:#0081c9;border:1px solid transparent;border-radius:5px;box-shadow:0 4px 10px 0 rgba(16,44,87,.2);color:#fff;font-size:1rem;font-weight:700;height:40px;line-height:1;padding:0 15px;transition:all .5s ease;width:240px}.primary-button:hover{background:linear-gradient(0deg,rgba(0,0,0,.05),rgba(0,0,0,.05)),#0081c9}.primary-button:disabled{opacity:.4}.primary-button:active{border:2px solid gray}.primary-button.icon{background:transparent;border:0;box-shadow:none;height:30px;padding:0;width:30px}.secondary-button{background-color:#fff;border:1px solid transparent;border-radius:5px;box-shadow:0 4px 10px 0 rgba(16,44,87,.2);color:gray;font-size:1rem;font-size:.875rem;font-weight:700;height:40px;line-height:1;padding:0 15px;transition:all .5s ease;width:240px}.secondary-button:hover{background:linear-gradient(0deg,rgba(52,65,84,.07),rgba(52,65,84,.07)),#fff}.secondary-button:disabled{box-shadow:none;opacity:.5}.secondary-button:active{border:2px solid rgba(116,100,210,.8)}.transparent-button{background-color:#fff;background:rgba(215,217,236,.3);border:1px solid transparent;border-radius:5px;box-shadow:0 4px 10px 0 rgba(16,44,87,.2);box-shadow:0 4px 8px 0 rgba(0,0,0,.35);color:gray;color:#fff;font-size:1rem;font-weight:700;height:40px;line-height:1;padding:0 15px;transition:all .5s ease;width:240px}.transparent-button:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.5)}.transparent-button:disabled{box-shadow:none;opacity:.5}.header-wrapper{background-color:#fff;box-shadow:0 3px 5px 0 rgba(0,0,0,.102);height:90px;max-width:450px;position:fixed;top:0;width:100%;z-index:3}.header-wrapper .navbar{background:linear-gradient(180deg,hsla(0,0%,100%,.2) -72.92%,rgba(242,244,248,.197) -72.9%,rgba(255,201,60,.2));box-sizing:border-box;padding:20px}.header-wrapper .navbar .logo{height:40px;position:relative;width:40px}.header-wrapper .navbar .logo:after{background-color:hsla(0,0%,100%,.3);content:"";height:60px;position:absolute;right:-20px;top:-10px;width:1px}.header-wrapper .navbar .header-links{gap:20px}.header-wrapper .navbar .link{border-bottom:1px solid transparent;line-height:35px;transition:all .5s ease}.header-wrapper .navbar .link.active,.header-wrapper .navbar .link:hover{border-color:#fff}.header-wrapper .navbar .user-tab{gap:20px}.header-wrapper .navbar .user-tab .name{width:120px}.header-wrapper .navbar .user-tab .logout-icon{fill:#fff}.header-wrapper .navbar .header-icon-wrapper{align-items:center;background:#fff;border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,.102);cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.notification-wrapper{box-shadow:0 10px 30px rgba(0,0,0,.25);max-width:1300px;padding:15px;position:absolute;right:200px;top:60px;z-index:2}.notification-wrapper .notification-btn{height:40px;line-height:22px;min-width:100px;outline:none;padding:0 20px;transition:all .5s ease}.notification-wrapper .notification-btn-active{border-bottom:1px solid #000}.notification-wrapper .clear-filter-button{background-color:#fff;border:1px solid transparent;border-radius:5px;box-shadow:0 4px 10px 0 rgba(16,44,87,.2);color:gray;color:#fff;font-size:1rem;font-size:13px;font-weight:700;height:40px;line-height:1;padding:8px;transition:all .5s ease;width:100%}@media screen and (max-width:1600px){.header-wrapper .navbar .link{line-height:23px}}.full-page{height:100vh;width:100%}.login-wrapper,.splash-screen-wrapper{height:100vh;margin:0 auto;max-width:428px;position:relative;z-index:1}.login-wrapper:before,.splash-screen-wrapper:before{background:linear-gradient(180deg,#fff,rgba(242,244,248,.984) .01%,#ffc93c 117.23%);border-radius:100%;content:"";height:804px;opacity:.2;position:absolute;width:804px}.login-wrapper{overflow-x:hidden;overflow-y:auto}.login-wrapper:before{max-height:calc(100vh - 70px);top:-15vh}.login-wrapper .login-inner-wrapper{padding:20px;width:100%;z-index:2}.login-wrapper .login-inner-wrapper::-webkit-scrollbar{box-shadow:none!important;width:0!important}.login-wrapper .login-inner-wrapper::-webkit-scrollbar-thumb,.login-wrapper .login-inner-wrapper::-webkit-scrollbar-track{background-color:transparent;box-shadow:none!important}.login-wrapper .otp-inner-wrapper{padding-top:40px}.login-wrapper .login-title{font-size:32px;font-weight:700;text-align:left;width:100%}.login-wrapper .login--sub-title{color:gray}.login-wrapper .otp-screen-wrapper{width:100%}.login-wrapper .otp-screen-wrapper .otp-form-wrapper{justify-content:space-between;margin:0 auto}.login-wrapper .otp-screen-wrapper .otp-form-wrapper .otp-input-box{-webkit-appearance:none;border:1px solid #d0d0d0;border-radius:5px;font-size:.8125rem;height:50px;margin:10px 5px;padding:10px;text-align:center;transition:all .3s ease-in-out;width:40px!important}.login-wrapper .otp-screen-wrapper .otp-form-wrapper .otp-input-box::selection{background:transparent}.login-wrapper .otp-screen-wrapper .otp-form-wrapper .otp-input-box::-moz-selection{background:transparent}.login-wrapper .otp-screen-wrapper .otp-form-wrapper .otp-input-box::-webkit-input-placeholder{opacity:.5}.login-wrapper .otp-screen-wrapper .otp-form-wrapper .otp-input-box::placeholder{opacity:.5}.login-wrapper .otp-screen-wrapper .otp-form-wrapper .otp-input-box:focus{box-shadow:0 4px 10px 0 rgba(0,0,0,.102)}.login-wrapper .otp-screen-wrapper .resend-otp-timer{color:rgba(0,0,0,.5);color:#0081c9;font-size:.8125rem;font-size:.875rem;line-height:20px;margin-top:10px;text-align:center}.login-wrapper .otp-screen-wrapper .resend-otp-text{color:#0081c9;font-size:1rem;font-weight:500;margin-top:10px;text-align:center}.login-wrapper .otp-screen-wrapper .resend-otp-title{color:gray;text-align:center}.login-wrapper .otp-screen-wrapper .otp-timer-wrapper{align-items:center;display:flex;justify-content:center}.splash-screen-wrapper{overflow:hidden}.form .form-item .input-field{background-color:#fff;color:#444a51;min-height:40px;padding:5px 10px;transition:all .2s ease-in-out}.form .form-item input:-webkit-autofill{-webkit-text-fill-color:#444a51}.form .form-item input:-webkit-autofill:focus{-webkit-text-fill-color:#444a51;background-color:#fff}.form .form-item .password-icon{right:25px;top:21px;width:28px}.form .form-item .error-message{bottom:-17px;left:0}.form .login-btn{background-color:#0081c9;border-radius:5px;min-height:40px;padding:0 15px;width:100%}.form .field-wrapper .height--71{height:71px}.form .field-wrapper .input-field{background:#fff;border:1px solid #d0d0d0;border-radius:5px;font-size:.875rem;max-height:50px;padding:17px 13px 18px;z-index:2}.form .field-wrapper .field-title{font-size:1.125rem}.form .field-wrapper .error{margin-top:1px}.auth-title{margin:10px 0 40px}.auth-form{border-radius:6px;width:100%}.auth-form .welcome-img{bottom:62px;position:absolute;right:0}.reset-password_form.form .form-item .password-icon{top:50px}.reset-password_form .reset-password-btn{min-height:55px}.splash-screen-wrapper:before{top:65vh;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.splash-screen-wrapper .obssa-logo{border:9px solid #fff;border-radius:35px;box-shadow:0 6px 10px 0 rgba(0,0,0,.251);margin-bottom:50px}.splash-screen-wrapper .obssa-title{padding:20px 20px 70px;text-align:center}.splash-screen-wrapper .obssa-sub-title,.splash-screen-wrapper .obssa-title{font-family:Lato;font-size:32px;font-weight:800}.back-button{margin-bottom:40px;max-width:40px;padding:9px}.search-tab-wrapper .search-tab{padding:20px}.search-tab-wrapper .search-tab .search-field-wrapper{position:relative;width:calc(100% - 60px)}.search-tab-wrapper .search-tab .search-field-wrapper .search-field{background:#fff;border:1px solid #d1dee5;border-radius:5px;font-size:1rem;height:45px;padding:13px 0 15px 10px;width:100%}.search-tab-wrapper .search-tab .search-field-wrapper .search-field::-webkit-input-placeholder{font-size:.75rem}.search-tab-wrapper .search-tab .search-field-wrapper .search-field::placeholder{font-size:.75rem}.search-tab-wrapper .search-tab .search-field-wrapper .close-icon-wrapper{background:#d1dee5;border-radius:50%;cursor:pointer;height:19px;position:absolute;right:14px;top:16px;width:19px;z-index:3}.search-tab-wrapper .search-tab .search-field-wrapper .close-icon-wrapper .close-icon{height:7px;width:7px}.search-tab-wrapper .search-tab .search-icon-wrapper{background:#0081c9;border-radius:5px;box-shadow:0 6px 15px 0 rgba(0,0,0,.1);height:45px;margin-left:10px;width:45px}.search-tab-wrapper .search-tab .search-icon-wrapper .search-icon path{stroke:#fff}.search-tab-wrapper .search-tab .search-friend-text{opacity:.5;padding-top:20px}.search-tab-wrapper .search-result{height:calc(100vh - 270px);overflow-y:auto;padding:0 20px}.search-tab-wrapper .search-result .search-img-wrapper{flex-direction:column;min-height:calc(100vh - 307px)}.search-tab-wrapper .search-result .friends-list-wrapper:not(:first-child){margin-top:20px}.search-tab-wrapper .search-result .friends-list-wrapper{align-items:center;background:#fff;border:1px solid #d1dee5;border-radius:5px;box-shadow:0 4px 10px 0 rgba(0,0,0,.102);display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;margin:0 auto;min-height:88px;padding:10px;width:100%}.search-tab-wrapper .search-result .friends-list-wrapper .profile-image{border:3px solid #d1dee5;border-radius:50%;height:50px;object-fit:cover;object-position:top;-o-object-position:top;width:50px}.search-tab-wrapper .search-result .friends-list-wrapper .friend-details-wrapper{margin:0 10px;max-width:280px}.search-tab-wrapper .search-result .friends-list-wrapper .friend-details-wrapper .friend-name{font-size:.9375rem;font-weight:700;line-height:20px}.search-tab-wrapper .search-result .friends-list-wrapper .friend-details-wrapper .city,.search-tab-wrapper .search-result .friends-list-wrapper .friend-details-wrapper .occupation{font-size:11px;line-height:13px;opacity:.5}.search-tab-wrapper .search-result .friends-list-wrapper .friend-details-wrapper .location-wrapper{margin:3px 0 0 -2px}.search-tab-wrapper .search-result .friends-list-wrapper .mobile-icon-wrapper{border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,.102);cursor:pointer;height:34px;width:34px}.search-tab-wrapper .search-result .friends-list-wrapper .mobile-icon-wrapper .wp-icon{height:30px;width:30px}.search-tab-wrapper .search-result .friends-list-wrapper .mobile-icon-wrapper .mobile-icon{height:30px;width:23px}.infinite-scroll-component{overflow:hidden!important}.dashboard-wrapper .gmap-wrapper{background-image:url(/static/media/map.7a0f4aabb1ebada86625.png);border-radius:5px;height:220px;margin:20px;overflow:hidden;position:relative;width:calc(100% - 40px)}.dashboard-wrapper .gmap-wrapper:before{background:rgba(0,129,201,.7);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dashboard-wrapper .gmap-wrapper .map-pin-icon-wrapper{align-items:center;background:#fff;border-radius:5px;box-shadow:0 6px 15px 0 rgba(0,0,0,.2);cursor:pointer;display:flex;height:35px;justify-content:center;width:35px}.dashboard-wrapper .gmap-wrapper .map-pin-icon-wrapper .map-pin-icon{height:25px;width:25px}.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:20px;position:relative}.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .gmap-title,.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .gmap-users{color:#fff;font-weight:700}.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .gmap-title{font-size:25px;line-height:30px;margin:0}.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .gmap-users{font-size:.75rem;line-height:16px;margin-bottom:5px}.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .user-profile{border:2px solid #4aa5d7;border-radius:50%;height:40px;margin-right:-10px;object-fit:cover;-o-object-fit:cover;object-position:top;-o-object-position:top;width:40px}.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .user-profile--other{background-color:#e9eff3;color:#0081c9;font-size:.75rem;font-weight:700;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:2px}.dashboard-wrapper .home-memories-wrapper{padding:0 20px}.dashboard-wrapper .home-memories-wrapper .swiper-wrapper{max-width:100vw}.dashboard-wrapper .home-memories-wrapper .title{font-size:22px;font-weight:700;line-height:29px;margin:20px 0 14px}.dashboard-wrapper .home-memories-wrapper .featured-memory-img{border-radius:5px;cursor:pointer;height:220px;max-width:410px;object-fit:cover;object-position:top;-o-object-position:top;width:100%}.dashboard-wrapper .home-memories-wrapper .swiper{padding-bottom:20px}.dashboard-wrapper .home-memories-wrapper .swiper .swiper-pagination .swiper-pagination-bullet{background-color:#0081c9;height:4px;width:10px}.dashboard-wrapper .home-memories-wrapper .swiper .memory-details{bottom:20px;justify-content:space-between;left:20px;position:absolute;width:calc(100% - 40px)}.dashboard-wrapper .home-memories-wrapper .swiper .memory-details .memory-date{background:#fff;border-radius:3px;color:#0081c9;font-size:.75rem;padding:2px 6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dashboard-wrapper .home-memories-wrapper .swiper .memory-details .memory-name{color:#fff;font-weight:700}.dashboard-wrapper .memory-wrapper{display:flex;flex-wrap:wrap;padding:0 20px}.dashboard-wrapper .memory-wrapper .title{font-size:22px;font-weight:700;line-height:29px;margin:20px 0 14px}.dashboard-wrapper .memory-wrapper .memory-box-wrapper{border-radius:5px;cursor:pointer;height:220px;margin-bottom:20px;position:relative;width:calc(50% - 10px)}.dashboard-wrapper .memory-wrapper .memory-box-wrapper .memory-img{border-radius:5px;height:100%;object-fit:cover;object-position:top;-o-object-position:top;width:100%}.dashboard-wrapper .memory-wrapper .memory-box-wrapper .memory-date{background:#fff;border-radius:3px;color:#0081c9;font-size:.75rem;left:10px;padding:2px 6px;position:absolute;top:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dashboard-wrapper .memory-wrapper .memory-box-wrapper .memory-details{align-items:center;bottom:10px;display:flex;justify-content:space-between;left:10px;position:absolute;width:calc(100% - 20px)}.dashboard-wrapper .memory-wrapper .memory-box-wrapper .memory-details .memory-name{color:#fff;font-weight:700;line-height:21px;width:calc(100% - 20px)}.dashboard-wrapper .memory-wrapper .memory-box-wrapper .memory-details .memory-icon path{stroke:#fff}.dashboard-wrapper .see-all{color:#0081c9;cursor:pointer;font-size:.875rem}.dashboard-wrapper .see-all svg{padding-top:2px}.dashboard-wrapper .see-all svg path{stroke:#0081c9}.dashboard-wrapper .all-memory-wrapper{background-color:#fff;height:100vh;max-width:450px;position:fixed;top:0;width:100%;z-index:3}.dashboard-wrapper .memory-swiper-wrapper{z-index:7}.dashboard-wrapper .updates-wrapper{margin:0 20px;max-width:410px;width:calc(100vw - 40px)}.dashboard-wrapper .updates-wrapper .swiper-wrapper .alumni-update-swiper{padding-bottom:20px}.dashboard-wrapper .updates-wrapper .swiper-wrapper .alumni-update-swiper .swiper-pagination{bottom:0}.dashboard-wrapper .updates-wrapper .swiper-wrapper .alumni-update-swiper .swiper-pagination .swiper-pagination-bullet{background-color:#0081c9;height:4px;width:10px}.dashboard-wrapper .updates-wrapper .title{font-size:22px;font-weight:700;line-height:29px;margin:20px 0 14px}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper{border:1px solid #e9eff3;box-shadow:0 2px 10px 0 rgba(0,0,0,.102);padding:10px}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper .birthday-alumni-details{width:calc(100% - 65px)}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper .contact-wrapper{align-items:center;border-radius:6px;box-shadow:0 2px 3px 0 rgba(0,0,0,.102);cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper .contact-wrapper .email-icon{height:30px;width:20px}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper .contact-wrapper .email-icon path{fill:#0081c9;stroke:#fff}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper .contact-wrapper .mobile-icon{height:30px;width:23px}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper .contact-wrapper .wp-icon{height:30px;width:30px}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper .alumni-img{border-radius:6px;height:45px;margin-right:10px;object-fit:cover;-o-object-fit:cover;object-position:top;-o-object-position:top;width:45px}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper .alumni-name{font-size:1.125rem;line-height:22px;margin-right:20px;max-width:calc(100vw - 240px);padding-bottom:11px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper .alumni-number{font-size:.875rem;line-height:15px}.dashboard-wrapper .updates-wrapper .update-img-wrapper{align-items:center;background:rgba(233,239,243,.502);border-radius:5px;display:flex;height:80px;justify-content:center;margin-right:10px;padding:20px;width:80px}.dashboard-wrapper .updates-wrapper .news-type{border-radius:30px;color:#000;font-size:.75rem;margin-bottom:10px;padding:5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dashboard-wrapper .constitution-tab-wrapper{cursor:pointer;margin:20px 20px 0}.memory-photo-swiper-wrapper{background:#2b2c2e;height:100vh;max-width:450px;position:fixed;top:0;width:100vw;z-index:8}.memory-photo-swiper-wrapper .header-icon-wrapper{align-items:center;background:#fff;border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,.102);cursor:pointer;display:flex;height:40px;justify-content:center;margin-right:20px;width:40px}.memory-photo-swiper-wrapper .details-memory--title{color:#fff;font-size:1.125rem;font-weight:700}.memory-photo-swiper-wrapper .swiper-wrapper{height:calc(100vh - 60px);max-width:100vw;position:relative}.memory-photo-swiper-wrapper .swiper-wrapper .swiper-slide{height:calc(100vh - 121px);margin:10px 0}.memory-photo-swiper-wrapper .swiper-wrapper .alumni-update-swiper .swiper-pagination{bottom:20px;color:#fff}.memory-photo-swiper-wrapper .swiper-wrapper .alumni-update-swiper .swiper-pagination .swiper-pagination-current,.memory-photo-swiper-wrapper .swiper-wrapper .alumni-update-swiper .swiper-pagination .swiper-pagination-total{color:#fff}.memory-photo-swiper-wrapper .swiper-wrapper .alumni-update-swiper .swiper-button-next,.memory-photo-swiper-wrapper .swiper-wrapper .alumni-update-swiper .swiper-button-prev{bottom:20px;color:#fff;height:16px;top:auto;z-index:11}.memory-photo-swiper-wrapper .swiper-wrapper .alumni-update-swiper .swiper-button-next:after,.memory-photo-swiper-wrapper .swiper-wrapper .alumni-update-swiper .swiper-button-prev:after{font-size:1rem}.memory-photo-swiper-wrapper .swiper-wrapper .alumni-alumni-wrapper .alumni-memory-img{height:100%;object-fit:contain;width:100%}.swiper-card{align-items:center;background:#fff;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:200px;width:165px}.swiper-card .profile-img{border:5px solid #fff;border-radius:5px;height:100%;margin-bottom:7px;max-height:150px;object-fit:cover;-o-object-fit:cover;object-position:top;-o-object-position:top;width:100%}.swiper-card .friend-name{font-weight:700;line-height:15px;margin-bottom:5px;text-align:center}.swiper-card .friend-designation{font-size:.75rem;line-height:15px;margin-bottom:5px;opacity:.5;text-align:center}.swiper-card .contact-wrapper{border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,.1);height:34px;width:34px}.swiper-card .contact-wrapper .email-icon,.swiper-card .contact-wrapper .mobile-icon{height:30px;width:23px}.swiper-card .contact-wrapper .email-icon{width:20px}.swiper-card .contact-wrapper .wp-icon{height:30px;width:30px}.form-profile-wrapper .logo{border:1px solid #fff;height:40px;width:40px}.form-profile-wrapper .profile-header{background-color:#f5f7f9;max-width:450px;padding:20px}.form-profile-wrapper .profile-header .profile-header-wrapper{max-width:450px;padding:0}.form-profile-wrapper .profile-header .profile-header-wrapper .auth-header{align-items:center;display:flex}.form-profile-wrapper .profile-header .profile-header-wrapper .auth-header .title{font-size:.875rem;text-align:left}.form-profile-wrapper .profile-wrapper{background-color:#f5f7f9;margin:20px 20px 100px;max-width:410px;position:relative;width:calc(100vw - 40px)}.form-profile-wrapper .profile-wrapper .details-wrapper{margin:20px 0}.form-profile-wrapper .profile-wrapper .next-button{background:#0081c9;border:1px solid transparent;border-radius:5px;box-shadow:0 4px 10px 0 rgba(16,44,87,.2);color:#fff;font-size:1rem;font-size:.8125rem;font-weight:700;height:40px;line-height:1;padding:0 10px;position:absolute;right:0;top:0;transition:all .5s ease;width:75px}.form-profile-wrapper .profile-wrapper .sticky-btn{position:fixed;right:20px;top:20px}.form-profile-wrapper .profile-wrapper .stepper-wrapper{background:#fff;overflow-x:scroll;padding:30px 20px;width:100%}.form-profile-wrapper .profile-wrapper .stepper-wrapper .bottom-active-border{background:gray;border-radius:10px;height:2px;left:28%;position:absolute;width:20px}.form-profile-wrapper .profile-wrapper .stepper-wrapper::-webkit-scrollbar{box-shadow:none!important;width:0!important}.form-profile-wrapper .profile-wrapper .stepper-wrapper::-webkit-scrollbar-thumb,.form-profile-wrapper .profile-wrapper .stepper-wrapper::-webkit-scrollbar-track{background-color:transparent;box-shadow:none!important}.form-profile-wrapper .profile-wrapper .stepper-wrapper span{color:rgba(12,53,106,.502);font-family:Roboto Slab}.form-profile-wrapper .profile-wrapper .stepper-wrapper .active{align-items:end;border:1.5px solid #fff;box-shadow:0 4px 6px 0 rgba(12,53,106,.2)}.form-profile-wrapper .profile-wrapper .stepper-wrapper .StepButton-0-2-4{position:relative}.form-profile-wrapper .profile-wrapper .stepper-wrapper .completed{border:1.5px solid gray}.form-profile-wrapper .profile-wrapper .stepper-wrapper .prev-tab{border:1.5px solid transparent}.form-profile-wrapper .profile-wrapper .stepper-wrapper .prev-tab:hover{background-color:rgba(1,190,9,.1);opacity:.8}.form-profile-wrapper .profile-wrapper .stepper-wrapper .StepButton-d2-0-2-12,.form-profile-wrapper .profile-wrapper .stepper-wrapper .active,.form-profile-wrapper .profile-wrapper .stepper-wrapper .completed{z-index:2}.form-profile-wrapper .profile-wrapper .stepper-wrapper .Connector-0-2-15{position:relative;z-index:1}.form-profile-wrapper .profile-wrapper .stepper-wrapper .profession-icon span{height:42px!important}.form-profile-wrapper .profile-wrapper .stepper-wrapper .StepperContainer-0-2-1{margin:0 auto;max-width:822px;padding:0}.form-profile-wrapper .profile-wrapper .stepper-wrapper .StepperContainer-0-2-1 .StepContainer-0-2-2{padding-left:20px;padding-right:20px}.form-profile-wrapper .profile-wrapper .stepper-wrapper .StepperContainer-0-2-1 .StepContainer-0-2-2 .StepButtonContent-0-2-5{border:none;border-radius:0 0 4px 4px;box-shadow:none;height:30px;overflow:hidden}.form-profile-wrapper .profile-wrapper .stepper-wrapper .ConnectorContainer-0-2-14{left:calc(-50% + 23px);right:calc(50% + 23px)}.form-profile-wrapper .profile-wrapper .stepper-wrapper .ConnectorContainer-d18-0-2-74{left:calc(-50% + 32px)}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper{background:#fff;border-radius:5px;display:flex;justify-content:center;padding:10px;width:100%}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper::-webkit-scrollbar{box-shadow:none!important;width:0!important}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper::-webkit-scrollbar-thumb,.form-profile-wrapper .profile-wrapper .stepper-main-wrapper::-webkit-scrollbar-track{background-color:transparent;box-shadow:none!important}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .profile-scroller{overflow-x:auto;overflow-y:hidden;width:calc(100vw - 20px)}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .profile-scroller::-webkit-scrollbar{box-shadow:none!important;height:0!important;width:0!important}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .profile-scroller::-webkit-scrollbar-thumb,.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .profile-scroller::-webkit-scrollbar-track{background-color:transparent;box-shadow:none!important}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .stepper-inner-wrapper{display:flex;justify-content:flex-start;overflow-x:scroll;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .stepper-inner-wrapper::-webkit-scrollbar{box-shadow:none!important;display:none;width:0!important}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .stepper-inner-wrapper::-webkit-scrollbar-thumb,.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .stepper-inner-wrapper::-webkit-scrollbar-track{background-color:transparent;box-shadow:none!important}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .stepper-inner-wrapper:after{height:0;width:0}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 15px;min-width:80px}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper:first-child,.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper:last-child{margin:0}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper:first-child{margin-right:15px}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper:last-child{margin-left:15px}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-box{background-color:#f0f3f6;border:2px solid #fff;border-radius:10px;cursor:pointer;height:46px;padding:0;position:relative;transition:all .3s ease-in-out;width:46px;z-index:2}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-box .stepper-line{border:1px dashed rgba(12,53,106,.5);left:43px;position:absolute;width:90px}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-box .stepper-line--active{border:1px solid #000}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-fill-box{background:linear-gradient(0deg,#0174be,#0174be),linear-gradient(0deg,#fff,#fff);box-shadow:0 4px 6px 0 rgba(12,53,106,.2)}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .disabled-stepper{cursor:not-allowed}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-line{border:1.5px dashed #d0d0d0;left:23px;position:absolute;z-index:1}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .stepper-title{color:rgba(12,53,106,.5);font-family:Roboto Slab;font-size:.8125rem;margin-top:5px;transition:all .3s ease-in-out}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .stepper-title--active{color:#0c356a}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .stepper-hr{background-color:#fff;border-radius:10px;height:2px;margin-top:5px;transition:all .3s ease-in-out;width:20px}.form-profile-wrapper .profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .stepper-hr--active{background-color:gray}.form-profile-wrapper .profile-wrapper .image-input{background-color:#fff;border:1px solid #d0d0d0;border-radius:5px;padding:7px}.form-profile-wrapper .profile-wrapper .profile-container{background:#fff;border:1px solid #f0f2f4;border-radius:5px;display:flex;flex-wrap:wrap;margin:15px 0;padding:15px 15px 0}.form-profile-wrapper .profile-wrapper .profile-container .details-input-wrapper{width:100%}.form-profile-wrapper .profile-wrapper .profile-container .details-input-wrapper .form-input{font-size:.875rem;height:40px}.form-profile-wrapper .profile-wrapper .profile-container .details-input-wrapper textarea{height:80px!important;padding-top:10px;resize:none}.form-profile-wrapper .profile-wrapper .profile-container .details-input-wrapper .react-datepicker__input-container .calendar-icon{top:12px}.form-profile-wrapper .profile-wrapper .profile-container .education-field-wrapper{flex-wrap:wrap}.form-profile-wrapper .profile-wrapper .profile-container .capture-photo .profile-image{background:#f0f3f6;border-radius:5px;height:40px;width:40px}.form-profile-wrapper .profile-wrapper .profile-container .capture-photo .file-upload{padding:15px}.form-profile-wrapper .profile-wrapper .profile-container .family-details-wrapper{border-top:1px solid #d1dee5;padding-top:30px}.form-profile-wrapper .profile-wrapper .tab-option-container{gap:20px;padding-top:0}.form-profile-wrapper .profile-wrapper .tab-option-container .small-tab{width:74px}.form-profile-wrapper .profile-wrapper .tab-option-container .big-tab{width:100px}.form-profile-wrapper .profile-wrapper .tab-option-container .tab-option{background:#f0f3f6;border-radius:5px;height:40px;padding:10px}.form-profile-wrapper .profile-wrapper .tab-option-container .tab-option .tab-title{color:gray;font-size:.875rem;font-weight:400;opacity:.5}.form-profile-wrapper .profile-wrapper .tab-option-container .tab-option--selected{background:#ffc436}.form-profile-wrapper .profile-wrapper .tab-option-container .tab-option--selected .tab-title{color:#000;font-weight:500;opacity:1}.form-profile-wrapper .profile-wrapper .contact-input-container .contact-input-wrapper{width:100%}.form-profile-wrapper .profile-wrapper .contact-input-container .contact-input-wrapper .number-input{height:40px;margin-top:0;width:calc(100% - 50px)}.form-profile-wrapper .profile-wrapper .contact-input-container .contact-input{height:40px;padding:10px;width:40px}.form-profile-wrapper .profile-wrapper .contact-input-container .plus-icon{background:rgba(240,243,246,.5);border:1px dashed #d0d0d0;border-radius:8px}.form-profile-wrapper .profile-wrapper .contact-input-container .transparent-border{border:1px solid transparent}.form-profile-wrapper .profile-wrapper .prev-button{font-size:.8125rem;width:100px}.form-profile-wrapper .profile-wrapper .submit-button-container{display:flex;justify-content:flex-end}.form-profile-wrapper .profile-wrapper .step-submit-button{background:#0081c9;border:1px solid transparent;border-radius:5px;box-shadow:0 4px 10px 0 rgba(16,44,87,.2);color:#fff;font-size:1rem;font-size:.8125rem;font-weight:700;height:40px;line-height:1;padding:0 10px;transition:all .5s ease;width:240px;width:100%}.form-profile-wrapper .profile-wrapper .step-submit-button:disabled{opacity:.5}.form-profile-wrapper .profile-wrapper .institute-container{border-top:1px solid #d0d0d0;padding:30px 0 0;position:relative}.form-profile-wrapper .profile-wrapper .institute-container:first-child{border-top:1px solid transparent;padding:0}.form-profile-wrapper .profile-wrapper .delete-info-wrapper{align-items:center;border-radius:8px;cursor:pointer;display:flex;height:50px;justify-content:center;margin:31px 0 0 20px;width:50px}.form-profile-wrapper .profile-wrapper .delete-icon-wrapper{background:linear-gradient(0deg,rgba(190,1,1,.5),rgba(190,1,1,.5)),linear-gradient(0deg,#fff,#fff);border-radius:50%;height:20px;width:20px}.form-profile-wrapper .profile-wrapper .delete-contact-number{margin:0;width:60px}.form-profile-wrapper .profile-wrapper .add-education-button{background:rgba(240,243,246,.5);border:1px dashed #d0d0d0;box-shadow:none;color:rgba(0,0,0,.5);width:380px}.form-profile-wrapper .profile-wrapper .member-container{padding:15px}.form-profile-wrapper .profile-wrapper .member-container .toggle-input{-webkit-appearance:none;appearance:none;background:#f0f3f6;border:1px solid #d0d0d0;border-radius:50px;cursor:pointer;height:32px;margin:0 0 0 10px;transition:.4s;width:75px}.form-profile-wrapper .profile-wrapper .member-container .toggle-input:after{background:#000;border:.5px solid #000;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.5);content:"";height:20px;left:6px;opacity:.5;position:absolute;top:5px;-webkit-transform:scale(1.1);transform:scale(1.1);transition:.4s;width:20px}.form-profile-wrapper .profile-wrapper .member-container .toggle-input:before{color:rgba(0,0,0,.5);content:"No";font-size:.75rem;font-weight:400;position:absolute;right:11px;top:7px}.form-profile-wrapper .profile-wrapper .member-container .toggle-input:checked{background:#0081c9}.form-profile-wrapper .profile-wrapper .member-container .toggle-input:checked:after{background:#fff;border:1px solid #d0d0d0;left:60%;opacity:1}.form-profile-wrapper .profile-wrapper .member-container .toggle-input:checked:before{color:#fff;content:"Yes";font-weight:700;left:9px;top:7px}.form-profile-wrapper .profile-wrapper .google-map-wrapper{border:1px solid #d0d0d0;border-radius:8px;height:110px;margin-top:120px;position:relative;width:100%}.form-profile-wrapper .profile-wrapper .google-map-wrapper .map-container .desktop-note{position:absolute;top:-48px}.form-profile-wrapper .profile-wrapper .google-map-wrapper .map-container .map-input{position:absolute;top:-121px}.form-profile-wrapper .profile-wrapper .google-map-wrapper .map-container .mobile-note{position:absolute;top:-48px}.form-profile-wrapper .profile-wrapper .google-map-wrapper .map-container .dropdown-wrapper{background:#f0f3f6;border-radius:8px;box-shadow:0 4px 6px 0 rgba(12,53,106,.2);left:0;margin-top:15;position:absolute;top:-70px;width:100%;z-index:9999}.form-profile-wrapper .profile-wrapper .google-map-wrapper .map-container .dropdown-wrapper .dropdown-option{background:#fff;border-bottom:1px solid #d0d0d0;color:#000;font-size:16px;font-weight:400;opacity:.5;padding:15px}.form-profile-wrapper .profile-wrapper .uNGBb-dialog-view--content,.form-profile-wrapper .profile-wrapper .xxGHyP-dialog-view{display:none!important}.form-profile-wrapper .roll-number-wrapper{background:linear-gradient(0deg,#f0f2f4,#f0f2f4),linear-gradient(0deg,#fff,#fff);border:1px solid #f0f2f4;border-radius:5px;box-shadow:0 10px 20px 0 rgba(12,53,106,.2);min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:10px}.form-profile-wrapper .roll-number-wrapper .title{font-size:.875rem;opacity:.5}.form-profile-wrapper .roll-number-wrapper .roll-no{font-size:.875rem;font-weight:600;padding-left:5px}.successful-completion-wrapper{align-items:center;background:linear-gradient(180deg,#f8f0e5,#fff .01%,#ffc436 110.62%);display:flex;flex-direction:column;justify-content:space-between;max-width:450px;min-height:100vh;width:100vw}.successful-completion-wrapper .content-wrapper{background:linear-gradient(0deg,#f0f2f4,#f0f2f4),linear-gradient(0deg,#fff,#fff);border:1px solid #f0f2f4;border-radius:40px 40px 0 0;box-shadow:0 10px 20px 0 rgba(12,53,106,.2);flex-direction:column;height:100%;justify-content:space-between;max-width:450px;min-height:calc(100vh - 100px);padding:20px;position:relative;width:100%}.successful-completion-wrapper .content-wrapper .completion--sub-title,.successful-completion-wrapper .content-wrapper .completion-title{font-family:Roboto Slab;font-size:20px;line-height:24px;margin-top:7px}.successful-completion-wrapper .content-wrapper .completion-title{font-weight:700}.successful-completion-wrapper .content-wrapper .completion--sub-title{font-size:16px;font-weight:400;text-align:center}.successful-completion-wrapper .content-wrapper .completion-msg{font-size:.8125rem;line-height:20px;opacity:.7;padding:15px 0;text-align:center}.successful-completion-wrapper .content-wrapper .view-profile-btn{font-size:.875rem;max-width:410px;width:100%;width:calc(100vw - 40px)}.successful-completion-wrapper .content-wrapper .confetti-wrapper{height:100%;overflow:hidden;position:absolute;width:100%}.successful-completion-wrapper .content-wrapper .heart-icon{color:#be0101}.successful-completion-wrapper .content-wrapper .sponsor-msg{font-size:.875rem;margin-top:30px}.successful-completion-wrapper .content-wrapper .sponsor-msg .scaletech-logo{height:40px;margin-left:7px;width:40px}.successful-completion-wrapper .content-wrapper .footer-bottom-wrapper{bottom:20px;position:absolute}.successful-completion-wrapper .content-wrapper .sponsor-msg--link{align-items:center;color:#000;display:flex;font-size:.875rem;margin-left:5px;text-decoration:none}.successful-completion-wrapper .auth-header-wrapper{align-items:center;display:flex;height:90px;justify-content:space-between;max-width:510px;padding:0 27px 0 20px}.successful-completion-wrapper .auth-header-wrapper .auth-header{margin:20px 0 30px}.successful-completion-wrapper .auth-header-wrapper .logo{border:1px solid #fff;height:40px;width:40px}.successful-completion-wrapper .auth-header-wrapper .title{font-family:Roboto Slab;font-size:.875rem;font-weight:800}.profile-wrapper{background-color:#fff;height:100vh;max-width:450px;position:fixed;top:0;width:100vw;z-index:3}.profile-wrapper .alumni-profile-wrapper{align-items:center;background:linear-gradient(180deg,#fff -72.92%,#f2f4f8 -72.9%,rgba(255,201,60,.2));box-sizing:border-box;display:flex;padding:25px 20px}.profile-wrapper .alumni-profile-wrapper .back-icon-wrapper{align-items:center;background:#fff;border-radius:5px;box-shadow:0 2px 3px 0 rgba(0,0,0,.102);cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.profile-details-wrapper{background-color:#fff}.profile-details-wrapper .profile-pic-wrapper{border:3px solid #d1dee5;border-radius:8px;height:120px;margin-right:15px;width:120px}.profile-details-wrapper .profile-pic-wrapper .profile-image{border-radius:5px;height:100%;object-fit:cover;object-position:top;-o-object-position:top;width:100%}.profile-details-wrapper .alumni-name{font-size:1.1875rem;font-weight:700;line-height:24px}.profile-details-wrapper .batch,.profile-details-wrapper .occupation{font-size:.8125rem;line-height:15px;opacity:.7}.profile-details-wrapper .roll-no{background:#ffc93c;border-radius:3px;color:#fff;font-size:.9375rem;font-weight:600;line-height:24px;margin-right:10px;padding:4px 8px}.profile-details-wrapper .life-member{color:#00c968;font-size:.875rem;font-weight:600;line-height:18px}.profile-details-wrapper .alumni-contact-wrapper{align-items:center;border-bottom:1px solid rgba(209,222,229,.502);display:flex;justify-content:space-between;margin:0 20px 10px;padding-bottom:15px}.profile-details-wrapper .alumni-contact-wrapper .contact-wrapper{background:#fff;border-radius:5px;box-shadow:0 3px 10px 0 rgba(0,0,0,.102);flex-direction:column;height:60px;width:calc(33.33% - 10px)}.profile-details-wrapper .alumni-contact-wrapper .contact-wrapper .email-icon,.profile-details-wrapper .alumni-contact-wrapper .contact-wrapper .mobile-icon{height:30px;width:23px}.profile-details-wrapper .alumni-contact-wrapper .contact-wrapper .email-icon{width:20px}.profile-details-wrapper .alumni-contact-wrapper .contact-wrapper .wp-icon{height:30px;width:30px}.profile-details-wrapper .alumni-contact-wrapper .contact-wrapper .contact{color:#666f7e;font-size:.875rem;line-height:18px;margin-top:3px}.profile-details-wrapper .tab-wrapper{align-items:center;border:1px solid rgba(209,222,229,.502);border-radius:5px;display:flex;justify-content:space-between;margin:20px;overflow:hidden;padding:8px 0;position:relative}.profile-details-wrapper .tab-wrapper:before{background:#0081c9;content:"";height:100%;position:absolute;top:0;transition:.3s ease-in-out;width:33.3333333333%}.profile-details-wrapper .tab-wrapper--personal:before{left:0}.profile-details-wrapper .tab-wrapper--professional:before{left:33.3333333333%}.profile-details-wrapper .tab-wrapper--family:before{left:66.6666666667%}.profile-details-wrapper .tab-wrapper .tab{border-radius:3px;color:#000;cursor:pointer;font-weight:600;text-align:center;text-transform:capitalize;transition:all .3s ease-in-out;width:33.33%;z-index:2}.profile-details-wrapper .tab-wrapper .tab--active{color:#fff}.profile-details-wrapper .details-wrapper{background-color:#fff;border:1px solid rgba(209,222,229,.502);border-radius:5px;height:calc(100vh - 430px);margin:0 20px;overflow-y:auto;padding:0 20px;position:relative;z-index:4}.profile-details-wrapper .details-wrapper:before{border:10px solid transparent;border-bottom-color:#fff;content:"";height:0;position:absolute;top:-20px;width:0;z-index:2}.profile-details-wrapper .details-wrapper:after{border:11px solid transparent;border-bottom-color:rgba(209,222,229,.502);border-radius:3px;content:"";height:0;position:absolute;top:-22px;width:0;z-index:1}.profile-details-wrapper .details-wrapper--personal:after,.profile-details-wrapper .details-wrapper--personal:before{left:12%}.profile-details-wrapper .details-wrapper--professional:after,.profile-details-wrapper .details-wrapper--professional:before{left:calc(50% - 7.5px)}.profile-details-wrapper .details-wrapper--family:after,.profile-details-wrapper .details-wrapper--family:before{left:82%}.profile-details-wrapper .details-wrapper .details{border-bottom:1px solid rgba(209,222,229,.502);padding:15px 0}.profile-details-wrapper .details-wrapper .details:last-child{border-bottom:none}.profile-details-wrapper .details-wrapper .detail-label{font-size:.875rem;opacity:.5;text-transform:capitalize}.profile-details-wrapper .details-wrapper .detail-value{font-size:.875rem;max-width:250px;overflow-wrap:break-word;padding-left:10px;text-align:right}.profile-details-wrapper .profile-edit-btn{align-items:center;background:hsla(0,0%,100%,.6);border:.88px solid #d1dee5;border-radius:5px;box-shadow:0 1.76px 2.65px 0 rgba(0,0,0,.102);cursor:pointer;display:flex;height:25px;justify-content:center;position:absolute;right:2px;top:2px;width:25px}.profile-details-wrapper .profile-edit-btn .edit-icon{height:20px;width:20px}.profile-details-wrapper .profile-edit-btn .edit-icon path{fill:#2196f3}.profile-details-wrapper .modal-content{max-width:410px;text-align:center;width:calc(100vw - 40px)}.profile-details-wrapper .modal-content .upload-title{font-size:1.1875rem;font-weight:700;margin-bottom:20px}.profile-details-wrapper .modal-content .profile-pic-wrapper{border-radius:5px;height:100px;overflow:hidden;width:100px}.profile-details-wrapper .modal-content .profile-pic-wrapper .profile-pic{height:100%;width:100%}.profile-details-wrapper .modal-content .upload-img-wrapper{border:1px dashed rgba(0,0,0,.5);border-radius:5px;cursor:pointer;margin:20px;padding:20px}.profile-details-wrapper .modal-content .upload-img-wrapper .upload-profile-icon{height:50px;margin-bottom:5px;width:50px}.profile-details-wrapper .modal-content .upload-img-wrapper .upload-photo-text{font-size:1rem;font-weight:300;opacity:.7}.profile-details-wrapper .modal-content .upload-img-wrapper .photo-size-text{font-size:.8125rem;opacity:.4;padding-top:10px}.profile-details-wrapper .modal-content .browse-button-wrapper{align-items:center;display:flex;margin:0 20px}.profile-details-wrapper .modal-content .browse-button-wrapper .secondary-button{border:1px solid #0081c9}.profile-details-wrapper .modal-content .browse-button-wrapper .primary-button{font-size:.875rem}.profile-details-wrapper .personal-profile{height:calc(100vh - 506px)}.profile-details-wrapper .z-index--7{z-index:7}.suggestion-wrapper .suggestion-title{padding:20px 20px 10px}.suggestion-wrapper .suggestion-box{border:1px solid #d1dee5;border-radius:5px;font-size:.9375rem;margin:0 20px 20px;min-height:150px;outline:none;padding:15px;resize:vertical;width:calc(100% - 40px)}.suggestion-wrapper .suggestion-button{margin:0 20px;width:calc(100% - 40px)}.settings-wrapper{align-items:center;border:1px solid rgba(209,222,229,.502);border-radius:5px;box-shadow:0 3px 5px 0 rgba(0,0,0,.102);display:flex;height:54px;justify-content:space-between;margin:20px;padding:15px 19px;width:calc(100% - 40px)}.settings-wrapper .toggle-field{display:none}.settings-wrapper .toggle-label{background:#fff;border:1px solid #d1dee5;border-radius:100px;cursor:pointer;display:block;height:15px;position:relative;text-indent:0;width:46px}.settings-wrapper .toggle-label:after{background:#d1dee5;border-radius:50%;content:"";height:23px;left:-5px;position:absolute;top:-5px;transition:.3s;width:23px}.settings-wrapper .toggle-label:active:after{width:30px}.settings-wrapper .toggle-field:checked+label{background:#fff}.settings-wrapper .toggle-field:checked+label:after{background:#bada55;left:calc(100% + 5px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.logout-wrapper{background-color:#fff;border-radius:10px;flex-direction:column;height:285px;max-width:414px;width:calc(100% - 40px)}.logout-wrapper .logout-sub--title{margin-bottom:30px;max-width:300px;text-align:center}.logout-wrapper .logout-button,.logout-wrapper .primary-button{border-radius:10px;font-weight:500;max-width:172px}.logout-wrapper .logout-button{border:1px solid #bfbfbf;color:#000}.notification-container{background-color:#fff;height:100vh;max-width:450px;position:fixed;top:0;width:100%;z-index:7}.notification-container .notification-title{color:gray;margin-bottom:20px}.notification-container .notification-box{background:#fff;border:1px solid #e9eff3;border-radius:5px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px;padding:20px;width:100%}.notification-container .notification-box .notification{margin-bottom:10px}.notification-container .notification-box .notification-time{font-size:.75rem;opacity:.5}.notification-container .notification-box-wrapper{height:100%;overflow-y:scroll;padding:110px 20px 20px}.no-notification-container{flex-direction:column}.no-notification-container .no-notification-text{margin-top:20px;max-width:290px;opacity:.5;text-align:center}.edit-profile-wrapper{height:calc(100vh - 90px)}.edit-profile-wrapper .save-btn{border-radius:5px;height:40px;padding:0 10px;position:absolute;right:20px;top:-65px;width:80px;z-index:3}.edit-profile-wrapper .details-input-wrapper{margin-right:0;width:100%}.edit-profile-wrapper .details-input-wrapper .contact-input-container .contact-input-wrapper{width:100%}.edit-profile-wrapper .details-input-wrapper .contact-input-container .contact-input-wrapper .number-input{height:40px;margin-top:0;width:calc(100% - 50px)}.edit-profile-wrapper .details-input-wrapper .contact-input-container .contact-input{height:40px;padding:10px;width:40px}.edit-profile-wrapper .details-input-wrapper .contact-input-container .plus-icon{background:rgba(240,243,246,.5);border:1px dashed #d0d0d0;border-radius:8px}.edit-profile-wrapper .details-input-wrapper .contact-input-container .transparent-border{border:1px solid transparent}.edit-profile-wrapper .details-input-wrapper .delete-info-wrapper{align-items:center;border-radius:8px;cursor:pointer;display:flex;height:50px;justify-content:center;margin:31px 0 0 20px;width:50px}.edit-profile-wrapper .details-input-wrapper .delete-icon-wrapper{background:linear-gradient(0deg,rgba(190,1,1,.5),rgba(190,1,1,.5)),linear-gradient(0deg,#fff,#fff);border-radius:50%;height:20px;width:20px}.edit-profile-wrapper .details-input-wrapper .delete-contact-number{margin:0;width:60px}.edit-profile-wrapper .stepper-main-wrapper{background:#fff;display:flex;justify-content:center;width:100%}.edit-profile-wrapper .stepper-main-wrapper::-webkit-scrollbar{box-shadow:none!important;width:0!important}.edit-profile-wrapper .stepper-main-wrapper::-webkit-scrollbar-thumb,.edit-profile-wrapper .stepper-main-wrapper::-webkit-scrollbar-track{background-color:transparent;box-shadow:none!important}.edit-profile-wrapper .stepper-main-wrapper .scroller{cursor:pointer;overflow-x:auto;overflow-y:hidden;width:100%}.edit-profile-wrapper .stepper-main-wrapper .scroller::-webkit-scrollbar{box-shadow:none!important;height:0!important;width:0!important}.edit-profile-wrapper .stepper-main-wrapper .scroller::-webkit-scrollbar-thumb,.edit-profile-wrapper .stepper-main-wrapper .scroller::-webkit-scrollbar-track{background-color:transparent;box-shadow:none!important}.edit-profile-wrapper .stepper-main-wrapper .stepper-inner-wrapper{display:flex;justify-content:flex-start;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.edit-profile-wrapper .stepper-main-wrapper .stepper-inner-wrapper:after{background-color:#d1dee5;content:"";height:1px;left:20px;position:absolute;top:43px;width:545px}.edit-profile-wrapper .stepper-main-wrapper .stepper-inner-wrapper::-webkit-scrollbar{box-shadow:none!important;display:none;width:0!important}.edit-profile-wrapper .stepper-main-wrapper .stepper-inner-wrapper::-webkit-scrollbar-thumb,.edit-profile-wrapper .stepper-main-wrapper .stepper-inner-wrapper::-webkit-scrollbar-track{background-color:transparent;box-shadow:none!important}.edit-profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:20px 10px 10px}.edit-profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper:first-child{margin-left:0}.edit-profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-box{background-color:#fff;border:1px solid #d1dee5;border-radius:10px;cursor:pointer;height:46px;padding:6px 18px;position:relative;text-transform:capitalize;transition:all .3s ease-in-out;z-index:2}.edit-profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .horizontal-stepper-fill-box{background:linear-gradient(0deg,#0174be,#0174be),linear-gradient(0deg,#fff,#fff);background-color:#0081c9;box-shadow:0 4px 6px 0 rgba(12,53,106,.2)}.edit-profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .stepper-title{line-height:15px;transition:all .3s ease-in-out}.edit-profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .stepper-title--active{color:#fff}.edit-profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .stepper-hr{background-color:#fff;border-radius:10px;height:2px;margin-top:5px;transition:all .3s ease-in-out;width:20px}.edit-profile-wrapper .stepper-main-wrapper .horizontal-stepper-wrapper .stepper-hr--active{background-color:#0081c9}.edit-profile-container{max-height:calc(100vh - 172px);overflow-y:auto}.profile-container{padding:10px 20px 0}.profile-container .tab-option-container{gap:20px;padding-top:15px}.profile-container .tab-option-container .small-tab{width:74px}.profile-container .tab-option-container .big-tab{width:100px}.profile-container .tab-option-container .tab-option{background:#f0f3f6;border-radius:8px;height:50px;padding:10px}.profile-container .tab-option-container .tab-option .tab-title{color:gray;font-size:1rem;font-weight:400;opacity:.5}.profile-container .tab-option-container .tab-option--selected{background:#ffc436}.profile-container .tab-option-container .tab-option--selected .tab-title{color:#000;font-weight:500;opacity:1}.profile-container .google-map-wrapper{height:300px;width:100%}.profile-container .google-map-wrapper .autocomplete-container input{color:#000;height:50px;margin-top:0;max-width:410px;width:calc(100vw - 40px)}.profile-container .uNGBb-dialog-view--content,.profile-container .xxGHyP-dialog-view{display:none!important}.profile-container .delete-icon-wrapper{background:linear-gradient(0deg,rgba(190,1,1,.5),rgba(190,1,1,.5)),linear-gradient(0deg,#fff,#fff);border-radius:50%;height:20px;width:20px}.profile-container .add-education-button{align-items:center;background:rgba(240,243,246,.5);border:1px dashed #d0d0d0;box-shadow:none;color:rgba(0,0,0,.5);display:flex;justify-content:center;width:380px}.profile-container .checkbox-wrapper{color:rgba(12,53,106,.5);font-size:.875rem;padding:15px 10px 10px 32px}.profile-container .checkbox-wrapper .check-mark{border-color:#d1dee5;border-radius:5px;left:0;top:15px}.profile-container .checkbox-wrapper input:checked~.check-mark{background-color:#0081c9;border-color:#0081c9}.profile-pic-full-wrapper{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:rgba(0,0,0,.3);border:none;border-radius:0;height:100vh;left:0;margin:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:9}.profile-pic-full-wrapper .profile-image{border-radius:0;height:100%;object-fit:contain;width:100%}.profile-pic-full-wrapper .close--icon{background-color:#fff;border-radius:4px;cursor:pointer;padding:3px;pointer-events:none;position:absolute;right:10px;top:10px}.profile-pic-full-wrapper .close--icon g{opacity:1}.all-memory-wrapper .memory-details-wrapper{height:calc(100vh - 190px);margin-top:20px;overflow-y:auto}.all-memory-wrapper .memory-details-wrapper .memory-img{border-radius:5px;cursor:pointer;height:123px;margin:10px 5px;max-width:123px;object-fit:cover;object-position:top;-o-object-position:top;overflow:hidden;position:relative;width:calc(33.33% - 10px)}.all-memory-wrapper .memory-details-wrapper .memory-img--last:after{background-color:rgba(0,0,0,.3);color:#fff;content:attr(data-content);height:100%;position:absolute;right:0;top:0;width:100%}.all-memory-wrapper .memory-details-wrapper .detail-memory-img{background:#d9d9d9;cursor:pointer;width:calc(33.33% - 10px)}.all-memory-wrapper .memory-swiper{background-color:#fff;height:100vh;max-width:450px;position:fixed;top:0;width:100%;z-index:3}.accordion-container{margin-top:30px;position:relative}.accordion-container .accordion-content-wrapper{background-color:#fff;border-radius:5px;margin-bottom:20px;padding:5px 10px;width:calc(100% - 56px)}.accordion-container .accordion-content-wrapper .house-tab{background:#ffecec;border-radius:21px;height:24px;margin:0 5px 5px 0;min-width:calc(33% - 5px);padding:7px 10px}.accordion-container .accordion-content-wrapper .text--blue{color:#0174be}.accordion-container .accordion-content-wrapper .divider{border-top:1px solid #f5f7f9}.accordion-container .accordion-content-wrapper .single-details{padding:10px 0 0}.accordion-container .accordion-content-wrapper .details--title{height:36px;transition:height 1s ease-out}.accordion-container .accordion-content-wrapper .details--title .icon-wrapper{background:#f0f3f6;border-radius:5px;height:30px;width:30px}.accordion-container .accordion-content-wrapper .details--title .icon-wrapper .down-icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.accordion-container .accordion-content-wrapper .details--title .icon-wrapper .up-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion-container .accordion-content-wrapper .inner-content{height:auto;transition:height 1s ease-out}.accordion-container .accordion-content-wrapper .profile-pic-wrapper{border:1px solid #d0d0d0;border-radius:50%;height:40px;margin-right:10px;width:40px}.accordion-container .accordion-content-wrapper .profile-pic-full-wrapper{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:rgba(0,0,0,.3);border:none;border-radius:0;height:100vh;left:0;margin:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:9}.accordion-container .accordion-content-wrapper .profile-pic-full-wrapper .profile-full-img{border-radius:0}.accordion-container .accordion-content-wrapper .profile-pic-full-wrapper .close--icon{background-color:#ddd;border-radius:4px;cursor:pointer;padding:3px;pointer-events:none;position:absolute;right:10px;top:10px}.accordion-container .accordion-content-wrapper .profile-pic-full-wrapper .close--icon g{opacity:1}.accordion-container .open-card{box-shadow:0 4px 10px 0 rgba(16,44,87,.2)}.accordion-container .vertical-stepper-wrapper{background:#fff;border:2px solid #fff;border-radius:10px;height:46px;margin-right:10px;transition:all .3s ease-in-out;width:46px;z-index:2}.accordion-container .vertical-stepper-fill-wrapper{background:linear-gradient(0deg,#0174be,#0174be),linear-gradient(0deg,#fff,#fff);box-shadow:0 4px 6px 0 rgba(12,53,106,.2)}.accordion-container .vertical-stepper-line{border:1.5px dashed #d0d0d0;left:23px;position:absolute;z-index:1}.details-header{padding:15px}.details-header .edit-button{background-color:#0081c9;font-size:.875rem;height:40px;margin-left:20px;width:90px}.profile-details-header-wrapper{max-width:450px}.constitution-wrapper{margin:20px}.constitution-wrapper .constitution-check-box{-webkit-border-after:4px solid #d1dee5;border:1px solid #d1dee5;border-block-end:4px solid #d1dee5;border-radius:5px;margin:20px 0;padding:5px}.constitution-wrapper .constitution-check-box .check-mark{height:20px;left:9px;top:11px;width:20px}.constitution-wrapper .constitution-check-box .check-mark:after{left:6px;top:1px}.constitution-wrapper .constitution-check-box .link{color:#0081c9;margin-left:10px}.constitution-wrapper .constitution-button{border-radius:5px;font-size:16px;font-weight:700;padding:14px 40px}.constitution-wrapper .constitution-button.accept{background-color:rgba(1,190,9,.102);border:1px solid #73a839;color:#73a839}.constitution-wrapper .constitution-button.reject{background-color:rgba(194,0,0,.102);border:1px solid #d62d20;color:#d62d20}.constitution-wrapper .constitution-button.close{background-color:transparent;border:1px solid #bdbdbd;font-weight:400;padding:13px 55px}.constitution-wrapper .constitution-button.submit{background-color:#0081c9;border:1px solid #bdbdbd;color:#fff;padding:13px 55px}.constitution-wrapper .rejection-reason-text-area{border:1px solid #d1dee5;border-radius:5px;font-size:.875rem;margin-top:10px;min-height:125px;outline:none;padding:15px;resize:vertical;width:100%}.constitution-wrapper .text--red{color:#ce3b4d}@media screen and (max-width:425px){.obssa-title{font-size:16px}.search-tab-wrapper .search-result .friends-list-wrapper .friend-details-wrapper{max-width:calc(100vw - 170px)}.profile-details-wrapper .tab-wrapper{margin:10px 20px}.profile-details-wrapper .tab-wrapper .tab{font-size:.875rem}.profile-details-wrapper .details-wrapper{height:calc(100vh - 363px);padding:0 15px}.profile-details-wrapper .details-wrapper .details{padding:15px 0}.profile-details-wrapper .details-wrapper .detail-label,.profile-details-wrapper .details-wrapper .detail-value{font-size:.8125rem}.profile-details-wrapper .profile-pic-wrapper{height:90px;width:90px}.profile-details-wrapper .profile-pic-full-wrapper{height:100vh;width:100vw}.profile-details-wrapper .alumni-name{font-size:1rem;line-height:16px}.profile-details-wrapper .roll-no{font-size:1rem;line-height:16px;padding:2px 5px}.profile-details-wrapper .personal-profile{height:calc(100vh - 470px)}.profile-details-wrapper .alumni-profile-details-wrapper{width:calc(100vw - 145px)}.logout-wrapper .logout-button,.logout-wrapper .primary-button{width:calc(50vw - 50px)}}@media screen and (max-height:900px){.profile-details-wrapper .details-wrapper{height:calc(100vh - 374px)}.profile-details-wrapper .personal-profile{height:calc(100vh - 444px)}}@media screen and (max-height:850px){.profile-details-wrapper .personal-profile{height:calc(100vh - 461px)}.dashboard-wrapper .home-memories-wrapper .title,.dashboard-wrapper .memory-wrapper .title,.dashboard-wrapper .updates-wrapper .title{font-size:19px;margin:12px 0 7px}.dashboard-wrapper .updates-wrapper .title{margin:0 0 7px}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper .alumni-name{font-size:.875rem;padding-bottom:6px}.dashboard-wrapper .updates-wrapper .other-update{margin-top:10px}.dashboard-wrapper .home-memories-wrapper .featured-memory-img{height:170px}.dashboard-wrapper .gmap-wrapper{height:190px}.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .gmap-title{font-size:20px}}@media screen and (max-height:680px){.dashboard-wrapper .home-memories-wrapper .title,.dashboard-wrapper .memory-wrapper .title,.dashboard-wrapper .updates-wrapper .title{font-size:17px;margin:9px 0 7px}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper .alumni-name{font-size:.875rem;padding-bottom:6px}.dashboard-wrapper .updates-wrapper .birthday-alumni-wrapper .contact-wrapper{height:34px;width:34px}.dashboard-wrapper .updates-wrapper .swiper-wrapper .alumni-update-swiper{padding-bottom:15px}.dashboard-wrapper .gmap-wrapper{height:170px;margin-bottom:12px}.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .user-profile{font-size:.875rem;height:34px;width:34px}.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .gmap-title{font-size:18px;line-height:30px}.dashboard-wrapper .gmap-wrapper .gmap-content-wrapper .next-icon-wrapper{height:35px;width:35px}}
/*# sourceMappingURL=main.4b6d45e1.css.map*/