@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);.icon-wrapper{display:flex}.icon-wrapper.s-tiny{width:10px;height:10px;min-width:10px;min-height:10px}.icon-wrapper.tiny{width:20px;height:20px;min-width:20px;min-height:20px}.icon-wrapper.small{width:30px;height:30px;min-width:30px;min-height:30px}.icon-wrapper.medium{width:40px;height:40px;min-width:40px;min-height:40px}.icon-wrapper.x-medium{width:50px;height:50px;min-width:50px;min-height:50px}.icon-wrapper.large{width:60px;height:60px;min-width:60px;min-height:60px}.icon-wrapper.x-large{width:125px;height:125px;min-width:125px;min-height:125px}.icon-wrapper svg{flex:1 1}.icon-wrapper.clickable{cursor:pointer}.icon-wrapper.line-through:before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:2px;background:#fff;margin:auto;transform:rotate(-45deg)}#header{background:linear-gradient(90deg,#099c5f,#25b7c4)}#header section{display:flex;justify-content:flex-end}#header .sign-up{display:flex;align-items:center;cursor:pointer}#header .sign-up span{margin-right:.5rem}.form-group{position:relative;padding:1rem 0 0 2rem;margin-bottom:2rem}.form-group .form-field{font-family:inherit;border:0;border-bottom:1px solid #fff;outline:0;font-size:1rem;color:#fff;width:100%;padding:7px 0;background:transparent;transition:all .2s}.form-group .form-field:invalid,.form-group .form-field:required{box-shadow:none}.form-group .form-field::-webkit-input-placeholder{color:transparent}.form-group .form-field:-ms-input-placeholder{color:transparent}.form-group .form-field::-ms-input-placeholder{color:transparent}.form-group .form-field::placeholder{color:transparent}.form-group .form-field:-ms-input-placeholder~.form-label{font-size:1rem;cursor:text;top:1rem}.form-group .form-field:placeholder-shown~.form-label{font-size:1rem;cursor:text;top:1rem}.form-group .form-field:focus{border-width:1px;border-image:linear-gradient(90deg,#fff,#000);border-image-slice:1}.form-group .form-field:focus~.form-label,.form-group .form-label{position:absolute;top:0;display:block;transition:.2s;font-size:1rem}.form-group .form-label{color:#fff}button{padding:.75rem;display:block;width:100%;color:#000;font-size:1.3rem!important;border:none;transition:all .1s linear}button:disabled{opacity:.2;pointer-events:none}button.primary{background:hsla(0,0%,100%,.2)}button.primary:hover{background:#fff}.component-change{pointer-events:none}.component-change span{text-decoration:underline;color:#000;cursor:pointer;pointer-events:all;transition:all .2s linear}.component-change span:focus,.component-change span:hover{color:#fff}.exclamation{position:absolute;right:-.5rem;top:.75rem;display:flex;align-items:center}.exclamation:hover~.info-box{opacity:1;visibility:visible}.info-box{position:absolute;top:0;right:2rem;width:200px;padding:.5rem;z-index:2;background:#000;opacity:0;visibility:hidden;transition:all .3s ease;margin:0}.info-box:before{content:"";position:absolute;top:1rem;right:-.6rem;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #000}.info-box span{display:block;margin:.3rem 0 0;font-size:.8rem;opacity:.5;color:#fff;line-height:1rem}#forgot-password .link{padding:1rem 0;text-transform:uppercase}#forgot-password .link span{display:inline-flex;justify-content:flex-start;align-items:center}#forgot-password .link .icon-wrapper{transform:rotate(90deg)}#authentication{height:100%;display:flex;align-items:center;position:fixed;top:0;left:0;right:0;margin:auto;z-index:1000;background:rgba(0,0,0,.5)}#authentication .container{display:flex;justify-content:center;align-items:center;position:relative}#authentication .container.page-forgot-password{height:auto}#authentication .container.page-sign-in{height:57.33333vh}@media only screen and (min-height:769px){#authentication .container.page-sign-in{height:auto}}#authentication .container.page-register{height:57.33333vh}#authentication .container .container-box{position:relative;padding:0 2rem 2rem;overflow-y:auto;overflow-x:hidden;height:100%;width:100%;background:linear-gradient(90deg,#099c5f,#25b7c4)}#authentication .container .close-dialog{position:absolute;top:.2rem;right:.2rem}#authentication .container a{color:#000;text-decoration:underline;outline:none;transition:all .2s linear}#authentication .container a:focus,#authentication .container a:hover{color:#fff}#authentication .container p{margin:2rem 0;line-height:1.3rem}#authentication .container p span{margin-left:5px}#authentication .container .link{color:#fff;font-size:1.2rem}#authentication .container .link span{cursor:pointer}#authentication .container .auth-header{padding-top:2rem}#authentication .container .auth-header ul{display:flex}#authentication .container .auth-header ul li{width:50%;padding:1rem;margin-bottom:2rem;text-align:center;text-transform:uppercase;color:#000;transition:all .1s linear}#authentication .container .auth-header ul li:hover{color:#fff}#authentication .container .auth-header ul li.active{background:hsla(0,0%,100%,.2);color:#fff}#authentication .container .auth-footer{text-align:center;margin-top:1rem}.auth-form .group{position:relative}.auth-form .group .input-icon{position:absolute;left:0;top:.8rem}.auth-form .group .error{color:red;position:absolute;bottom:-1.2rem;right:0;font-size:12px}@media only screen and (min-width:769px){.auth-form .group.date-of-birth .input-container{display:flex;justify-content:space-between;align-items:center}}.auth-form .group.date-of-birth .input-container div{position:relative}.auth-form .group.date-of-birth .error{bottom:-1.2rem}@media only screen and (min-width:769px){.auth-form .group.date-of-birth .error{bottom:.7rem}}.auth-form .group.auth-password .eye{position:absolute;right:0;bottom:0;display:flex;align-items:center}.auth-form .form-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.auth-form .form-footer div,.auth-form .form-footer p{margin:0!important}.auth-form .accept-t-and-c,.auth-form .remember-me{margin-bottom:1rem}.auth-form .accept-t-and-c label,.auth-form .remember-me label{display:inline-flex;justify-content:center;align-items:center;position:relative;font-size:.8rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.auth-form .accept-t-and-c label .confirmation-text,.auth-form .remember-me label .confirmation-text{width:100%;line-height:1.2rem}@media only screen and (min-width:480px){.auth-form .accept-t-and-c label .confirmation-text,.auth-form .remember-me label .confirmation-text{width:auto}}.auth-form .accept-t-and-c label a,.auth-form .remember-me label a{margin-left:5px}.auth-form .accept-t-and-c label input,.auth-form .remember-me label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.auth-form .accept-t-and-c label .checkmark,.auth-form .remember-me label .checkmark{position:relative;height:20px;width:20px;margin-right:.5rem;background-color:transparent;border:1px solid hsla(0,0%,100%,.3)}.auth-form .accept-t-and-c label .checkmark.active,.auth-form .remember-me label .checkmark.active{background-color:#fff}.auth-form .accept-t-and-c label .checkmark.active:after,.auth-form .remember-me label .checkmark.active:after{display:block}.auth-form .accept-t-and-c label .checkmark:after,.auth-form .remember-me label .checkmark:after{content:"";position:absolute;display:none;left:6px;top:1px;width:5px;height:10px;border:solid #000;border-width:0 3px 3px 0;transform:rotate(45deg)}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}body{font-family:"Roboto",sans-serif;color:#fff}.pd-1{padding:1rem}.pd-t{padding-top:1rem}.pd-r{padding-right:1rem}.pd-b{padding-bottom:1rem}.pd-l{padding-left:1rem}.col-md{max-width:992px}.col-md,.col-sm{width:100%;margin:auto}.col-sm{max-width:768px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}
/*# sourceMappingURL=main.012600a6.chunk.css.map */