@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;0,650;0,700;1,400;1,600;1,650;1,700&display=swap");body{margin:0;padding:0;border:0;font-family:"Work Sans",sans-serif;font-weight:400;font-size:1em;min-width:310px}body *{box-sizing:border-box;margin:0;padding:0;border:0;-webkit-tap-highlight-color:transparent}img{display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.prel-touch-device .no-touch-only,html.touch-device .no-touch-only{display:none}h1,h2,h3,h4,h5,h6{font-family:"Work Sans",sans-serif;font-weight:700;line-height:1.25}p{line-height:1.5}.semibold{font-weight:600}.nowrap{white-space:nowrap}div.landing-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:100vh;background:#4b44a5;background:linear-gradient(345deg,rgb(138,123,234) 0%,rgb(97,87,189) 55%,rgb(75,68,165) 91%);padding:20px;gap:20px;overflow:hidden}div.landing-container span.acknowledgement{justify-self:end;margin:0 auto;text-align:center}div.flex-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;gap:20px;z-index:1;overflow:visible}div.flex-container div.dynamic-content img.scanslated-logo{width:50%;margin-bottom:30px;max-width:230px}div.flex-container div.graphic{aspect-ratio:3/4;width:75%;overflow:visible;display:flex;flex-direction:column;align-items:center;z-index:-1}div.flex-container div.graphic div.mockup-image{width:200%;height:100%;background-image:url("/static/openportal/img/landing/device-mockup_2000px.png");background-repeat:no-repeat;background-size:100%;background-position:center}@media screen and (min-width:512px){div.landing-container{padding:40px 40px 20px}div.flex-container{max-width:500px}}@media screen and (min-width:768px){div.landing-container{justify-content:center}div.flex-container{flex-direction:row;justify-content:center;align-items:center;gap:40px;max-width:1000px}div.flex-container div.dynamic-content{flex:1.1;margin-bottom:50px}div.flex-container div.graphic{flex:1}}form{margin:30px 0 20px;display:flex;gap:10px;flex-direction:column}input{-webkit-appearance:none;outline:none;border-radius:10px;padding:10px 15px;min-height:45px;transition-property:color,background-color,transform,border-color,box-shadow;transition-duration:150ms;box-shadow:0px 0px 0px 0px transparent}input[type=email]{width:100%;color:rgb(63.75,63.75,63.75)}input[type=email]::placeholder{color:rgb(127.5,127.5,127.5)}input[type=email]:focus{color:#000000;box-shadow:0px 0px 0px 4px #ada2f6}input[type=submit]{cursor:pointer;background-color:#8a7bea;color:white;font-weight:500}input[type=submit]:focus:not(:active){box-shadow:0px 0px 0px 4px #ada2f6}input[type=submit]:active{background-color:#4b44a5;transform:translateY(1px)}@keyframes button-spinner{from{transform:translate(-50%,-50%) rotate(-140deg)}to{transform:translate(-50%,-50%) rotate(220deg)}}div.button-spinner-container{position:relative;width:min-content}div.button-spinner-container::after{content:"";pointer-events:none;opacity:0;position:absolute;top:50%;left:50%;width:1.5em;height:1.5em;transform:translate(-50%,-50%);background-image:url("/static/openportal/img/button-icons/button-spinner_purple_light.svg");background-size:contain;background-repeat:no-repeat}div.button-spinner-container.spinning::after{opacity:1;animation-name:button-spinner;animation-duration:900ms;animation-iteration-count:infinite;animation-timing-function:linear;transition:opacity 350ms ease-out 350ms}div.button-spinner-container.spinning input[type=submit]{background-color:#8a7bea;color:transparent;transform:translateY(0);transition-delay:200ms,0ms,0ms;pointer-events:none;box-shadow:0px 0px 0px 0px transparent}::placeholder{opacity:1;transition-property:color;transition-duration:150ms}#access-link-form-container{display:none}div.alert-message{display:none;border-radius:10px;padding:10px 15px;background-color:#4b44a5;color:white;margin:30px -5px 20px}div.alert-message p.small-note{border-top:2px solid #554eb7;padding-top:0.5em;color:#dcd6ff}div.alert-message p.small-note a{color:inherit}div.alert-message.error{background-color:#fffc99;color:#000000}div.alert-message.error a{color:#5C4BCE}button.form-switch{cursor:pointer;background-color:transparent;color:#ece9ff;text-decoration:underline;font-size:0.875em;transition-property:color;transition-duration:150ms}button.form-switch i{text-decoration:none;margin-right:0.5em}html.no-touch-device input[type=submit]:hover:not(:active){background-color:#4b44a5;transform:translateY(-1px)}html.no-touch-device button.form-switch:hover{color:white}html.no-touch-device div.alert-message.error a:hover{color:#8a7bea}@media screen and (min-width:512px){form{flex-direction:row}}@media screen and (min-width:768px){form{flex-direction:column}input{font-size:1.125em}button.form-switch{font-size:1em}div.alert-message p{font-size:1em}div.alert-message p.small-note{font-size:0.875em}}@media screen and (min-width:1024px){form{flex-direction:row}}div.landing-container{color:white}h1,h2{font-size:1.75em}p{margin-bottom:1em;margin-top:1em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}p a{color:#a9fae5;transition-duration:150ms;transition-property:color}p.small-note{font-size:0.75em;color:#ece9ff}p.small-note a{color:#ddfdf5}p.small-italic-text{font-size:0.875em;font-style:italic}a{color:inherit}.aqua-highlight{color:#a9fae5}span.acknowledgement{color:#c6befe;font-size:0.875em;font-weight:400;line-height:1.25}span.acknowledgement a{color:inherit;transition-duration:150ms}html.no-touch-device span.acknowledgement a:hover{color:#ece9ff}html.no-touch-device p a:hover{color:#ddfdf5}html.no-touch-device p.small-note a:hover{color:#a9fae5}@media screen and (min-width:425px){h1,h2{font-size:2em}p{font-size:1.125em}p.small-note{font-size:0.875em}}@media screen and (min-width:512px){h1,h2{font-size:2.5em}}@media screen and (min-width:768px){h1,h2{font-size:2em}}@media screen and (min-width:1024px){h1,h2{font-size:2.5em}p.small-italic-text{font-size:1em;font-style:italic}}