﻿:root{--Primary:#002f87;--OnPrimary:#fff;--PrimaryContainer:#ccd5e7;--OnPrimaryContainer:#00091b;--PrimaryExtended:#001c51;--Secondary:#00aeef;--OnSecondary:#fff;--SecondaryContainer:#cceffc;--OnSecondaryContainer:#002330;--Tertiary:#868686;--OnTertiary:#fff;--TertiaryContainer:#e7e7e7;--OnTertiaryContainer:#1b1b1b;--Error:#da291c;--OnError:#fff;--ErrorContainer:#f8d4d2;--OnErrorContainer:#2c0806;--Background:#e7e7e7;--OnBackground:#0e0e0e;--Surface:#fbfbfb;--OnSurface:#0e0e0e;--SurfaceVariant:#0e0e0e;--OnSurfaceVariant:#757578;--Outline:#e7e8ed;--OutlineVariant:#f0f3f4;--OutlineShadow:#000;--OutlineScrimOverlay:#00000066;--InverseSurface:#444;--InverseOnSurface:#f7f7f7;--InversePrimary:#ccd5e7;--PrimaryFixed:#ccd5e7;--OnPrimaryFixed:#00091b;--PrimaryFixedDim:#99accf;--PrimaryFixedVariant:#001c51;--SecondaryFixed:#cceffc;--OnSecondaryFixed:#002330;--SecondaryFixedDim:#99dff9;--OnSecondaryFixedVariant:#00688f;--TertiaryFixed:#e7e7e7;--OnTertiaryFixed:#1b1b1b;--TertiaryFixedDim:#cfcfcf;--OnTertiaryFixedVariant:#505050;--CallToAction:#059b00;--OnCallToAction:#fff;--CallToActionContainer:#cdebcc;--OnCallToActionContainer:#011f00;--SurfaceDim:#fff;--SurfaceBright:#fbfbfb;--SurfaceContainerLowest:#fff;--SurfaceContainerLow:#fcfcfc;--SurfaceContainer:#fbfbfb;--SurfaceContainerHigh:#fafafa;--SurfaceContainerHighest:#f7f7f7;--SurfaceTint:#00266c;--hovered:8%;--focused:12%;--pressed:16%;--hovered-legacy:.08;--focused-legacy:.12;--pressed-legacy:.16;--box-shadow-lowest-15:0 1px 3px 1px #00000026;--box-shadow-lowest-30:0 1px 2px 0 #0000004d;--box-shadow-low-15:0 2px 6px 2px #00000026;--box-shadow-low-30:0 1px 2px 0 #0000004d;--box-shadow-15:0 1px 3px 0 #00000026;--box-shadow-30:0 4px 8px 3px #0000004d;--box-shadow-high-15:0 2px 3px 0 #00000026;--box-shadow-high-30:0 6px 10px 4px #0000004d;--box-shadow-highest-15:0 4px 4px 0 #00000026;--box-shadow-highest-30:0 8px 12px 6px #0000004d;--elevation-20:var(--box-shadow-lowest-15),var(--box-shadow-lowest-30);--elevation-40:var(--box-shadow-low-15),var(--box-shadow-low-30);--elevation-60:var(--box-shadow-15),var(--box-shadow-30);--elevation-80:var(--box-shadow-high-15),var(--box-shadow-high-30);--elevation-100:var(--box-shadow-highest-15),var(--box-shadow-highest-30);--animation-normal:.2s;--animation-slow:.4s;--pulse-color:#f3f3f3;--animation-duration:1.2s;--base-width:124px;--base-height:196px;--base-img-height:124px;--slick-list-base-width:830px;--avatar-offset:calc(0 + 12px);}.shoelace.hide{display:none;}.shoelace.btn{font-family:'Quicksand',sans-serif;width:100%;padding:0 1rem;border-radius:9999px;font-weight:600;transition:background var(--animation-normal) cubic-bezier(.2,0,0,1),box-shadow var(--animation-normal) cubic-bezier(.2,0,0,1),background-color var(--animation-normal) ease-out,width .3s ease-out;border:1px solid transparent;color:var(--current-color);background-color:var(--current-background);height:var(--current-height);font-size:var(--current-font-size);cursor:pointer;--hidden-selection-padding:0;position:relative;box-sizing:border-box;display:inline-flex;text-align:center;flex-direction:row;justify-content:center;align-items:center;white-space:nowrap;text-overflow:ellipsis;gap:.5rem;}.shoelace.btn::after{content:'';position:absolute;top:var(--hidden-selection-padding);left:var(--hidden-selection-padding);right:var(--hidden-selection-padding);bottom:var(--hidden-selection-padding);background:transparent;cursor:pointer;box-sizing:border-box;z-index:-1;border-radius:inherit;z-index:100;}.shoelace.btn:hover{box-shadow:var(--elevation-20);background:linear-gradient(0deg,rgb(fromvar(--blend-color) r g b/var(--hovered-legacy)),rgb(fromvar(--blend-color) r g b/var(--hovered-legacy))),var(--current-background);}.shoelace.btn:active{box-shadow:none;background:linear-gradient(0deg,rgb(fromvar(--blend-color) r g b/var(--pressed-legacy)),rgb(fromvar(--blend-color) r g b/var(--pressed-legacy))),var(--current-background);}@supports (background:color-mix(in srgb,black,white)){.shoelace.btn:hover{background:color-mix(in srgb,var(--blend-color)var(--hovered),var(--current-background));}.shoelace.btn:active{background:color-mix(in srgb,var(--blend-color)var(--pressed),var(--current-background));}}.shoelace.btn.round{width:var(--current-height);justify-content:center;}.shoelace.btn.sm{--current-height:40px;--current-font-size:14px;--hidden-selection-padding:-4px;}.shoelace.btn.md{--current-height:48px;--current-font-size:16px;}.shoelace.btn.lg{--current-height:52px;--current-font-size:18px;}.shoelace.btn.icon{display:flex;align-items:center;justify-content:center;padding:0;width:var(--current-height);}.shoelace.btn.icon::after{border-radius:50%;z-index:100;}.shoelace.btn.icon.sm{--current-height:22px;--current-font-size:14px;--hidden-selection-padding:-13px;}.shoelace.btn.icon.md{--current-height:30px;--current-font-size:18px;--hidden-selection-padding:-9px;}.shoelace.btn.icon.lg{--current-height:40px;--current-font-size:20px;--hidden-selection-padding:-4px;}.shoelace.btn.icon i{position:relative;font-size:var(--current-font-size);}.shoelace.btn svg{fill:var(--current-color);}.btn.loading-light,.btn.loading-dark{width:var(--current-height) !important;justify-content:center;font-size:0;position:relative;cursor:wait;}.btn.loading-light::after{content:url('/Images/spinner-light.svg');animation:fa-spin .7s infinite linear;position:absolute;display:flex;justify-content:center;align-items:center;}.btn.loading-dark::after{content:url('/Images/spinner-dark.svg');animation:fa-spin .7s infinite linear;position:absolute;display:flex;justify-content:center;align-items:center;}.shoelace.chip{justify-content:space-between;}.shoelace.seg-left{border-radius:999px 0 0 999px;}.shoelace.seg-right{border-radius:0 999px 999px 0;border-left:none;}.shoelace.seg-center{border-radius:0;border-left:none;}.shoelace.btn.seg-left:hover,.shoelace.btn.seg-right:hover,.shoelace.btn.seg-center:hover,.shoelace.btn.seg-left:active,.shoelace.btn.seg-right:active,.shoelace.btn.seg-center:active,.shoelace.btn.seg-left:focus,.shoelace.btn.seg-right:focus,.shoelace.btn.seg-center:focus{box-shadow:none;}@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}.shoelace.svg-rotate{animation:spin 2s linear infinite;display:block;margin:auto;min-width:var(--current-font-size);width:var(--current-font-size);min-height:var(--current-font-size);height:var(--current-font-size);}.shoelace.menu-group{list-style:none;display:flex;flex-direction:column;padding:.5rem 0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;transition:background var(--animation-normal) cubic-bezier(.2,0,0,1);border-radius:.25rem;background-color:var(--Surface);box-shadow:var(--elevation-20);}.shoelace.menu-group .menu-group-item{display:flex;flex-direction:row;align-items:center;width:100%;padding:0;box-sizing:border-box;cursor:pointer;}.shoelace.menu-group .menu-group-item a{display:flex;align-items:center;color:inherit;width:100%;height:100%;padding:.5rem .75rem;text-decoration:none !important;box-sizing:border-box;transition:background var(--animation-normal) cubic-bezier(.2,0,0,1);}.shoelace.menu-group .menu-group-item a:hover,.shoelace.menu-group .menu-group-item a:focus{background:linear-gradient(0deg,#ffffff14,#ffffff14),var(--PrimaryFixedDim);}.shoelace.menu-group .menu-group-item a:active{background:linear-gradient(0deg,#ffffff1e,#ffffff1e),var(--PrimaryFixedDim);}.shoelace.menu-group .menu-group-item a::selection{background:linear-gradient(0deg,#ffffff28,#ffffff28),var(--PrimaryFixedDim);}.shoelace.menu-group .menu-group-item i:first-child{font-size:1.25rem;margin-right:1rem;min-width:32px;text-align:center;}.shoelace.menu-group .menu-group-item i:last-child{font-size:1rem;}.shoelace.menu-group .item-label-container{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}.shoelace.menu-group .item-label{font-weight:400;font-size:1rem;margin:0;}.shoelace.menu-group .item-supporting{font-weight:400;font-size:.875rem;margin:0;}.shoelace.menu-sm .menu-group-item a{height:40px;max-height:40px;min-height:40px;}.shoelace.menu-md .menu-group-item a{height:48px;max-height:48px;min-height:48px;}.shoelace.menu-lg .menu-group-item a{height:56px;max-height:56px;min-height:56px;}.shoelace.menu-group .menu-group-item a::before,.shoelace.menu-group .menu-group-item a::after,.shoelace.menu-group .menu-group-item a *{text-decoration:none !important;}.shoelace.snackbar{font-family:'Quicksand',sans-serif;border-radius:4px;font-weight:500;min-width:288px;max-width:367px;font-size:1rem;border:none;color:var(--current-color);background-color:var(--current-background);display:flex;flex-wrap:wrap;justify-content:space-between;box-shadow:var(--elevation-20);}.shoelace.snackbar p{margin:.75rem 0 0 1rem;text-align:left;flex-grow:1;}.shoelace.snackbar .action-container{display:flex;justify-content:flex-end;align-items:center;flex-grow:1;gap:.75rem;margin:.75rem 1rem;}.shoelace .tick{margin-bottom:1px;}.shoelace .checkbox input.hide{position:absolute;opacity:0;width:0;height:0;}.shoelace .checkbox{top:50%;left:50%;position:relative;border-radius:3px;display:flex;justify-content:center;align-items:flex-end;transform:translate(-50%,-50%);transition:background-color var(--animation-normal) cubic-bezier(.2,0,0,1);}.shoelace .checked{width:18px;height:18px;background-color:var(--checkbox-color);color:var(--tick-color);transition:background-color var(--animation-slow) cubic-bezier(.2,0,0,1);}.shoelace .unchecked{width:16px;height:16px;color:none;background-color:none;border:solid 2px #808080;}.shoelace.chk{display:flex;height:40px;width:40px;border-radius:50%;cursor:pointer;position:relative;--hidden-selection-padding:-4px;}.shoelace.chk::before{content:'';position:absolute;top:var(--hidden-selection-padding);left:var(--hidden-selection-padding);right:var(--hidden-selection-padding);bottom:var(--hidden-selection-padding);border-radius:50%;background-color:transparent;}.shoelace.chk:hover{background-color:var(--hovered-color);}.shoelace.chk:focus{background-color:var(--focused-color);}.shoelace.chk:active{background-color:var(--pressed-color);}.shoelace.chk-primary{--checkbox-color:var(--Primary);--tick-color:var(--OnPrimary);--hovered-color:#002f8714;--focused-color:#002f871e;--pressed-color:#b4b8c0;}.shoelace.chk-error{--checkbox-color:var(--Error);--tick-color:var(--OnError);--hovered-color:#da291c14;--focused-color:#da291c1e;--pressed-color:#500e004d;}.shoelace.chk-disabled{--checkbox-color:var(--Error);--tick-color:var(--OnError);--hovered-color:#da291c14;--focused-color:#da291c1e;--pressed-color:#500e004d;}.shoelace.skeleton-loader{background-color:#e7e7e7;animation:pulse var(--animation-duration) infinite;}@keyframes pulse{0%,100%{background-color:#e7e7e7;}50%{background-color:#f3f3f3;}}.shoelace.disabled{--current-background:var(--TertiaryContainer);--current-color:var(--Tertiary);cursor:not-allowed;}.shoelace.btn.disabled:hover{box-shadow:none;background:var(--current-background);}.shoelace.btn.disabled:active{background:var(--current-background);}.shoelace.btn.disabled::after{cursor:not-allowed;}.shoelace.primary{--current-background:var(--Primary);--current-color:var(--OnPrimary);--blend-color:var(--OnPrimary);}.shoelace.secondary{--current-background:var(--Secondary);--current-color:var(--OnSecondary);--blend-color:var(--OnSecondary);}.shoelace.cta{--current-background:var(--CallToAction);--current-color:var(--OnCallToAction);--blend-color:var(--OnCallToAction);}.shoelace.cta-container{--current-background:var(--CallToActionContainer);--current-color:var(--OnCallToActionContainer);--blend-color:var(--OnCallToActionContainer);}.shoelace.tonal{--current-background:var(--PrimaryFixed);--current-color:var(--OnPrimaryContainer);--blend-color:var(--Primary);}.shoelace.outlined{--current-background:var(--OnPrimary);--current-color:var(--OnPrimaryContainer);--blend-color:var(--Primary);border:1px solid var(--OnPrimaryContainer);}.shoelace.seg-inactive{--current-background:var(--SurfaceContainerLowest);--current-color:var(--OnSurface);--blend-color:var(--Primary);border:1px solid var(--Outline);}.shoelace.text{--current-background:var(--OnPrimary);--current-color:var(--OnPrimaryContainer);--blend-color:var(--Primary);}.shoelace.transparent{--current-background:var(--OnPrimary);--current-color:var(--OnPrimaryContainer);--blend-color:var(--Primary);}.shoelace.transparent{background-color:transparent;}.shoelace.transparent.round{background-color:var(--OnPrimary);}.shoelace.primary-extended{--current-background:var(--PrimaryExtended);--current-color:var(--InverseOnSurface);--blend-color:var(--InverseOnSurface);}.shoelace.tertiary{--current-background:var(--Tertiary);--current-color:var(--OnTertiary);--blend-color:var(--OnTertiary);}.shoelace.error{--current-background:var(--Error);--current-color:var(--OnError);--blend-color:var(--OnError);}.shoelace.err-container{--current-background:var(--ErrorContainer);--current-color:var(--OnErrorContainer);--blend-color:var(--OnErrorContainer);}.shoelace.input-wrapper{width:100%;min-width:210px;height:56px;position:relative;}.shoelace .input-field .icon{position:absolute;top:1.2em;width:var(--current-height);padding:0 1em;color:var(--current-color);right:0;}.shoelace .input-field .icon.password{right:3em;}.shoelace .input-field .icon-left{position:absolute;top:35%;width:var(--current-height);left:1em;z-index:1;}.shoelace .input-field{min-width:210px;width:100%;}.shoelace .input-field input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;height:1em;width:1em;border-radius:50em;background:url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;background-size:contain;opacity:0;pointer-events:none;}.shoelace .inputTextField{display:flex;width:inherit;height:56px;position:relative;outline:none;border-radius:4px;border:var(--current-border);color:var(--current-color);cursor:pointer;background-color:transparent;z-index:2;}.shoelace .inputPrompt{margin:0 1rem 0 0;position:absolute;border:none;font-size:12px;min-width:40px;font-weight:400;line-height:16px;text-align:center;background:none;color:var(--current-color);cursor:pointer;top:37%;width:var(--current-height);right:0;z-index:10;}.shoelace .input-field .icon.hide,.shoelace .inputPrompt.hide{display:none;}.shoelace .input-field .icon{z-index:10;}.shoelace .supportingText{position:absolute;font-size:12px;top:5em;margin:0 1em;color:var(--current-color);}.shoelace .input-field .placeholder{cursor:text;position:absolute;left:var(--field-padding);width:calc(100% - (var(--field-padding)*2));overflow:hidden;white-space:nowrap;text-overflow:ellipsis;top:1em;line-height:100%;transform:translateY(-50%);color:var(--current-color);transition:top .3s ease,color .3s ease,font-size .3s ease;z-index:3;}.shoelace .default-padding{padding:1em 6em 1em 1em;}.shoelace .default-margin{margin:.7em 1em;}.shoelace .search-padding{padding:1em 5.5em 1em 3em;}.shoelace .search-margin{margin:.9em 2.5em;}.shoelace .inactive{--current-border:1px solid var(--SurfaceVariant);--current-color:var(--SurfaceVariant);}.shoelace .input-field input:disabled{--current-border:1px solid var(--SurfaceVariantOpacity12);--current-color:var(--SurfaceVariantOpacity12);}.shoelace .input-field input:disabled~.icon,.shoelace .input-field input:disabled~.placeholder,.shoelace .input-field input:disabled~.supportingText{--current-color:var(--SurfaceVariantOpacity12);}.shoelace .input-field input:invalid:focus{--current-border:3px solid var(--Error);}.shoelace .input-field input:invalid{--current-border:1px solid var(--Error);}.shoelace .input-field input:invalid~.placeholder::after{content:" !";font-weight:700;}.shoelace .input-field input:invalid~.placeholder,.shoelace .input-field input:invalid~.icon,.shoelace .input-field input:invalid~.inputPrompt,.shoelace .input-field input:invalid~.supportingText{--current-color:var(--Error);}.shoelace .input-field input:active{outline:auto;animation-timing-function:cubic-bezier(.2,0,0,1);animation-duration:200ms;}.shoelace .input-field input:valid:focus,.shoelace .input-field input:valid:not(:empty){--current-border:3px solid var(--Primary);}.shoelace .input-field input:valid:focus~.placeholder{--current-color:var(--Primary);}.shoelace .focus-empty{font-family:Quicksand;font-size:12px;font-weight:400;line-height:16px;top:-7px !important;background:#fff;padding:4px;--current-color:var(--Primary);}.shoelace.btn.round::after{content:url('/Images/spinner-light.svg');animation:fa-spin .7s infinite linear;position:absolute;padding:.91em;}.shoelace.btn.tick{width:var(--current-height);justify-content:center;}.overlay.showOnRegistrationPage{opacity:.4;z-index:300;visibility:visible;background-color:rgba(0,0,0,.6);}.RegisterTab{height:max-content;margin:auto;background:var(--SurfaceDim);padding-bottom:2em;width:100%;}.RegisterTab{font-family:'Quicksand',Verdana,Arial,Helvetica,sans-serif !important;}.RegisterTab div[data-lastpass-icon-root]{display:none;}.RegisterTab .registerBlock,.RegisterTab .signInBlock{width:360px;height:max-content;box-shadow:var(--elevation-20);margin:24px auto;padding:16px;border-radius:8px;background:var(--SurfaceContainerLowest);}.RegisterTab .registerParagraph{margin-top:24px;padding-bottom:12px;font-size:14px;font-weight:400;line-height:20px;text-align:left;text-underline-position:from-font;}.RegisterTab .registerCheckBoxes{padding:0 1em 0 1em;font-size:12px;font-weight:400;line-height:16px;margin:16px 0;text-align:left;}.RegisterTab .registerHeading,.RegisterTab .signinHeading{font-size:18px;font-weight:500;line-height:24px;padding-bottom:12px;}.RegisterTab input ::-webkit-validation-bubble-message{display:none;}.RegisterTab input::-ms-clear,.RegisterTab input::-ms-reveal{display:none;}.RegisterTab input:invalid~.supportingText{--current-color:var(--Error);}.RegisterTab .box-shadow{border-radius:8px;box-shadow:0 1px 3px 1px #00000026;box-shadow:0 1px 2px 0 #0000004d;}.RegisterTab .flexListContainer .innerList ul{list-style:none;}.RegisterTab .flexListContainer ul li span{padding-left:12px;}.RegisterTab .flexListContainer ul li{font-size:14px;line-height:20px;font-weight:400;padding-bottom:12px;}.RegisterTab .flexCheckBox{display:flex;}.RegisterTab .flexCheckBox .chk{width:12%;margin:16px 4px;}.RegisterTab .flexCheckBox .chkLabel{margin:16px 0 4px;width:90%;color:var(--current-color);flex-wrap:wrap;font-size:14px;font-weight:400;line-height:20px;text-align:left;}.RegisterTab #chk-primary-1{margin:35px 4px;}.RegisterTab .flexListContainer ul li i{padding:4px;}.RegisterTab .fa-check::before{color:var(--current-color);content:'';}.RegisterTab .fa-bag-shopping::before{content:"";}.RegisterTab .fa-box::before{content:"";}.RegisterTab .fa-truck::before{content:"";}.RegisterTab .fa-heart::before{content:"";}.RegisterTab .shoelace .tick{font-size:medium;}.RegisterTab .Excl{font-weight:700;color:var(--error);}.RegisterTab #emlRequired,.RegisterTab #pswdRequired{content:"*";}.RegisterTab #forgotPassword,.RegisterTab #signInLink{width:100%;width:-moz-available;width:-webkit-fill-available;width:fill-available;margin:0 0 24px 0;font-size:16px;font-weight:600;line-height:24px;text-align:center;}.RegisterTab #forgotPassword{margin:0;}.RegisterTab #_r_RegisterBtn{margin-top:16px;}.RegisterTab #SignInBtn{width:100%;width:-moz-available;width:-webkit-fill-available;width:fill-available;}.RegisterTab #attemptsRemaining{width:auto;margin:0 0 1em;height:max-content;border-radius:4px;padding:16px;background:var(--ErrorContainer);}.RegisterTab #attemptsRemaining span{padding:1em 0;font-weight:500;font-size:16px;line-height:20px;text-align:left;}.RegisterTab #terms{color:var(--current-color);text-decoration:underline;}.RegisterTab #privacyPolicy{color:var(--current-color);text-decoration:underline;}.RegisterTab .horizontal-line{display:grid;margin:32px 0;justify-content:center;width:-webkit-fill-available;width:100%;border-bottom:1px solid var(--PrimaryContainer);}.RegisterTab .or{height:0;}.RegisterTab .or p{position:relative;border:none;background:var(--SurfaceContainerLowest);width:31px;top:-10px;text-align:center;font-size:15px;font-weight:400;line-height:18.75px;}.RegisterTab .shoelace.btn.icon{padding:1em;}.RegisterTab .RegisterImg{border-radius:8px 8px 0 0;text-align:center;}.RegisterTab .overlay{display:none;}.RegisterTab .s_gap{padding:0;}.RegisterTab .inputContainer input:-webkit-autofill::first-line {font-size:16px;}.RegisterTab a .link,.RegisterTab p.link,.RegisterTab span.link{text-decoration:underline;}.RegisterTab .inputContainer input:-webkit-autofill,.RegisterTab .inputContainer input:-webkit-autofill:hover,.RegisterTab .inputContainer input:-webkit-autofill:active,.RegisterTab .inputContainer input:-webkit-autofill:focus,.RegisterTab .inputContainer input:-webkit-autofill::first-line {-webkit-box-shadow:0 0 0 1000px var(--SurfaceContainerLowest) inset !important;font-size:16px !important;font-family:'Quicksand',Verdana,Arial,Helvetica,sans-serif !important;}.RegisterTab .inputContainer input:-webkit-autofill:active{color:var(--Primary);border:3px solid var(--PrimaryContainer);}.RegisterTab .registerBlock input:-webkit-autofill~.placeholder,.RegisterTab .signInBlock input:-webkit-autofill~.placeholder,.RegisterTab .registerBlock input:-webkit-autofill:hover~.placeholder,.RegisterTab .signInBlock input:-webkit-autofill:hover~.placeholder,.RegisterTab .registerBlock input:-webkit-autofill:active~.placeholder,.RegisterTab .signInBlock input:-webkit-autofill:active~.placeholder,.RegisterTab .registerBlock input:-webkit-autofill:focus~.placeholder,.RegisterTab .signInBlock input:-webkit-autofill:focus~.placeholder{top:0;background:var(--SurfaceContainerLowest);font-size:12px;font-weight:400;line-height:16px;top:0;background:inherit;padding:4px;margin:13px 12px;}.RegisterTab .signInBlock input:-webkit-autofill~.placeholder,.RegisterTab .signInBlock input:-webkit-autofill:hover~.placeholder,.RegisterTab .signInBlock input:-webkit-autofill:active~.placeholder,.RegisterTab .signInBlock input:-webkit-autofill:focus~.placeholder{margin:25px 12px;}.RegisterTab input{font-size:16px;font-weight:400;line-height:24px;text-align:left;font-family:'Quicksand',Verdana,Arial,Helvetica,sans-serif !important;}.RegisterTab input:-webkit-autofill::first-line {font-size:16px;}.RegisterTab .inputContainer .icon{position:absolute;top:1.2em;width:var(--current-height);left:7.6em;padding:0 16px;color:var(--current-color);}.RegisterTab .inputContainer input[type="password"]{letter-spacing:8px;}@media(max-width:40em) and (orientation:portrait){.RegisterTab .inputContainer input[type="password"]{letter-spacing:6px;}}@media(max-width:40em) and (orientation:landscape){.RegisterTab .inputContainer input[type="password"]{letter-spacing:6px;}}@media(max-width:29em) and (orientation:portrait){.RegisterTab .inputContainer input[type="password"]{letter-spacing:5px;padding:.5em 5em .5em 1em;}}.RegisterTab .inputContainer input[type="password"] .pswd-letter-spacing{letter-spacing:8px;}@media(max-width:40em) and (orientation:portrait){.RegisterTab .inputContainer input[type="password"] .pswd-letter-spacing{letter-spacing:6px;}}@media(max-width:40em) and (orientation:landscape){.RegisterTab .inputContainer input[type="password"] .pswd-letter-spacing{letter-spacing:6px;}}@media(max-width:29em) and (orientation:portrait){.RegisterTab .inputContainer input[type="password"] .pswd-letter-spacing{letter-spacing:5px;padding:.5em 5em .5em 1em;}}.RegisterTab .registerBlock .inputContainer,.RegisterTab .signInBlock .inputContainer{font-size:16px;width:328px;width:-moz-available;width:-webkit-fill-available;width:fill-available;background:inherit;display:flex;height:56px;position:relative;}.RegisterTab .signInBlock .inputContainer{padding:12px 0 24px 0;}.RegisterTab .registerBlock{padding:16px 16px 28px 16px;width:260px;box-shadow:var(--elevation-20);height:max-content;border-radius:8px;background:var(--SurfaceContainerLowest);margin:16px;}@media(min-width:325px){.RegisterTab .registerBlock{width:-webkit-fill-available;margin:16px;}}@media(min-width:425px){.RegisterTab .registerBlock{margin:16px auto;width:360px;}}.RegisterTab .signInBlock{width:260px;box-shadow:var(--elevation-20);height:max-content;padding:16px;border-radius:8px;background:var(--SurfaceContainerLowest);margin:16px;}@media(min-width:325px){.RegisterTab .signInBlock{width:-webkit-fill-available;margin:16px;}}@media(min-width:425px){.RegisterTab .signInBlock{margin:16px auto;width:360px;}}.RegisterTab .inputContainer .inputPrompt{background:inherit;border:none;cursor:pointer;position:absolute;display:flex;right:0;margin:0 16px 0 0;text-align:left;color:var(--current-color);top:35%;width:var(--current-height);}.RegisterTab .inputContainer .inputTextField{width:100%;position:relative;outline:none;border-radius:4px;border:var(--current-border);color:var(--OnSurface);}@media(max-width:360px){.RegisterTab .inputContainer .inputTextField{width:100%;padding:1em 2em 1em 1em;}}.RegisterTab .inputContainer label{color:var(--current-color);}.RegisterTab #_S_PswdCapsLock{top:6em;}.RegisterTab .inputContainer input:disabled{--current-border:1px solid var(--SurfaceVariantOpacity12);--current-color:var(--SurfaceVariantOpacity12);}.RegisterTab .inputTextField input:active{outline:auto;animation-timing-function:cubic-bezier(.2,0,0,1);animation-duration:200ms;}.RegisterTab .placeholder{font-size:16px;font-weight:400;line-height:24px;cursor:text;position:absolute;margin:40px 16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transform:translateY(-100%);color:var(--current-color);transition:all .2s ease-in-out;}.RegisterTab #reCaptchaDisplayElement div{margin:auto;}.RegisterTab .not-empty{font-size:12px;font-weight:400;line-height:16px;top:0;background:inherit;padding:4px;--current-color:var(--current-color);}.RegisterTab #_r_RegisterBtn{display:flex;justify-content:center;}.RegisterTab .supportingText{position:absolute;font-size:12px;top:5em;margin:0 12px;color:var(--current-color);}.RegisterTab #_S_EmailAddress_Err,.RegisterTab #_S_Password_Err{top:6em;}.RegisterTab .valid-color{--current-color:var(--Secondary);}.RegisterTab .inactive-border{--current-border:1px solid var(--current-color);--current-color:var(--OnSurfaceVariant);}.RegisterTab .inactive-color{--current-color:var(--OnSurfaceVariant);}.RegisterTab .Hide{display:none;}.RegisterTab .hide{display:none;}.RegisterTab .active-border{--current-border:3px solid var(--current-color);}.RegisterTab .active-color{--current-color:var(--Primary);}.RegisterTab .default-color{--current-color:var(--PrimaryFixed);}.RegisterTab .error-color{--current-color:var(--Error);}.RegisterTab .padding-em{padding:1em 3em 1em 1em;}.RegisterTab .padding-pwd{padding:1em 6em 1em 1em;}@media(max-width:360px){.RegisterTab .padding-pwd{padding:1em 2em 1em 1em;}}.RegisterTab .registerBlock .default-margin{margin:13px 12px;}.RegisterTab .signInBlock .default-margin{margin:24px 12px;}.RegisterTab #tab-11 input[type="radio"]:checked~.tab-content{display:block;}.RegisterTab #tab-12 input[type="radio"]:checked~.tab-content{display:block;}.RegisterTab #tab-11 input[type="radio"]:checked~#tab-12{display:none;}.RegisterTab #tab-12 input[type="radio"]:checked~#tab-11{display:none;}.RegisterTab .tab-content{display:none;}.RegisterTab .half-button{width:-webkit-fill-available;width:100%;margin:0 auto;margin-bottom:16px;display:flex;flex-direction:row;}.RegisterTab .half-button button{width:164px;}.RegisterTab #generic-popup{display:none;overflow:auto;position:fixed;font-size:12px;background-color:var(--Background);z-index:999;margin-top:16px;padding:1em 0 0 2em;text-align:left;left:20%;line-height:14px;height:60%;width:60%;border-radius:12px;}.RegisterTab #generic-popup ul{padding:4px;}.RegisterTab #generic-popup ul li{padding:4px;}.RegisterTab #generic-popup div:nth-child(2){position:relative;padding-bottom:28px;right:1em;top:1em;}.RegisterTab #generic-popup div:nth-child(4){overflow-x:hidden;overflow-y:auto;height:max-content;margin:0 auto;}.RegisterTab #generic-popup #sign_up_t_and_c{margin:4px;}.RegisterTab #generic-popup.show{display:block;}.RegisterTab .popup__close{right:-15px;}