*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}html{color:#444}.ic-spinner,ic-spinner{position:relative;display:block;width:1em;height:1em;margin:auto;overflow:hidden;opacity:0;transition:opacity .6s ease-in}.ic-spinner.active,ic-spinner.active{opacity:1}.ic-spinner .foreground,ic-spinner .foreground{position:absolute;top:50%;left:50%;width:1em;height:1em;margin-top:-.5em;margin-left:-.5em;background-image:url('/images/icons/logo.svg');background-size:1em;background-position:50% 50%;background-repeat:no-repeat;z-index:5;animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}:root{--primary-color:#80ffe0;--primary-contrast:#000;--secondary-color:#ff4b00;--secondary-contrast:#000;--primary-text-color:#424242;--secondary-text-color:#666;--primary-link-color:#01654E;--dark-text-color:var(--primary-text-color);--plain-text-color:var(--secondary-text-color);--light-text-color:#fff;--primary-background-color:#fff;--primary-background-contrast:var(--primary-text-color);--secondary-background-color:#E6E6E6;--secondary-background-contrast:var(--primary-text-color);--emphasized-background-color:#BFFFF0;--emphasized-background-contrast:var(--primary-text-color);--neutral-color:#949494;--error-color:red;--primary-accent-color:var(--primary-color);--primary-accent-contrast:var(--primary-contrast);--secondary-accent-color:var(--emphasized-background-color);--secondary-accent-contrast:var(--emphasized-background-contrast);--active-color:var(--primary-link-color)}:root.ic-font-size-adjusted{--dark-text-color:#111;--light-text-color:#fff;--plain-text-color:#222}.bg-5{background-color:#ffd2bf;color:var(--dark-text-color)}.bg-t{background-color:transparent}.bg-neutral{background-color:var(--neutral-color);color:var(--light-text-color)}.bg-0,.bg-0:focus,.bg-0:hover{background-color:var(--primary-background-color);color:var(--dark-text-color)}.bg-0.hover:focus,.bg-0.hover:hover{background-color:var(--primary-color);color:var(--light-text-color)!important}.border-0{box-shadow:0 0 0 1px var(--primary-background-color) inset}.bg-1,.bg-1:focus,.bg-1:hover{background-color:var(--secondary-background-color);color:var(--primary-text-color)}.bg-1.hover:focus,.bg-1.hover:hover{background-color:var(--primary-background-color)}.border-1{box-shadow:none}.bg-2,.bg-2:focus,.bg-2:hover{background-color:var(--neutral-color);color:var(--dark-text-color)}.border-2{box-shadow:none}.bg-3,.bg-3:focus,.bg-3:hover{background-color:var(--primary-color);color:var(--primary-contrast,var(--light-text-color))}.bg-3.hover:focus,.bg-3.hover:hover{background-color:var(--primary-background-color);color:var(--primary-color)}.border-3{box-shadow:none}.highlight-links a{color:var(--active-color,var(--primary-color))}.col-0{color:var(--dark-text-color)!important}.col-1{color:var(--plain-text-color)!important}.col-2{color:var(--light-text-color)!important}.col-3{color:var(--primary-color)!important}:root{--light-shade:rgba(0,0,0,0.1);--heavy-shade:rgba(0,0,0,0.5)}.shade-light{background-color:var(--light-shade);color:var(--primary-text-color)}.shade-dark{background-color:var(--heavy-shade);color:#fff}a:not(ic-button).active,a:not(ic-button).active:hover{color:var(--active-color,var(--primary-color))}.drop-shadow{box-shadow:0 0 .15em rgba(0,0,0,.7)}.disabled,[disabled]{opacity:.5;cursor:auto}.ic-bg-cat-unknown{background:var(--neutral-color)}ic-loading-screen{display:flex;position:fixed;top:0;bottom:0;left:0;right:0;font-size:initial;z-index:999999;background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:center;overflow:auto;opacity:1}ic-loading-screen>*{box-sizing:border-box;width:30rem;max-width:100%;border-radius:.25rem;border-width:.1rem;border-style:solid;border-color:transparent;margin-top:4rem;margin-bottom:2rem;padding:1rem;padding-top:3rem;box-shadow:0 0 0 0 transparent}ic-loading-screen .progress-bar{display:flex;justify-content:center}ic-loading-screen .progress-bar>*{background-size:2rem;background-position:50% 50%;width:3rem;height:3rem;border-radius:100%;margin:.25rem;box-shadow:0 0 .5rem 0 rgba(0,0,0,.2);transition:all ease .5s;animation:wave ease 1.2s infinite;opacity:1}ic-loading-screen .initial .progress-bar>*{opacity:0}ic-loading-screen>.progress-bar>:not(.ready),ic-loading-screen>:not(.styles-ready) .progress-bar>*{background-color:rgba(0,0,0,.4)!important}ic-loading-screen .progress-bar>:first-child{animation-delay:0s;transition-delay:0s}ic-loading-screen .progress-bar>:nth-child(2){animation-delay:150ms;transition-delay:100}ic-loading-screen .progress-bar>:nth-child(3){animation-delay:.3s;transition-delay:0.2s}ic-loading-screen .progress-bar>:nth-child(4){animation-delay:450ms;transition-delay:0.3s}ic-loading-screen .progress-bar>:nth-child(5){animation-delay:.6s;transition-delay:0.4s}ic-loading-screen .progress-bar>:nth-child(6){animation-delay:750ms;transition-delay:0.5s}ic-loading-screen .error{text-align:center}@keyframes wave{0%,25%{transform:scale(.9)}40%{transform:scale(1.15)}100%,75%{transform:scale(.9)}}ic-loading-screen ic-consent{opacity:0}ic-loading-screen h1{text-align:center;margin:1.5rem auto}ic-loading-screen>.ready{background-color:rgba(255,255,255,.85);transition:all ease-in 2s}ic-loading-screen>.ready.consent-confirmation-required{transition:all ease .5s;background-color:#fff;box-shadow:0 0 1rem 0 rgba(0,0,0,.3);border-color:rgba(0,0,0,.3)}ic-loading-screen>.ready ic-consent{opacity:1!important;transition:.3s opacity ease-in}ic-loading-screen>.ready .progress-bar>*{animation-iteration-count:0}.XS ic-loading-screen>*{margin:0}ic-logo-full,ic-logo-print{display:inline-block;background-image:url(/images/large/logo.jpg);background-repeat:no-repeat;background-size:contain;background-position:0 50%;height:1em;width:3.5em}ic-logo-line{display:inline-block}ic-logo-print{filter:grayscale(1)}:root{--vertical-padding:1.00rem;--horizontal-padding:1.00rem;--vertical-padding-s:0.25rem;--horizontal-padding-s:0.75rem}.padding-s{padding-top:var(--vertical-padding-s);padding-bottom:var(--vertical-padding-s);padding-left:var(--horizontal-padding-s);padding-right:var(--horizontal-padding-s)}.XS .padding-s{padding:.25rem .75rem!important}.padding{padding-top:var(--vertical-padding);padding-bottom:var(--vertical-padding);padding-left:var(--horizontal-padding);padding-right:var(--horizontal-padding)}.neg-h-margin-s{margin:0 -.5rem}.half-padding{padding:.5rem}.XS .padding{padding:1rem 0}.round{border-radius:999rem}.rounded{border-radius:1em!important}.large{font-size:1.5em!important}.x-large{font-size:2em!important}.mini{font-size:.75em!important}.normal{font-size:1rem!important}.disabled,[disabled]{opacity:.4;cursor:auto!important}.bubble{display:inline-flex;flex-wrap:nowrap!important;font-size:.8em;box-sizing:border-box;padding:0 .4em;margin-left:.4rem;border-radius:1em;min-width:1.75em;align-items:center;justify-content:center;line-height:1.7em;white-space:nowrap}.bubble>*{display:block;white-space:nowrap}.ic-tag{display:inline-flex;background-color:#99999a;color:#fff;padding:.25em .75em;border-radius:.175em;line-height:1.25em;margin-bottom:.25em;margin-right:.5rem;font-weight:500;text-shadow:0 0 .2em rgba(0,0,0,.25);letter-spacing:.02em;box-shadow:0 .1em .2em rgba(0,0,0,.15);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;align-items:baseline}.ic-tag>*{flex:0 0 auto}hr{display:block;width:auto;border:none;height:2px;background-color:var(--primary-color)!important;margin-top:2rem;margin-bottom:2rem;margin-left:0;margin-right:0}