:root{--main-font:"RNSLango",sans-serif;--secondary-font:"RNSNuxai",sans-serif;--color-dark:#2c2e43;--primary-red:#e62d40}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff}input:checked+.slider{background-color:var(--primary-red)}input:focus+.slider{box-shadow:0 0 1px var(--primary-red)}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.landing-page{z-index:0;width:100%;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-image:url(/assets/images/home-bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%;position:fixed;top:0;left:0}.landing-page.homeBackground{transition:background-image .5s ease-in-out}.landing-page.homeBackground.overlay:before{content:"";background-color:#000;opacity:.4;position:absolute;bottom:0;left:0;right:0;top:0;width:100%}.landing-page h1{color:#fff;font-size:2rem;font-family:var(--main-font)}.landing-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(5,5,5,.5),transparent),linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.75) 20%,transparent 50%);background-size:100% 15%,100% 80%;background-repeat:no-repeat;background-position:top,bottom}.landing-page-logo{margin-top:60px;height:120px;pointer-events:none;z-index:9}.landing-page-header{height:120px;display:flex;align-items:center;color:#fff}.landing-page-form-section{z-index:2}.landing-page-form-section.bordered{border:1px solid hsla(0,0%,100%,.4);border-radius:16px;padding:1rem;margin-top:2rem;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.landing-page-form-section.shadowed{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.landing-page-form-section.semi-transparent{background-color:rgba(0,0,0,.4)}.landing-page-form-section.form-box{padding:.5rem 2rem}.landing-page-input-group{display:flex;flex-direction:column;margin-top:1rem;margin-bottom:2rem}.landing-page-input-group label{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;font-family:var(--main-font)}.landing-page-input-group label span{font-size:1rem;font-weight:300}.landing-page-input-group input{background-color:transparent;border:none;border-bottom:1px solid #fff;color:#fff;font-size:1.25rem;padding:.5rem 1rem;font-family:var(--secondary-font);text-align:center;outline-color:var(--primary-red);border-radius:32px;-webkit-border-radius:32px;-moz-border-radius:32px;-ms-border-radius:32px;-o-border-radius:32px}.landing-page-input-group.centered{text-align:center;justify-content:center}.landing-page-switch-group{display:flex;justify-content:space-between;align-items:center;gap:10px;color:hsla(0,0%,100%,.5)}.landing-page-switch-group .active{color:#fff}.landing-page-text-animated{color:#fff;font-size:1.25rem;font-weight:400;font-family:var(--secondary-font)}.landing-page-text-animated-wrapper{height:52px;display:flex;justify-content:center;align-items:center}.landing-page-button{background-color:var(--primary-red);border:none;border-radius:32px;-webkit-border-radius:32px;-moz-border-radius:32px;-ms-border-radius:32px;-o-border-radius:32px;color:#fff;margin-top:.5rem;padding:8px 24px;z-index:9;box-shadow:0 0 10px 0 rgba(0,0,0,.2);font-size:1.5rem;font-family:var(--secondary-font);cursor:pointer}.landing-page-button:hover{background-color:rgba(230,45,64,.8)}.landing-page-button:disabled{background-color:rgba(230,45,64,.5);cursor:not-allowed}.landing-page-privacy-checkbox{margin-bottom:1rem;text-align:left}.privacy-checkbox-label{display:flex;align-items:flex-start;gap:.5rem;color:#fff;font-size:.9rem;font-family:var(--secondary-font);cursor:pointer;line-height:1.4}.privacy-checkbox-label input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin:2px 0 0}.privacy-policy-link,.privacy-policy-link:focus{color:var(--primary-red);text-decoration:underline;cursor:pointer}.privacy-policy-link:hover{color:#f44c5d}.landing-page-footer{width:100%;height:120px;z-index:1;display:flex;flex-direction:column;justify-content:space-around;align-items:center;color:#fff;font-size:12px}.landing-page-footer p{color:#fff!important}.landing-page-footer .social_profiles{width:100%;display:flex;justify-content:center;align-items:center;-moz-column-gap:20px;column-gap:20px}.landing-page-footer .social_profiles .social_profile_item{width:46px;height:46px;display:flex;justify-content:center;align-items:center;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;transition:background-color .3s ease}.landing-page-footer .social_profiles .social_profile_item:hover{background-color:var(--primary-red)}.landing-page-footer .social_profiles .social_profile_item a{color:#fff;text-decoration:none;font-size:18px}.text-muted{color:hsla(0,0%,100%,.6)!important}@media (min-width:768px){.landing-page h1{font-size:4rem}.landing-page-text-animated{font-size:2rem}.landing-page-button{font-size:2rem;margin-top:2rem}.landing-page-footer{font-size:16px}.landing-page-form-section.form-box{padding:2rem 4rem}}@media (min-width:1200px){.landing-page h1{font-size:6rem}.landing-page-text-animated{font-size:2.5rem}}