.AuthLayout{min-height:100vh;background-color:#f5f9fb;padding:32px 0}.AuthLayout-title{text-align:center;margin-bottom:40px;font-size:84px;line-height:93px;color:#15113d}.AuthLayout-logo{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:32px;height:112px}.AuthLayout-logo img{height:100%}.AuthLayout-main{-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.16);box-shadow:0 8px 16px #00000029;background-color:#fff;border-radius:3px}@media screen and (min-width: 280px){.AuthLayout-main{width:calc(100% + 20px);margin:0 -10px}}@media screen and (min-width: 993px){.AuthLayout-main{margin:0 auto;width:710px}}.AuthLayout-main .title{color:#263b5e;text-align:center;margin-bottom:32px;text-transform:capitalize}@media screen and (min-width: 280px){.AuthLayout-main .title{font-size:1.5rem;line-height:2rem}}@media screen and (min-width: 993px){.AuthLayout-main .title{font-size:2.125rem;line-height:2.875rem}}@media screen and (min-width: 280px){.AuthLayout-main .form-item{margin-bottom:16px}}@media screen and (min-width: 993px){.AuthLayout-main .form-item{margin-bottom:20px}}.AuthLayout-main .input{background-color:#fff;border:1px solid #e7eaf8;border-radius:3px;color:#263b5e;outline:none}@media screen and (min-width: 280px){.AuthLayout-main .input{height:40px;font-size:.875rem;line-height:1.1875rem;padding:8px 14px}}@media screen and (min-width: 993px){.AuthLayout-main .input{height:52px;font-size:1.125rem;line-height:1.5rem;padding:14px 16px}}.AuthLayout-main .input::-webkit-input-placeholder{color:#afb8c7}.AuthLayout-main .input::-moz-placeholder{color:#afb8c7}.AuthLayout-main .input:-ms-input-placeholder{color:#afb8c7}.AuthLayout-main .input::-ms-input-placeholder{color:#afb8c7}.AuthLayout-main .input::placeholder{color:#afb8c7}@media screen and (min-width: 280px){.AuthLayout-main .input::-webkit-input-placeholder{font-size:.875rem;line-height:1.1875rem}.AuthLayout-main .input::-moz-placeholder{font-size:.875rem;line-height:1.1875rem}.AuthLayout-main .input:-ms-input-placeholder{font-size:.875rem;line-height:1.1875rem}.AuthLayout-main .input::-ms-input-placeholder{font-size:.875rem;line-height:1.1875rem}.AuthLayout-main .input::placeholder{font-size:.875rem;line-height:1.1875rem}}@media screen and (min-width: 993px){.AuthLayout-main .input::-webkit-input-placeholder{font-size:1.125rem;line-height:1.5rem}.AuthLayout-main .input::-moz-placeholder{font-size:1.125rem;line-height:1.5rem}.AuthLayout-main .input:-ms-input-placeholder{font-size:1.125rem;line-height:1.5rem}.AuthLayout-main .input::-ms-input-placeholder{font-size:1.125rem;line-height:1.5rem}.AuthLayout-main .input::placeholder{font-size:1.125rem;line-height:1.5rem}}.AuthLayout-main .submitButton{text-transform:uppercase;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;outline:none;background-color:#14e38c;border:none;border-radius:3px;color:#15113d;cursor:pointer}@media screen and (min-width: 280px){.AuthLayout-main .submitButton{font-size:.75rem;line-height:1rem;margin:12px auto 0;min-width:75%;height:40px}}@media screen and (min-width: 993px){.AuthLayout-main .submitButton{font-size:1rem;line-height:1.3125rem;margin:20px auto 0;min-width:360px;height:52px}}.AuthLayout-main .submitButton.disabled{background-color:#f5f5f5;color:#00000040}.AuthLayout-main .links{position:absolute;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;top:calc(100% + 16px);width:100%;left:0}@media screen and (min-width: 280px){.AuthLayout-main .links{-ms-flex-pack:distribute;justify-content:space-around}}@media screen and (min-width: 993px){.AuthLayout-main .links{-ms-flex-pack:justify;justify-content:space-between}}.AuthLayout-main .link{font-size:16px;color:#15113d;line-height:21px;text-decoration:underline}.AuthLayout .auth-form{position:relative}.AuthLayout .auth-error{width:100%;padding:20px 18px;border-radius:3px;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.06);box-shadow:0 8px 16px #0000000f;margin-bottom:20px;font-size:15px;color:#eb5757}.AuthLayout .spinner{position:absolute;left:calc(50% - 16px);top:calc(50% - 19px)}.AuthLayout .submitting{visibility:hidden;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.AuthLayout .wrapper-password-field{position:relative}.AuthLayout .icon-eye{position:absolute;cursor:pointer}@media screen and (min-width: 280px){.AuthLayout .icon-eye{top:8px;right:14px}}@media screen and (min-width: 993px){.AuthLayout .icon-eye{top:14px;right:16px}}.AuthLayout .ant-form-item-has-error .ant-form-item-explain{position:absolute;bottom:-25px}.Dropdown{position:relative;cursor:pointer;color:#262f56;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:100%}.Dropdown.disabled{pointer-events:none;background-color:#f5f5f5;color:#00000040}.Dropdown-label{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:16px 8px 16px 16px;border:none;border-radius:3px;height:100%}.Dropdown-label:after{content:"";width:0px;height:0px;border-top:8px solid #87859b;border-left:5px solid transparent;border-right:5px solid transparent;margin-left:12px}.Dropdown-options{position:absolute;z-index:3;min-width:100%;border:1px solid #e7eaf8;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background-color:#fff;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.06);box-shadow:0 8px 16px #0000000f;visibility:hidden;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateY(10px);transform:translateY(10px)}.Dropdown-options-item{padding:16px 8px 16px 16px}.Dropdown-options-item:last-child{border-top:1px solid #e7eaf8}.Dropdown-options-item:hover{background-color:#f5f5f5}.Dropdown-options.open{visibility:visible;opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px)}.Dropdown-options-item{border:0;background:none}.Account .Dropdown-label{padding:0}.Account .Dropdown-label img{width:24px;height:24px;margin-right:12px}.Account .Dropdown-label span{font-size:1rem;line-height:1.3125rem;color:#87859b}.Account-organisation:nth-child(1){margin:-16px -8px 0 -16px;padding:16px 8px 0 16px;border-top:1px solid #e7eaf8}.menu :global(.anticon){margin-right:8px}.menu :global(.ant-dropdown-menu-item){min-width:160px}.right{display:-ms-flexbox;display:flex;float:right;height:64px;margin-left:auto;margin-right:24px;overflow:hidden}.right .action{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100%;padding:0 12px;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.right .action>span{color:#000000a6;vertical-align:middle}.right .action:hover{background:rgba(0,0,0,.025)}.right .action:global(.opened){background:rgba(0,0,0,.025)}.right .search{padding:0 12px}.right .search:hover{background:transparent}.right .account .avatar{margin:20px 8px 20px 0;color:#1890ff;vertical-align:top;background:rgba(255,255,255,.85)}.dark .action{color:#ffffffd9}.dark .action>span{color:#ffffffd9}.dark .action:hover,.dark .action:global(.opened){background:#1890ff}:global(.ant-pro-global-header) .dark .action{color:#000000a6}:global(.ant-pro-global-header) .dark .action>span{color:#000000a6}:global(.ant-pro-global-header) .dark .action:hover{color:#ffffffd9}:global(.ant-pro-global-header) .dark .action:hover>span{color:#ffffffd9}.AuthDropdown .Dropdown-label{padding:0;border-radius:50%}.AuthDropdown .Dropdown-label:after{display:none}.AuthDropdown .Dropdown-label img{width:40px;height:40px;margin-right:8px}.AuthDropdown .Dropdown-label span{font-size:14px;color:#15113d}@media only screen and (max-width: 768px){:global(.ant-divider-vertical){vertical-align:unset}.name{display:none}.right{position:absolute;top:0;right:12px}.right .account .avatar{margin-right:0}.right .search{display:none}}.LandingHeader{padding-top:16px;padding-bottom:16px;padding-left:calc(3.5vw / 68 * 200);padding-right:calc(3.5vw / 68 * 200);min-width:992px;-ms-flex-pack:justify;justify-content:space-between;background-color:#15113d;background-color:var(--themePrimaryColor)}@media screen and (min-width: 280px){.LandingHeader{display:none}}@media screen and (min-width: 993px){.LandingHeader{display:-ms-flexbox;display:flex}}.LandingHeader-contact{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.LandingHeader-email{margin-right:48px}.LandingHeader-email img,.LandingHeader-phone img{margin-right:8px}.LandingHeader-email span,.LandingHeader-phone span{font-size:.875rem;line-height:1.1875rem;color:#afb8c7}.LandingHeader-login{cursor:pointer;font-size:.875rem;line-height:1.1875rem;color:#afb8c7}.LandingNavbar{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;background-color:#fff;border-bottom:1px solid #e7eaf8}@media screen and (min-width: 280px){.LandingNavbar{padding:20px 16px}}@media screen and (min-width: 993px){.LandingNavbar{padding-top:20px;padding-bottom:20px;padding-left:calc(3.5vw / 68 * 200);padding-right:calc(3.5vw / 68 * 200)}}.LandingNavbar-logo{height:52px;font-size:24px;color:#263b5e;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer}@media screen and (min-width: 280px){.LandingNavbar-logo img{height:140%}}@media screen and (min-width: 993px){.LandingNavbar-logo img{height:180%}}.LandingNavbar-logo-bankName{color:#15113d;color:var(--themePrimaryColor)}@media screen and (min-width: 280px){.LandingNavbar-logo-bankName{font-size:1.25rem;line-height:2.1875rem}}@media screen and (min-width: 993px){.LandingNavbar-logo-bankName{font-size:2.35rem;line-height:2.1875rem}}.LandingNavbar-logo-default{font-size:1.625rem;line-height:2.1875rem;color:#263b5e}.LandingNavbar-controls{display:-ms-flexbox;display:flex;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (min-width: 280px){.LandingNavbar-controls{-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:start;align-items:flex-start;position:fixed;width:100%;height:100%;top:0;left:0;background-color:#fff;z-index:2;padding:80px 16px 16px;-webkit-transform:translateX(100%);transform:translate(100%)}}@media screen and (min-width: 993px){.LandingNavbar-controls{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;position:static;width:auto;height:auto;background-color:transparent;z-index:0;padding:0;-webkit-transform:translateX(0%);transform:translate(0)}}@media screen and (min-width: 280px){.LandingNavbar-controls.active{-webkit-transform:translateX(0%);transform:translate(0)}}@media screen and (min-width: 280px){.LandingNavbar-controls.button-hidden{padding:57px 16px 16px}}.LandingNavbar-controls-close{position:absolute}@media screen and (min-width: 280px){.LandingNavbar-controls-close{position:absolute;right:0;top:0;padding:16px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;border-bottom:1px solid #e7eaf8}}@media screen and (min-width: 993px){.LandingNavbar-controls-close{display:none}}.LandingNavbar-menus{display:-ms-flexbox;display:flex;margin:0;padding:0}@media screen and (min-width: 280px){.LandingNavbar-menus{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;width:100%}}@media screen and (min-width: 993px){.LandingNavbar-menus{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;width:auto}}.LandingNavbar-menu{font-size:1rem;line-height:1.3125rem;color:#3f4451;cursor:pointer;position:relative}@media screen and (min-width: 280px){.LandingNavbar-menu{margin-left:0;padding:16px 24px;border-top:1px solid #e7eaf8;width:100%}}@media screen and (min-width: 993px){.LandingNavbar-menu{margin-left:44px;padding:0;border-top:none;width:auto}}.LandingNavbar-menu:after{content:"";width:calc(100% + 30px);height:3px;background-color:#14e38c;background-color:var(--themeSecondaryColor);position:absolute;bottom:-16px;left:-15px;-webkit-transition:all .1s ease;transition:all .1s ease;visibility:hidden;opacity:0}@media screen and (min-width: 280px){.LandingNavbar-menu:after{display:none}}@media screen and (min-width: 993px){.LandingNavbar-menu:after{display:block}}.LandingNavbar-menu:hover:after,.LandingNavbar-menu.active:after{visibility:visible;opacity:1}.LandingNavbar-button{font-size:1rem;line-height:1.3125rem;background-color:#14e38c;background-color:var(--themeSecondaryColor);color:#15113d;color:var(--themePrimaryColor)}@media screen and (min-width: 280px){.LandingNavbar-button{width:100%;margin-bottom:16px;margin-left:0;height:56px}}@media screen and (min-width: 993px){.LandingNavbar-button{width:160px;margin-bottom:0;margin-left:44px;height:52px}}.LandingNavbar-button:hover{background-color:#14e38c;background-color:var(--themeSecondaryColor);color:#15113d;color:var(--themePrimaryColor)}.LandingNavbar-burger{height:16px;width:25px;cursor:pointer;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width: 280px){.LandingNavbar-burger{display:-ms-flexbox;display:flex}}@media screen and (min-width: 993px){.LandingNavbar-burger{display:none}}.LandingNavbar-burger-center,.LandingNavbar-burger:before,.LandingNavbar-burger:after{height:2px;width:25px;background-color:#15113d;-webkit-transition:all .3s ease;transition:all .3s ease}.LandingNavbar-burger:before,.LandingNavbar-burger:after{content:""}.LandingNavbar-burger-center{visibility:visible;opacity:1}.LandingNavbar-burger-center.active{visibility:hidden;opacity:0}.LandingNavbar-burger.active:before{-webkit-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}.LandingNavbar-burger.active:after{-webkit-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}.EntitySocialVote{width:100%;background-color:#f3f3f3}@media screen and (min-width: 280px){.EntitySocialVote{padding:32px 0 36px}}@media screen and (min-width: 993px){.EntitySocialVote{padding:80px 0 60px}}@media screen and (min-width: 280px){.EntitySocialVote-container{padding:0 20px}}@media screen and (min-width: 993px){.EntitySocialVote-container{padding-left:calc(3.5vw / 68 * 152);padding-right:calc(3.5vw / 68 * 152)}}.EntitySocialVote-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}.EntitySocialVote-info{max-width:55%}.EntitySocialVote-info-title{color:#15113d;color:var(--themePrimaryColor)}@media screen and (min-width: 280px){.EntitySocialVote-info-title{font-size:2.875rem;line-height:3.1875rem;margin-bottom:8px}}@media screen and (min-width: 993px){.EntitySocialVote-info-title{font-size:4.125rem;line-height:4.5625rem;margin-bottom:24px}}@media screen and (min-width: 280px){.EntitySocialVote-info-title-skeletonTitle{width:50px}}@media screen and (min-width: 769px){.EntitySocialVote-info-title-skeletonTitle{width:100px}}@media screen and (min-width: 993px){.EntitySocialVote-info-title-skeletonTitle{width:250px}}.EntitySocialVote-info-description{color:#8596b4}@media screen and (min-width: 280px){.EntitySocialVote-info-description{font-size:.875rem;line-height:1.625rem}}@media screen and (min-width: 993px){.EntitySocialVote-info-description{font-size:1.375rem;line-height:1.625rem}}.EntitySocialVote-breadCrumbs{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.EntitySocialVote-breadCrumbs-crumb-label,.EntitySocialVote-breadCrumbs-crumb-slash{color:#8596b4}@media screen and (min-width: 280px){.EntitySocialVote-breadCrumbs-crumb-label,.EntitySocialVote-breadCrumbs-crumb-slash{font-size:.875rem;line-height:1.625rem}}@media screen and (min-width: 993px){.EntitySocialVote-breadCrumbs-crumb-label,.EntitySocialVote-breadCrumbs-crumb-slash{font-size:1.375rem;line-height:1.625rem}}.EntitySocialVote-breadCrumbs-crumb-label:not(:last-child){cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.EntitySocialVote-breadCrumbs-crumb-label:last-child,.EntitySocialVote-breadCrumbs-crumb-label:hover{color:#15113d;color:var(--themePrimaryColor)}.EntitySocialVote-breadCrumbs-crumb-slash{margin:0 16px}@media screen and (min-width: 280px){.EntitySocialVote-breadCrumbs-skeletonInput{width:250px}}@media screen and (min-width: 769px){.EntitySocialVote-breadCrumbs-skeletonInput{width:500px}}@media screen and (min-width: 993px){.EntitySocialVote-breadCrumbs-skeletonInput{width:700px}}.EntitySocialVote-social{padding-top:18px}@media screen and (min-width: 280px){.EntitySocialVote-social{display:none}}@media screen and (min-width: 993px){.EntitySocialVote-social{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.EntitySocialVote-social-share,.EntitySocialVote-social-like{cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.EntitySocialVote-social-like{margin:0 40px;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:50px}.EntitySocialVote-social-like:before,.EntitySocialVote-social-like:after{content:"";width:1px;height:60%;background-color:#afb8c7}.EntitySocialVote-social-like-container{margin:0 40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.EntitySocialVote-social-like-container path.like{fill:#15113d;fill:var(--themePrimaryColor)}.EntitySocialVote-social-like-container path.not-like{fill:#afb8c7}.EntitySocialVote-social-like-container span.text{font-size:1.5rem;margin-left:10px}.EntitySocialVote-social-like-container span.text.liked{color:#15113d;color:var(--themePrimaryColor)}.EntitySocialVote-social-like-container span.text.not-like{color:#afb8c7}.EntitySocialVote-social-rating-stars{font-size:32px}.EntitySocialVote-social-rating-stars .ant-rate-star-first,.EntitySocialVote-social-rating-stars .ant-rate-star-second{color:#afb8c7}.EntitySocialVote-social-rating-stars .ant-rate-star-full .ant-rate-star-first,.EntitySocialVote-social-rating-stars .ant-rate-star-full .ant-rate-star-second,.EntitySocialVote-social-rating-stars .ant-rate-star-half .ant-rate-star-first{color:#fadb14}.EntitySocialVote-social-rating-stars .anticon{margin-top:-18px}.EntitySocialVote-social-rating-numbers{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;color:#8596b4;font-size:.875rem;line-height:1.3125rem}.social-popup .ant-modal-header{display:none}.social-popup .ant-modal-body{padding:0}.social-popup .ant-modal-body .popup-content-button{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:40px 0}.social-popup .ant-modal-body .popup-content-button span,.social-popup .ant-modal-body .popup-content-button .button-login-linkedin{font-size:16px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#14283c;padding:unset;border:unset}.social-popup .ant-modal-body .popup-content-button .button-login-linkedin{margin-left:10px}.social-popup .ant-modal-body .button-login{display:-ms-flexbox;display:flex;border-radius:4px;-webkit-box-shadow:0 6px 12px 0 rgba(0,116,228,.15);box-shadow:0 6px 12px #0074e426;background-color:#fff;text-align:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:15px 0;margin:10px 30px;cursor:pointer}.social-popup .ant-modal-body .button-login .image-logo{position:absolute;left:28%}.social-popup .ant-modal-body .button-login.google span{margin-left:18px}.social-popup .ant-modal-body .button-login button{cursor:pointer}.social-popup .ant-modal-body button.button-login-google{border:unset!important;border-radius:unset!important;background:#fff!important;-webkit-box-shadow:unset!important;box-shadow:unset!important;display:unset!important;color:unset!important;-ms-flex-align:center!important;align-items:center!important;padding:unset!important;font-size:unset!important;font-weight:unset!important}.social-popup .ant-modal-body .popup-content-header{background-color:#fff;padding-left:34px;padding-top:10px}.social-popup .ant-modal-body .popup-content-header .popup-close{position:absolute;top:2rem;right:2rem;cursor:pointer}.social-popup .ant-modal-body .popup-content-header img.image-logo{margin-top:20px}.social-popup .ant-modal-body .popup-content-header .modal-title{margin-top:30px;padding-bottom:30px}.social-popup .ant-modal-body .popup-content-header p{font-size:1.75rem;color:#15113d;margin:0}.social-popup .ant-modal-body .error-login{text-align:center;color:red;text-transform:uppercase;margin-bottom:10px}.BankApiFooter{background-color:#15113d;background-color:var(--themePrimaryColor);display:-ms-flexbox;display:flex;color:#fff;position:relative}@media screen and (min-width: 280px){.BankApiFooter{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.1875rem;padding:40px 16px 64px}}@media screen and (min-width: 993px){.BankApiFooter{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;font-size:1rem;line-height:1.3125rem;padding-top:36px;padding-bottom:36px;padding-left:calc(3.5vw / 68 * 84);padding-right:calc(3.5vw / 68 * 84)}}@media screen and (min-width: 280px){.BankApiFooter-reserved{margin-bottom:32px}}@media screen and (min-width: 993px){.BankApiFooter-reserved{margin-bottom:0}}.BankApiFooter-menu{margin-left:calc(3.5vw / 68 * 44);color:#fff;cursor:pointer}@media screen and (min-width: 280px){.BankApiFooter-menu{margin-bottom:16px}}@media screen and (min-width: 993px){.BankApiFooter-menu{margin-bottom:0}}@media screen and (min-width: 280px){.BankApiFooter-menus{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}}.BankApiFooter .hidden{display:none!important}.Unauthorized{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:72px 0;overflow:auto}.Unauthorized-title,.Unauthorized-description,.Unauthorized-login{color:#15113d;text-transform:capitalize;text-align:center;white-space:pre-wrap}.Unauthorized-title{margin:40px 0;font-size:4.125rem;line-height:4.5625rem}.Unauthorized-description{font-size:2.625rem;line-height:2.875rem}.Unauthorized-login{font-size:1.5rem}.Unauthorized-login span{cursor:pointer;text-decoration:underline}.NotFound{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:72px 0;overflow:auto}.NotFound-title,.NotFound-description{color:#15113d;text-transform:capitalize;text-align:center;white-space:pre-wrap}.NotFound-title{margin:40px 0;font-size:4.125rem;line-height:4.5625rem}.NotFound-description{font-size:2.625rem;line-height:2.875rem}@font-face{font-family:OpenSans-BoldItalic;src:url(/static/media/OpenSans-BoldItalic.3a811373.ttf) format("truetype")}@font-face{font-family:OpenSans-ExtraBoldItalic;src:url(/static/media/OpenSans-ExtraBoldItalic.37f52104.ttf) format("truetype")}@font-face{font-family:OpenSans-Italic;src:url(/static/media/OpenSans-Italic.f6238deb.ttf) format("truetype")}@font-face{font-family:OpenSans-LightItalic;src:url(/static/media/OpenSans-LightItalic.c147d130.ttf) format("truetype")}@font-face{font-family:OpenSans-SemiBoldItalic;src:url(/static/media/OpenSans-SemiBoldItalic.4f04fe54.ttf) format("truetype")}@font-face{font-family:Podkova-ExtraBold;src:url(/static/media/Podkova-ExtraBold.21480f21.ttf) format("truetype")}@font-face{font-family:Podkova-Medium;src:url(/static/media/Podkova-Medium.fa12dfb2.ttf) format("truetype")}@font-face{font-family:Podkova-Regular;src:url(/static/media/Podkova-Regular.ab6ac038.ttf) format("truetype")}@font-face{font-family:Podkova-SemiBold;src:url(/static/media/Podkova-SemiBold.0f529b50.ttf) format("truetype")}@font-face{font-family:SegoeUI-BoldItalic;src:url(/static/media/SegoeUI-BoldItalic.0559137d.woff) format("truetype")}@font-face{font-family:SegoeUI-Italic;src:url(/static/media/SegoeUI-Italic.7c4f9419.woff) format("truetype")}@font-face{src:url(/static/media/SegoeUI-SemiBold.78747509.woff) format("truetype")}@font-face{font-family:OpenSans-Medium;src:url(/static/media/OpenSans-Medium.0cbcac22.ttf) format("truetype")}@font-face{font-family:OpenSans;src:url(/static/media/OpenSans-Regular.3ed9575d.ttf) format("truetype")}@font-face{font-family:OpenSans_Condensed-Bold;src:url(/static/media/OpenSans_Condensed-Bold.672f2294.ttf) format("truetype")}@font-face{font-family:OpenSans_Condensed-Medium;src:url(/static/media/OpenSans_Condensed-Medium.8ec6ca33.ttf) format("truetype")}@font-face{font-family:OpenSans_Condensed;src:url(/static/media/OpenSans_Condensed-Regular.5600a9d7.ttf) format("truetype")}@font-face{font-family:OpenSans_Condensed-SemiBold;src:url(/static/media/OpenSans_Condensed-SemiBold.07f25e94.ttf) format("truetype")}@font-face{font-family:OpenSans_SemiCondensed-Bold;src:url(/static/media/OpenSans_SemiCondensed-Bold.f0d9656e.ttf) format("truetype")}@font-face{font-family:OpenSans_SemiCondensed-Medium;src:url(/static/media/OpenSans_SemiCondensed-Medium.aea39a12.ttf) format("truetype")}@font-face{font-family:OpenSans_SemiCondensed;src:url(/static/media/OpenSans_SemiCondensed-Regular.a1bcf3e5.ttf) format("truetype")}@font-face{font-family:OpenSans_SemiCondensed-SemiBold;src:url(/static/media/OpenSans_SemiCondensed-SemiBold.1b093505.ttf) format("truetype")}@font-face{font-family:NotoSerif-Bold;src:url(/static/media/NotoSerif-Bold.cd68b227.ttf) format("truetype")}@font-face{font-family:NotoSerif-BoldItalic;src:url(/static/media/NotoSerif-BoldItalic.dd08f86b.ttf) format("truetype")}@font-face{font-family:NotoSerif-Italic;src:url(/static/media/NotoSerif-Italic.718cf13c.ttf) format("truetype")}@font-face{font-family:NotoSerif;src:url(/static/media/NotoSerif-Regular.ceeb2cf5.ttf) format("truetype")}@font-face{font-family:Roboto-Bold;src:url(/static/media/Roboto-Bold.9ece5b48.ttf) format("truetype")}@font-face{font-family:Roboto-Medium;src:url(/static/media/Roboto-Medium.b2d307df.ttf) format("truetype")}@font-face{font-family:Roboto;src:url(/static/media/Roboto-Regular.f36638c2.ttf) format("truetype")}@font-face{font-family:Roboto-Thin;src:url(/static/media/Roboto-Thin.4f0b85f5.ttf) format("truetype")}@font-face{font-family:SpaceMono-Bold;src:url(/static/media/SpaceMono-Bold.c785b101.ttf) format("truetype")}@font-face{font-family:SpaceMono-BoldItalic;src:url(/static/media/SpaceMono-BoldItalic.1c90fa66.ttf) format("truetype")}@font-face{font-family:SpaceMono-Italic;src:url(/static/media/SpaceMono-Italic.8de59a91.ttf) format("truetype")}@font-face{font-family:SpaceMono;src:url(/static/media/Podkova-Regular.ab6ac038.ttf) format("truetype")}html{--themePrimaryColor: #15113d;--themeSecondaryColor: #14e38c}html,body,#root{position:relative;width:100%;font-size:16px}.colorWeak{-webkit-filter:invert(80%);filter:invert(80%)}canvas{display:block}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none}.ant-pro-basicLayout{height:100%}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){body .ant-design-pro>.ant-layout{min-height:100vh}}.custom-container{min-width:320px;max-width:1140px;margin:auto}@media screen and (min-width: 280px){.custom-container{width:100%;padding:0 10px}}@media screen and (min-width: 576px){.custom-container{width:540px}}@media screen and (min-width: 993px){.custom-container{width:720px}}@media screen and (min-width: 993px){.custom-container{width:960px}}@media screen and (min-width: 1280px){.custom-container{width:1140px}}.form-server-noti{width:100%;padding:20px 24px;border-radius:3px;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.06);box-shadow:0 8px 16px #0000000f;margin-bottom:20px;font-size:15px}.form-server-noti.failed{color:#eb5757}.form-server-noti.success{color:#27ae60}.tool-tip:before{content:"Change content and width of ::before pseudo to modify content and width of this tooltips";width:536px;height:32px;border-radius:3px;background-color:#15113d;color:#fff;font-size:12px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:-40px}.tool-tip:after{content:"";width:8px;height:8px;background-color:#15113d;position:absolute;top:-12px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.tool-tip:before,.tool-tip:after{visibility:hidden;opacity:0}.tool-tip:hover:before,.tool-tip:hover:after{visibility:visible;opacity:1}.show{visibility:visible;opacity:1}.hidden{visibility:hidden;opacity:0}.EntityLayout{min-height:100vh;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 280px){.EntityLayout-header{display:none}}@media screen and (min-width: 993px){.EntityLayout-header{display:block}}.EntityLayout-footer{z-index:5;margin:auto 0 0}

/*# sourceMappingURL=main.44969555.chunk.css.map*/