@charset "UTF-8";.login-group .login-field{border:none;border-radius:1.2rem;background-color:var(--gray-light);font-size:1.4rem;font-weight:500}.login-group .login-field::-moz-placeholder{color:var(--gray-dark)}.login-group .login-field::placeholder{color:var(--gray-dark)}.login-group .login-field-spacing{padding:1.5rem 2rem}.login-group .login-select-input{padding:0;margin:0}.login-group .login-select-indicators-container svg{color:var(--gray-dark);width:35px;height:35px}.login-checkbox-container label{display:block;position:relative;color:var(--gray-dark);font-weight:600;font-size:1.4rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-left:3.5rem}.login-checkbox-container label input{position:absolute;opacity:0;height:0;width:0;cursor:pointer}.login-checkbox-container label .checkbox-text{display:inline-block;margin-top:.2rem}.login-checkbox-container label .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee;border-radius:.8rem}.login-checkbox-container label .checkmark:after{content:"";position:absolute;display:none;left:9px;top:.5rem;width:.5rem;height:1rem;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.login-checkbox-container label:hover input~.checkmark{background-color:#ccc}.login-checkbox-container label input:checked~.checkmark{background-color:var(--blue)}.login-checkbox-container label input:checked~.checkmark:after{display:block}.login-error-message{display:flex;align-items:center;gap:1.4rem;padding:.8rem 2rem;background-color:var(--orange-extra-light);color:var(--dark);font-family:Roboto,sans-serif;border-radius:6px;border:1px dashed var(--orange)}.login-error-message .login-error-message-icon{background-color:var(--orange-light);color:var(--orange);display:flex;align-items:center;padding:.2rem;clip-path:circle()}.login-loader{display:inline-block;position:relative}.login-loader.lg-loader{width:8rem;height:8rem}.login-loader.lg-loader div{width:6.4rem;height:6.4rem}.login-loader.md-loader{width:6rem;height:6rem}.login-loader.md-loader div{width:4.8rem;height:4.8rem}.login-loader.sm-loader{width:2rem;height:2rem}.login-loader.sm-loader div{width:2.2rem;height:2.2rem;border-width:.2rem}.login-loader div{display:block;position:absolute;border:.8rem solid var(--blue);border-radius:50%;animation:login-loader 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--blue) transparent transparent transparent}.login-loader div:nth-child(1){animation-delay:-.45s}.login-loader div:nth-child(2){animation-delay:-.3s}.login-loader div:nth-child(3){animation-delay:-.15s}@keyframes login-loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ReactModal__Overlay{opacity:0}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}.terms-of-use-and-privacy-policies-content{width:100%}.terms-of-use-and-privacy-policies-content .header{display:flex;justify-content:space-between;align-items:center;padding:3.5rem 4.3rem;gap:10rem}.terms-of-use-and-privacy-policies-content .header h1{color:var(--black);font-size:2rem;font-weight:600}@media (max-width: 800px){.terms-of-use-and-privacy-policies-content .header h1{font-size:1.5rem}}.terms-of-use-and-privacy-policies-content .header span{cursor:pointer;font-size:2.5rem;color:var(--gray-dark)}@media (max-width: 800px){.terms-of-use-and-privacy-policies-content .header{gap:1rem}}.terms-of-use-and-privacy-policies-content hr{height:1px;background-color:#d8d8d8}.terms-of-use-and-privacy-policies-content .container{margin:1.8rem 4.8rem;padding-top:2rem;padding-bottom:2rem;padding-right:1.2rem;border:.1rem dashed var(--extra-gray-dark);border-radius:2rem}@media (max-width: 800px){.terms-of-use-and-privacy-policies-content .container{margin:1rem}}.terms-of-use-and-privacy-policies-content .container .content{font-size:1.1rem;max-height:min(40rem,30vh);padding-left:2.6rem;padding-right:1.2rem;overflow-y:auto;overflow-wrap:break-word}.terms-of-use-and-privacy-policies-content .container .content p,.terms-of-use-and-privacy-policies-content .container .content br{margin:revert}.terms-of-use-and-privacy-policies-content .container .content::-webkit-scrollbar{width:.5rem}.terms-of-use-and-privacy-policies-content .container .content::-webkit-scrollbar-track{background-color:#fff}.terms-of-use-and-privacy-policies-content .container .content::-webkit-scrollbar-thumb{background-color:#d8d8d8;border-radius:.5rem}.terms-of-use-and-privacy-policies-content .container .content *{width:100%}*{margin:0;padding:0;border:none;text-decoration:none;box-sizing:border-box}html{--white: #ffffff;--black: #181c32;--gray-light: #eef1f5;--gray: #c1c1c1;--gray-dark: #959595;--extra-gray-dark: #515151;--dark: #3f4254;--blue: #3699ff;--dark-blue: #0095e8;--yellow: #f1bc00;--orange-extra-light: #fff9f4;--orange-light: #fddec0;--orange: #f89c47;--secondary: #6c757d;font-size:62.5%}body,button,input,textarea{font-size:clamp(14px,1.6rem,2vw);font-family:Poppins,sans-serif}.sr-only{position:absolute;height:1px;width:1px;padding:0;margin:-1px;overflow:hidden;clip-path:rect(0,0,0,0);white-space:nowrap;border-width:0}#login-root{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}#login{width:min(100%,1440px);height:100vh;display:flex;align-items:center;gap:2rem}#login aside{position:relative;z-index:2;width:50%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}#login aside .title-and-subtitle{text-align:center}#login aside .title-and-subtitle h2,#login aside .title-and-subtitle h3{color:var(--black);text-transform:uppercase}#login aside .title-and-subtitle h2{font-weight:600;font-size:2rem;margin-top:.4rem}#login aside .title-and-subtitle h3{font-weight:500;font-size:1.6rem}#login aside img{width:75%;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width: 800px){#login aside{display:none}}#login main{width:50%;margin-right:7.5%;position:relative;z-index:2}#login main #terms-and-privacy-policies-section-loading{display:flex;align-items:center;justify-content:center}#login main #terms-and-privacy-policies-section{display:flex;flex-direction:column;justify-content:space-between;align-items:center}#login main #terms-and-privacy-policies-section #terms-and-privacy-policies-section-actions{margin:2.5rem auto;display:flex;flex-direction:column;align-items:center}#login main #terms-and-privacy-policies-section #terms-and-privacy-policies-section-actions #proceed-button{width:min(100%,20rem);margin-top:2rem}#login main #terms-and-privacy-policies-section-loading,#login main #terms-and-privacy-policies-section{min-height:60.8rem}#login main #terms-and-privacy-policies-section-loading,#login main #terms-and-privacy-policies-section,#login main #form-section{box-shadow:0 0 20px 5px #00000014;border-radius:2.5rem}#login main #form-section{background:var(--white);padding:3.5rem 7rem;display:flex;flex-direction:column;align-items:center}#login main #form-section img{width:min(100%,23rem)}#login main #form-section h1{text-align:center;color:var(--black);font-weight:600;font-size:3rem;margin-top:2rem}#login main #form-section h1.small-title{font-size:2rem;line-height:normal}#login main #form-section form{width:100%}#login main #form-section form .login-groups{display:flex;flex-direction:column;gap:2.5rem}#login main #form-section form #submit-button{width:100%;margin-top:3.5rem;font-size:2rem}#login main #form-section form #submit-button .button-loader{margin-left:1.5rem;margin-top:.3rem;border-color:var(--white) transparent transparent transparent}@media (max-width: 1224px){#login main #form-section{padding:3.5rem 2rem}}#login main footer{margin-top:3rem;display:flex;flex-direction:column;align-items:center}#login main footer span{color:var(--extra-gray-dark);font-size:1rem;font-weight:700}@media (max-width: 800px){#login main{margin-right:0;width:100%;min-height:100vh;margin:10rem 2rem 2rem}}#login .login-group{display:flex;flex-direction:column;gap:.2rem}#login .login-group label{color:var(--black);font-weight:600;font-size:1.4rem}#login #terms-and-version{margin-top:3.5rem;display:flex;justify-content:flex-end;align-items:center}#login #terms-and-version .blue-text{color:var(--blue);font-size:1.4rem;font-weight:600}#login .visibility-hidden{visibility:hidden}#login .login-error-message-bottom-space{margin-bottom:.5rem}#login .margin-horizontal{margin:auto 2rem}#login .position-absolute{position:absolute}#login .top-0{top:0!important}#login .bottom-0{bottom:0!important}#login .left-0{left:0!important}#login .right-0{right:0!important}#login .left-40{left:40%}@media (max-width: 800px){.background-svg:nth-child(2n){display:none}}
