﻿: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:#0006;--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:0px 1px 3px 1px #00000026;--box-shadow-lowest-30:0px 1px 2px 0px #0000004d;--box-shadow-low-15:0px 2px 6px 2px #00000026;--box-shadow-low-30:0px 1px 2px 0px #0000004d;--box-shadow-15:0px 1px 3px 0px #00000026;--box-shadow-30:0px 4px 8px 3px #0000004d;--box-shadow-high-15:0px 2px 3px 0px #00000026;--box-shadow-high-30:0px 6px 10px 4px #0000004d;--box-shadow-highest-15:0px 4px 4px 0px #00000026;--box-shadow-highest-30:0px 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(0px + 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:0px;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(from var(--blend-color)rgb/ var(--hovered-legacy)),rgb(from var(--blend-color)rgb/ var(--hovered-legacy))),var(--current-background);}.shoelace.btn:active{box-shadow:none;background:linear-gradient(0deg,rgb(from var(--blend-color)rgb/ var(--pressed-legacy)),rgb(from var(--blend-color)rgb/ var(--pressed-legacy))),var(--current-background);}.shoelace.btn.round{width:var(--current-height);justify-content:center;}@supports(background:color-mix(in srgb,#000,#fff)){.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!important;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:0;}.shoelace.seg-center{border-radius:0;border-left:0;}.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);background:color-mix(in srgb,var(--PrimaryFixedDim),#fff 8%);}.shoelace.menu-group .menu-group-item a:active{background:linear-gradient(0deg,#ffffff1e,#ffffff1e),var(--PrimaryFixedDim);background:color-mix(in srgb,var(--PrimaryFixedDim),#fff 12%);}.shoelace.menu-group .menu-group-item a::selection{background:linear-gradient(0deg,#ffffff28,#ffffff28),var(--PrimaryFixedDim);background:color-mix(in srgb,var(--PrimaryFixedDim),#fff 16%);}.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;overflow:hidden;}.shoelace.menu-group .item-label{font-weight:400;font-size:14px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:95%;line-height:normal;}.shoelace.menu-group .item-supporting{font-weight:400;font-size:.875rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:normal;}.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:0;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:0;border-radius:4px;border:var(--current-border);cursor:pointer;background-color:transparent;z-index:2;}.shoelace .inputPrompt{margin:0 1rem 0 0;position:absolute;border:0;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: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.rich-tool-tip{display:block;visibility:hidden;opacity:0;position:absolute;z-index:-2;width:147px;min-height:84px;top:calc(100% + 7px);right:calc((100% - 147px)/2);border-radius:12px;padding:12px!important;font-family:'Quicksand',sans-serif;font-style:normal;font-weight:500;font-size:14px!important;line-height:20px;color:var(--OnPrimary);background:var(--PrimaryExtended);box-shadow:var(--elevation-40);transition:opacity var(--animation-slow) ease-in-out,visibility var(--animation-slow) ease-in-out;}.shoelace.rich-tool-tip p{font-size:inherit!important;text-align:left;}.shoelace.rich-tool-tip::before{content:"";position:absolute;width:37px;height:14px;top:-13px;right:calc((100% - 30px)/2);display:block;background-repeat:no-repeat;background-size:100% 100%;background-image:url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg" width="37" height="14" viewBox="0 0 37 14" fill="none">      <path fill-rule="evenodd" clip-rule="evenodd" d="M37 13.1802C35.5 12.4802 33.931 10.5567 32.7833 9.21914C31.9571 8.25712 30.334 6.20458 29.5438 5.21356C28.897 4.40104 27.6308 2.795 26.9396 2.01799C26.0693 1.04047 24.9936 0.00144291 23.4996 0.00144291C22.0055 0.00144291 20.9304 1.04047 20.0606 2.01699C19.3693 2.7935 18.1032 4.40054 17.4559 5.21256C16.6666 6.20358 15.0436 8.25612 14.2169 9.21814C13.0672 10.5557 11.9285 11.6922 10.206 12.3422C8.61052 12.9422 6.77555 12.9692 5.13754 12.9872C3.42455 13.0057 1.71255 12.9972 0 12.9972" fill="%23001C51"/>    </svg>');}.shoelace.rich-tool-tip.show{z-index:2;visibility:visible;opacity:1;}.shoelace.rich-tool-tip.position-right{right:0;border-top-right-radius:4px;}.shoelace.rich-tool-tip.position-right::before{right:3px;}.shoelace.rich-tool-tip.reverse-color{color:var(--OnSurface);background:var(--OnPrimary);}.shoelace.rich-tool-tip.reverse-color::before{content:"";position:absolute;width:37px;height:14px;top:-13px;right:calc((100% - 30px)/2);display:block;background-repeat:no-repeat;background-size:100% 100%;background-image:url('data:image/svg+xml;utf8,    <svg xmlns="http://www.w3.org/2000/svg" width="37" height="14" viewBox="0 0 37 14" fill="none">      <path fill-rule="evenodd" clip-rule="evenodd" d="M37 13.1802C35.5 12.4802 33.931 10.5567 32.7833 9.21914C31.9571 8.25712 30.334 6.20458 29.5438 5.21356C28.897 4.40104 27.6308 2.795 26.9396 2.01799C26.0693 1.04047 24.9936 0.00144291 23.4996 0.00144291C22.0055 0.00144291 20.9304 1.04047 20.0606 2.01699C19.3693 2.7935 18.1032 4.40054 17.4559 5.21256C16.6666 6.20358 15.0436 8.25612 14.2169 9.21814C13.0672 10.5557 11.9285 11.6922 10.206 12.3422C8.61052 12.9422 6.77555 12.9692 5.13754 12.9872C3.42455 13.0057 1.71255 12.9972 0 12.9972" fill="%23FFFFFF"/>    </svg>');}.shoelace.accordion{width:100%;max-width:392px;display:flex;flex-direction:column;border-radius:8px;padding:12px;box-shadow:var(--elevation-20);}@media(min-width:951px){.shoelace.accordion{max-width:620px;}.shoelace.accordion .item .title h2{font-size:18px;}.shoelace.accordion .item .content .info .supporting-info{font-size:16px;}.shoelace.accordion .item .content .info .datetime p{line-height:20px;font-size:16px;padding:4px;}}.shoelace.accordion svg{z-index:5;}.shoelace.accordion i,.shoelace.accordion svg{width:24px;height:24px;flex:0 0 24px;}.shoelace.accordion .content svg{transform:scale(1.8);transform-origin:center;}.shoelace.accordion .item{min-height:70px;display:flex;flex-direction:column;}.shoelace.accordion .item:first-child{min-height:46px;}.shoelace.accordion .item:last-child{min-height:0;}.shoelace.accordion .item .title{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:24px;}.shoelace.accordion .item:first-child .title{margin-top:0;}.shoelace.accordion .title i:first-child{color:var(--Primary);}.shoelace.accordion .title h2{width:100%;font-weight:600;font-size:16px;padding-left:12px;}.shoelace.accordion .title .btn{min-width:30px;}.shoelace.accordion .content{display:flex;flex-direction:row;}.shoelace.accordion .content i:first-child{color:var(--Primary);font-size:x-small;}.shoelace.accordion .content .info{padding-left:12px;display:flex;flex-direction:column;gap:2px;}.shoelace.accordion .content .info .datetime{display:flex;flex-direction:row;gap:4px;}.shoelace.accordion .content .info .datetime p{color:var(--OnSurfaceVariant);background-color:var(--PrimaryContainer);line-height:20px;font-size:14px;font-weight:500;padding:2px;border-radius:4px;}.shoelace.accordion .content .info .supporting-info{width:70%;font-size:14px;font-weight:400;margin-bottom:16px;}.shoelace.accordion{position:relative;}.shoelace.accordion::before{content:"";position:absolute;left:23px;top:var(--dashed-top);bottom:var(--dashed-bottom);border-left:2px dashed var(--Primary);border-image:repeating-linear-gradient(var(--Primary) 0 3px,transparent 3px 6px) 1;z-index:0;opacity:var(--show-dashed,0);}.shoelace.accordion::after{content:"";position:absolute;left:23px;top:var(--spine-top);bottom:var(--solid-bottom);border-left:2px solid var(--Primary);z-index:1;}.shoelace.accordion .title i.fa-chevron-down{display:flex;justify-content:center;align-items:center;transition:transform .2s;transform-origin:center;}.shoelace.accordion .item:has(.fa-chevron-down):hover{cursor:pointer;}.shoelace.accordion .item .content{max-height:0;padding-top:0;overflow:hidden;opacity:1;transition:max-height .3s ease,padding-top .3s ease;}.shoelace.accordion .item.open .content{padding-top:24px;max-height:300px;}.shoelace.accordion .item .content>svg{opacity:0;transition:opacity .1s ease;}.shoelace.accordion .item.open .content>svg{opacity:1;}.shoelace.accordion .item .content .info{opacity:0;transition:opacity .2s ease;}.shoelace.accordion .item.open .content .info{opacity:1;transition-delay:.15s;}.shoelace.accordion .item .fa-chevron-down{transition:transform .2s;}.shoelace.accordion .item.open .fa-chevron-down{transform:rotate(180deg);}.shoelace.progress-bar{width:100%;height:4px;background-color:var(--PrimaryFixedDim);border-radius:100px;overflow:hidden;}.shoelace.progress-bar .bar{height:100%;width:0%;background-color:var(--Primary);border-radius:100px;transition:width 800ms ease-out;}#track-returns-content{padding:24px 12px;}#track-returns-content *,#track-returns-content *::before,#track-returns-content *::after{box-sizing:border-box;}.spacer{padding:20px;display:block;}#responsive-track-returns-page-styling{margin:auto;font-family:'Quicksand','Arial','Helvetica','sans-serif';}#responsive-track-returns-page-styling .error{--current-border:1px solid var(--current-color);--current-color:var(--Error);}#responsive-track-returns-page-styling .active{--current-border:3px solid var(--current-color);--current-color:var(--Primary);}#responsive-track-returns-page-styling .active-border{--current-border:3px solid var(--current-color);}#responsive-track-returns-page-styling .inactive{--current-border:1px solid var(--current-color);--current-color:var(--InverseSurface);}#responsive-track-returns-page-styling .inputTextField:not(.active):not(.error):hover{--current-border:1px solid var(--OnSurface);}#responsive-track-returns-page-styling .inputTextField:not(.active):not(.error):hover~.placeholder,#responsive-track-returns-page-styling .inputTextField:not(.active):not(.error):hover~.supportingText{--current-color:var(--OnSurface);}#responsive-track-returns-page-styling input:-webkit-autofill{box-shadow:0 0 0 1000px white inset!important;-webkit-box-shadow:0 0 0 1000px white inset!important;-webkit-text-fill-color:#000!important;}#responsive-track-returns-page-styling input::-ms-clear,#responsive-track-returns-page-styling input::-ms-reveal{display:none;}#responsive-track-returns-page-styling input:invalid{outline:0;box-shadow:none;}#responsive-track-returns-page-styling .inputTextField:not(.active):not(.error):active{border:3px solid var(--Primary);}#responsive-track-returns-page-styling .Excl{font-weight:700;font-size:12px;}#responsive-track-returns-page-styling input:invalid{outline:0;box-shadow:none;}#responsive-track-returns-page-styling .placeholder{font-size:16px;font-weight:400;line-height:24px;cursor:text;position:absolute;margin:26px 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transform:translateY(-100%);color:var(--current-color);transition:all .2s ease-in-out;}#responsive-track-returns-page-styling .supportingText{margin:0 16px;}#responsive-track-returns-page-styling .focus-empty{font-size:12px;line-height:16px;top:-12px!important;color:none;}#responsive-track-returns-page-styling .shoelace .inputTextField{width:100%;font-size:16px;color:var(--OnSurface);line-height:24px;padding-left:16px;max-width:368px;border-radius:4px;}#responsive-track-returns-page-styling #trackReturnsBox{max-width:100%;width:100%;max-width:392px;height:auto;padding:12px;margin:0 auto;}#responsive-track-returns-page-styling .trackReturnsTitle{font-weight:700;font-size:20px;line-height:28px;}#responsive-track-returns-page-styling .panelBackColor{background:var(--OnPrimary);box-shadow:var(--elevation-20);border-radius:8px;width:392px;}#responsive-track-returns-page-styling .trackReturnsDetails{padding:2rem 0;}#responsive-track-returns-page-styling #divTrackReturnsBtn{margin:24px 0 12px 0;}@media(max-width:400px){#responsive-track-returns-page-styling #trackReturnsBox,#responsive-track-returns-page-styling #divTrackReturnsBtn,#responsive-track-returns-page-styling #customerServiceFooter{max-width:100%;padding:12px;}#responsive-track-returns-page-styling .shoelace .inputTextField{max-width:100%;}}#customerServiceFooter{width:100%;max-width:392px;margin:24px auto;padding:12px;border-radius:8px;background-color:var(--OnPrimary);box-shadow:var(--elevation-20);font-weight:400;font-size:16px;line-height:24px;}#customerServiceFooter .customerServiceHours{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start;margin:1.33rem 0 0;}#customerServiceFooter .contactUs{display:grid;height:48px;grid-template-columns:auto 1fr;gap:10px;align-items:center;}@media(max-width:400px){#customerServiceFooter #trackReturnsBox,#customerServiceFooter #divTrackReturnsBtn,#customerServiceFooter #customerServiceFooter{max-width:100%;padding:12px;}#customerServiceFooter .shoelace .inputTextField{max-width:100%;}#customerServiceFooter .highlight-green{text-align:right;}}#customerServiceFooter .highlight-green{background-color:var(--CallToActionContainer);font-weight:bold;padding:2px 4px;border-radius:4px;}#customerServiceFooter .highlight-red{background-color:var(--ErrorContainer);font-weight:bold;padding:2px 4px;border-radius:4px;}#customerServiceFooter [class~="1/2"]{text-align:right;}#customerServiceFooter .grid__col{font-size:14px;line-height:28px;}#customerServiceFooter .fa-clock:before{font-size:medium;content:"";vertical-align:middle;}#customerServiceFooter .fa-circle-question{font-size:medium;content:"";}#customerServiceFooter .underline{text-decoration:underline;}#customerServiceFooter .underline:hover{text-decoration:none;}#customerServiceFooter .footer-heading{padding:12px 0 4px 0;font-weight:700;font-size:20px;line-height:28px;}