@charset "UTF-8";/*!
 * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands::before,.fa-regular::before,.fa-solid::before,.fa::before,.fab::before,.far::before,.fas::before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:'Font Awesome 6 Free'}.fa-brands,.fab{font-family:'Font Awesome 6 Brands'}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1 * var(--fa-li-width,2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}100%,40%{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1,1)}.fa-flip-vertical{transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30";--fa--fa:"\30\30"}.fa-1{--fa:"\31";--fa--fa:"\31\31"}.fa-2{--fa:"\32";--fa--fa:"\32\32"}.fa-3{--fa:"\33";--fa--fa:"\33\33"}.fa-4{--fa:"\34";--fa--fa:"\34\34"}.fa-5{--fa:"\35";--fa--fa:"\35\35"}.fa-6{--fa:"\36";--fa--fa:"\36\36"}.fa-7{--fa:"\37";--fa--fa:"\37\37"}.fa-8{--fa:"\38";--fa--fa:"\38\38"}.fa-9{--fa:"\39";--fa--fa:"\39\39"}.fa-fill-drip{--fa:"\f576";--fa--fa:"\f576\f576"}.fa-arrows-to-circle{--fa:"\e4bd";--fa--fa:"\e4bd\e4bd"}.fa-circle-chevron-right{--fa:"\f138";--fa--fa:"\f138\f138"}.fa-chevron-circle-right{--fa:"\f138";--fa--fa:"\f138\f138"}.fa-at{--fa:"\40";--fa--fa:"\40\40"}.fa-trash-can{--fa:"\f2ed";--fa--fa:"\f2ed\f2ed"}.fa-trash-alt{--fa:"\f2ed";--fa--fa:"\f2ed\f2ed"}.fa-text-height{--fa:"\f034";--fa--fa:"\f034\f034"}.fa-user-xmark{--fa:"\f235";--fa--fa:"\f235\f235"}.fa-user-times{--fa:"\f235";--fa--fa:"\f235\f235"}.fa-stethoscope{--fa:"\f0f1";--fa--fa:"\f0f1\f0f1"}.fa-message{--fa:"\f27a";--fa--fa:"\f27a\f27a"}.fa-comment-alt{--fa:"\f27a";--fa--fa:"\f27a\f27a"}.fa-info{--fa:"\f129";--fa--fa:"\f129\f129"}.fa-down-left-and-up-right-to-center{--fa:"\f422";--fa--fa:"\f422\f422"}.fa-compress-alt{--fa:"\f422";--fa--fa:"\f422\f422"}.fa-explosion{--fa:"\e4e9";--fa--fa:"\e4e9\e4e9"}.fa-file-lines{--fa:"\f15c";--fa--fa:"\f15c\f15c"}.fa-file-alt{--fa:"\f15c";--fa--fa:"\f15c\f15c"}.fa-file-text{--fa:"\f15c";--fa--fa:"\f15c\f15c"}.fa-wave-square{--fa:"\f83e";--fa--fa:"\f83e\f83e"}.fa-ring{--fa:"\f70b";--fa--fa:"\f70b\f70b"}.fa-building-un{--fa:"\e4d9";--fa--fa:"\e4d9\e4d9"}.fa-dice-three{--fa:"\f527";--fa--fa:"\f527\f527"}.fa-calendar-days{--fa:"\f073";--fa--fa:"\f073\f073"}.fa-calendar-alt{--fa:"\f073";--fa--fa:"\f073\f073"}.fa-anchor-circle-check{--fa:"\e4aa";--fa--fa:"\e4aa\e4aa"}.fa-building-circle-arrow-right{--fa:"\e4d1";--fa--fa:"\e4d1\e4d1"}.fa-volleyball{--fa:"\f45f";--fa--fa:"\f45f\f45f"}.fa-volleyball-ball{--fa:"\f45f";--fa--fa:"\f45f\f45f"}.fa-arrows-up-to-line{--fa:"\e4c2";--fa--fa:"\e4c2\e4c2"}.fa-sort-down{--fa:"\f0dd";--fa--fa:"\f0dd\f0dd"}.fa-sort-desc{--fa:"\f0dd";--fa--fa:"\f0dd\f0dd"}.fa-circle-minus{--fa:"\f056";--fa--fa:"\f056\f056"}.fa-minus-circle{--fa:"\f056";--fa--fa:"\f056\f056"}.fa-door-open{--fa:"\f52b";--fa--fa:"\f52b\f52b"}.fa-right-from-bracket{--fa:"\f2f5";--fa--fa:"\f2f5\f2f5"}.fa-sign-out-alt{--fa:"\f2f5";--fa--fa:"\f2f5\f2f5"}.fa-atom{--fa:"\f5d2";--fa--fa:"\f5d2\f5d2"}.fa-soap{--fa:"\e06e";--fa--fa:"\e06e\e06e"}.fa-icons{--fa:"\f86d";--fa--fa:"\f86d\f86d"}.fa-heart-music-camera-bolt{--fa:"\f86d";--fa--fa:"\f86d\f86d"}.fa-microphone-lines-slash{--fa:"\f539";--fa--fa:"\f539\f539"}.fa-microphone-alt-slash{--fa:"\f539";--fa--fa:"\f539\f539"}.fa-bridge-circle-check{--fa:"\e4c9";--fa--fa:"\e4c9\e4c9"}.fa-pump-medical{--fa:"\e06a";--fa--fa:"\e06a\e06a"}.fa-fingerprint{--fa:"\f577";--fa--fa:"\f577\f577"}.fa-hand-point-right{--fa:"\f0a4";--fa--fa:"\f0a4\f0a4"}.fa-magnifying-glass-location{--fa:"\f689";--fa--fa:"\f689\f689"}.fa-search-location{--fa:"\f689";--fa--fa:"\f689\f689"}.fa-forward-step{--fa:"\f051";--fa--fa:"\f051\f051"}.fa-step-forward{--fa:"\f051";--fa--fa:"\f051\f051"}.fa-face-smile-beam{--fa:"\f5b8";--fa--fa:"\f5b8\f5b8"}.fa-smile-beam{--fa:"\f5b8";--fa--fa:"\f5b8\f5b8"}.fa-flag-checkered{--fa:"\f11e";--fa--fa:"\f11e\f11e"}.fa-football{--fa:"\f44e";--fa--fa:"\f44e\f44e"}.fa-football-ball{--fa:"\f44e";--fa--fa:"\f44e\f44e"}.fa-school-circle-exclamation{--fa:"\e56c";--fa--fa:"\e56c\e56c"}.fa-crop{--fa:"\f125";--fa--fa:"\f125\f125"}.fa-angles-down{--fa:"\f103";--fa--fa:"\f103\f103"}.fa-angle-double-down{--fa:"\f103";--fa--fa:"\f103\f103"}.fa-users-rectangle{--fa:"\e594";--fa--fa:"\e594\e594"}.fa-people-roof{--fa:"\e537";--fa--fa:"\e537\e537"}.fa-people-line{--fa:"\e534";--fa--fa:"\e534\e534"}.fa-beer-mug-empty{--fa:"\f0fc";--fa--fa:"\f0fc\f0fc"}.fa-beer{--fa:"\f0fc";--fa--fa:"\f0fc\f0fc"}.fa-diagram-predecessor{--fa:"\e477";--fa--fa:"\e477\e477"}.fa-arrow-up-long{--fa:"\f176";--fa--fa:"\f176\f176"}.fa-long-arrow-up{--fa:"\f176";--fa--fa:"\f176\f176"}.fa-fire-flame-simple{--fa:"\f46a";--fa--fa:"\f46a\f46a"}.fa-burn{--fa:"\f46a";--fa--fa:"\f46a\f46a"}.fa-person{--fa:"\f183";--fa--fa:"\f183\f183"}.fa-male{--fa:"\f183";--fa--fa:"\f183\f183"}.fa-laptop{--fa:"\f109";--fa--fa:"\f109\f109"}.fa-file-csv{--fa:"\f6dd";--fa--fa:"\f6dd\f6dd"}.fa-menorah{--fa:"\f676";--fa--fa:"\f676\f676"}.fa-truck-plane{--fa:"\e58f";--fa--fa:"\e58f\e58f"}.fa-record-vinyl{--fa:"\f8d9";--fa--fa:"\f8d9\f8d9"}.fa-face-grin-stars{--fa:"\f587";--fa--fa:"\f587\f587"}.fa-grin-stars{--fa:"\f587";--fa--fa:"\f587\f587"}.fa-bong{--fa:"\f55c";--fa--fa:"\f55c\f55c"}.fa-spaghetti-monster-flying{--fa:"\f67b";--fa--fa:"\f67b\f67b"}.fa-pastafarianism{--fa:"\f67b";--fa--fa:"\f67b\f67b"}.fa-arrow-down-up-across-line{--fa:"\e4af";--fa--fa:"\e4af\e4af"}.fa-spoon{--fa:"\f2e5";--fa--fa:"\f2e5\f2e5"}.fa-utensil-spoon{--fa:"\f2e5";--fa--fa:"\f2e5\f2e5"}.fa-jar-wheat{--fa:"\e517";--fa--fa:"\e517\e517"}.fa-envelopes-bulk{--fa:"\f674";--fa--fa:"\f674\f674"}.fa-mail-bulk{--fa:"\f674";--fa--fa:"\f674\f674"}.fa-file-circle-exclamation{--fa:"\e4eb";--fa--fa:"\e4eb\e4eb"}.fa-circle-h{--fa:"\f47e";--fa--fa:"\f47e\f47e"}.fa-hospital-symbol{--fa:"\f47e";--fa--fa:"\f47e\f47e"}.fa-pager{--fa:"\f815";--fa--fa:"\f815\f815"}.fa-address-book{--fa:"\f2b9";--fa--fa:"\f2b9\f2b9"}.fa-contact-book{--fa:"\f2b9";--fa--fa:"\f2b9\f2b9"}.fa-strikethrough{--fa:"\f0cc";--fa--fa:"\f0cc\f0cc"}.fa-k{--fa:"\4b";--fa--fa:"\4b\4b"}.fa-landmark-flag{--fa:"\e51c";--fa--fa:"\e51c\e51c"}.fa-pencil{--fa:"\f303";--fa--fa:"\f303\f303"}.fa-pencil-alt{--fa:"\f303";--fa--fa:"\f303\f303"}.fa-backward{--fa:"\f04a";--fa--fa:"\f04a\f04a"}.fa-caret-right{--fa:"\f0da";--fa--fa:"\f0da\f0da"}.fa-comments{--fa:"\f086";--fa--fa:"\f086\f086"}.fa-paste{--fa:"\f0ea";--fa--fa:"\f0ea\f0ea"}.fa-file-clipboard{--fa:"\f0ea";--fa--fa:"\f0ea\f0ea"}.fa-code-pull-request{--fa:"\e13c";--fa--fa:"\e13c\e13c"}.fa-clipboard-list{--fa:"\f46d";--fa--fa:"\f46d\f46d"}.fa-truck-ramp-box{--fa:"\f4de";--fa--fa:"\f4de\f4de"}.fa-truck-loading{--fa:"\f4de";--fa--fa:"\f4de\f4de"}.fa-user-check{--fa:"\f4fc";--fa--fa:"\f4fc\f4fc"}.fa-vial-virus{--fa:"\e597";--fa--fa:"\e597\e597"}.fa-sheet-plastic{--fa:"\e571";--fa--fa:"\e571\e571"}.fa-blog{--fa:"\f781";--fa--fa:"\f781\f781"}.fa-user-ninja{--fa:"\f504";--fa--fa:"\f504\f504"}.fa-person-arrow-up-from-line{--fa:"\e539";--fa--fa:"\e539\e539"}.fa-scroll-torah{--fa:"\f6a0";--fa--fa:"\f6a0\f6a0"}.fa-torah{--fa:"\f6a0";--fa--fa:"\f6a0\f6a0"}.fa-broom-ball{--fa:"\f458";--fa--fa:"\f458\f458"}.fa-quidditch{--fa:"\f458";--fa--fa:"\f458\f458"}.fa-quidditch-broom-ball{--fa:"\f458";--fa--fa:"\f458\f458"}.fa-toggle-off{--fa:"\f204";--fa--fa:"\f204\f204"}.fa-box-archive{--fa:"\f187";--fa--fa:"\f187\f187"}.fa-archive{--fa:"\f187";--fa--fa:"\f187\f187"}.fa-person-drowning{--fa:"\e545";--fa--fa:"\e545\e545"}.fa-arrow-down-9-1{--fa:"\f886";--fa--fa:"\f886\f886"}.fa-sort-numeric-desc{--fa:"\f886";--fa--fa:"\f886\f886"}.fa-sort-numeric-down-alt{--fa:"\f886";--fa--fa:"\f886\f886"}.fa-face-grin-tongue-squint{--fa:"\f58a";--fa--fa:"\f58a\f58a"}.fa-grin-tongue-squint{--fa:"\f58a";--fa--fa:"\f58a\f58a"}.fa-spray-can{--fa:"\f5bd";--fa--fa:"\f5bd\f5bd"}.fa-truck-monster{--fa:"\f63b";--fa--fa:"\f63b\f63b"}.fa-w{--fa:"\57";--fa--fa:"\57\57"}.fa-earth-africa{--fa:"\f57c";--fa--fa:"\f57c\f57c"}.fa-globe-africa{--fa:"\f57c";--fa--fa:"\f57c\f57c"}.fa-rainbow{--fa:"\f75b";--fa--fa:"\f75b\f75b"}.fa-circle-notch{--fa:"\f1ce";--fa--fa:"\f1ce\f1ce"}.fa-tablet-screen-button{--fa:"\f3fa";--fa--fa:"\f3fa\f3fa"}.fa-tablet-alt{--fa:"\f3fa";--fa--fa:"\f3fa\f3fa"}.fa-paw{--fa:"\f1b0";--fa--fa:"\f1b0\f1b0"}.fa-cloud{--fa:"\f0c2";--fa--fa:"\f0c2\f0c2"}.fa-trowel-bricks{--fa:"\e58a";--fa--fa:"\e58a\e58a"}.fa-face-flushed{--fa:"\f579";--fa--fa:"\f579\f579"}.fa-flushed{--fa:"\f579";--fa--fa:"\f579\f579"}.fa-hospital-user{--fa:"\f80d";--fa--fa:"\f80d\f80d"}.fa-tent-arrow-left-right{--fa:"\e57f";--fa--fa:"\e57f\e57f"}.fa-gavel{--fa:"\f0e3";--fa--fa:"\f0e3\f0e3"}.fa-legal{--fa:"\f0e3";--fa--fa:"\f0e3\f0e3"}.fa-binoculars{--fa:"\f1e5";--fa--fa:"\f1e5\f1e5"}.fa-microphone-slash{--fa:"\f131";--fa--fa:"\f131\f131"}.fa-box-tissue{--fa:"\e05b";--fa--fa:"\e05b\e05b"}.fa-motorcycle{--fa:"\f21c";--fa--fa:"\f21c\f21c"}.fa-bell-concierge{--fa:"\f562";--fa--fa:"\f562\f562"}.fa-concierge-bell{--fa:"\f562";--fa--fa:"\f562\f562"}.fa-pen-ruler{--fa:"\f5ae";--fa--fa:"\f5ae\f5ae"}.fa-pencil-ruler{--fa:"\f5ae";--fa--fa:"\f5ae\f5ae"}.fa-people-arrows{--fa:"\e068";--fa--fa:"\e068\e068"}.fa-people-arrows-left-right{--fa:"\e068";--fa--fa:"\e068\e068"}.fa-mars-and-venus-burst{--fa:"\e523";--fa--fa:"\e523\e523"}.fa-square-caret-right{--fa:"\f152";--fa--fa:"\f152\f152"}.fa-caret-square-right{--fa:"\f152";--fa--fa:"\f152\f152"}.fa-scissors{--fa:"\f0c4";--fa--fa:"\f0c4\f0c4"}.fa-cut{--fa:"\f0c4";--fa--fa:"\f0c4\f0c4"}.fa-sun-plant-wilt{--fa:"\e57a";--fa--fa:"\e57a\e57a"}.fa-toilets-portable{--fa:"\e584";--fa--fa:"\e584\e584"}.fa-hockey-puck{--fa:"\f453";--fa--fa:"\f453\f453"}.fa-table{--fa:"\f0ce";--fa--fa:"\f0ce\f0ce"}.fa-magnifying-glass-arrow-right{--fa:"\e521";--fa--fa:"\e521\e521"}.fa-tachograph-digital{--fa:"\f566";--fa--fa:"\f566\f566"}.fa-digital-tachograph{--fa:"\f566";--fa--fa:"\f566\f566"}.fa-users-slash{--fa:"\e073";--fa--fa:"\e073\e073"}.fa-clover{--fa:"\e139";--fa--fa:"\e139\e139"}.fa-reply{--fa:"\f3e5";--fa--fa:"\f3e5\f3e5"}.fa-mail-reply{--fa:"\f3e5";--fa--fa:"\f3e5\f3e5"}.fa-star-and-crescent{--fa:"\f699";--fa--fa:"\f699\f699"}.fa-house-fire{--fa:"\e50c";--fa--fa:"\e50c\e50c"}.fa-square-minus{--fa:"\f146";--fa--fa:"\f146\f146"}.fa-minus-square{--fa:"\f146";--fa--fa:"\f146\f146"}.fa-helicopter{--fa:"\f533";--fa--fa:"\f533\f533"}.fa-compass{--fa:"\f14e";--fa--fa:"\f14e\f14e"}.fa-square-caret-down{--fa:"\f150";--fa--fa:"\f150\f150"}.fa-caret-square-down{--fa:"\f150";--fa--fa:"\f150\f150"}.fa-file-circle-question{--fa:"\e4ef";--fa--fa:"\e4ef\e4ef"}.fa-laptop-code{--fa:"\f5fc";--fa--fa:"\f5fc\f5fc"}.fa-swatchbook{--fa:"\f5c3";--fa--fa:"\f5c3\f5c3"}.fa-prescription-bottle{--fa:"\f485";--fa--fa:"\f485\f485"}.fa-bars{--fa:"\f0c9";--fa--fa:"\f0c9\f0c9"}.fa-navicon{--fa:"\f0c9";--fa--fa:"\f0c9\f0c9"}.fa-people-group{--fa:"\e533";--fa--fa:"\e533\e533"}.fa-hourglass-end{--fa:"\f253";--fa--fa:"\f253\f253"}.fa-hourglass-3{--fa:"\f253";--fa--fa:"\f253\f253"}.fa-heart-crack{--fa:"\f7a9";--fa--fa:"\f7a9\f7a9"}.fa-heart-broken{--fa:"\f7a9";--fa--fa:"\f7a9\f7a9"}.fa-square-up-right{--fa:"\f360";--fa--fa:"\f360\f360"}.fa-external-link-square-alt{--fa:"\f360";--fa--fa:"\f360\f360"}.fa-face-kiss-beam{--fa:"\f597";--fa--fa:"\f597\f597"}.fa-kiss-beam{--fa:"\f597";--fa--fa:"\f597\f597"}.fa-film{--fa:"\f008";--fa--fa:"\f008\f008"}.fa-ruler-horizontal{--fa:"\f547";--fa--fa:"\f547\f547"}.fa-people-robbery{--fa:"\e536";--fa--fa:"\e536\e536"}.fa-lightbulb{--fa:"\f0eb";--fa--fa:"\f0eb\f0eb"}.fa-caret-left{--fa:"\f0d9";--fa--fa:"\f0d9\f0d9"}.fa-circle-exclamation{--fa:"\f06a";--fa--fa:"\f06a\f06a"}.fa-exclamation-circle{--fa:"\f06a";--fa--fa:"\f06a\f06a"}.fa-school-circle-xmark{--fa:"\e56d";--fa--fa:"\e56d\e56d"}.fa-arrow-right-from-bracket{--fa:"\f08b";--fa--fa:"\f08b\f08b"}.fa-sign-out{--fa:"\f08b";--fa--fa:"\f08b\f08b"}.fa-circle-chevron-down{--fa:"\f13a";--fa--fa:"\f13a\f13a"}.fa-chevron-circle-down{--fa:"\f13a";--fa--fa:"\f13a\f13a"}.fa-unlock-keyhole{--fa:"\f13e";--fa--fa:"\f13e\f13e"}.fa-unlock-alt{--fa:"\f13e";--fa--fa:"\f13e\f13e"}.fa-cloud-showers-heavy{--fa:"\f740";--fa--fa:"\f740\f740"}.fa-headphones-simple{--fa:"\f58f";--fa--fa:"\f58f\f58f"}.fa-headphones-alt{--fa:"\f58f";--fa--fa:"\f58f\f58f"}.fa-sitemap{--fa:"\f0e8";--fa--fa:"\f0e8\f0e8"}.fa-circle-dollar-to-slot{--fa:"\f4b9";--fa--fa:"\f4b9\f4b9"}.fa-donate{--fa:"\f4b9";--fa--fa:"\f4b9\f4b9"}.fa-memory{--fa:"\f538";--fa--fa:"\f538\f538"}.fa-road-spikes{--fa:"\e568";--fa--fa:"\e568\e568"}.fa-fire-burner{--fa:"\e4f1";--fa--fa:"\e4f1\e4f1"}.fa-flag{--fa:"\f024";--fa--fa:"\f024\f024"}.fa-hanukiah{--fa:"\f6e6";--fa--fa:"\f6e6\f6e6"}.fa-feather{--fa:"\f52d";--fa--fa:"\f52d\f52d"}.fa-volume-low{--fa:"\f027";--fa--fa:"\f027\f027"}.fa-volume-down{--fa:"\f027";--fa--fa:"\f027\f027"}.fa-comment-slash{--fa:"\f4b3";--fa--fa:"\f4b3\f4b3"}.fa-cloud-sun-rain{--fa:"\f743";--fa--fa:"\f743\f743"}.fa-compress{--fa:"\f066";--fa--fa:"\f066\f066"}.fa-wheat-awn{--fa:"\e2cd";--fa--fa:"\e2cd\e2cd"}.fa-wheat-alt{--fa:"\e2cd";--fa--fa:"\e2cd\e2cd"}.fa-ankh{--fa:"\f644";--fa--fa:"\f644\f644"}.fa-hands-holding-child{--fa:"\e4fa";--fa--fa:"\e4fa\e4fa"}.fa-asterisk{--fa:"\2a";--fa--fa:"\2a\2a"}.fa-square-check{--fa:"\f14a";--fa--fa:"\f14a\f14a"}.fa-check-square{--fa:"\f14a";--fa--fa:"\f14a\f14a"}.fa-peseta-sign{--fa:"\e221";--fa--fa:"\e221\e221"}.fa-heading{--fa:"\f1dc";--fa--fa:"\f1dc\f1dc"}.fa-header{--fa:"\f1dc";--fa--fa:"\f1dc\f1dc"}.fa-ghost{--fa:"\f6e2";--fa--fa:"\f6e2\f6e2"}.fa-list{--fa:"\f03a";--fa--fa:"\f03a\f03a"}.fa-list-squares{--fa:"\f03a";--fa--fa:"\f03a\f03a"}.fa-square-phone-flip{--fa:"\f87b";--fa--fa:"\f87b\f87b"}.fa-phone-square-alt{--fa:"\f87b";--fa--fa:"\f87b\f87b"}.fa-cart-plus{--fa:"\f217";--fa--fa:"\f217\f217"}.fa-gamepad{--fa:"\f11b";--fa--fa:"\f11b\f11b"}.fa-circle-dot{--fa:"\f192";--fa--fa:"\f192\f192"}.fa-dot-circle{--fa:"\f192";--fa--fa:"\f192\f192"}.fa-face-dizzy{--fa:"\f567";--fa--fa:"\f567\f567"}.fa-dizzy{--fa:"\f567";--fa--fa:"\f567\f567"}.fa-egg{--fa:"\f7fb";--fa--fa:"\f7fb\f7fb"}.fa-house-medical-circle-xmark{--fa:"\e513";--fa--fa:"\e513\e513"}.fa-campground{--fa:"\f6bb";--fa--fa:"\f6bb\f6bb"}.fa-folder-plus{--fa:"\f65e";--fa--fa:"\f65e\f65e"}.fa-futbol{--fa:"\f1e3";--fa--fa:"\f1e3\f1e3"}.fa-futbol-ball{--fa:"\f1e3";--fa--fa:"\f1e3\f1e3"}.fa-soccer-ball{--fa:"\f1e3";--fa--fa:"\f1e3\f1e3"}.fa-paintbrush{--fa:"\f1fc";--fa--fa:"\f1fc\f1fc"}.fa-paint-brush{--fa:"\f1fc";--fa--fa:"\f1fc\f1fc"}.fa-lock{--fa:"\f023";--fa--fa:"\f023\f023"}.fa-gas-pump{--fa:"\f52f";--fa--fa:"\f52f\f52f"}.fa-hot-tub-person{--fa:"\f593";--fa--fa:"\f593\f593"}.fa-hot-tub{--fa:"\f593";--fa--fa:"\f593\f593"}.fa-map-location{--fa:"\f59f";--fa--fa:"\f59f\f59f"}.fa-map-marked{--fa:"\f59f";--fa--fa:"\f59f\f59f"}.fa-house-flood-water{--fa:"\e50e";--fa--fa:"\e50e\e50e"}.fa-tree{--fa:"\f1bb";--fa--fa:"\f1bb\f1bb"}.fa-bridge-lock{--fa:"\e4cc";--fa--fa:"\e4cc\e4cc"}.fa-sack-dollar{--fa:"\f81d";--fa--fa:"\f81d\f81d"}.fa-pen-to-square{--fa:"\f044";--fa--fa:"\f044\f044"}.fa-edit{--fa:"\f044";--fa--fa:"\f044\f044"}.fa-car-side{--fa:"\f5e4";--fa--fa:"\f5e4\f5e4"}.fa-share-nodes{--fa:"\f1e0";--fa--fa:"\f1e0\f1e0"}.fa-share-alt{--fa:"\f1e0";--fa--fa:"\f1e0\f1e0"}.fa-heart-circle-minus{--fa:"\e4ff";--fa--fa:"\e4ff\e4ff"}.fa-hourglass-half{--fa:"\f252";--fa--fa:"\f252\f252"}.fa-hourglass-2{--fa:"\f252";--fa--fa:"\f252\f252"}.fa-microscope{--fa:"\f610";--fa--fa:"\f610\f610"}.fa-sink{--fa:"\e06d";--fa--fa:"\e06d\e06d"}.fa-bag-shopping{--fa:"\f290";--fa--fa:"\f290\f290"}.fa-shopping-bag{--fa:"\f290";--fa--fa:"\f290\f290"}.fa-arrow-down-z-a{--fa:"\f881";--fa--fa:"\f881\f881"}.fa-sort-alpha-desc{--fa:"\f881";--fa--fa:"\f881\f881"}.fa-sort-alpha-down-alt{--fa:"\f881";--fa--fa:"\f881\f881"}.fa-mitten{--fa:"\f7b5";--fa--fa:"\f7b5\f7b5"}.fa-person-rays{--fa:"\e54d";--fa--fa:"\e54d\e54d"}.fa-users{--fa:"\f0c0";--fa--fa:"\f0c0\f0c0"}.fa-eye-slash{--fa:"\f070";--fa--fa:"\f070\f070"}.fa-flask-vial{--fa:"\e4f3";--fa--fa:"\e4f3\e4f3"}.fa-hand{--fa:"\f256";--fa--fa:"\f256\f256"}.fa-hand-paper{--fa:"\f256";--fa--fa:"\f256\f256"}.fa-om{--fa:"\f679";--fa--fa:"\f679\f679"}.fa-worm{--fa:"\e599";--fa--fa:"\e599\e599"}.fa-house-circle-xmark{--fa:"\e50b";--fa--fa:"\e50b\e50b"}.fa-plug{--fa:"\f1e6";--fa--fa:"\f1e6\f1e6"}.fa-chevron-up{--fa:"\f077";--fa--fa:"\f077\f077"}.fa-hand-spock{--fa:"\f259";--fa--fa:"\f259\f259"}.fa-stopwatch{--fa:"\f2f2";--fa--fa:"\f2f2\f2f2"}.fa-face-kiss{--fa:"\f596";--fa--fa:"\f596\f596"}.fa-kiss{--fa:"\f596";--fa--fa:"\f596\f596"}.fa-bridge-circle-xmark{--fa:"\e4cb";--fa--fa:"\e4cb\e4cb"}.fa-face-grin-tongue{--fa:"\f589";--fa--fa:"\f589\f589"}.fa-grin-tongue{--fa:"\f589";--fa--fa:"\f589\f589"}.fa-chess-bishop{--fa:"\f43a";--fa--fa:"\f43a\f43a"}.fa-face-grin-wink{--fa:"\f58c";--fa--fa:"\f58c\f58c"}.fa-grin-wink{--fa:"\f58c";--fa--fa:"\f58c\f58c"}.fa-ear-deaf{--fa:"\f2a4";--fa--fa:"\f2a4\f2a4"}.fa-deaf{--fa:"\f2a4";--fa--fa:"\f2a4\f2a4"}.fa-deafness{--fa:"\f2a4";--fa--fa:"\f2a4\f2a4"}.fa-hard-of-hearing{--fa:"\f2a4";--fa--fa:"\f2a4\f2a4"}.fa-road-circle-check{--fa:"\e564";--fa--fa:"\e564\e564"}.fa-dice-five{--fa:"\f523";--fa--fa:"\f523\f523"}.fa-square-rss{--fa:"\f143";--fa--fa:"\f143\f143"}.fa-rss-square{--fa:"\f143";--fa--fa:"\f143\f143"}.fa-land-mine-on{--fa:"\e51b";--fa--fa:"\e51b\e51b"}.fa-i-cursor{--fa:"\f246";--fa--fa:"\f246\f246"}.fa-stamp{--fa:"\f5bf";--fa--fa:"\f5bf\f5bf"}.fa-stairs{--fa:"\e289";--fa--fa:"\e289\e289"}.fa-i{--fa:"\49";--fa--fa:"\49\49"}.fa-hryvnia-sign{--fa:"\f6f2";--fa--fa:"\f6f2\f6f2"}.fa-hryvnia{--fa:"\f6f2";--fa--fa:"\f6f2\f6f2"}.fa-pills{--fa:"\f484";--fa--fa:"\f484\f484"}.fa-face-grin-wide{--fa:"\f581";--fa--fa:"\f581\f581"}.fa-grin-alt{--fa:"\f581";--fa--fa:"\f581\f581"}.fa-tooth{--fa:"\f5c9";--fa--fa:"\f5c9\f5c9"}.fa-v{--fa:"\56";--fa--fa:"\56\56"}.fa-bangladeshi-taka-sign{--fa:"\e2e6";--fa--fa:"\e2e6\e2e6"}.fa-bicycle{--fa:"\f206";--fa--fa:"\f206\f206"}.fa-staff-snake{--fa:"\e579";--fa--fa:"\e579\e579"}.fa-rod-asclepius{--fa:"\e579";--fa--fa:"\e579\e579"}.fa-rod-snake{--fa:"\e579";--fa--fa:"\e579\e579"}.fa-staff-aesculapius{--fa:"\e579";--fa--fa:"\e579\e579"}.fa-head-side-cough-slash{--fa:"\e062";--fa--fa:"\e062\e062"}.fa-truck-medical{--fa:"\f0f9";--fa--fa:"\f0f9\f0f9"}.fa-ambulance{--fa:"\f0f9";--fa--fa:"\f0f9\f0f9"}.fa-wheat-awn-circle-exclamation{--fa:"\e598";--fa--fa:"\e598\e598"}.fa-snowman{--fa:"\f7d0";--fa--fa:"\f7d0\f7d0"}.fa-mortar-pestle{--fa:"\f5a7";--fa--fa:"\f5a7\f5a7"}.fa-road-barrier{--fa:"\e562";--fa--fa:"\e562\e562"}.fa-school{--fa:"\f549";--fa--fa:"\f549\f549"}.fa-igloo{--fa:"\f7ae";--fa--fa:"\f7ae\f7ae"}.fa-joint{--fa:"\f595";--fa--fa:"\f595\f595"}.fa-angle-right{--fa:"\f105";--fa--fa:"\f105\f105"}.fa-horse{--fa:"\f6f0";--fa--fa:"\f6f0\f6f0"}.fa-q{--fa:"\51";--fa--fa:"\51\51"}.fa-g{--fa:"\47";--fa--fa:"\47\47"}.fa-notes-medical{--fa:"\f481";--fa--fa:"\f481\f481"}.fa-temperature-half{--fa:"\f2c9";--fa--fa:"\f2c9\f2c9"}.fa-temperature-2{--fa:"\f2c9";--fa--fa:"\f2c9\f2c9"}.fa-thermometer-2{--fa:"\f2c9";--fa--fa:"\f2c9\f2c9"}.fa-thermometer-half{--fa:"\f2c9";--fa--fa:"\f2c9\f2c9"}.fa-dong-sign{--fa:"\e169";--fa--fa:"\e169\e169"}.fa-capsules{--fa:"\f46b";--fa--fa:"\f46b\f46b"}.fa-poo-storm{--fa:"\f75a";--fa--fa:"\f75a\f75a"}.fa-poo-bolt{--fa:"\f75a";--fa--fa:"\f75a\f75a"}.fa-face-frown-open{--fa:"\f57a";--fa--fa:"\f57a\f57a"}.fa-frown-open{--fa:"\f57a";--fa--fa:"\f57a\f57a"}.fa-hand-point-up{--fa:"\f0a6";--fa--fa:"\f0a6\f0a6"}.fa-money-bill{--fa:"\f0d6";--fa--fa:"\f0d6\f0d6"}.fa-bookmark{--fa:"\f02e";--fa--fa:"\f02e\f02e"}.fa-align-justify{--fa:"\f039";--fa--fa:"\f039\f039"}.fa-umbrella-beach{--fa:"\f5ca";--fa--fa:"\f5ca\f5ca"}.fa-helmet-un{--fa:"\e503";--fa--fa:"\e503\e503"}.fa-bullseye{--fa:"\f140";--fa--fa:"\f140\f140"}.fa-bacon{--fa:"\f7e5";--fa--fa:"\f7e5\f7e5"}.fa-hand-point-down{--fa:"\f0a7";--fa--fa:"\f0a7\f0a7"}.fa-arrow-up-from-bracket{--fa:"\e09a";--fa--fa:"\e09a\e09a"}.fa-folder{--fa:"\f07b";--fa--fa:"\f07b\f07b"}.fa-folder-blank{--fa:"\f07b";--fa--fa:"\f07b\f07b"}.fa-file-waveform{--fa:"\f478";--fa--fa:"\f478\f478"}.fa-file-medical-alt{--fa:"\f478";--fa--fa:"\f478\f478"}.fa-radiation{--fa:"\f7b9";--fa--fa:"\f7b9\f7b9"}.fa-chart-simple{--fa:"\e473";--fa--fa:"\e473\e473"}.fa-mars-stroke{--fa:"\f229";--fa--fa:"\f229\f229"}.fa-vial{--fa:"\f492";--fa--fa:"\f492\f492"}.fa-gauge{--fa:"\f624";--fa--fa:"\f624\f624"}.fa-dashboard{--fa:"\f624";--fa--fa:"\f624\f624"}.fa-gauge-med{--fa:"\f624";--fa--fa:"\f624\f624"}.fa-tachometer-alt-average{--fa:"\f624";--fa--fa:"\f624\f624"}.fa-wand-magic-sparkles{--fa:"\e2ca";--fa--fa:"\e2ca\e2ca"}.fa-magic-wand-sparkles{--fa:"\e2ca";--fa--fa:"\e2ca\e2ca"}.fa-e{--fa:"\45";--fa--fa:"\45\45"}.fa-pen-clip{--fa:"\f305";--fa--fa:"\f305\f305"}.fa-pen-alt{--fa:"\f305";--fa--fa:"\f305\f305"}.fa-bridge-circle-exclamation{--fa:"\e4ca";--fa--fa:"\e4ca\e4ca"}.fa-user{--fa:"\f007";--fa--fa:"\f007\f007"}.fa-school-circle-check{--fa:"\e56b";--fa--fa:"\e56b\e56b"}.fa-dumpster{--fa:"\f793";--fa--fa:"\f793\f793"}.fa-van-shuttle{--fa:"\f5b6";--fa--fa:"\f5b6\f5b6"}.fa-shuttle-van{--fa:"\f5b6";--fa--fa:"\f5b6\f5b6"}.fa-building-user{--fa:"\e4da";--fa--fa:"\e4da\e4da"}.fa-square-caret-left{--fa:"\f191";--fa--fa:"\f191\f191"}.fa-caret-square-left{--fa:"\f191";--fa--fa:"\f191\f191"}.fa-highlighter{--fa:"\f591";--fa--fa:"\f591\f591"}.fa-key{--fa:"\f084";--fa--fa:"\f084\f084"}.fa-bullhorn{--fa:"\f0a1";--fa--fa:"\f0a1\f0a1"}.fa-globe{--fa:"\f0ac";--fa--fa:"\f0ac\f0ac"}.fa-synagogue{--fa:"\f69b";--fa--fa:"\f69b\f69b"}.fa-person-half-dress{--fa:"\e548";--fa--fa:"\e548\e548"}.fa-road-bridge{--fa:"\e563";--fa--fa:"\e563\e563"}.fa-location-arrow{--fa:"\f124";--fa--fa:"\f124\f124"}.fa-c{--fa:"\43";--fa--fa:"\43\43"}.fa-tablet-button{--fa:"\f10a";--fa--fa:"\f10a\f10a"}.fa-building-lock{--fa:"\e4d6";--fa--fa:"\e4d6\e4d6"}.fa-pizza-slice{--fa:"\f818";--fa--fa:"\f818\f818"}.fa-money-bill-wave{--fa:"\f53a";--fa--fa:"\f53a\f53a"}.fa-chart-area{--fa:"\f1fe";--fa--fa:"\f1fe\f1fe"}.fa-area-chart{--fa:"\f1fe";--fa--fa:"\f1fe\f1fe"}.fa-house-flag{--fa:"\e50d";--fa--fa:"\e50d\e50d"}.fa-person-circle-minus{--fa:"\e540";--fa--fa:"\e540\e540"}.fa-ban{--fa:"\f05e";--fa--fa:"\f05e\f05e"}.fa-cancel{--fa:"\f05e";--fa--fa:"\f05e\f05e"}.fa-camera-rotate{--fa:"\e0d8";--fa--fa:"\e0d8\e0d8"}.fa-spray-can-sparkles{--fa:"\f5d0";--fa--fa:"\f5d0\f5d0"}.fa-air-freshener{--fa:"\f5d0";--fa--fa:"\f5d0\f5d0"}.fa-star{--fa:"\f005";--fa--fa:"\f005\f005"}.fa-repeat{--fa:"\f363";--fa--fa:"\f363\f363"}.fa-cross{--fa:"\f654";--fa--fa:"\f654\f654"}.fa-box{--fa:"\f466";--fa--fa:"\f466\f466"}.fa-venus-mars{--fa:"\f228";--fa--fa:"\f228\f228"}.fa-arrow-pointer{--fa:"\f245";--fa--fa:"\f245\f245"}.fa-mouse-pointer{--fa:"\f245";--fa--fa:"\f245\f245"}.fa-maximize{--fa:"\f31e";--fa--fa:"\f31e\f31e"}.fa-expand-arrows-alt{--fa:"\f31e";--fa--fa:"\f31e\f31e"}.fa-charging-station{--fa:"\f5e7";--fa--fa:"\f5e7\f5e7"}.fa-shapes{--fa:"\f61f";--fa--fa:"\f61f\f61f"}.fa-triangle-circle-square{--fa:"\f61f";--fa--fa:"\f61f\f61f"}.fa-shuffle{--fa:"\f074";--fa--fa:"\f074\f074"}.fa-random{--fa:"\f074";--fa--fa:"\f074\f074"}.fa-person-running{--fa:"\f70c";--fa--fa:"\f70c\f70c"}.fa-running{--fa:"\f70c";--fa--fa:"\f70c\f70c"}.fa-mobile-retro{--fa:"\e527";--fa--fa:"\e527\e527"}.fa-grip-lines-vertical{--fa:"\f7a5";--fa--fa:"\f7a5\f7a5"}.fa-spider{--fa:"\f717";--fa--fa:"\f717\f717"}.fa-hands-bound{--fa:"\e4f9";--fa--fa:"\e4f9\e4f9"}.fa-file-invoice-dollar{--fa:"\f571";--fa--fa:"\f571\f571"}.fa-plane-circle-exclamation{--fa:"\e556";--fa--fa:"\e556\e556"}.fa-x-ray{--fa:"\f497";--fa--fa:"\f497\f497"}.fa-spell-check{--fa:"\f891";--fa--fa:"\f891\f891"}.fa-slash{--fa:"\f715";--fa--fa:"\f715\f715"}.fa-computer-mouse{--fa:"\f8cc";--fa--fa:"\f8cc\f8cc"}.fa-mouse{--fa:"\f8cc";--fa--fa:"\f8cc\f8cc"}.fa-arrow-right-to-bracket{--fa:"\f090";--fa--fa:"\f090\f090"}.fa-sign-in{--fa:"\f090";--fa--fa:"\f090\f090"}.fa-shop-slash{--fa:"\e070";--fa--fa:"\e070\e070"}.fa-store-alt-slash{--fa:"\e070";--fa--fa:"\e070\e070"}.fa-server{--fa:"\f233";--fa--fa:"\f233\f233"}.fa-virus-covid-slash{--fa:"\e4a9";--fa--fa:"\e4a9\e4a9"}.fa-shop-lock{--fa:"\e4a5";--fa--fa:"\e4a5\e4a5"}.fa-hourglass-start{--fa:"\f251";--fa--fa:"\f251\f251"}.fa-hourglass-1{--fa:"\f251";--fa--fa:"\f251\f251"}.fa-blender-phone{--fa:"\f6b6";--fa--fa:"\f6b6\f6b6"}.fa-building-wheat{--fa:"\e4db";--fa--fa:"\e4db\e4db"}.fa-person-breastfeeding{--fa:"\e53a";--fa--fa:"\e53a\e53a"}.fa-right-to-bracket{--fa:"\f2f6";--fa--fa:"\f2f6\f2f6"}.fa-sign-in-alt{--fa:"\f2f6";--fa--fa:"\f2f6\f2f6"}.fa-venus{--fa:"\f221";--fa--fa:"\f221\f221"}.fa-passport{--fa:"\f5ab";--fa--fa:"\f5ab\f5ab"}.fa-thumbtack-slash{--fa:"\e68f";--fa--fa:"\e68f\e68f"}.fa-thumb-tack-slash{--fa:"\e68f";--fa--fa:"\e68f\e68f"}.fa-heart-pulse{--fa:"\f21e";--fa--fa:"\f21e\f21e"}.fa-heartbeat{--fa:"\f21e";--fa--fa:"\f21e\f21e"}.fa-people-carry-box{--fa:"\f4ce";--fa--fa:"\f4ce\f4ce"}.fa-people-carry{--fa:"\f4ce";--fa--fa:"\f4ce\f4ce"}.fa-temperature-high{--fa:"\f769";--fa--fa:"\f769\f769"}.fa-microchip{--fa:"\f2db";--fa--fa:"\f2db\f2db"}.fa-crown{--fa:"\f521";--fa--fa:"\f521\f521"}.fa-weight-hanging{--fa:"\f5cd";--fa--fa:"\f5cd\f5cd"}.fa-xmarks-lines{--fa:"\e59a";--fa--fa:"\e59a\e59a"}.fa-file-prescription{--fa:"\f572";--fa--fa:"\f572\f572"}.fa-weight-scale{--fa:"\f496";--fa--fa:"\f496\f496"}.fa-weight{--fa:"\f496";--fa--fa:"\f496\f496"}.fa-user-group{--fa:"\f500";--fa--fa:"\f500\f500"}.fa-user-friends{--fa:"\f500";--fa--fa:"\f500\f500"}.fa-arrow-up-a-z{--fa:"\f15e";--fa--fa:"\f15e\f15e"}.fa-sort-alpha-up{--fa:"\f15e";--fa--fa:"\f15e\f15e"}.fa-chess-knight{--fa:"\f441";--fa--fa:"\f441\f441"}.fa-face-laugh-squint{--fa:"\f59b";--fa--fa:"\f59b\f59b"}.fa-laugh-squint{--fa:"\f59b";--fa--fa:"\f59b\f59b"}.fa-wheelchair{--fa:"\f193";--fa--fa:"\f193\f193"}.fa-circle-arrow-up{--fa:"\f0aa";--fa--fa:"\f0aa\f0aa"}.fa-arrow-circle-up{--fa:"\f0aa";--fa--fa:"\f0aa\f0aa"}.fa-toggle-on{--fa:"\f205";--fa--fa:"\f205\f205"}.fa-person-walking{--fa:"\f554";--fa--fa:"\f554\f554"}.fa-walking{--fa:"\f554";--fa--fa:"\f554\f554"}.fa-l{--fa:"\4c";--fa--fa:"\4c\4c"}.fa-fire{--fa:"\f06d";--fa--fa:"\f06d\f06d"}.fa-bed-pulse{--fa:"\f487";--fa--fa:"\f487\f487"}.fa-procedures{--fa:"\f487";--fa--fa:"\f487\f487"}.fa-shuttle-space{--fa:"\f197";--fa--fa:"\f197\f197"}.fa-space-shuttle{--fa:"\f197";--fa--fa:"\f197\f197"}.fa-face-laugh{--fa:"\f599";--fa--fa:"\f599\f599"}.fa-laugh{--fa:"\f599";--fa--fa:"\f599\f599"}.fa-folder-open{--fa:"\f07c";--fa--fa:"\f07c\f07c"}.fa-heart-circle-plus{--fa:"\e500";--fa--fa:"\e500\e500"}.fa-code-fork{--fa:"\e13b";--fa--fa:"\e13b\e13b"}.fa-city{--fa:"\f64f";--fa--fa:"\f64f\f64f"}.fa-microphone-lines{--fa:"\f3c9";--fa--fa:"\f3c9\f3c9"}.fa-microphone-alt{--fa:"\f3c9";--fa--fa:"\f3c9\f3c9"}.fa-pepper-hot{--fa:"\f816";--fa--fa:"\f816\f816"}.fa-unlock{--fa:"\f09c";--fa--fa:"\f09c\f09c"}.fa-colon-sign{--fa:"\e140";--fa--fa:"\e140\e140"}.fa-headset{--fa:"\f590";--fa--fa:"\f590\f590"}.fa-store-slash{--fa:"\e071";--fa--fa:"\e071\e071"}.fa-road-circle-xmark{--fa:"\e566";--fa--fa:"\e566\e566"}.fa-user-minus{--fa:"\f503";--fa--fa:"\f503\f503"}.fa-mars-stroke-up{--fa:"\f22a";--fa--fa:"\f22a\f22a"}.fa-mars-stroke-v{--fa:"\f22a";--fa--fa:"\f22a\f22a"}.fa-champagne-glasses{--fa:"\f79f";--fa--fa:"\f79f\f79f"}.fa-glass-cheers{--fa:"\f79f";--fa--fa:"\f79f\f79f"}.fa-clipboard{--fa:"\f328";--fa--fa:"\f328\f328"}.fa-house-circle-exclamation{--fa:"\e50a";--fa--fa:"\e50a\e50a"}.fa-file-arrow-up{--fa:"\f574";--fa--fa:"\f574\f574"}.fa-file-upload{--fa:"\f574";--fa--fa:"\f574\f574"}.fa-wifi{--fa:"\f1eb";--fa--fa:"\f1eb\f1eb"}.fa-wifi-3{--fa:"\f1eb";--fa--fa:"\f1eb\f1eb"}.fa-wifi-strong{--fa:"\f1eb";--fa--fa:"\f1eb\f1eb"}.fa-bath{--fa:"\f2cd";--fa--fa:"\f2cd\f2cd"}.fa-bathtub{--fa:"\f2cd";--fa--fa:"\f2cd\f2cd"}.fa-underline{--fa:"\f0cd";--fa--fa:"\f0cd\f0cd"}.fa-user-pen{--fa:"\f4ff";--fa--fa:"\f4ff\f4ff"}.fa-user-edit{--fa:"\f4ff";--fa--fa:"\f4ff\f4ff"}.fa-signature{--fa:"\f5b7";--fa--fa:"\f5b7\f5b7"}.fa-stroopwafel{--fa:"\f551";--fa--fa:"\f551\f551"}.fa-bold{--fa:"\f032";--fa--fa:"\f032\f032"}.fa-anchor-lock{--fa:"\e4ad";--fa--fa:"\e4ad\e4ad"}.fa-building-ngo{--fa:"\e4d7";--fa--fa:"\e4d7\e4d7"}.fa-manat-sign{--fa:"\e1d5";--fa--fa:"\e1d5\e1d5"}.fa-not-equal{--fa:"\f53e";--fa--fa:"\f53e\f53e"}.fa-border-top-left{--fa:"\f853";--fa--fa:"\f853\f853"}.fa-border-style{--fa:"\f853";--fa--fa:"\f853\f853"}.fa-map-location-dot{--fa:"\f5a0";--fa--fa:"\f5a0\f5a0"}.fa-map-marked-alt{--fa:"\f5a0";--fa--fa:"\f5a0\f5a0"}.fa-jedi{--fa:"\f669";--fa--fa:"\f669\f669"}.fa-square-poll-vertical{--fa:"\f681";--fa--fa:"\f681\f681"}.fa-poll{--fa:"\f681";--fa--fa:"\f681\f681"}.fa-mug-hot{--fa:"\f7b6";--fa--fa:"\f7b6\f7b6"}.fa-car-battery{--fa:"\f5df";--fa--fa:"\f5df\f5df"}.fa-battery-car{--fa:"\f5df";--fa--fa:"\f5df\f5df"}.fa-gift{--fa:"\f06b";--fa--fa:"\f06b\f06b"}.fa-dice-two{--fa:"\f528";--fa--fa:"\f528\f528"}.fa-chess-queen{--fa:"\f445";--fa--fa:"\f445\f445"}.fa-glasses{--fa:"\f530";--fa--fa:"\f530\f530"}.fa-chess-board{--fa:"\f43c";--fa--fa:"\f43c\f43c"}.fa-building-circle-check{--fa:"\e4d2";--fa--fa:"\e4d2\e4d2"}.fa-person-chalkboard{--fa:"\e53d";--fa--fa:"\e53d\e53d"}.fa-mars-stroke-right{--fa:"\f22b";--fa--fa:"\f22b\f22b"}.fa-mars-stroke-h{--fa:"\f22b";--fa--fa:"\f22b\f22b"}.fa-hand-back-fist{--fa:"\f255";--fa--fa:"\f255\f255"}.fa-hand-rock{--fa:"\f255";--fa--fa:"\f255\f255"}.fa-square-caret-up{--fa:"\f151";--fa--fa:"\f151\f151"}.fa-caret-square-up{--fa:"\f151";--fa--fa:"\f151\f151"}.fa-cloud-showers-water{--fa:"\e4e4";--fa--fa:"\e4e4\e4e4"}.fa-chart-bar{--fa:"\f080";--fa--fa:"\f080\f080"}.fa-bar-chart{--fa:"\f080";--fa--fa:"\f080\f080"}.fa-hands-bubbles{--fa:"\e05e";--fa--fa:"\e05e\e05e"}.fa-hands-wash{--fa:"\e05e";--fa--fa:"\e05e\e05e"}.fa-less-than-equal{--fa:"\f537";--fa--fa:"\f537\f537"}.fa-train{--fa:"\f238";--fa--fa:"\f238\f238"}.fa-eye-low-vision{--fa:"\f2a8";--fa--fa:"\f2a8\f2a8"}.fa-low-vision{--fa:"\f2a8";--fa--fa:"\f2a8\f2a8"}.fa-crow{--fa:"\f520";--fa--fa:"\f520\f520"}.fa-sailboat{--fa:"\e445";--fa--fa:"\e445\e445"}.fa-window-restore{--fa:"\f2d2";--fa--fa:"\f2d2\f2d2"}.fa-square-plus{--fa:"\f0fe";--fa--fa:"\f0fe\f0fe"}.fa-plus-square{--fa:"\f0fe";--fa--fa:"\f0fe\f0fe"}.fa-torii-gate{--fa:"\f6a1";--fa--fa:"\f6a1\f6a1"}.fa-frog{--fa:"\f52e";--fa--fa:"\f52e\f52e"}.fa-bucket{--fa:"\e4cf";--fa--fa:"\e4cf\e4cf"}.fa-image{--fa:"\f03e";--fa--fa:"\f03e\f03e"}.fa-microphone{--fa:"\f130";--fa--fa:"\f130\f130"}.fa-cow{--fa:"\f6c8";--fa--fa:"\f6c8\f6c8"}.fa-caret-up{--fa:"\f0d8";--fa--fa:"\f0d8\f0d8"}.fa-screwdriver{--fa:"\f54a";--fa--fa:"\f54a\f54a"}.fa-folder-closed{--fa:"\e185";--fa--fa:"\e185\e185"}.fa-house-tsunami{--fa:"\e515";--fa--fa:"\e515\e515"}.fa-square-nfi{--fa:"\e576";--fa--fa:"\e576\e576"}.fa-arrow-up-from-ground-water{--fa:"\e4b5";--fa--fa:"\e4b5\e4b5"}.fa-martini-glass{--fa:"\f57b";--fa--fa:"\f57b\f57b"}.fa-glass-martini-alt{--fa:"\f57b";--fa--fa:"\f57b\f57b"}.fa-square-binary{--fa:"\e69b";--fa--fa:"\e69b\e69b"}.fa-rotate-left{--fa:"\f2ea";--fa--fa:"\f2ea\f2ea"}.fa-rotate-back{--fa:"\f2ea";--fa--fa:"\f2ea\f2ea"}.fa-rotate-backward{--fa:"\f2ea";--fa--fa:"\f2ea\f2ea"}.fa-undo-alt{--fa:"\f2ea";--fa--fa:"\f2ea\f2ea"}.fa-table-columns{--fa:"\f0db";--fa--fa:"\f0db\f0db"}.fa-columns{--fa:"\f0db";--fa--fa:"\f0db\f0db"}.fa-lemon{--fa:"\f094";--fa--fa:"\f094\f094"}.fa-head-side-mask{--fa:"\e063";--fa--fa:"\e063\e063"}.fa-handshake{--fa:"\f2b5";--fa--fa:"\f2b5\f2b5"}.fa-gem{--fa:"\f3a5";--fa--fa:"\f3a5\f3a5"}.fa-dolly{--fa:"\f472";--fa--fa:"\f472\f472"}.fa-dolly-box{--fa:"\f472";--fa--fa:"\f472\f472"}.fa-smoking{--fa:"\f48d";--fa--fa:"\f48d\f48d"}.fa-minimize{--fa:"\f78c";--fa--fa:"\f78c\f78c"}.fa-compress-arrows-alt{--fa:"\f78c";--fa--fa:"\f78c\f78c"}.fa-monument{--fa:"\f5a6";--fa--fa:"\f5a6\f5a6"}.fa-snowplow{--fa:"\f7d2";--fa--fa:"\f7d2\f7d2"}.fa-angles-right{--fa:"\f101";--fa--fa:"\f101\f101"}.fa-angle-double-right{--fa:"\f101";--fa--fa:"\f101\f101"}.fa-cannabis{--fa:"\f55f";--fa--fa:"\f55f\f55f"}.fa-circle-play{--fa:"\f144";--fa--fa:"\f144\f144"}.fa-play-circle{--fa:"\f144";--fa--fa:"\f144\f144"}.fa-tablets{--fa:"\f490";--fa--fa:"\f490\f490"}.fa-ethernet{--fa:"\f796";--fa--fa:"\f796\f796"}.fa-euro-sign{--fa:"\f153";--fa--fa:"\f153\f153"}.fa-eur{--fa:"\f153";--fa--fa:"\f153\f153"}.fa-euro{--fa:"\f153";--fa--fa:"\f153\f153"}.fa-chair{--fa:"\f6c0";--fa--fa:"\f6c0\f6c0"}.fa-circle-check{--fa:"\f058";--fa--fa:"\f058\f058"}.fa-check-circle{--fa:"\f058";--fa--fa:"\f058\f058"}.fa-circle-stop{--fa:"\f28d";--fa--fa:"\f28d\f28d"}.fa-stop-circle{--fa:"\f28d";--fa--fa:"\f28d\f28d"}.fa-compass-drafting{--fa:"\f568";--fa--fa:"\f568\f568"}.fa-drafting-compass{--fa:"\f568";--fa--fa:"\f568\f568"}.fa-plate-wheat{--fa:"\e55a";--fa--fa:"\e55a\e55a"}.fa-icicles{--fa:"\f7ad";--fa--fa:"\f7ad\f7ad"}.fa-person-shelter{--fa:"\e54f";--fa--fa:"\e54f\e54f"}.fa-neuter{--fa:"\f22c";--fa--fa:"\f22c\f22c"}.fa-id-badge{--fa:"\f2c1";--fa--fa:"\f2c1\f2c1"}.fa-marker{--fa:"\f5a1";--fa--fa:"\f5a1\f5a1"}.fa-face-laugh-beam{--fa:"\f59a";--fa--fa:"\f59a\f59a"}.fa-laugh-beam{--fa:"\f59a";--fa--fa:"\f59a\f59a"}.fa-helicopter-symbol{--fa:"\e502";--fa--fa:"\e502\e502"}.fa-universal-access{--fa:"\f29a";--fa--fa:"\f29a\f29a"}.fa-circle-chevron-up{--fa:"\f139";--fa--fa:"\f139\f139"}.fa-chevron-circle-up{--fa:"\f139";--fa--fa:"\f139\f139"}.fa-lari-sign{--fa:"\e1c8";--fa--fa:"\e1c8\e1c8"}.fa-volcano{--fa:"\f770";--fa--fa:"\f770\f770"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553";--fa--fa:"\e553\e553"}.fa-sterling-sign{--fa:"\f154";--fa--fa:"\f154\f154"}.fa-gbp{--fa:"\f154";--fa--fa:"\f154\f154"}.fa-pound-sign{--fa:"\f154";--fa--fa:"\f154\f154"}.fa-viruses{--fa:"\e076";--fa--fa:"\e076\e076"}.fa-square-person-confined{--fa:"\e577";--fa--fa:"\e577\e577"}.fa-user-tie{--fa:"\f508";--fa--fa:"\f508\f508"}.fa-arrow-down-long{--fa:"\f175";--fa--fa:"\f175\f175"}.fa-long-arrow-down{--fa:"\f175";--fa--fa:"\f175\f175"}.fa-tent-arrow-down-to-line{--fa:"\e57e";--fa--fa:"\e57e\e57e"}.fa-certificate{--fa:"\f0a3";--fa--fa:"\f0a3\f0a3"}.fa-reply-all{--fa:"\f122";--fa--fa:"\f122\f122"}.fa-mail-reply-all{--fa:"\f122";--fa--fa:"\f122\f122"}.fa-suitcase{--fa:"\f0f2";--fa--fa:"\f0f2\f0f2"}.fa-person-skating{--fa:"\f7c5";--fa--fa:"\f7c5\f7c5"}.fa-skating{--fa:"\f7c5";--fa--fa:"\f7c5\f7c5"}.fa-filter-circle-dollar{--fa:"\f662";--fa--fa:"\f662\f662"}.fa-funnel-dollar{--fa:"\f662";--fa--fa:"\f662\f662"}.fa-camera-retro{--fa:"\f083";--fa--fa:"\f083\f083"}.fa-circle-arrow-down{--fa:"\f0ab";--fa--fa:"\f0ab\f0ab"}.fa-arrow-circle-down{--fa:"\f0ab";--fa--fa:"\f0ab\f0ab"}.fa-file-import{--fa:"\f56f";--fa--fa:"\f56f\f56f"}.fa-arrow-right-to-file{--fa:"\f56f";--fa--fa:"\f56f\f56f"}.fa-square-arrow-up-right{--fa:"\f14c";--fa--fa:"\f14c\f14c"}.fa-external-link-square{--fa:"\f14c";--fa--fa:"\f14c\f14c"}.fa-box-open{--fa:"\f49e";--fa--fa:"\f49e\f49e"}.fa-scroll{--fa:"\f70e";--fa--fa:"\f70e\f70e"}.fa-spa{--fa:"\f5bb";--fa--fa:"\f5bb\f5bb"}.fa-location-pin-lock{--fa:"\e51f";--fa--fa:"\e51f\e51f"}.fa-pause{--fa:"\f04c";--fa--fa:"\f04c\f04c"}.fa-hill-avalanche{--fa:"\e507";--fa--fa:"\e507\e507"}.fa-temperature-empty{--fa:"\f2cb";--fa--fa:"\f2cb\f2cb"}.fa-temperature-0{--fa:"\f2cb";--fa--fa:"\f2cb\f2cb"}.fa-thermometer-0{--fa:"\f2cb";--fa--fa:"\f2cb\f2cb"}.fa-thermometer-empty{--fa:"\f2cb";--fa--fa:"\f2cb\f2cb"}.fa-bomb{--fa:"\f1e2";--fa--fa:"\f1e2\f1e2"}.fa-registered{--fa:"\f25d";--fa--fa:"\f25d\f25d"}.fa-address-card{--fa:"\f2bb";--fa--fa:"\f2bb\f2bb"}.fa-contact-card{--fa:"\f2bb";--fa--fa:"\f2bb\f2bb"}.fa-vcard{--fa:"\f2bb";--fa--fa:"\f2bb\f2bb"}.fa-scale-unbalanced-flip{--fa:"\f516";--fa--fa:"\f516\f516"}.fa-balance-scale-right{--fa:"\f516";--fa--fa:"\f516\f516"}.fa-subscript{--fa:"\f12c";--fa--fa:"\f12c\f12c"}.fa-diamond-turn-right{--fa:"\f5eb";--fa--fa:"\f5eb\f5eb"}.fa-directions{--fa:"\f5eb";--fa--fa:"\f5eb\f5eb"}.fa-burst{--fa:"\e4dc";--fa--fa:"\e4dc\e4dc"}.fa-house-laptop{--fa:"\e066";--fa--fa:"\e066\e066"}.fa-laptop-house{--fa:"\e066";--fa--fa:"\e066\e066"}.fa-face-tired{--fa:"\f5c8";--fa--fa:"\f5c8\f5c8"}.fa-tired{--fa:"\f5c8";--fa--fa:"\f5c8\f5c8"}.fa-money-bills{--fa:"\e1f3";--fa--fa:"\e1f3\e1f3"}.fa-smog{--fa:"\f75f";--fa--fa:"\f75f\f75f"}.fa-crutch{--fa:"\f7f7";--fa--fa:"\f7f7\f7f7"}.fa-cloud-arrow-up{--fa:"\f0ee";--fa--fa:"\f0ee\f0ee"}.fa-cloud-upload{--fa:"\f0ee";--fa--fa:"\f0ee\f0ee"}.fa-cloud-upload-alt{--fa:"\f0ee";--fa--fa:"\f0ee\f0ee"}.fa-palette{--fa:"\f53f";--fa--fa:"\f53f\f53f"}.fa-arrows-turn-right{--fa:"\e4c0";--fa--fa:"\e4c0\e4c0"}.fa-vest{--fa:"\e085";--fa--fa:"\e085\e085"}.fa-ferry{--fa:"\e4ea";--fa--fa:"\e4ea\e4ea"}.fa-arrows-down-to-people{--fa:"\e4b9";--fa--fa:"\e4b9\e4b9"}.fa-seedling{--fa:"\f4d8";--fa--fa:"\f4d8\f4d8"}.fa-sprout{--fa:"\f4d8";--fa--fa:"\f4d8\f4d8"}.fa-left-right{--fa:"\f337";--fa--fa:"\f337\f337"}.fa-arrows-alt-h{--fa:"\f337";--fa--fa:"\f337\f337"}.fa-boxes-packing{--fa:"\e4c7";--fa--fa:"\e4c7\e4c7"}.fa-circle-arrow-left{--fa:"\f0a8";--fa--fa:"\f0a8\f0a8"}.fa-arrow-circle-left{--fa:"\f0a8";--fa--fa:"\f0a8\f0a8"}.fa-group-arrows-rotate{--fa:"\e4f6";--fa--fa:"\e4f6\e4f6"}.fa-bowl-food{--fa:"\e4c6";--fa--fa:"\e4c6\e4c6"}.fa-candy-cane{--fa:"\f786";--fa--fa:"\f786\f786"}.fa-arrow-down-wide-short{--fa:"\f160";--fa--fa:"\f160\f160"}.fa-sort-amount-asc{--fa:"\f160";--fa--fa:"\f160\f160"}.fa-sort-amount-down{--fa:"\f160";--fa--fa:"\f160\f160"}.fa-cloud-bolt{--fa:"\f76c";--fa--fa:"\f76c\f76c"}.fa-thunderstorm{--fa:"\f76c";--fa--fa:"\f76c\f76c"}.fa-text-slash{--fa:"\f87d";--fa--fa:"\f87d\f87d"}.fa-remove-format{--fa:"\f87d";--fa--fa:"\f87d\f87d"}.fa-face-smile-wink{--fa:"\f4da";--fa--fa:"\f4da\f4da"}.fa-smile-wink{--fa:"\f4da";--fa--fa:"\f4da\f4da"}.fa-file-word{--fa:"\f1c2";--fa--fa:"\f1c2\f1c2"}.fa-file-powerpoint{--fa:"\f1c4";--fa--fa:"\f1c4\f1c4"}.fa-arrows-left-right{--fa:"\f07e";--fa--fa:"\f07e\f07e"}.fa-arrows-h{--fa:"\f07e";--fa--fa:"\f07e\f07e"}.fa-house-lock{--fa:"\e510";--fa--fa:"\e510\e510"}.fa-cloud-arrow-down{--fa:"\f0ed";--fa--fa:"\f0ed\f0ed"}.fa-cloud-download{--fa:"\f0ed";--fa--fa:"\f0ed\f0ed"}.fa-cloud-download-alt{--fa:"\f0ed";--fa--fa:"\f0ed\f0ed"}.fa-children{--fa:"\e4e1";--fa--fa:"\e4e1\e4e1"}.fa-chalkboard{--fa:"\f51b";--fa--fa:"\f51b\f51b"}.fa-blackboard{--fa:"\f51b";--fa--fa:"\f51b\f51b"}.fa-user-large-slash{--fa:"\f4fa";--fa--fa:"\f4fa\f4fa"}.fa-user-alt-slash{--fa:"\f4fa";--fa--fa:"\f4fa\f4fa"}.fa-envelope-open{--fa:"\f2b6";--fa--fa:"\f2b6\f2b6"}.fa-handshake-simple-slash{--fa:"\e05f";--fa--fa:"\e05f\e05f"}.fa-handshake-alt-slash{--fa:"\e05f";--fa--fa:"\e05f\e05f"}.fa-mattress-pillow{--fa:"\e525";--fa--fa:"\e525\e525"}.fa-guarani-sign{--fa:"\e19a";--fa--fa:"\e19a\e19a"}.fa-arrows-rotate{--fa:"\f021";--fa--fa:"\f021\f021"}.fa-refresh{--fa:"\f021";--fa--fa:"\f021\f021"}.fa-sync{--fa:"\f021";--fa--fa:"\f021\f021"}.fa-fire-extinguisher{--fa:"\f134";--fa--fa:"\f134\f134"}.fa-cruzeiro-sign{--fa:"\e152";--fa--fa:"\e152\e152"}.fa-greater-than-equal{--fa:"\f532";--fa--fa:"\f532\f532"}.fa-shield-halved{--fa:"\f3ed";--fa--fa:"\f3ed\f3ed"}.fa-shield-alt{--fa:"\f3ed";--fa--fa:"\f3ed\f3ed"}.fa-book-atlas{--fa:"\f558";--fa--fa:"\f558\f558"}.fa-atlas{--fa:"\f558";--fa--fa:"\f558\f558"}.fa-virus{--fa:"\e074";--fa--fa:"\e074\e074"}.fa-envelope-circle-check{--fa:"\e4e8";--fa--fa:"\e4e8\e4e8"}.fa-layer-group{--fa:"\f5fd";--fa--fa:"\f5fd\f5fd"}.fa-arrows-to-dot{--fa:"\e4be";--fa--fa:"\e4be\e4be"}.fa-archway{--fa:"\f557";--fa--fa:"\f557\f557"}.fa-heart-circle-check{--fa:"\e4fd";--fa--fa:"\e4fd\e4fd"}.fa-house-chimney-crack{--fa:"\f6f1";--fa--fa:"\f6f1\f6f1"}.fa-house-damage{--fa:"\f6f1";--fa--fa:"\f6f1\f6f1"}.fa-file-zipper{--fa:"\f1c6";--fa--fa:"\f1c6\f1c6"}.fa-file-archive{--fa:"\f1c6";--fa--fa:"\f1c6\f1c6"}.fa-square{--fa:"\f0c8";--fa--fa:"\f0c8\f0c8"}.fa-martini-glass-empty{--fa:"\f000";--fa--fa:"\f000\f000"}.fa-glass-martini{--fa:"\f000";--fa--fa:"\f000\f000"}.fa-couch{--fa:"\f4b8";--fa--fa:"\f4b8\f4b8"}.fa-cedi-sign{--fa:"\e0df";--fa--fa:"\e0df\e0df"}.fa-italic{--fa:"\f033";--fa--fa:"\f033\f033"}.fa-table-cells-column-lock{--fa:"\e678";--fa--fa:"\e678\e678"}.fa-church{--fa:"\f51d";--fa--fa:"\f51d\f51d"}.fa-comments-dollar{--fa:"\f653";--fa--fa:"\f653\f653"}.fa-democrat{--fa:"\f747";--fa--fa:"\f747\f747"}.fa-z{--fa:"\5a";--fa--fa:"\5a\5a"}.fa-person-skiing{--fa:"\f7c9";--fa--fa:"\f7c9\f7c9"}.fa-skiing{--fa:"\f7c9";--fa--fa:"\f7c9\f7c9"}.fa-road-lock{--fa:"\e567";--fa--fa:"\e567\e567"}.fa-a{--fa:"\41";--fa--fa:"\41\41"}.fa-temperature-arrow-down{--fa:"\e03f";--fa--fa:"\e03f\e03f"}.fa-temperature-down{--fa:"\e03f";--fa--fa:"\e03f\e03f"}.fa-feather-pointed{--fa:"\f56b";--fa--fa:"\f56b\f56b"}.fa-feather-alt{--fa:"\f56b";--fa--fa:"\f56b\f56b"}.fa-p{--fa:"\50";--fa--fa:"\50\50"}.fa-snowflake{--fa:"\f2dc";--fa--fa:"\f2dc\f2dc"}.fa-newspaper{--fa:"\f1ea";--fa--fa:"\f1ea\f1ea"}.fa-rectangle-ad{--fa:"\f641";--fa--fa:"\f641\f641"}.fa-ad{--fa:"\f641";--fa--fa:"\f641\f641"}.fa-circle-arrow-right{--fa:"\f0a9";--fa--fa:"\f0a9\f0a9"}.fa-arrow-circle-right{--fa:"\f0a9";--fa--fa:"\f0a9\f0a9"}.fa-filter-circle-xmark{--fa:"\e17b";--fa--fa:"\e17b\e17b"}.fa-locust{--fa:"\e520";--fa--fa:"\e520\e520"}.fa-sort{--fa:"\f0dc";--fa--fa:"\f0dc\f0dc"}.fa-unsorted{--fa:"\f0dc";--fa--fa:"\f0dc\f0dc"}.fa-list-ol{--fa:"\f0cb";--fa--fa:"\f0cb\f0cb"}.fa-list-1-2{--fa:"\f0cb";--fa--fa:"\f0cb\f0cb"}.fa-list-numeric{--fa:"\f0cb";--fa--fa:"\f0cb\f0cb"}.fa-person-dress-burst{--fa:"\e544";--fa--fa:"\e544\e544"}.fa-money-check-dollar{--fa:"\f53d";--fa--fa:"\f53d\f53d"}.fa-money-check-alt{--fa:"\f53d";--fa--fa:"\f53d\f53d"}.fa-vector-square{--fa:"\f5cb";--fa--fa:"\f5cb\f5cb"}.fa-bread-slice{--fa:"\f7ec";--fa--fa:"\f7ec\f7ec"}.fa-language{--fa:"\f1ab";--fa--fa:"\f1ab\f1ab"}.fa-face-kiss-wink-heart{--fa:"\f598";--fa--fa:"\f598\f598"}.fa-kiss-wink-heart{--fa:"\f598";--fa--fa:"\f598\f598"}.fa-filter{--fa:"\f0b0";--fa--fa:"\f0b0\f0b0"}.fa-question{--fa:"\3f";--fa--fa:"\3f\3f"}.fa-file-signature{--fa:"\f573";--fa--fa:"\f573\f573"}.fa-up-down-left-right{--fa:"\f0b2";--fa--fa:"\f0b2\f0b2"}.fa-arrows-alt{--fa:"\f0b2";--fa--fa:"\f0b2\f0b2"}.fa-house-chimney-user{--fa:"\e065";--fa--fa:"\e065\e065"}.fa-hand-holding-heart{--fa:"\f4be";--fa--fa:"\f4be\f4be"}.fa-puzzle-piece{--fa:"\f12e";--fa--fa:"\f12e\f12e"}.fa-money-check{--fa:"\f53c";--fa--fa:"\f53c\f53c"}.fa-star-half-stroke{--fa:"\f5c0";--fa--fa:"\f5c0\f5c0"}.fa-star-half-alt{--fa:"\f5c0";--fa--fa:"\f5c0\f5c0"}.fa-code{--fa:"\f121";--fa--fa:"\f121\f121"}.fa-whiskey-glass{--fa:"\f7a0";--fa--fa:"\f7a0\f7a0"}.fa-glass-whiskey{--fa:"\f7a0";--fa--fa:"\f7a0\f7a0"}.fa-building-circle-exclamation{--fa:"\e4d3";--fa--fa:"\e4d3\e4d3"}.fa-magnifying-glass-chart{--fa:"\e522";--fa--fa:"\e522\e522"}.fa-arrow-up-right-from-square{--fa:"\f08e";--fa--fa:"\f08e\f08e"}.fa-external-link{--fa:"\f08e";--fa--fa:"\f08e\f08e"}.fa-cubes-stacked{--fa:"\e4e6";--fa--fa:"\e4e6\e4e6"}.fa-won-sign{--fa:"\f159";--fa--fa:"\f159\f159"}.fa-krw{--fa:"\f159";--fa--fa:"\f159\f159"}.fa-won{--fa:"\f159";--fa--fa:"\f159\f159"}.fa-virus-covid{--fa:"\e4a8";--fa--fa:"\e4a8\e4a8"}.fa-austral-sign{--fa:"\e0a9";--fa--fa:"\e0a9\e0a9"}.fa-f{--fa:"\46";--fa--fa:"\46\46"}.fa-leaf{--fa:"\f06c";--fa--fa:"\f06c\f06c"}.fa-road{--fa:"\f018";--fa--fa:"\f018\f018"}.fa-taxi{--fa:"\f1ba";--fa--fa:"\f1ba\f1ba"}.fa-cab{--fa:"\f1ba";--fa--fa:"\f1ba\f1ba"}.fa-person-circle-plus{--fa:"\e541";--fa--fa:"\e541\e541"}.fa-chart-pie{--fa:"\f200";--fa--fa:"\f200\f200"}.fa-pie-chart{--fa:"\f200";--fa--fa:"\f200\f200"}.fa-bolt-lightning{--fa:"\e0b7";--fa--fa:"\e0b7\e0b7"}.fa-sack-xmark{--fa:"\e56a";--fa--fa:"\e56a\e56a"}.fa-file-excel{--fa:"\f1c3";--fa--fa:"\f1c3\f1c3"}.fa-file-contract{--fa:"\f56c";--fa--fa:"\f56c\f56c"}.fa-fish-fins{--fa:"\e4f2";--fa--fa:"\e4f2\e4f2"}.fa-building-flag{--fa:"\e4d5";--fa--fa:"\e4d5\e4d5"}.fa-face-grin-beam{--fa:"\f582";--fa--fa:"\f582\f582"}.fa-grin-beam{--fa:"\f582";--fa--fa:"\f582\f582"}.fa-object-ungroup{--fa:"\f248";--fa--fa:"\f248\f248"}.fa-poop{--fa:"\f619";--fa--fa:"\f619\f619"}.fa-location-pin{--fa:"\f041";--fa--fa:"\f041\f041"}.fa-map-marker{--fa:"\f041";--fa--fa:"\f041\f041"}.fa-kaaba{--fa:"\f66b";--fa--fa:"\f66b\f66b"}.fa-toilet-paper{--fa:"\f71e";--fa--fa:"\f71e\f71e"}.fa-helmet-safety{--fa:"\f807";--fa--fa:"\f807\f807"}.fa-hard-hat{--fa:"\f807";--fa--fa:"\f807\f807"}.fa-hat-hard{--fa:"\f807";--fa--fa:"\f807\f807"}.fa-eject{--fa:"\f052";--fa--fa:"\f052\f052"}.fa-circle-right{--fa:"\f35a";--fa--fa:"\f35a\f35a"}.fa-arrow-alt-circle-right{--fa:"\f35a";--fa--fa:"\f35a\f35a"}.fa-plane-circle-check{--fa:"\e555";--fa--fa:"\e555\e555"}.fa-face-rolling-eyes{--fa:"\f5a5";--fa--fa:"\f5a5\f5a5"}.fa-meh-rolling-eyes{--fa:"\f5a5";--fa--fa:"\f5a5\f5a5"}.fa-object-group{--fa:"\f247";--fa--fa:"\f247\f247"}.fa-chart-line{--fa:"\f201";--fa--fa:"\f201\f201"}.fa-line-chart{--fa:"\f201";--fa--fa:"\f201\f201"}.fa-mask-ventilator{--fa:"\e524";--fa--fa:"\e524\e524"}.fa-arrow-right{--fa:"\f061";--fa--fa:"\f061\f061"}.fa-signs-post{--fa:"\f277";--fa--fa:"\f277\f277"}.fa-map-signs{--fa:"\f277";--fa--fa:"\f277\f277"}.fa-cash-register{--fa:"\f788";--fa--fa:"\f788\f788"}.fa-person-circle-question{--fa:"\e542";--fa--fa:"\e542\e542"}.fa-h{--fa:"\48";--fa--fa:"\48\48"}.fa-tarp{--fa:"\e57b";--fa--fa:"\e57b\e57b"}.fa-screwdriver-wrench{--fa:"\f7d9";--fa--fa:"\f7d9\f7d9"}.fa-tools{--fa:"\f7d9";--fa--fa:"\f7d9\f7d9"}.fa-arrows-to-eye{--fa:"\e4bf";--fa--fa:"\e4bf\e4bf"}.fa-plug-circle-bolt{--fa:"\e55b";--fa--fa:"\e55b\e55b"}.fa-heart{--fa:"\f004";--fa--fa:"\f004\f004"}.fa-mars-and-venus{--fa:"\f224";--fa--fa:"\f224\f224"}.fa-house-user{--fa:"\e1b0";--fa--fa:"\e1b0\e1b0"}.fa-home-user{--fa:"\e1b0";--fa--fa:"\e1b0\e1b0"}.fa-dumpster-fire{--fa:"\f794";--fa--fa:"\f794\f794"}.fa-house-crack{--fa:"\e3b1";--fa--fa:"\e3b1\e3b1"}.fa-martini-glass-citrus{--fa:"\f561";--fa--fa:"\f561\f561"}.fa-cocktail{--fa:"\f561";--fa--fa:"\f561\f561"}.fa-face-surprise{--fa:"\f5c2";--fa--fa:"\f5c2\f5c2"}.fa-surprise{--fa:"\f5c2";--fa--fa:"\f5c2\f5c2"}.fa-bottle-water{--fa:"\e4c5";--fa--fa:"\e4c5\e4c5"}.fa-circle-pause{--fa:"\f28b";--fa--fa:"\f28b\f28b"}.fa-pause-circle{--fa:"\f28b";--fa--fa:"\f28b\f28b"}.fa-toilet-paper-slash{--fa:"\e072";--fa--fa:"\e072\e072"}.fa-apple-whole{--fa:"\f5d1";--fa--fa:"\f5d1\f5d1"}.fa-apple-alt{--fa:"\f5d1";--fa--fa:"\f5d1\f5d1"}.fa-kitchen-set{--fa:"\e51a";--fa--fa:"\e51a\e51a"}.fa-r{--fa:"\52";--fa--fa:"\52\52"}.fa-temperature-quarter{--fa:"\f2ca";--fa--fa:"\f2ca\f2ca"}.fa-temperature-1{--fa:"\f2ca";--fa--fa:"\f2ca\f2ca"}.fa-thermometer-1{--fa:"\f2ca";--fa--fa:"\f2ca\f2ca"}.fa-thermometer-quarter{--fa:"\f2ca";--fa--fa:"\f2ca\f2ca"}.fa-cube{--fa:"\f1b2";--fa--fa:"\f1b2\f1b2"}.fa-bitcoin-sign{--fa:"\e0b4";--fa--fa:"\e0b4\e0b4"}.fa-shield-dog{--fa:"\e573";--fa--fa:"\e573\e573"}.fa-solar-panel{--fa:"\f5ba";--fa--fa:"\f5ba\f5ba"}.fa-lock-open{--fa:"\f3c1";--fa--fa:"\f3c1\f3c1"}.fa-elevator{--fa:"\e16d";--fa--fa:"\e16d\e16d"}.fa-money-bill-transfer{--fa:"\e528";--fa--fa:"\e528\e528"}.fa-money-bill-trend-up{--fa:"\e529";--fa--fa:"\e529\e529"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f";--fa--fa:"\e50f\e50f"}.fa-square-poll-horizontal{--fa:"\f682";--fa--fa:"\f682\f682"}.fa-poll-h{--fa:"\f682";--fa--fa:"\f682\f682"}.fa-circle{--fa:"\f111";--fa--fa:"\f111\f111"}.fa-backward-fast{--fa:"\f049";--fa--fa:"\f049\f049"}.fa-fast-backward{--fa:"\f049";--fa--fa:"\f049\f049"}.fa-recycle{--fa:"\f1b8";--fa--fa:"\f1b8\f1b8"}.fa-user-astronaut{--fa:"\f4fb";--fa--fa:"\f4fb\f4fb"}.fa-plane-slash{--fa:"\e069";--fa--fa:"\e069\e069"}.fa-trademark{--fa:"\f25c";--fa--fa:"\f25c\f25c"}.fa-basketball{--fa:"\f434";--fa--fa:"\f434\f434"}.fa-basketball-ball{--fa:"\f434";--fa--fa:"\f434\f434"}.fa-satellite-dish{--fa:"\f7c0";--fa--fa:"\f7c0\f7c0"}.fa-circle-up{--fa:"\f35b";--fa--fa:"\f35b\f35b"}.fa-arrow-alt-circle-up{--fa:"\f35b";--fa--fa:"\f35b\f35b"}.fa-mobile-screen-button{--fa:"\f3cd";--fa--fa:"\f3cd\f3cd"}.fa-mobile-alt{--fa:"\f3cd";--fa--fa:"\f3cd\f3cd"}.fa-volume-high{--fa:"\f028";--fa--fa:"\f028\f028"}.fa-volume-up{--fa:"\f028";--fa--fa:"\f028\f028"}.fa-users-rays{--fa:"\e593";--fa--fa:"\e593\e593"}.fa-wallet{--fa:"\f555";--fa--fa:"\f555\f555"}.fa-clipboard-check{--fa:"\f46c";--fa--fa:"\f46c\f46c"}.fa-file-audio{--fa:"\f1c7";--fa--fa:"\f1c7\f1c7"}.fa-burger{--fa:"\f805";--fa--fa:"\f805\f805"}.fa-hamburger{--fa:"\f805";--fa--fa:"\f805\f805"}.fa-wrench{--fa:"\f0ad";--fa--fa:"\f0ad\f0ad"}.fa-bugs{--fa:"\e4d0";--fa--fa:"\e4d0\e4d0"}.fa-rupee-sign{--fa:"\f156";--fa--fa:"\f156\f156"}.fa-rupee{--fa:"\f156";--fa--fa:"\f156\f156"}.fa-file-image{--fa:"\f1c5";--fa--fa:"\f1c5\f1c5"}.fa-circle-question{--fa:"\f059";--fa--fa:"\f059\f059"}.fa-question-circle{--fa:"\f059";--fa--fa:"\f059\f059"}.fa-plane-departure{--fa:"\f5b0";--fa--fa:"\f5b0\f5b0"}.fa-handshake-slash{--fa:"\e060";--fa--fa:"\e060\e060"}.fa-book-bookmark{--fa:"\e0bb";--fa--fa:"\e0bb\e0bb"}.fa-code-branch{--fa:"\f126";--fa--fa:"\f126\f126"}.fa-hat-cowboy{--fa:"\f8c0";--fa--fa:"\f8c0\f8c0"}.fa-bridge{--fa:"\e4c8";--fa--fa:"\e4c8\e4c8"}.fa-phone-flip{--fa:"\f879";--fa--fa:"\f879\f879"}.fa-phone-alt{--fa:"\f879";--fa--fa:"\f879\f879"}.fa-truck-front{--fa:"\e2b7";--fa--fa:"\e2b7\e2b7"}.fa-cat{--fa:"\f6be";--fa--fa:"\f6be\f6be"}.fa-anchor-circle-exclamation{--fa:"\e4ab";--fa--fa:"\e4ab\e4ab"}.fa-truck-field{--fa:"\e58d";--fa--fa:"\e58d\e58d"}.fa-route{--fa:"\f4d7";--fa--fa:"\f4d7\f4d7"}.fa-clipboard-question{--fa:"\e4e3";--fa--fa:"\e4e3\e4e3"}.fa-panorama{--fa:"\e209";--fa--fa:"\e209\e209"}.fa-comment-medical{--fa:"\f7f5";--fa--fa:"\f7f5\f7f5"}.fa-teeth-open{--fa:"\f62f";--fa--fa:"\f62f\f62f"}.fa-file-circle-minus{--fa:"\e4ed";--fa--fa:"\e4ed\e4ed"}.fa-tags{--fa:"\f02c";--fa--fa:"\f02c\f02c"}.fa-wine-glass{--fa:"\f4e3";--fa--fa:"\f4e3\f4e3"}.fa-forward-fast{--fa:"\f050";--fa--fa:"\f050\f050"}.fa-fast-forward{--fa:"\f050";--fa--fa:"\f050\f050"}.fa-face-meh-blank{--fa:"\f5a4";--fa--fa:"\f5a4\f5a4"}.fa-meh-blank{--fa:"\f5a4";--fa--fa:"\f5a4\f5a4"}.fa-square-parking{--fa:"\f540";--fa--fa:"\f540\f540"}.fa-parking{--fa:"\f540";--fa--fa:"\f540\f540"}.fa-house-signal{--fa:"\e012";--fa--fa:"\e012\e012"}.fa-bars-progress{--fa:"\f828";--fa--fa:"\f828\f828"}.fa-tasks-alt{--fa:"\f828";--fa--fa:"\f828\f828"}.fa-faucet-drip{--fa:"\e006";--fa--fa:"\e006\e006"}.fa-cart-flatbed{--fa:"\f474";--fa--fa:"\f474\f474"}.fa-dolly-flatbed{--fa:"\f474";--fa--fa:"\f474\f474"}.fa-ban-smoking{--fa:"\f54d";--fa--fa:"\f54d\f54d"}.fa-smoking-ban{--fa:"\f54d";--fa--fa:"\f54d\f54d"}.fa-terminal{--fa:"\f120";--fa--fa:"\f120\f120"}.fa-mobile-button{--fa:"\f10b";--fa--fa:"\f10b\f10b"}.fa-house-medical-flag{--fa:"\e514";--fa--fa:"\e514\e514"}.fa-basket-shopping{--fa:"\f291";--fa--fa:"\f291\f291"}.fa-shopping-basket{--fa:"\f291";--fa--fa:"\f291\f291"}.fa-tape{--fa:"\f4db";--fa--fa:"\f4db\f4db"}.fa-bus-simple{--fa:"\f55e";--fa--fa:"\f55e\f55e"}.fa-bus-alt{--fa:"\f55e";--fa--fa:"\f55e\f55e"}.fa-eye{--fa:"\f06e";--fa--fa:"\f06e\f06e"}.fa-face-sad-cry{--fa:"\f5b3";--fa--fa:"\f5b3\f5b3"}.fa-sad-cry{--fa:"\f5b3";--fa--fa:"\f5b3\f5b3"}.fa-audio-description{--fa:"\f29e";--fa--fa:"\f29e\f29e"}.fa-person-military-to-person{--fa:"\e54c";--fa--fa:"\e54c\e54c"}.fa-file-shield{--fa:"\e4f0";--fa--fa:"\e4f0\e4f0"}.fa-user-slash{--fa:"\f506";--fa--fa:"\f506\f506"}.fa-pen{--fa:"\f304";--fa--fa:"\f304\f304"}.fa-tower-observation{--fa:"\e586";--fa--fa:"\e586\e586"}.fa-file-code{--fa:"\f1c9";--fa--fa:"\f1c9\f1c9"}.fa-signal{--fa:"\f012";--fa--fa:"\f012\f012"}.fa-signal-5{--fa:"\f012";--fa--fa:"\f012\f012"}.fa-signal-perfect{--fa:"\f012";--fa--fa:"\f012\f012"}.fa-bus{--fa:"\f207";--fa--fa:"\f207\f207"}.fa-heart-circle-xmark{--fa:"\e501";--fa--fa:"\e501\e501"}.fa-house-chimney{--fa:"\e3af";--fa--fa:"\e3af\e3af"}.fa-home-lg{--fa:"\e3af";--fa--fa:"\e3af\e3af"}.fa-window-maximize{--fa:"\f2d0";--fa--fa:"\f2d0\f2d0"}.fa-face-frown{--fa:"\f119";--fa--fa:"\f119\f119"}.fa-frown{--fa:"\f119";--fa--fa:"\f119\f119"}.fa-prescription{--fa:"\f5b1";--fa--fa:"\f5b1\f5b1"}.fa-shop{--fa:"\f54f";--fa--fa:"\f54f\f54f"}.fa-store-alt{--fa:"\f54f";--fa--fa:"\f54f\f54f"}.fa-floppy-disk{--fa:"\f0c7";--fa--fa:"\f0c7\f0c7"}.fa-save{--fa:"\f0c7";--fa--fa:"\f0c7\f0c7"}.fa-vihara{--fa:"\f6a7";--fa--fa:"\f6a7\f6a7"}.fa-scale-unbalanced{--fa:"\f515";--fa--fa:"\f515\f515"}.fa-balance-scale-left{--fa:"\f515";--fa--fa:"\f515\f515"}.fa-sort-up{--fa:"\f0de";--fa--fa:"\f0de\f0de"}.fa-sort-asc{--fa:"\f0de";--fa--fa:"\f0de\f0de"}.fa-comment-dots{--fa:"\f4ad";--fa--fa:"\f4ad\f4ad"}.fa-commenting{--fa:"\f4ad";--fa--fa:"\f4ad\f4ad"}.fa-plant-wilt{--fa:"\e5aa";--fa--fa:"\e5aa\e5aa"}.fa-diamond{--fa:"\f219";--fa--fa:"\f219\f219"}.fa-face-grin-squint{--fa:"\f585";--fa--fa:"\f585\f585"}.fa-grin-squint{--fa:"\f585";--fa--fa:"\f585\f585"}.fa-hand-holding-dollar{--fa:"\f4c0";--fa--fa:"\f4c0\f4c0"}.fa-hand-holding-usd{--fa:"\f4c0";--fa--fa:"\f4c0\f4c0"}.fa-chart-diagram{--fa:"\e695";--fa--fa:"\e695\e695"}.fa-bacterium{--fa:"\e05a";--fa--fa:"\e05a\e05a"}.fa-hand-pointer{--fa:"\f25a";--fa--fa:"\f25a\f25a"}.fa-drum-steelpan{--fa:"\f56a";--fa--fa:"\f56a\f56a"}.fa-hand-scissors{--fa:"\f257";--fa--fa:"\f257\f257"}.fa-hands-praying{--fa:"\f684";--fa--fa:"\f684\f684"}.fa-praying-hands{--fa:"\f684";--fa--fa:"\f684\f684"}.fa-arrow-rotate-right{--fa:"\f01e";--fa--fa:"\f01e\f01e"}.fa-arrow-right-rotate{--fa:"\f01e";--fa--fa:"\f01e\f01e"}.fa-arrow-rotate-forward{--fa:"\f01e";--fa--fa:"\f01e\f01e"}.fa-redo{--fa:"\f01e";--fa--fa:"\f01e\f01e"}.fa-biohazard{--fa:"\f780";--fa--fa:"\f780\f780"}.fa-location-crosshairs{--fa:"\f601";--fa--fa:"\f601\f601"}.fa-location{--fa:"\f601";--fa--fa:"\f601\f601"}.fa-mars-double{--fa:"\f227";--fa--fa:"\f227\f227"}.fa-child-dress{--fa:"\e59c";--fa--fa:"\e59c\e59c"}.fa-users-between-lines{--fa:"\e591";--fa--fa:"\e591\e591"}.fa-lungs-virus{--fa:"\e067";--fa--fa:"\e067\e067"}.fa-face-grin-tears{--fa:"\f588";--fa--fa:"\f588\f588"}.fa-grin-tears{--fa:"\f588";--fa--fa:"\f588\f588"}.fa-phone{--fa:"\f095";--fa--fa:"\f095\f095"}.fa-calendar-xmark{--fa:"\f273";--fa--fa:"\f273\f273"}.fa-calendar-times{--fa:"\f273";--fa--fa:"\f273\f273"}.fa-child-reaching{--fa:"\e59d";--fa--fa:"\e59d\e59d"}.fa-head-side-virus{--fa:"\e064";--fa--fa:"\e064\e064"}.fa-user-gear{--fa:"\f4fe";--fa--fa:"\f4fe\f4fe"}.fa-user-cog{--fa:"\f4fe";--fa--fa:"\f4fe\f4fe"}.fa-arrow-up-1-9{--fa:"\f163";--fa--fa:"\f163\f163"}.fa-sort-numeric-up{--fa:"\f163";--fa--fa:"\f163\f163"}.fa-door-closed{--fa:"\f52a";--fa--fa:"\f52a\f52a"}.fa-shield-virus{--fa:"\e06c";--fa--fa:"\e06c\e06c"}.fa-dice-six{--fa:"\f526";--fa--fa:"\f526\f526"}.fa-mosquito-net{--fa:"\e52c";--fa--fa:"\e52c\e52c"}.fa-file-fragment{--fa:"\e697";--fa--fa:"\e697\e697"}.fa-bridge-water{--fa:"\e4ce";--fa--fa:"\e4ce\e4ce"}.fa-person-booth{--fa:"\f756";--fa--fa:"\f756\f756"}.fa-text-width{--fa:"\f035";--fa--fa:"\f035\f035"}.fa-hat-wizard{--fa:"\f6e8";--fa--fa:"\f6e8\f6e8"}.fa-pen-fancy{--fa:"\f5ac";--fa--fa:"\f5ac\f5ac"}.fa-person-digging{--fa:"\f85e";--fa--fa:"\f85e\f85e"}.fa-digging{--fa:"\f85e";--fa--fa:"\f85e\f85e"}.fa-trash{--fa:"\f1f8";--fa--fa:"\f1f8\f1f8"}.fa-gauge-simple{--fa:"\f629";--fa--fa:"\f629\f629"}.fa-gauge-simple-med{--fa:"\f629";--fa--fa:"\f629\f629"}.fa-tachometer-average{--fa:"\f629";--fa--fa:"\f629\f629"}.fa-book-medical{--fa:"\f7e6";--fa--fa:"\f7e6\f7e6"}.fa-poo{--fa:"\f2fe";--fa--fa:"\f2fe\f2fe"}.fa-quote-right{--fa:"\f10e";--fa--fa:"\f10e\f10e"}.fa-quote-right-alt{--fa:"\f10e";--fa--fa:"\f10e\f10e"}.fa-shirt{--fa:"\f553";--fa--fa:"\f553\f553"}.fa-t-shirt{--fa:"\f553";--fa--fa:"\f553\f553"}.fa-tshirt{--fa:"\f553";--fa--fa:"\f553\f553"}.fa-cubes{--fa:"\f1b3";--fa--fa:"\f1b3\f1b3"}.fa-divide{--fa:"\f529";--fa--fa:"\f529\f529"}.fa-tenge-sign{--fa:"\f7d7";--fa--fa:"\f7d7\f7d7"}.fa-tenge{--fa:"\f7d7";--fa--fa:"\f7d7\f7d7"}.fa-headphones{--fa:"\f025";--fa--fa:"\f025\f025"}.fa-hands-holding{--fa:"\f4c2";--fa--fa:"\f4c2\f4c2"}.fa-hands-clapping{--fa:"\e1a8";--fa--fa:"\e1a8\e1a8"}.fa-republican{--fa:"\f75e";--fa--fa:"\f75e\f75e"}.fa-arrow-left{--fa:"\f060";--fa--fa:"\f060\f060"}.fa-person-circle-xmark{--fa:"\e543";--fa--fa:"\e543\e543"}.fa-ruler{--fa:"\f545";--fa--fa:"\f545\f545"}.fa-align-left{--fa:"\f036";--fa--fa:"\f036\f036"}.fa-dice-d6{--fa:"\f6d1";--fa--fa:"\f6d1\f6d1"}.fa-restroom{--fa:"\f7bd";--fa--fa:"\f7bd\f7bd"}.fa-j{--fa:"\4a";--fa--fa:"\4a\4a"}.fa-users-viewfinder{--fa:"\e595";--fa--fa:"\e595\e595"}.fa-file-video{--fa:"\f1c8";--fa--fa:"\f1c8\f1c8"}.fa-up-right-from-square{--fa:"\f35d";--fa--fa:"\f35d\f35d"}.fa-external-link-alt{--fa:"\f35d";--fa--fa:"\f35d\f35d"}.fa-table-cells{--fa:"\f00a";--fa--fa:"\f00a\f00a"}.fa-th{--fa:"\f00a";--fa--fa:"\f00a\f00a"}.fa-file-pdf{--fa:"\f1c1";--fa--fa:"\f1c1\f1c1"}.fa-book-bible{--fa:"\f647";--fa--fa:"\f647\f647"}.fa-bible{--fa:"\f647";--fa--fa:"\f647\f647"}.fa-o{--fa:"\4f";--fa--fa:"\4f\4f"}.fa-suitcase-medical{--fa:"\f0fa";--fa--fa:"\f0fa\f0fa"}.fa-medkit{--fa:"\f0fa";--fa--fa:"\f0fa\f0fa"}.fa-user-secret{--fa:"\f21b";--fa--fa:"\f21b\f21b"}.fa-otter{--fa:"\f700";--fa--fa:"\f700\f700"}.fa-person-dress{--fa:"\f182";--fa--fa:"\f182\f182"}.fa-female{--fa:"\f182";--fa--fa:"\f182\f182"}.fa-comment-dollar{--fa:"\f651";--fa--fa:"\f651\f651"}.fa-business-time{--fa:"\f64a";--fa--fa:"\f64a\f64a"}.fa-briefcase-clock{--fa:"\f64a";--fa--fa:"\f64a\f64a"}.fa-table-cells-large{--fa:"\f009";--fa--fa:"\f009\f009"}.fa-th-large{--fa:"\f009";--fa--fa:"\f009\f009"}.fa-book-tanakh{--fa:"\f827";--fa--fa:"\f827\f827"}.fa-tanakh{--fa:"\f827";--fa--fa:"\f827\f827"}.fa-phone-volume{--fa:"\f2a0";--fa--fa:"\f2a0\f2a0"}.fa-volume-control-phone{--fa:"\f2a0";--fa--fa:"\f2a0\f2a0"}.fa-hat-cowboy-side{--fa:"\f8c1";--fa--fa:"\f8c1\f8c1"}.fa-clipboard-user{--fa:"\f7f3";--fa--fa:"\f7f3\f7f3"}.fa-child{--fa:"\f1ae";--fa--fa:"\f1ae\f1ae"}.fa-lira-sign{--fa:"\f195";--fa--fa:"\f195\f195"}.fa-satellite{--fa:"\f7bf";--fa--fa:"\f7bf\f7bf"}.fa-plane-lock{--fa:"\e558";--fa--fa:"\e558\e558"}.fa-tag{--fa:"\f02b";--fa--fa:"\f02b\f02b"}.fa-comment{--fa:"\f075";--fa--fa:"\f075\f075"}.fa-cake-candles{--fa:"\f1fd";--fa--fa:"\f1fd\f1fd"}.fa-birthday-cake{--fa:"\f1fd";--fa--fa:"\f1fd\f1fd"}.fa-cake{--fa:"\f1fd";--fa--fa:"\f1fd\f1fd"}.fa-envelope{--fa:"\f0e0";--fa--fa:"\f0e0\f0e0"}.fa-angles-up{--fa:"\f102";--fa--fa:"\f102\f102"}.fa-angle-double-up{--fa:"\f102";--fa--fa:"\f102\f102"}.fa-paperclip{--fa:"\f0c6";--fa--fa:"\f0c6\f0c6"}.fa-arrow-right-to-city{--fa:"\e4b3";--fa--fa:"\e4b3\e4b3"}.fa-ribbon{--fa:"\f4d6";--fa--fa:"\f4d6\f4d6"}.fa-lungs{--fa:"\f604";--fa--fa:"\f604\f604"}.fa-arrow-up-9-1{--fa:"\f887";--fa--fa:"\f887\f887"}.fa-sort-numeric-up-alt{--fa:"\f887";--fa--fa:"\f887\f887"}.fa-litecoin-sign{--fa:"\e1d3";--fa--fa:"\e1d3\e1d3"}.fa-border-none{--fa:"\f850";--fa--fa:"\f850\f850"}.fa-circle-nodes{--fa:"\e4e2";--fa--fa:"\e4e2\e4e2"}.fa-parachute-box{--fa:"\f4cd";--fa--fa:"\f4cd\f4cd"}.fa-indent{--fa:"\f03c";--fa--fa:"\f03c\f03c"}.fa-truck-field-un{--fa:"\e58e";--fa--fa:"\e58e\e58e"}.fa-hourglass{--fa:"\f254";--fa--fa:"\f254\f254"}.fa-hourglass-empty{--fa:"\f254";--fa--fa:"\f254\f254"}.fa-mountain{--fa:"\f6fc";--fa--fa:"\f6fc\f6fc"}.fa-user-doctor{--fa:"\f0f0";--fa--fa:"\f0f0\f0f0"}.fa-user-md{--fa:"\f0f0";--fa--fa:"\f0f0\f0f0"}.fa-circle-info{--fa:"\f05a";--fa--fa:"\f05a\f05a"}.fa-info-circle{--fa:"\f05a";--fa--fa:"\f05a\f05a"}.fa-cloud-meatball{--fa:"\f73b";--fa--fa:"\f73b\f73b"}.fa-camera{--fa:"\f030";--fa--fa:"\f030\f030"}.fa-camera-alt{--fa:"\f030";--fa--fa:"\f030\f030"}.fa-square-virus{--fa:"\e578";--fa--fa:"\e578\e578"}.fa-meteor{--fa:"\f753";--fa--fa:"\f753\f753"}.fa-car-on{--fa:"\e4dd";--fa--fa:"\e4dd\e4dd"}.fa-sleigh{--fa:"\f7cc";--fa--fa:"\f7cc\f7cc"}.fa-arrow-down-1-9{--fa:"\f162";--fa--fa:"\f162\f162"}.fa-sort-numeric-asc{--fa:"\f162";--fa--fa:"\f162\f162"}.fa-sort-numeric-down{--fa:"\f162";--fa--fa:"\f162\f162"}.fa-hand-holding-droplet{--fa:"\f4c1";--fa--fa:"\f4c1\f4c1"}.fa-hand-holding-water{--fa:"\f4c1";--fa--fa:"\f4c1\f4c1"}.fa-water{--fa:"\f773";--fa--fa:"\f773\f773"}.fa-calendar-check{--fa:"\f274";--fa--fa:"\f274\f274"}.fa-braille{--fa:"\f2a1";--fa--fa:"\f2a1\f2a1"}.fa-prescription-bottle-medical{--fa:"\f486";--fa--fa:"\f486\f486"}.fa-prescription-bottle-alt{--fa:"\f486";--fa--fa:"\f486\f486"}.fa-landmark{--fa:"\f66f";--fa--fa:"\f66f\f66f"}.fa-truck{--fa:"\f0d1";--fa--fa:"\f0d1\f0d1"}.fa-crosshairs{--fa:"\f05b";--fa--fa:"\f05b\f05b"}.fa-person-cane{--fa:"\e53c";--fa--fa:"\e53c\e53c"}.fa-tent{--fa:"\e57d";--fa--fa:"\e57d\e57d"}.fa-vest-patches{--fa:"\e086";--fa--fa:"\e086\e086"}.fa-check-double{--fa:"\f560";--fa--fa:"\f560\f560"}.fa-arrow-down-a-z{--fa:"\f15d";--fa--fa:"\f15d\f15d"}.fa-sort-alpha-asc{--fa:"\f15d";--fa--fa:"\f15d\f15d"}.fa-sort-alpha-down{--fa:"\f15d";--fa--fa:"\f15d\f15d"}.fa-money-bill-wheat{--fa:"\e52a";--fa--fa:"\e52a\e52a"}.fa-cookie{--fa:"\f563";--fa--fa:"\f563\f563"}.fa-arrow-rotate-left{--fa:"\f0e2";--fa--fa:"\f0e2\f0e2"}.fa-arrow-left-rotate{--fa:"\f0e2";--fa--fa:"\f0e2\f0e2"}.fa-arrow-rotate-back{--fa:"\f0e2";--fa--fa:"\f0e2\f0e2"}.fa-arrow-rotate-backward{--fa:"\f0e2";--fa--fa:"\f0e2\f0e2"}.fa-undo{--fa:"\f0e2";--fa--fa:"\f0e2\f0e2"}.fa-hard-drive{--fa:"\f0a0";--fa--fa:"\f0a0\f0a0"}.fa-hdd{--fa:"\f0a0";--fa--fa:"\f0a0\f0a0"}.fa-face-grin-squint-tears{--fa:"\f586";--fa--fa:"\f586\f586"}.fa-grin-squint-tears{--fa:"\f586";--fa--fa:"\f586\f586"}.fa-dumbbell{--fa:"\f44b";--fa--fa:"\f44b\f44b"}.fa-rectangle-list{--fa:"\f022";--fa--fa:"\f022\f022"}.fa-list-alt{--fa:"\f022";--fa--fa:"\f022\f022"}.fa-tarp-droplet{--fa:"\e57c";--fa--fa:"\e57c\e57c"}.fa-house-medical-circle-check{--fa:"\e511";--fa--fa:"\e511\e511"}.fa-person-skiing-nordic{--fa:"\f7ca";--fa--fa:"\f7ca\f7ca"}.fa-skiing-nordic{--fa:"\f7ca";--fa--fa:"\f7ca\f7ca"}.fa-calendar-plus{--fa:"\f271";--fa--fa:"\f271\f271"}.fa-plane-arrival{--fa:"\f5af";--fa--fa:"\f5af\f5af"}.fa-circle-left{--fa:"\f359";--fa--fa:"\f359\f359"}.fa-arrow-alt-circle-left{--fa:"\f359";--fa--fa:"\f359\f359"}.fa-train-subway{--fa:"\f239";--fa--fa:"\f239\f239"}.fa-subway{--fa:"\f239";--fa--fa:"\f239\f239"}.fa-chart-gantt{--fa:"\e0e4";--fa--fa:"\e0e4\e0e4"}.fa-indian-rupee-sign{--fa:"\e1bc";--fa--fa:"\e1bc\e1bc"}.fa-indian-rupee{--fa:"\e1bc";--fa--fa:"\e1bc\e1bc"}.fa-inr{--fa:"\e1bc";--fa--fa:"\e1bc\e1bc"}.fa-crop-simple{--fa:"\f565";--fa--fa:"\f565\f565"}.fa-crop-alt{--fa:"\f565";--fa--fa:"\f565\f565"}.fa-money-bill-1{--fa:"\f3d1";--fa--fa:"\f3d1\f3d1"}.fa-money-bill-alt{--fa:"\f3d1";--fa--fa:"\f3d1\f3d1"}.fa-left-long{--fa:"\f30a";--fa--fa:"\f30a\f30a"}.fa-long-arrow-alt-left{--fa:"\f30a";--fa--fa:"\f30a\f30a"}.fa-dna{--fa:"\f471";--fa--fa:"\f471\f471"}.fa-virus-slash{--fa:"\e075";--fa--fa:"\e075\e075"}.fa-minus{--fa:"\f068";--fa--fa:"\f068\f068"}.fa-subtract{--fa:"\f068";--fa--fa:"\f068\f068"}.fa-chess{--fa:"\f439";--fa--fa:"\f439\f439"}.fa-arrow-left-long{--fa:"\f177";--fa--fa:"\f177\f177"}.fa-long-arrow-left{--fa:"\f177";--fa--fa:"\f177\f177"}.fa-plug-circle-check{--fa:"\e55c";--fa--fa:"\e55c\e55c"}.fa-street-view{--fa:"\f21d";--fa--fa:"\f21d\f21d"}.fa-franc-sign{--fa:"\e18f";--fa--fa:"\e18f\e18f"}.fa-volume-off{--fa:"\f026";--fa--fa:"\f026\f026"}.fa-hands-asl-interpreting{--fa:"\f2a3";--fa--fa:"\f2a3\f2a3"}.fa-american-sign-language-interpreting{--fa:"\f2a3";--fa--fa:"\f2a3\f2a3"}.fa-asl-interpreting{--fa:"\f2a3";--fa--fa:"\f2a3\f2a3"}.fa-hands-american-sign-language-interpreting{--fa:"\f2a3";--fa--fa:"\f2a3\f2a3"}.fa-gear{--fa:"\f013";--fa--fa:"\f013\f013"}.fa-cog{--fa:"\f013";--fa--fa:"\f013\f013"}.fa-droplet-slash{--fa:"\f5c7";--fa--fa:"\f5c7\f5c7"}.fa-tint-slash{--fa:"\f5c7";--fa--fa:"\f5c7\f5c7"}.fa-mosque{--fa:"\f678";--fa--fa:"\f678\f678"}.fa-mosquito{--fa:"\e52b";--fa--fa:"\e52b\e52b"}.fa-star-of-david{--fa:"\f69a";--fa--fa:"\f69a\f69a"}.fa-person-military-rifle{--fa:"\e54b";--fa--fa:"\e54b\e54b"}.fa-cart-shopping{--fa:"\f07a";--fa--fa:"\f07a\f07a"}.fa-shopping-cart{--fa:"\f07a";--fa--fa:"\f07a\f07a"}.fa-vials{--fa:"\f493";--fa--fa:"\f493\f493"}.fa-plug-circle-plus{--fa:"\e55f";--fa--fa:"\e55f\e55f"}.fa-place-of-worship{--fa:"\f67f";--fa--fa:"\f67f\f67f"}.fa-grip-vertical{--fa:"\f58e";--fa--fa:"\f58e\f58e"}.fa-hexagon-nodes{--fa:"\e699";--fa--fa:"\e699\e699"}.fa-arrow-turn-up{--fa:"\f148";--fa--fa:"\f148\f148"}.fa-level-up{--fa:"\f148";--fa--fa:"\f148\f148"}.fa-u{--fa:"\55";--fa--fa:"\55\55"}.fa-square-root-variable{--fa:"\f698";--fa--fa:"\f698\f698"}.fa-square-root-alt{--fa:"\f698";--fa--fa:"\f698\f698"}.fa-clock{--fa:"\f017";--fa--fa:"\f017\f017"}.fa-clock-four{--fa:"\f017";--fa--fa:"\f017\f017"}.fa-backward-step{--fa:"\f048";--fa--fa:"\f048\f048"}.fa-step-backward{--fa:"\f048";--fa--fa:"\f048\f048"}.fa-pallet{--fa:"\f482";--fa--fa:"\f482\f482"}.fa-faucet{--fa:"\e005";--fa--fa:"\e005\e005"}.fa-baseball-bat-ball{--fa:"\f432";--fa--fa:"\f432\f432"}.fa-s{--fa:"\53";--fa--fa:"\53\53"}.fa-timeline{--fa:"\e29c";--fa--fa:"\e29c\e29c"}.fa-keyboard{--fa:"\f11c";--fa--fa:"\f11c\f11c"}.fa-caret-down{--fa:"\f0d7";--fa--fa:"\f0d7\f0d7"}.fa-house-chimney-medical{--fa:"\f7f2";--fa--fa:"\f7f2\f7f2"}.fa-clinic-medical{--fa:"\f7f2";--fa--fa:"\f7f2\f7f2"}.fa-temperature-three-quarters{--fa:"\f2c8";--fa--fa:"\f2c8\f2c8"}.fa-temperature-3{--fa:"\f2c8";--fa--fa:"\f2c8\f2c8"}.fa-thermometer-3{--fa:"\f2c8";--fa--fa:"\f2c8\f2c8"}.fa-thermometer-three-quarters{--fa:"\f2c8";--fa--fa:"\f2c8\f2c8"}.fa-mobile-screen{--fa:"\f3cf";--fa--fa:"\f3cf\f3cf"}.fa-mobile-android-alt{--fa:"\f3cf";--fa--fa:"\f3cf\f3cf"}.fa-plane-up{--fa:"\e22d";--fa--fa:"\e22d\e22d"}.fa-piggy-bank{--fa:"\f4d3";--fa--fa:"\f4d3\f4d3"}.fa-battery-half{--fa:"\f242";--fa--fa:"\f242\f242"}.fa-battery-3{--fa:"\f242";--fa--fa:"\f242\f242"}.fa-mountain-city{--fa:"\e52e";--fa--fa:"\e52e\e52e"}.fa-coins{--fa:"\f51e";--fa--fa:"\f51e\f51e"}.fa-khanda{--fa:"\f66d";--fa--fa:"\f66d\f66d"}.fa-sliders{--fa:"\f1de";--fa--fa:"\f1de\f1de"}.fa-sliders-h{--fa:"\f1de";--fa--fa:"\f1de\f1de"}.fa-folder-tree{--fa:"\f802";--fa--fa:"\f802\f802"}.fa-network-wired{--fa:"\f6ff";--fa--fa:"\f6ff\f6ff"}.fa-map-pin{--fa:"\f276";--fa--fa:"\f276\f276"}.fa-hamsa{--fa:"\f665";--fa--fa:"\f665\f665"}.fa-cent-sign{--fa:"\e3f5";--fa--fa:"\e3f5\e3f5"}.fa-flask{--fa:"\f0c3";--fa--fa:"\f0c3\f0c3"}.fa-person-pregnant{--fa:"\e31e";--fa--fa:"\e31e\e31e"}.fa-wand-sparkles{--fa:"\f72b";--fa--fa:"\f72b\f72b"}.fa-ellipsis-vertical{--fa:"\f142";--fa--fa:"\f142\f142"}.fa-ellipsis-v{--fa:"\f142";--fa--fa:"\f142\f142"}.fa-ticket{--fa:"\f145";--fa--fa:"\f145\f145"}.fa-power-off{--fa:"\f011";--fa--fa:"\f011\f011"}.fa-right-long{--fa:"\f30b";--fa--fa:"\f30b\f30b"}.fa-long-arrow-alt-right{--fa:"\f30b";--fa--fa:"\f30b\f30b"}.fa-flag-usa{--fa:"\f74d";--fa--fa:"\f74d\f74d"}.fa-laptop-file{--fa:"\e51d";--fa--fa:"\e51d\e51d"}.fa-tty{--fa:"\f1e4";--fa--fa:"\f1e4\f1e4"}.fa-teletype{--fa:"\f1e4";--fa--fa:"\f1e4\f1e4"}.fa-diagram-next{--fa:"\e476";--fa--fa:"\e476\e476"}.fa-person-rifle{--fa:"\e54e";--fa--fa:"\e54e\e54e"}.fa-house-medical-circle-exclamation{--fa:"\e512";--fa--fa:"\e512\e512"}.fa-closed-captioning{--fa:"\f20a";--fa--fa:"\f20a\f20a"}.fa-person-hiking{--fa:"\f6ec";--fa--fa:"\f6ec\f6ec"}.fa-hiking{--fa:"\f6ec";--fa--fa:"\f6ec\f6ec"}.fa-venus-double{--fa:"\f226";--fa--fa:"\f226\f226"}.fa-images{--fa:"\f302";--fa--fa:"\f302\f302"}.fa-calculator{--fa:"\f1ec";--fa--fa:"\f1ec\f1ec"}.fa-people-pulling{--fa:"\e535";--fa--fa:"\e535\e535"}.fa-n{--fa:"\4e";--fa--fa:"\4e\4e"}.fa-cable-car{--fa:"\f7da";--fa--fa:"\f7da\f7da"}.fa-tram{--fa:"\f7da";--fa--fa:"\f7da\f7da"}.fa-cloud-rain{--fa:"\f73d";--fa--fa:"\f73d\f73d"}.fa-building-circle-xmark{--fa:"\e4d4";--fa--fa:"\e4d4\e4d4"}.fa-ship{--fa:"\f21a";--fa--fa:"\f21a\f21a"}.fa-arrows-down-to-line{--fa:"\e4b8";--fa--fa:"\e4b8\e4b8"}.fa-download{--fa:"\f019";--fa--fa:"\f019\f019"}.fa-face-grin{--fa:"\f580";--fa--fa:"\f580\f580"}.fa-grin{--fa:"\f580";--fa--fa:"\f580\f580"}.fa-delete-left{--fa:"\f55a";--fa--fa:"\f55a\f55a"}.fa-backspace{--fa:"\f55a";--fa--fa:"\f55a\f55a"}.fa-eye-dropper{--fa:"\f1fb";--fa--fa:"\f1fb\f1fb"}.fa-eye-dropper-empty{--fa:"\f1fb";--fa--fa:"\f1fb\f1fb"}.fa-eyedropper{--fa:"\f1fb";--fa--fa:"\f1fb\f1fb"}.fa-file-circle-check{--fa:"\e5a0";--fa--fa:"\e5a0\e5a0"}.fa-forward{--fa:"\f04e";--fa--fa:"\f04e\f04e"}.fa-mobile{--fa:"\f3ce";--fa--fa:"\f3ce\f3ce"}.fa-mobile-android{--fa:"\f3ce";--fa--fa:"\f3ce\f3ce"}.fa-mobile-phone{--fa:"\f3ce";--fa--fa:"\f3ce\f3ce"}.fa-face-meh{--fa:"\f11a";--fa--fa:"\f11a\f11a"}.fa-meh{--fa:"\f11a";--fa--fa:"\f11a\f11a"}.fa-align-center{--fa:"\f037";--fa--fa:"\f037\f037"}.fa-book-skull{--fa:"\f6b7";--fa--fa:"\f6b7\f6b7"}.fa-book-dead{--fa:"\f6b7";--fa--fa:"\f6b7\f6b7"}.fa-id-card{--fa:"\f2c2";--fa--fa:"\f2c2\f2c2"}.fa-drivers-license{--fa:"\f2c2";--fa--fa:"\f2c2\f2c2"}.fa-outdent{--fa:"\f03b";--fa--fa:"\f03b\f03b"}.fa-dedent{--fa:"\f03b";--fa--fa:"\f03b\f03b"}.fa-heart-circle-exclamation{--fa:"\e4fe";--fa--fa:"\e4fe\e4fe"}.fa-house{--fa:"\f015";--fa--fa:"\f015\f015"}.fa-home{--fa:"\f015";--fa--fa:"\f015\f015"}.fa-home-alt{--fa:"\f015";--fa--fa:"\f015\f015"}.fa-home-lg-alt{--fa:"\f015";--fa--fa:"\f015\f015"}.fa-calendar-week{--fa:"\f784";--fa--fa:"\f784\f784"}.fa-laptop-medical{--fa:"\f812";--fa--fa:"\f812\f812"}.fa-b{--fa:"\42";--fa--fa:"\42\42"}.fa-file-medical{--fa:"\f477";--fa--fa:"\f477\f477"}.fa-dice-one{--fa:"\f525";--fa--fa:"\f525\f525"}.fa-kiwi-bird{--fa:"\f535";--fa--fa:"\f535\f535"}.fa-arrow-right-arrow-left{--fa:"\f0ec";--fa--fa:"\f0ec\f0ec"}.fa-exchange{--fa:"\f0ec";--fa--fa:"\f0ec\f0ec"}.fa-rotate-right{--fa:"\f2f9";--fa--fa:"\f2f9\f2f9"}.fa-redo-alt{--fa:"\f2f9";--fa--fa:"\f2f9\f2f9"}.fa-rotate-forward{--fa:"\f2f9";--fa--fa:"\f2f9\f2f9"}.fa-utensils{--fa:"\f2e7";--fa--fa:"\f2e7\f2e7"}.fa-cutlery{--fa:"\f2e7";--fa--fa:"\f2e7\f2e7"}.fa-arrow-up-wide-short{--fa:"\f161";--fa--fa:"\f161\f161"}.fa-sort-amount-up{--fa:"\f161";--fa--fa:"\f161\f161"}.fa-mill-sign{--fa:"\e1ed";--fa--fa:"\e1ed\e1ed"}.fa-bowl-rice{--fa:"\e2eb";--fa--fa:"\e2eb\e2eb"}.fa-skull{--fa:"\f54c";--fa--fa:"\f54c\f54c"}.fa-tower-broadcast{--fa:"\f519";--fa--fa:"\f519\f519"}.fa-broadcast-tower{--fa:"\f519";--fa--fa:"\f519\f519"}.fa-truck-pickup{--fa:"\f63c";--fa--fa:"\f63c\f63c"}.fa-up-long{--fa:"\f30c";--fa--fa:"\f30c\f30c"}.fa-long-arrow-alt-up{--fa:"\f30c";--fa--fa:"\f30c\f30c"}.fa-stop{--fa:"\f04d";--fa--fa:"\f04d\f04d"}.fa-code-merge{--fa:"\f387";--fa--fa:"\f387\f387"}.fa-upload{--fa:"\f093";--fa--fa:"\f093\f093"}.fa-hurricane{--fa:"\f751";--fa--fa:"\f751\f751"}.fa-mound{--fa:"\e52d";--fa--fa:"\e52d\e52d"}.fa-toilet-portable{--fa:"\e583";--fa--fa:"\e583\e583"}.fa-compact-disc{--fa:"\f51f";--fa--fa:"\f51f\f51f"}.fa-file-arrow-down{--fa:"\f56d";--fa--fa:"\f56d\f56d"}.fa-file-download{--fa:"\f56d";--fa--fa:"\f56d\f56d"}.fa-caravan{--fa:"\f8ff";--fa--fa:"\f8ff\f8ff"}.fa-shield-cat{--fa:"\e572";--fa--fa:"\e572\e572"}.fa-bolt{--fa:"\f0e7";--fa--fa:"\f0e7\f0e7"}.fa-zap{--fa:"\f0e7";--fa--fa:"\f0e7\f0e7"}.fa-glass-water{--fa:"\e4f4";--fa--fa:"\e4f4\e4f4"}.fa-oil-well{--fa:"\e532";--fa--fa:"\e532\e532"}.fa-vault{--fa:"\e2c5";--fa--fa:"\e2c5\e2c5"}.fa-mars{--fa:"\f222";--fa--fa:"\f222\f222"}.fa-toilet{--fa:"\f7d8";--fa--fa:"\f7d8\f7d8"}.fa-plane-circle-xmark{--fa:"\e557";--fa--fa:"\e557\e557"}.fa-yen-sign{--fa:"\f157";--fa--fa:"\f157\f157"}.fa-cny{--fa:"\f157";--fa--fa:"\f157\f157"}.fa-jpy{--fa:"\f157";--fa--fa:"\f157\f157"}.fa-rmb{--fa:"\f157";--fa--fa:"\f157\f157"}.fa-yen{--fa:"\f157";--fa--fa:"\f157\f157"}.fa-ruble-sign{--fa:"\f158";--fa--fa:"\f158\f158"}.fa-rouble{--fa:"\f158";--fa--fa:"\f158\f158"}.fa-rub{--fa:"\f158";--fa--fa:"\f158\f158"}.fa-ruble{--fa:"\f158";--fa--fa:"\f158\f158"}.fa-sun{--fa:"\f185";--fa--fa:"\f185\f185"}.fa-guitar{--fa:"\f7a6";--fa--fa:"\f7a6\f7a6"}.fa-face-laugh-wink{--fa:"\f59c";--fa--fa:"\f59c\f59c"}.fa-laugh-wink{--fa:"\f59c";--fa--fa:"\f59c\f59c"}.fa-horse-head{--fa:"\f7ab";--fa--fa:"\f7ab\f7ab"}.fa-bore-hole{--fa:"\e4c3";--fa--fa:"\e4c3\e4c3"}.fa-industry{--fa:"\f275";--fa--fa:"\f275\f275"}.fa-circle-down{--fa:"\f358";--fa--fa:"\f358\f358"}.fa-arrow-alt-circle-down{--fa:"\f358";--fa--fa:"\f358\f358"}.fa-arrows-turn-to-dots{--fa:"\e4c1";--fa--fa:"\e4c1\e4c1"}.fa-florin-sign{--fa:"\e184";--fa--fa:"\e184\e184"}.fa-arrow-down-short-wide{--fa:"\f884";--fa--fa:"\f884\f884"}.fa-sort-amount-desc{--fa:"\f884";--fa--fa:"\f884\f884"}.fa-sort-amount-down-alt{--fa:"\f884";--fa--fa:"\f884\f884"}.fa-less-than{--fa:"\3c";--fa--fa:"\3c\3c"}.fa-angle-down{--fa:"\f107";--fa--fa:"\f107\f107"}.fa-car-tunnel{--fa:"\e4de";--fa--fa:"\e4de\e4de"}.fa-head-side-cough{--fa:"\e061";--fa--fa:"\e061\e061"}.fa-grip-lines{--fa:"\f7a4";--fa--fa:"\f7a4\f7a4"}.fa-thumbs-down{--fa:"\f165";--fa--fa:"\f165\f165"}.fa-user-lock{--fa:"\f502";--fa--fa:"\f502\f502"}.fa-arrow-right-long{--fa:"\f178";--fa--fa:"\f178\f178"}.fa-long-arrow-right{--fa:"\f178";--fa--fa:"\f178\f178"}.fa-anchor-circle-xmark{--fa:"\e4ac";--fa--fa:"\e4ac\e4ac"}.fa-ellipsis{--fa:"\f141";--fa--fa:"\f141\f141"}.fa-ellipsis-h{--fa:"\f141";--fa--fa:"\f141\f141"}.fa-chess-pawn{--fa:"\f443";--fa--fa:"\f443\f443"}.fa-kit-medical{--fa:"\f479";--fa--fa:"\f479\f479"}.fa-first-aid{--fa:"\f479";--fa--fa:"\f479\f479"}.fa-person-through-window{--fa:"\e5a9";--fa--fa:"\e5a9\e5a9"}.fa-toolbox{--fa:"\f552";--fa--fa:"\f552\f552"}.fa-hands-holding-circle{--fa:"\e4fb";--fa--fa:"\e4fb\e4fb"}.fa-bug{--fa:"\f188";--fa--fa:"\f188\f188"}.fa-credit-card{--fa:"\f09d";--fa--fa:"\f09d\f09d"}.fa-credit-card-alt{--fa:"\f09d";--fa--fa:"\f09d\f09d"}.fa-car{--fa:"\f1b9";--fa--fa:"\f1b9\f1b9"}.fa-automobile{--fa:"\f1b9";--fa--fa:"\f1b9\f1b9"}.fa-hand-holding-hand{--fa:"\e4f7";--fa--fa:"\e4f7\e4f7"}.fa-book-open-reader{--fa:"\f5da";--fa--fa:"\f5da\f5da"}.fa-book-reader{--fa:"\f5da";--fa--fa:"\f5da\f5da"}.fa-mountain-sun{--fa:"\e52f";--fa--fa:"\e52f\e52f"}.fa-arrows-left-right-to-line{--fa:"\e4ba";--fa--fa:"\e4ba\e4ba"}.fa-dice-d20{--fa:"\f6cf";--fa--fa:"\f6cf\f6cf"}.fa-truck-droplet{--fa:"\e58c";--fa--fa:"\e58c\e58c"}.fa-file-circle-xmark{--fa:"\e5a1";--fa--fa:"\e5a1\e5a1"}.fa-temperature-arrow-up{--fa:"\e040";--fa--fa:"\e040\e040"}.fa-temperature-up{--fa:"\e040";--fa--fa:"\e040\e040"}.fa-medal{--fa:"\f5a2";--fa--fa:"\f5a2\f5a2"}.fa-bed{--fa:"\f236";--fa--fa:"\f236\f236"}.fa-square-h{--fa:"\f0fd";--fa--fa:"\f0fd\f0fd"}.fa-h-square{--fa:"\f0fd";--fa--fa:"\f0fd\f0fd"}.fa-podcast{--fa:"\f2ce";--fa--fa:"\f2ce\f2ce"}.fa-temperature-full{--fa:"\f2c7";--fa--fa:"\f2c7\f2c7"}.fa-temperature-4{--fa:"\f2c7";--fa--fa:"\f2c7\f2c7"}.fa-thermometer-4{--fa:"\f2c7";--fa--fa:"\f2c7\f2c7"}.fa-thermometer-full{--fa:"\f2c7";--fa--fa:"\f2c7\f2c7"}.fa-bell{--fa:"\f0f3";--fa--fa:"\f0f3\f0f3"}.fa-superscript{--fa:"\f12b";--fa--fa:"\f12b\f12b"}.fa-plug-circle-xmark{--fa:"\e560";--fa--fa:"\e560\e560"}.fa-star-of-life{--fa:"\f621";--fa--fa:"\f621\f621"}.fa-phone-slash{--fa:"\f3dd";--fa--fa:"\f3dd\f3dd"}.fa-paint-roller{--fa:"\f5aa";--fa--fa:"\f5aa\f5aa"}.fa-handshake-angle{--fa:"\f4c4";--fa--fa:"\f4c4\f4c4"}.fa-hands-helping{--fa:"\f4c4";--fa--fa:"\f4c4\f4c4"}.fa-location-dot{--fa:"\f3c5";--fa--fa:"\f3c5\f3c5"}.fa-map-marker-alt{--fa:"\f3c5";--fa--fa:"\f3c5\f3c5"}.fa-file{--fa:"\f15b";--fa--fa:"\f15b\f15b"}.fa-greater-than{--fa:"\3e";--fa--fa:"\3e\3e"}.fa-person-swimming{--fa:"\f5c4";--fa--fa:"\f5c4\f5c4"}.fa-swimmer{--fa:"\f5c4";--fa--fa:"\f5c4\f5c4"}.fa-arrow-down{--fa:"\f063";--fa--fa:"\f063\f063"}.fa-droplet{--fa:"\f043";--fa--fa:"\f043\f043"}.fa-tint{--fa:"\f043";--fa--fa:"\f043\f043"}.fa-eraser{--fa:"\f12d";--fa--fa:"\f12d\f12d"}.fa-earth-americas{--fa:"\f57d";--fa--fa:"\f57d\f57d"}.fa-earth{--fa:"\f57d";--fa--fa:"\f57d\f57d"}.fa-earth-america{--fa:"\f57d";--fa--fa:"\f57d\f57d"}.fa-globe-americas{--fa:"\f57d";--fa--fa:"\f57d\f57d"}.fa-person-burst{--fa:"\e53b";--fa--fa:"\e53b\e53b"}.fa-dove{--fa:"\f4ba";--fa--fa:"\f4ba\f4ba"}.fa-battery-empty{--fa:"\f244";--fa--fa:"\f244\f244"}.fa-battery-0{--fa:"\f244";--fa--fa:"\f244\f244"}.fa-socks{--fa:"\f696";--fa--fa:"\f696\f696"}.fa-inbox{--fa:"\f01c";--fa--fa:"\f01c\f01c"}.fa-section{--fa:"\e447";--fa--fa:"\e447\e447"}.fa-gauge-high{--fa:"\f625";--fa--fa:"\f625\f625"}.fa-tachometer-alt{--fa:"\f625";--fa--fa:"\f625\f625"}.fa-tachometer-alt-fast{--fa:"\f625";--fa--fa:"\f625\f625"}.fa-envelope-open-text{--fa:"\f658";--fa--fa:"\f658\f658"}.fa-hospital{--fa:"\f0f8";--fa--fa:"\f0f8\f0f8"}.fa-hospital-alt{--fa:"\f0f8";--fa--fa:"\f0f8\f0f8"}.fa-hospital-wide{--fa:"\f0f8";--fa--fa:"\f0f8\f0f8"}.fa-wine-bottle{--fa:"\f72f";--fa--fa:"\f72f\f72f"}.fa-chess-rook{--fa:"\f447";--fa--fa:"\f447\f447"}.fa-bars-staggered{--fa:"\f550";--fa--fa:"\f550\f550"}.fa-reorder{--fa:"\f550";--fa--fa:"\f550\f550"}.fa-stream{--fa:"\f550";--fa--fa:"\f550\f550"}.fa-dharmachakra{--fa:"\f655";--fa--fa:"\f655\f655"}.fa-hotdog{--fa:"\f80f";--fa--fa:"\f80f\f80f"}.fa-person-walking-with-cane{--fa:"\f29d";--fa--fa:"\f29d\f29d"}.fa-blind{--fa:"\f29d";--fa--fa:"\f29d\f29d"}.fa-drum{--fa:"\f569";--fa--fa:"\f569\f569"}.fa-ice-cream{--fa:"\f810";--fa--fa:"\f810\f810"}.fa-heart-circle-bolt{--fa:"\e4fc";--fa--fa:"\e4fc\e4fc"}.fa-fax{--fa:"\f1ac";--fa--fa:"\f1ac\f1ac"}.fa-paragraph{--fa:"\f1dd";--fa--fa:"\f1dd\f1dd"}.fa-check-to-slot{--fa:"\f772";--fa--fa:"\f772\f772"}.fa-vote-yea{--fa:"\f772";--fa--fa:"\f772\f772"}.fa-star-half{--fa:"\f089";--fa--fa:"\f089\f089"}.fa-boxes-stacked{--fa:"\f468";--fa--fa:"\f468\f468"}.fa-boxes{--fa:"\f468";--fa--fa:"\f468\f468"}.fa-boxes-alt{--fa:"\f468";--fa--fa:"\f468\f468"}.fa-link{--fa:"\f0c1";--fa--fa:"\f0c1\f0c1"}.fa-chain{--fa:"\f0c1";--fa--fa:"\f0c1\f0c1"}.fa-ear-listen{--fa:"\f2a2";--fa--fa:"\f2a2\f2a2"}.fa-assistive-listening-systems{--fa:"\f2a2";--fa--fa:"\f2a2\f2a2"}.fa-tree-city{--fa:"\e587";--fa--fa:"\e587\e587"}.fa-play{--fa:"\f04b";--fa--fa:"\f04b\f04b"}.fa-font{--fa:"\f031";--fa--fa:"\f031\f031"}.fa-table-cells-row-lock{--fa:"\e67a";--fa--fa:"\e67a\e67a"}.fa-rupiah-sign{--fa:"\e23d";--fa--fa:"\e23d\e23d"}.fa-magnifying-glass{--fa:"\f002";--fa--fa:"\f002\f002"}.fa-search{--fa:"\f002";--fa--fa:"\f002\f002"}.fa-table-tennis-paddle-ball{--fa:"\f45d";--fa--fa:"\f45d\f45d"}.fa-ping-pong-paddle-ball{--fa:"\f45d";--fa--fa:"\f45d\f45d"}.fa-table-tennis{--fa:"\f45d";--fa--fa:"\f45d\f45d"}.fa-person-dots-from-line{--fa:"\f470";--fa--fa:"\f470\f470"}.fa-diagnoses{--fa:"\f470";--fa--fa:"\f470\f470"}.fa-trash-can-arrow-up{--fa:"\f82a";--fa--fa:"\f82a\f82a"}.fa-trash-restore-alt{--fa:"\f82a";--fa--fa:"\f82a\f82a"}.fa-naira-sign{--fa:"\e1f6";--fa--fa:"\e1f6\e1f6"}.fa-cart-arrow-down{--fa:"\f218";--fa--fa:"\f218\f218"}.fa-walkie-talkie{--fa:"\f8ef";--fa--fa:"\f8ef\f8ef"}.fa-file-pen{--fa:"\f31c";--fa--fa:"\f31c\f31c"}.fa-file-edit{--fa:"\f31c";--fa--fa:"\f31c\f31c"}.fa-receipt{--fa:"\f543";--fa--fa:"\f543\f543"}.fa-square-pen{--fa:"\f14b";--fa--fa:"\f14b\f14b"}.fa-pen-square{--fa:"\f14b";--fa--fa:"\f14b\f14b"}.fa-pencil-square{--fa:"\f14b";--fa--fa:"\f14b\f14b"}.fa-suitcase-rolling{--fa:"\f5c1";--fa--fa:"\f5c1\f5c1"}.fa-person-circle-exclamation{--fa:"\e53f";--fa--fa:"\e53f\e53f"}.fa-chevron-down{--fa:"\f078";--fa--fa:"\f078\f078"}.fa-battery-full{--fa:"\f240";--fa--fa:"\f240\f240"}.fa-battery{--fa:"\f240";--fa--fa:"\f240\f240"}.fa-battery-5{--fa:"\f240";--fa--fa:"\f240\f240"}.fa-skull-crossbones{--fa:"\f714";--fa--fa:"\f714\f714"}.fa-code-compare{--fa:"\e13a";--fa--fa:"\e13a\e13a"}.fa-list-ul{--fa:"\f0ca";--fa--fa:"\f0ca\f0ca"}.fa-list-dots{--fa:"\f0ca";--fa--fa:"\f0ca\f0ca"}.fa-school-lock{--fa:"\e56f";--fa--fa:"\e56f\e56f"}.fa-tower-cell{--fa:"\e585";--fa--fa:"\e585\e585"}.fa-down-long{--fa:"\f309";--fa--fa:"\f309\f309"}.fa-long-arrow-alt-down{--fa:"\f309";--fa--fa:"\f309\f309"}.fa-ranking-star{--fa:"\e561";--fa--fa:"\e561\e561"}.fa-chess-king{--fa:"\f43f";--fa--fa:"\f43f\f43f"}.fa-person-harassing{--fa:"\e549";--fa--fa:"\e549\e549"}.fa-brazilian-real-sign{--fa:"\e46c";--fa--fa:"\e46c\e46c"}.fa-landmark-dome{--fa:"\f752";--fa--fa:"\f752\f752"}.fa-landmark-alt{--fa:"\f752";--fa--fa:"\f752\f752"}.fa-arrow-up{--fa:"\f062";--fa--fa:"\f062\f062"}.fa-tv{--fa:"\f26c";--fa--fa:"\f26c\f26c"}.fa-television{--fa:"\f26c";--fa--fa:"\f26c\f26c"}.fa-tv-alt{--fa:"\f26c";--fa--fa:"\f26c\f26c"}.fa-shrimp{--fa:"\e448";--fa--fa:"\e448\e448"}.fa-list-check{--fa:"\f0ae";--fa--fa:"\f0ae\f0ae"}.fa-tasks{--fa:"\f0ae";--fa--fa:"\f0ae\f0ae"}.fa-jug-detergent{--fa:"\e519";--fa--fa:"\e519\e519"}.fa-circle-user{--fa:"\f2bd";--fa--fa:"\f2bd\f2bd"}.fa-user-circle{--fa:"\f2bd";--fa--fa:"\f2bd\f2bd"}.fa-user-shield{--fa:"\f505";--fa--fa:"\f505\f505"}.fa-wind{--fa:"\f72e";--fa--fa:"\f72e\f72e"}.fa-car-burst{--fa:"\f5e1";--fa--fa:"\f5e1\f5e1"}.fa-car-crash{--fa:"\f5e1";--fa--fa:"\f5e1\f5e1"}.fa-y{--fa:"\59";--fa--fa:"\59\59"}.fa-person-snowboarding{--fa:"\f7ce";--fa--fa:"\f7ce\f7ce"}.fa-snowboarding{--fa:"\f7ce";--fa--fa:"\f7ce\f7ce"}.fa-truck-fast{--fa:"\f48b";--fa--fa:"\f48b\f48b"}.fa-shipping-fast{--fa:"\f48b";--fa--fa:"\f48b\f48b"}.fa-fish{--fa:"\f578";--fa--fa:"\f578\f578"}.fa-user-graduate{--fa:"\f501";--fa--fa:"\f501\f501"}.fa-circle-half-stroke{--fa:"\f042";--fa--fa:"\f042\f042"}.fa-adjust{--fa:"\f042";--fa--fa:"\f042\f042"}.fa-clapperboard{--fa:"\e131";--fa--fa:"\e131\e131"}.fa-circle-radiation{--fa:"\f7ba";--fa--fa:"\f7ba\f7ba"}.fa-radiation-alt{--fa:"\f7ba";--fa--fa:"\f7ba\f7ba"}.fa-baseball{--fa:"\f433";--fa--fa:"\f433\f433"}.fa-baseball-ball{--fa:"\f433";--fa--fa:"\f433\f433"}.fa-jet-fighter-up{--fa:"\e518";--fa--fa:"\e518\e518"}.fa-diagram-project{--fa:"\f542";--fa--fa:"\f542\f542"}.fa-project-diagram{--fa:"\f542";--fa--fa:"\f542\f542"}.fa-copy{--fa:"\f0c5";--fa--fa:"\f0c5\f0c5"}.fa-volume-xmark{--fa:"\f6a9";--fa--fa:"\f6a9\f6a9"}.fa-volume-mute{--fa:"\f6a9";--fa--fa:"\f6a9\f6a9"}.fa-volume-times{--fa:"\f6a9";--fa--fa:"\f6a9\f6a9"}.fa-hand-sparkles{--fa:"\e05d";--fa--fa:"\e05d\e05d"}.fa-grip{--fa:"\f58d";--fa--fa:"\f58d\f58d"}.fa-grip-horizontal{--fa:"\f58d";--fa--fa:"\f58d\f58d"}.fa-share-from-square{--fa:"\f14d";--fa--fa:"\f14d\f14d"}.fa-share-square{--fa:"\f14d";--fa--fa:"\f14d\f14d"}.fa-child-combatant{--fa:"\e4e0";--fa--fa:"\e4e0\e4e0"}.fa-child-rifle{--fa:"\e4e0";--fa--fa:"\e4e0\e4e0"}.fa-gun{--fa:"\e19b";--fa--fa:"\e19b\e19b"}.fa-square-phone{--fa:"\f098";--fa--fa:"\f098\f098"}.fa-phone-square{--fa:"\f098";--fa--fa:"\f098\f098"}.fa-plus{--fa:"\2b";--fa--fa:"\2b\2b"}.fa-add{--fa:"\2b";--fa--fa:"\2b\2b"}.fa-expand{--fa:"\f065";--fa--fa:"\f065\f065"}.fa-computer{--fa:"\e4e5";--fa--fa:"\e4e5\e4e5"}.fa-xmark{--fa:"\f00d";--fa--fa:"\f00d\f00d"}.fa-close{--fa:"\f00d";--fa--fa:"\f00d\f00d"}.fa-multiply{--fa:"\f00d";--fa--fa:"\f00d\f00d"}.fa-remove{--fa:"\f00d";--fa--fa:"\f00d\f00d"}.fa-times{--fa:"\f00d";--fa--fa:"\f00d\f00d"}.fa-arrows-up-down-left-right{--fa:"\f047";--fa--fa:"\f047\f047"}.fa-arrows{--fa:"\f047";--fa--fa:"\f047\f047"}.fa-chalkboard-user{--fa:"\f51c";--fa--fa:"\f51c\f51c"}.fa-chalkboard-teacher{--fa:"\f51c";--fa--fa:"\f51c\f51c"}.fa-peso-sign{--fa:"\e222";--fa--fa:"\e222\e222"}.fa-building-shield{--fa:"\e4d8";--fa--fa:"\e4d8\e4d8"}.fa-baby{--fa:"\f77c";--fa--fa:"\f77c\f77c"}.fa-users-line{--fa:"\e592";--fa--fa:"\e592\e592"}.fa-quote-left{--fa:"\f10d";--fa--fa:"\f10d\f10d"}.fa-quote-left-alt{--fa:"\f10d";--fa--fa:"\f10d\f10d"}.fa-tractor{--fa:"\f722";--fa--fa:"\f722\f722"}.fa-trash-arrow-up{--fa:"\f829";--fa--fa:"\f829\f829"}.fa-trash-restore{--fa:"\f829";--fa--fa:"\f829\f829"}.fa-arrow-down-up-lock{--fa:"\e4b0";--fa--fa:"\e4b0\e4b0"}.fa-lines-leaning{--fa:"\e51e";--fa--fa:"\e51e\e51e"}.fa-ruler-combined{--fa:"\f546";--fa--fa:"\f546\f546"}.fa-copyright{--fa:"\f1f9";--fa--fa:"\f1f9\f1f9"}.fa-equals{--fa:"\3d";--fa--fa:"\3d\3d"}.fa-blender{--fa:"\f517";--fa--fa:"\f517\f517"}.fa-teeth{--fa:"\f62e";--fa--fa:"\f62e\f62e"}.fa-shekel-sign{--fa:"\f20b";--fa--fa:"\f20b\f20b"}.fa-ils{--fa:"\f20b";--fa--fa:"\f20b\f20b"}.fa-shekel{--fa:"\f20b";--fa--fa:"\f20b\f20b"}.fa-sheqel{--fa:"\f20b";--fa--fa:"\f20b\f20b"}.fa-sheqel-sign{--fa:"\f20b";--fa--fa:"\f20b\f20b"}.fa-map{--fa:"\f279";--fa--fa:"\f279\f279"}.fa-rocket{--fa:"\f135";--fa--fa:"\f135\f135"}.fa-photo-film{--fa:"\f87c";--fa--fa:"\f87c\f87c"}.fa-photo-video{--fa:"\f87c";--fa--fa:"\f87c\f87c"}.fa-folder-minus{--fa:"\f65d";--fa--fa:"\f65d\f65d"}.fa-hexagon-nodes-bolt{--fa:"\e69a";--fa--fa:"\e69a\e69a"}.fa-store{--fa:"\f54e";--fa--fa:"\f54e\f54e"}.fa-arrow-trend-up{--fa:"\e098";--fa--fa:"\e098\e098"}.fa-plug-circle-minus{--fa:"\e55e";--fa--fa:"\e55e\e55e"}.fa-sign-hanging{--fa:"\f4d9";--fa--fa:"\f4d9\f4d9"}.fa-sign{--fa:"\f4d9";--fa--fa:"\f4d9\f4d9"}.fa-bezier-curve{--fa:"\f55b";--fa--fa:"\f55b\f55b"}.fa-bell-slash{--fa:"\f1f6";--fa--fa:"\f1f6\f1f6"}.fa-tablet{--fa:"\f3fb";--fa--fa:"\f3fb\f3fb"}.fa-tablet-android{--fa:"\f3fb";--fa--fa:"\f3fb\f3fb"}.fa-school-flag{--fa:"\e56e";--fa--fa:"\e56e\e56e"}.fa-fill{--fa:"\f575";--fa--fa:"\f575\f575"}.fa-angle-up{--fa:"\f106";--fa--fa:"\f106\f106"}.fa-drumstick-bite{--fa:"\f6d7";--fa--fa:"\f6d7\f6d7"}.fa-holly-berry{--fa:"\f7aa";--fa--fa:"\f7aa\f7aa"}.fa-chevron-left{--fa:"\f053";--fa--fa:"\f053\f053"}.fa-bacteria{--fa:"\e059";--fa--fa:"\e059\e059"}.fa-hand-lizard{--fa:"\f258";--fa--fa:"\f258\f258"}.fa-notdef{--fa:"\e1fe";--fa--fa:"\e1fe\e1fe"}.fa-disease{--fa:"\f7fa";--fa--fa:"\f7fa\f7fa"}.fa-briefcase-medical{--fa:"\f469";--fa--fa:"\f469\f469"}.fa-genderless{--fa:"\f22d";--fa--fa:"\f22d\f22d"}.fa-chevron-right{--fa:"\f054";--fa--fa:"\f054\f054"}.fa-retweet{--fa:"\f079";--fa--fa:"\f079\f079"}.fa-car-rear{--fa:"\f5de";--fa--fa:"\f5de\f5de"}.fa-car-alt{--fa:"\f5de";--fa--fa:"\f5de\f5de"}.fa-pump-soap{--fa:"\e06b";--fa--fa:"\e06b\e06b"}.fa-video-slash{--fa:"\f4e2";--fa--fa:"\f4e2\f4e2"}.fa-battery-quarter{--fa:"\f243";--fa--fa:"\f243\f243"}.fa-battery-2{--fa:"\f243";--fa--fa:"\f243\f243"}.fa-radio{--fa:"\f8d7";--fa--fa:"\f8d7\f8d7"}.fa-baby-carriage{--fa:"\f77d";--fa--fa:"\f77d\f77d"}.fa-carriage-baby{--fa:"\f77d";--fa--fa:"\f77d\f77d"}.fa-traffic-light{--fa:"\f637";--fa--fa:"\f637\f637"}.fa-thermometer{--fa:"\f491";--fa--fa:"\f491\f491"}.fa-vr-cardboard{--fa:"\f729";--fa--fa:"\f729\f729"}.fa-hand-middle-finger{--fa:"\f806";--fa--fa:"\f806\f806"}.fa-percent{--fa:"\25";--fa--fa:"\25\25"}.fa-percentage{--fa:"\25";--fa--fa:"\25\25"}.fa-truck-moving{--fa:"\f4df";--fa--fa:"\f4df\f4df"}.fa-glass-water-droplet{--fa:"\e4f5";--fa--fa:"\e4f5\e4f5"}.fa-display{--fa:"\e163";--fa--fa:"\e163\e163"}.fa-face-smile{--fa:"\f118";--fa--fa:"\f118\f118"}.fa-smile{--fa:"\f118";--fa--fa:"\f118\f118"}.fa-thumbtack{--fa:"\f08d";--fa--fa:"\f08d\f08d"}.fa-thumb-tack{--fa:"\f08d";--fa--fa:"\f08d\f08d"}.fa-trophy{--fa:"\f091";--fa--fa:"\f091\f091"}.fa-person-praying{--fa:"\f683";--fa--fa:"\f683\f683"}.fa-pray{--fa:"\f683";--fa--fa:"\f683\f683"}.fa-hammer{--fa:"\f6e3";--fa--fa:"\f6e3\f6e3"}.fa-hand-peace{--fa:"\f25b";--fa--fa:"\f25b\f25b"}.fa-rotate{--fa:"\f2f1";--fa--fa:"\f2f1\f2f1"}.fa-sync-alt{--fa:"\f2f1";--fa--fa:"\f2f1\f2f1"}.fa-spinner{--fa:"\f110";--fa--fa:"\f110\f110"}.fa-robot{--fa:"\f544";--fa--fa:"\f544\f544"}.fa-peace{--fa:"\f67c";--fa--fa:"\f67c\f67c"}.fa-gears{--fa:"\f085";--fa--fa:"\f085\f085"}.fa-cogs{--fa:"\f085";--fa--fa:"\f085\f085"}.fa-warehouse{--fa:"\f494";--fa--fa:"\f494\f494"}.fa-arrow-up-right-dots{--fa:"\e4b7";--fa--fa:"\e4b7\e4b7"}.fa-splotch{--fa:"\f5bc";--fa--fa:"\f5bc\f5bc"}.fa-face-grin-hearts{--fa:"\f584";--fa--fa:"\f584\f584"}.fa-grin-hearts{--fa:"\f584";--fa--fa:"\f584\f584"}.fa-dice-four{--fa:"\f524";--fa--fa:"\f524\f524"}.fa-sim-card{--fa:"\f7c4";--fa--fa:"\f7c4\f7c4"}.fa-transgender{--fa:"\f225";--fa--fa:"\f225\f225"}.fa-transgender-alt{--fa:"\f225";--fa--fa:"\f225\f225"}.fa-mercury{--fa:"\f223";--fa--fa:"\f223\f223"}.fa-arrow-turn-down{--fa:"\f149";--fa--fa:"\f149\f149"}.fa-level-down{--fa:"\f149";--fa--fa:"\f149\f149"}.fa-person-falling-burst{--fa:"\e547";--fa--fa:"\e547\e547"}.fa-award{--fa:"\f559";--fa--fa:"\f559\f559"}.fa-ticket-simple{--fa:"\f3ff";--fa--fa:"\f3ff\f3ff"}.fa-ticket-alt{--fa:"\f3ff";--fa--fa:"\f3ff\f3ff"}.fa-building{--fa:"\f1ad";--fa--fa:"\f1ad\f1ad"}.fa-angles-left{--fa:"\f100";--fa--fa:"\f100\f100"}.fa-angle-double-left{--fa:"\f100";--fa--fa:"\f100\f100"}.fa-qrcode{--fa:"\f029";--fa--fa:"\f029\f029"}.fa-clock-rotate-left{--fa:"\f1da";--fa--fa:"\f1da\f1da"}.fa-history{--fa:"\f1da";--fa--fa:"\f1da\f1da"}.fa-face-grin-beam-sweat{--fa:"\f583";--fa--fa:"\f583\f583"}.fa-grin-beam-sweat{--fa:"\f583";--fa--fa:"\f583\f583"}.fa-file-export{--fa:"\f56e";--fa--fa:"\f56e\f56e"}.fa-arrow-right-from-file{--fa:"\f56e";--fa--fa:"\f56e\f56e"}.fa-shield{--fa:"\f132";--fa--fa:"\f132\f132"}.fa-shield-blank{--fa:"\f132";--fa--fa:"\f132\f132"}.fa-arrow-up-short-wide{--fa:"\f885";--fa--fa:"\f885\f885"}.fa-sort-amount-up-alt{--fa:"\f885";--fa--fa:"\f885\f885"}.fa-comment-nodes{--fa:"\e696";--fa--fa:"\e696\e696"}.fa-house-medical{--fa:"\e3b2";--fa--fa:"\e3b2\e3b2"}.fa-golf-ball-tee{--fa:"\f450";--fa--fa:"\f450\f450"}.fa-golf-ball{--fa:"\f450";--fa--fa:"\f450\f450"}.fa-circle-chevron-left{--fa:"\f137";--fa--fa:"\f137\f137"}.fa-chevron-circle-left{--fa:"\f137";--fa--fa:"\f137\f137"}.fa-house-chimney-window{--fa:"\e00d";--fa--fa:"\e00d\e00d"}.fa-pen-nib{--fa:"\f5ad";--fa--fa:"\f5ad\f5ad"}.fa-tent-arrow-turn-left{--fa:"\e580";--fa--fa:"\e580\e580"}.fa-tents{--fa:"\e582";--fa--fa:"\e582\e582"}.fa-wand-magic{--fa:"\f0d0";--fa--fa:"\f0d0\f0d0"}.fa-magic{--fa:"\f0d0";--fa--fa:"\f0d0\f0d0"}.fa-dog{--fa:"\f6d3";--fa--fa:"\f6d3\f6d3"}.fa-carrot{--fa:"\f787";--fa--fa:"\f787\f787"}.fa-moon{--fa:"\f186";--fa--fa:"\f186\f186"}.fa-wine-glass-empty{--fa:"\f5ce";--fa--fa:"\f5ce\f5ce"}.fa-wine-glass-alt{--fa:"\f5ce";--fa--fa:"\f5ce\f5ce"}.fa-cheese{--fa:"\f7ef";--fa--fa:"\f7ef\f7ef"}.fa-yin-yang{--fa:"\f6ad";--fa--fa:"\f6ad\f6ad"}.fa-music{--fa:"\f001";--fa--fa:"\f001\f001"}.fa-code-commit{--fa:"\f386";--fa--fa:"\f386\f386"}.fa-temperature-low{--fa:"\f76b";--fa--fa:"\f76b\f76b"}.fa-person-biking{--fa:"\f84a";--fa--fa:"\f84a\f84a"}.fa-biking{--fa:"\f84a";--fa--fa:"\f84a\f84a"}.fa-broom{--fa:"\f51a";--fa--fa:"\f51a\f51a"}.fa-shield-heart{--fa:"\e574";--fa--fa:"\e574\e574"}.fa-gopuram{--fa:"\f664";--fa--fa:"\f664\f664"}.fa-earth-oceania{--fa:"\e47b";--fa--fa:"\e47b\e47b"}.fa-globe-oceania{--fa:"\e47b";--fa--fa:"\e47b\e47b"}.fa-square-xmark{--fa:"\f2d3";--fa--fa:"\f2d3\f2d3"}.fa-times-square{--fa:"\f2d3";--fa--fa:"\f2d3\f2d3"}.fa-xmark-square{--fa:"\f2d3";--fa--fa:"\f2d3\f2d3"}.fa-hashtag{--fa:"\23";--fa--fa:"\23\23"}.fa-up-right-and-down-left-from-center{--fa:"\f424";--fa--fa:"\f424\f424"}.fa-expand-alt{--fa:"\f424";--fa--fa:"\f424\f424"}.fa-oil-can{--fa:"\f613";--fa--fa:"\f613\f613"}.fa-t{--fa:"\54";--fa--fa:"\54\54"}.fa-hippo{--fa:"\f6ed";--fa--fa:"\f6ed\f6ed"}.fa-chart-column{--fa:"\e0e3";--fa--fa:"\e0e3\e0e3"}.fa-infinity{--fa:"\f534";--fa--fa:"\f534\f534"}.fa-vial-circle-check{--fa:"\e596";--fa--fa:"\e596\e596"}.fa-person-arrow-down-to-line{--fa:"\e538";--fa--fa:"\e538\e538"}.fa-voicemail{--fa:"\f897";--fa--fa:"\f897\f897"}.fa-fan{--fa:"\f863";--fa--fa:"\f863\f863"}.fa-person-walking-luggage{--fa:"\e554";--fa--fa:"\e554\e554"}.fa-up-down{--fa:"\f338";--fa--fa:"\f338\f338"}.fa-arrows-alt-v{--fa:"\f338";--fa--fa:"\f338\f338"}.fa-cloud-moon-rain{--fa:"\f73c";--fa--fa:"\f73c\f73c"}.fa-calendar{--fa:"\f133";--fa--fa:"\f133\f133"}.fa-trailer{--fa:"\e041";--fa--fa:"\e041\e041"}.fa-bahai{--fa:"\f666";--fa--fa:"\f666\f666"}.fa-haykal{--fa:"\f666";--fa--fa:"\f666\f666"}.fa-sd-card{--fa:"\f7c2";--fa--fa:"\f7c2\f7c2"}.fa-dragon{--fa:"\f6d5";--fa--fa:"\f6d5\f6d5"}.fa-shoe-prints{--fa:"\f54b";--fa--fa:"\f54b\f54b"}.fa-circle-plus{--fa:"\f055";--fa--fa:"\f055\f055"}.fa-plus-circle{--fa:"\f055";--fa--fa:"\f055\f055"}.fa-face-grin-tongue-wink{--fa:"\f58b";--fa--fa:"\f58b\f58b"}.fa-grin-tongue-wink{--fa:"\f58b";--fa--fa:"\f58b\f58b"}.fa-hand-holding{--fa:"\f4bd";--fa--fa:"\f4bd\f4bd"}.fa-plug-circle-exclamation{--fa:"\e55d";--fa--fa:"\e55d\e55d"}.fa-link-slash{--fa:"\f127";--fa--fa:"\f127\f127"}.fa-chain-broken{--fa:"\f127";--fa--fa:"\f127\f127"}.fa-chain-slash{--fa:"\f127";--fa--fa:"\f127\f127"}.fa-unlink{--fa:"\f127";--fa--fa:"\f127\f127"}.fa-clone{--fa:"\f24d";--fa--fa:"\f24d\f24d"}.fa-person-walking-arrow-loop-left{--fa:"\e551";--fa--fa:"\e551\e551"}.fa-arrow-up-z-a{--fa:"\f882";--fa--fa:"\f882\f882"}.fa-sort-alpha-up-alt{--fa:"\f882";--fa--fa:"\f882\f882"}.fa-fire-flame-curved{--fa:"\f7e4";--fa--fa:"\f7e4\f7e4"}.fa-fire-alt{--fa:"\f7e4";--fa--fa:"\f7e4\f7e4"}.fa-tornado{--fa:"\f76f";--fa--fa:"\f76f\f76f"}.fa-file-circle-plus{--fa:"\e494";--fa--fa:"\e494\e494"}.fa-book-quran{--fa:"\f687";--fa--fa:"\f687\f687"}.fa-quran{--fa:"\f687";--fa--fa:"\f687\f687"}.fa-anchor{--fa:"\f13d";--fa--fa:"\f13d\f13d"}.fa-border-all{--fa:"\f84c";--fa--fa:"\f84c\f84c"}.fa-face-angry{--fa:"\f556";--fa--fa:"\f556\f556"}.fa-angry{--fa:"\f556";--fa--fa:"\f556\f556"}.fa-cookie-bite{--fa:"\f564";--fa--fa:"\f564\f564"}.fa-arrow-trend-down{--fa:"\e097";--fa--fa:"\e097\e097"}.fa-rss{--fa:"\f09e";--fa--fa:"\f09e\f09e"}.fa-feed{--fa:"\f09e";--fa--fa:"\f09e\f09e"}.fa-draw-polygon{--fa:"\f5ee";--fa--fa:"\f5ee\f5ee"}.fa-scale-balanced{--fa:"\f24e";--fa--fa:"\f24e\f24e"}.fa-balance-scale{--fa:"\f24e";--fa--fa:"\f24e\f24e"}.fa-gauge-simple-high{--fa:"\f62a";--fa--fa:"\f62a\f62a"}.fa-tachometer{--fa:"\f62a";--fa--fa:"\f62a\f62a"}.fa-tachometer-fast{--fa:"\f62a";--fa--fa:"\f62a\f62a"}.fa-shower{--fa:"\f2cc";--fa--fa:"\f2cc\f2cc"}.fa-desktop{--fa:"\f390";--fa--fa:"\f390\f390"}.fa-desktop-alt{--fa:"\f390";--fa--fa:"\f390\f390"}.fa-m{--fa:"\4d";--fa--fa:"\4d\4d"}.fa-table-list{--fa:"\f00b";--fa--fa:"\f00b\f00b"}.fa-th-list{--fa:"\f00b";--fa--fa:"\f00b\f00b"}.fa-comment-sms{--fa:"\f7cd";--fa--fa:"\f7cd\f7cd"}.fa-sms{--fa:"\f7cd";--fa--fa:"\f7cd\f7cd"}.fa-book{--fa:"\f02d";--fa--fa:"\f02d\f02d"}.fa-user-plus{--fa:"\f234";--fa--fa:"\f234\f234"}.fa-check{--fa:"\f00c";--fa--fa:"\f00c\f00c"}.fa-battery-three-quarters{--fa:"\f241";--fa--fa:"\f241\f241"}.fa-battery-4{--fa:"\f241";--fa--fa:"\f241\f241"}.fa-house-circle-check{--fa:"\e509";--fa--fa:"\e509\e509"}.fa-angle-left{--fa:"\f104";--fa--fa:"\f104\f104"}.fa-diagram-successor{--fa:"\e47a";--fa--fa:"\e47a\e47a"}.fa-truck-arrow-right{--fa:"\e58b";--fa--fa:"\e58b\e58b"}.fa-arrows-split-up-and-left{--fa:"\e4bc";--fa--fa:"\e4bc\e4bc"}.fa-hand-fist{--fa:"\f6de";--fa--fa:"\f6de\f6de"}.fa-fist-raised{--fa:"\f6de";--fa--fa:"\f6de\f6de"}.fa-cloud-moon{--fa:"\f6c3";--fa--fa:"\f6c3\f6c3"}.fa-briefcase{--fa:"\f0b1";--fa--fa:"\f0b1\f0b1"}.fa-person-falling{--fa:"\e546";--fa--fa:"\e546\e546"}.fa-image-portrait{--fa:"\f3e0";--fa--fa:"\f3e0\f3e0"}.fa-portrait{--fa:"\f3e0";--fa--fa:"\f3e0\f3e0"}.fa-user-tag{--fa:"\f507";--fa--fa:"\f507\f507"}.fa-rug{--fa:"\e569";--fa--fa:"\e569\e569"}.fa-earth-europe{--fa:"\f7a2";--fa--fa:"\f7a2\f7a2"}.fa-globe-europe{--fa:"\f7a2";--fa--fa:"\f7a2\f7a2"}.fa-cart-flatbed-suitcase{--fa:"\f59d";--fa--fa:"\f59d\f59d"}.fa-luggage-cart{--fa:"\f59d";--fa--fa:"\f59d\f59d"}.fa-rectangle-xmark{--fa:"\f410";--fa--fa:"\f410\f410"}.fa-rectangle-times{--fa:"\f410";--fa--fa:"\f410\f410"}.fa-times-rectangle{--fa:"\f410";--fa--fa:"\f410\f410"}.fa-window-close{--fa:"\f410";--fa--fa:"\f410\f410"}.fa-baht-sign{--fa:"\e0ac";--fa--fa:"\e0ac\e0ac"}.fa-book-open{--fa:"\f518";--fa--fa:"\f518\f518"}.fa-book-journal-whills{--fa:"\f66a";--fa--fa:"\f66a\f66a"}.fa-journal-whills{--fa:"\f66a";--fa--fa:"\f66a\f66a"}.fa-handcuffs{--fa:"\e4f8";--fa--fa:"\e4f8\e4f8"}.fa-triangle-exclamation{--fa:"\f071";--fa--fa:"\f071\f071"}.fa-exclamation-triangle{--fa:"\f071";--fa--fa:"\f071\f071"}.fa-warning{--fa:"\f071";--fa--fa:"\f071\f071"}.fa-database{--fa:"\f1c0";--fa--fa:"\f1c0\f1c0"}.fa-share{--fa:"\f064";--fa--fa:"\f064\f064"}.fa-mail-forward{--fa:"\f064";--fa--fa:"\f064\f064"}.fa-bottle-droplet{--fa:"\e4c4";--fa--fa:"\e4c4\e4c4"}.fa-mask-face{--fa:"\e1d7";--fa--fa:"\e1d7\e1d7"}.fa-hill-rockslide{--fa:"\e508";--fa--fa:"\e508\e508"}.fa-right-left{--fa:"\f362";--fa--fa:"\f362\f362"}.fa-exchange-alt{--fa:"\f362";--fa--fa:"\f362\f362"}.fa-paper-plane{--fa:"\f1d8";--fa--fa:"\f1d8\f1d8"}.fa-road-circle-exclamation{--fa:"\e565";--fa--fa:"\e565\e565"}.fa-dungeon{--fa:"\f6d9";--fa--fa:"\f6d9\f6d9"}.fa-align-right{--fa:"\f038";--fa--fa:"\f038\f038"}.fa-money-bill-1-wave{--fa:"\f53b";--fa--fa:"\f53b\f53b"}.fa-money-bill-wave-alt{--fa:"\f53b";--fa--fa:"\f53b\f53b"}.fa-life-ring{--fa:"\f1cd";--fa--fa:"\f1cd\f1cd"}.fa-hands{--fa:"\f2a7";--fa--fa:"\f2a7\f2a7"}.fa-sign-language{--fa:"\f2a7";--fa--fa:"\f2a7\f2a7"}.fa-signing{--fa:"\f2a7";--fa--fa:"\f2a7\f2a7"}.fa-calendar-day{--fa:"\f783";--fa--fa:"\f783\f783"}.fa-water-ladder{--fa:"\f5c5";--fa--fa:"\f5c5\f5c5"}.fa-ladder-water{--fa:"\f5c5";--fa--fa:"\f5c5\f5c5"}.fa-swimming-pool{--fa:"\f5c5";--fa--fa:"\f5c5\f5c5"}.fa-arrows-up-down{--fa:"\f07d";--fa--fa:"\f07d\f07d"}.fa-arrows-v{--fa:"\f07d";--fa--fa:"\f07d\f07d"}.fa-face-grimace{--fa:"\f57f";--fa--fa:"\f57f\f57f"}.fa-grimace{--fa:"\f57f";--fa--fa:"\f57f\f57f"}.fa-wheelchair-move{--fa:"\e2ce";--fa--fa:"\e2ce\e2ce"}.fa-wheelchair-alt{--fa:"\e2ce";--fa--fa:"\e2ce\e2ce"}.fa-turn-down{--fa:"\f3be";--fa--fa:"\f3be\f3be"}.fa-level-down-alt{--fa:"\f3be";--fa--fa:"\f3be\f3be"}.fa-person-walking-arrow-right{--fa:"\e552";--fa--fa:"\e552\e552"}.fa-square-envelope{--fa:"\f199";--fa--fa:"\f199\f199"}.fa-envelope-square{--fa:"\f199";--fa--fa:"\f199\f199"}.fa-dice{--fa:"\f522";--fa--fa:"\f522\f522"}.fa-bowling-ball{--fa:"\f436";--fa--fa:"\f436\f436"}.fa-brain{--fa:"\f5dc";--fa--fa:"\f5dc\f5dc"}.fa-bandage{--fa:"\f462";--fa--fa:"\f462\f462"}.fa-band-aid{--fa:"\f462";--fa--fa:"\f462\f462"}.fa-calendar-minus{--fa:"\f272";--fa--fa:"\f272\f272"}.fa-circle-xmark{--fa:"\f057";--fa--fa:"\f057\f057"}.fa-times-circle{--fa:"\f057";--fa--fa:"\f057\f057"}.fa-xmark-circle{--fa:"\f057";--fa--fa:"\f057\f057"}.fa-gifts{--fa:"\f79c";--fa--fa:"\f79c\f79c"}.fa-hotel{--fa:"\f594";--fa--fa:"\f594\f594"}.fa-earth-asia{--fa:"\f57e";--fa--fa:"\f57e\f57e"}.fa-globe-asia{--fa:"\f57e";--fa--fa:"\f57e\f57e"}.fa-id-card-clip{--fa:"\f47f";--fa--fa:"\f47f\f47f"}.fa-id-card-alt{--fa:"\f47f";--fa--fa:"\f47f\f47f"}.fa-magnifying-glass-plus{--fa:"\f00e";--fa--fa:"\f00e\f00e"}.fa-search-plus{--fa:"\f00e";--fa--fa:"\f00e\f00e"}.fa-thumbs-up{--fa:"\f164";--fa--fa:"\f164\f164"}.fa-user-clock{--fa:"\f4fd";--fa--fa:"\f4fd\f4fd"}.fa-hand-dots{--fa:"\f461";--fa--fa:"\f461\f461"}.fa-allergies{--fa:"\f461";--fa--fa:"\f461\f461"}.fa-file-invoice{--fa:"\f570";--fa--fa:"\f570\f570"}.fa-window-minimize{--fa:"\f2d1";--fa--fa:"\f2d1\f2d1"}.fa-mug-saucer{--fa:"\f0f4";--fa--fa:"\f0f4\f0f4"}.fa-coffee{--fa:"\f0f4";--fa--fa:"\f0f4\f0f4"}.fa-brush{--fa:"\f55d";--fa--fa:"\f55d\f55d"}.fa-file-half-dashed{--fa:"\e698";--fa--fa:"\e698\e698"}.fa-mask{--fa:"\f6fa";--fa--fa:"\f6fa\f6fa"}.fa-magnifying-glass-minus{--fa:"\f010";--fa--fa:"\f010\f010"}.fa-search-minus{--fa:"\f010";--fa--fa:"\f010\f010"}.fa-ruler-vertical{--fa:"\f548";--fa--fa:"\f548\f548"}.fa-user-large{--fa:"\f406";--fa--fa:"\f406\f406"}.fa-user-alt{--fa:"\f406";--fa--fa:"\f406\f406"}.fa-train-tram{--fa:"\e5b4";--fa--fa:"\e5b4\e5b4"}.fa-user-nurse{--fa:"\f82f";--fa--fa:"\f82f\f82f"}.fa-syringe{--fa:"\f48e";--fa--fa:"\f48e\f48e"}.fa-cloud-sun{--fa:"\f6c4";--fa--fa:"\f6c4\f6c4"}.fa-stopwatch-20{--fa:"\e06f";--fa--fa:"\e06f\e06f"}.fa-square-full{--fa:"\f45c";--fa--fa:"\f45c\f45c"}.fa-magnet{--fa:"\f076";--fa--fa:"\f076\f076"}.fa-jar{--fa:"\e516";--fa--fa:"\e516\e516"}.fa-note-sticky{--fa:"\f249";--fa--fa:"\f249\f249"}.fa-sticky-note{--fa:"\f249";--fa--fa:"\f249\f249"}.fa-bug-slash{--fa:"\e490";--fa--fa:"\e490\e490"}.fa-arrow-up-from-water-pump{--fa:"\e4b6";--fa--fa:"\e4b6\e4b6"}.fa-bone{--fa:"\f5d7";--fa--fa:"\f5d7\f5d7"}.fa-table-cells-row-unlock{--fa:"\e691";--fa--fa:"\e691\e691"}.fa-user-injured{--fa:"\f728";--fa--fa:"\f728\f728"}.fa-face-sad-tear{--fa:"\f5b4";--fa--fa:"\f5b4\f5b4"}.fa-sad-tear{--fa:"\f5b4";--fa--fa:"\f5b4\f5b4"}.fa-plane{--fa:"\f072";--fa--fa:"\f072\f072"}.fa-tent-arrows-down{--fa:"\e581";--fa--fa:"\e581\e581"}.fa-exclamation{--fa:"\21";--fa--fa:"\21\21"}.fa-arrows-spin{--fa:"\e4bb";--fa--fa:"\e4bb\e4bb"}.fa-print{--fa:"\f02f";--fa--fa:"\f02f\f02f"}.fa-turkish-lira-sign{--fa:"\e2bb";--fa--fa:"\e2bb\e2bb"}.fa-try{--fa:"\e2bb";--fa--fa:"\e2bb\e2bb"}.fa-turkish-lira{--fa:"\e2bb";--fa--fa:"\e2bb\e2bb"}.fa-dollar-sign{--fa:"\24";--fa--fa:"\24\24"}.fa-dollar{--fa:"\24";--fa--fa:"\24\24"}.fa-usd{--fa:"\24";--fa--fa:"\24\24"}.fa-x{--fa:"\58";--fa--fa:"\58\58"}.fa-magnifying-glass-dollar{--fa:"\f688";--fa--fa:"\f688\f688"}.fa-search-dollar{--fa:"\f688";--fa--fa:"\f688\f688"}.fa-users-gear{--fa:"\f509";--fa--fa:"\f509\f509"}.fa-users-cog{--fa:"\f509";--fa--fa:"\f509\f509"}.fa-person-military-pointing{--fa:"\e54a";--fa--fa:"\e54a\e54a"}.fa-building-columns{--fa:"\f19c";--fa--fa:"\f19c\f19c"}.fa-bank{--fa:"\f19c";--fa--fa:"\f19c\f19c"}.fa-institution{--fa:"\f19c";--fa--fa:"\f19c\f19c"}.fa-museum{--fa:"\f19c";--fa--fa:"\f19c\f19c"}.fa-university{--fa:"\f19c";--fa--fa:"\f19c\f19c"}.fa-umbrella{--fa:"\f0e9";--fa--fa:"\f0e9\f0e9"}.fa-trowel{--fa:"\e589";--fa--fa:"\e589\e589"}.fa-d{--fa:"\44";--fa--fa:"\44\44"}.fa-stapler{--fa:"\e5af";--fa--fa:"\e5af\e5af"}.fa-masks-theater{--fa:"\f630";--fa--fa:"\f630\f630"}.fa-theater-masks{--fa:"\f630";--fa--fa:"\f630\f630"}.fa-kip-sign{--fa:"\e1c4";--fa--fa:"\e1c4\e1c4"}.fa-hand-point-left{--fa:"\f0a5";--fa--fa:"\f0a5\f0a5"}.fa-handshake-simple{--fa:"\f4c6";--fa--fa:"\f4c6\f4c6"}.fa-handshake-alt{--fa:"\f4c6";--fa--fa:"\f4c6\f4c6"}.fa-jet-fighter{--fa:"\f0fb";--fa--fa:"\f0fb\f0fb"}.fa-fighter-jet{--fa:"\f0fb";--fa--fa:"\f0fb\f0fb"}.fa-square-share-nodes{--fa:"\f1e1";--fa--fa:"\f1e1\f1e1"}.fa-share-alt-square{--fa:"\f1e1";--fa--fa:"\f1e1\f1e1"}.fa-barcode{--fa:"\f02a";--fa--fa:"\f02a\f02a"}.fa-plus-minus{--fa:"\e43c";--fa--fa:"\e43c\e43c"}.fa-video{--fa:"\f03d";--fa--fa:"\f03d\f03d"}.fa-video-camera{--fa:"\f03d";--fa--fa:"\f03d\f03d"}.fa-graduation-cap{--fa:"\f19d";--fa--fa:"\f19d\f19d"}.fa-mortar-board{--fa:"\f19d";--fa--fa:"\f19d\f19d"}.fa-hand-holding-medical{--fa:"\e05c";--fa--fa:"\e05c\e05c"}.fa-person-circle-check{--fa:"\e53e";--fa--fa:"\e53e\e53e"}.fa-turn-up{--fa:"\f3bf";--fa--fa:"\f3bf\f3bf"}.fa-level-up-alt{--fa:"\f3bf";--fa--fa:"\f3bf\f3bf"}.fa-sr-only,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa-sr-only-focusable:not(:focus),.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}/*!
 * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:host,:root{--fa-style-family-brands:'Font Awesome 6 Brands';--fa-font-brands:normal 400 1em/1 'Font Awesome 6 Brands'}@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero{--fa:"\f3d0"}.fa-hooli{--fa:"\f427"}.fa-yelp{--fa:"\f1e9"}.fa-cc-visa{--fa:"\f1f0"}.fa-lastfm{--fa:"\f202"}.fa-shopware{--fa:"\f5b5"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-aws{--fa:"\f375"}.fa-redhat{--fa:"\f7bc"}.fa-yoast{--fa:"\f2b1"}.fa-cloudflare{--fa:"\e07d"}.fa-ups{--fa:"\f7e0"}.fa-pixiv{--fa:"\e640"}.fa-wpexplorer{--fa:"\f2de"}.fa-dyalog{--fa:"\f399"}.fa-bity{--fa:"\f37a"}.fa-stackpath{--fa:"\f842"}.fa-buysellads{--fa:"\f20d"}.fa-first-order{--fa:"\f2b0"}.fa-modx{--fa:"\f285"}.fa-guilded{--fa:"\e07e"}.fa-vnv{--fa:"\f40b"}.fa-square-js{--fa:"\f3b9"}.fa-js-square{--fa:"\f3b9"}.fa-microsoft{--fa:"\f3ca"}.fa-qq{--fa:"\f1d6"}.fa-orcid{--fa:"\f8d2"}.fa-java{--fa:"\f4e4"}.fa-invision{--fa:"\f7b0"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-centercode{--fa:"\f380"}.fa-glide-g{--fa:"\f2a6"}.fa-drupal{--fa:"\f1a9"}.fa-jxl{--fa:"\e67b"}.fa-dart-lang{--fa:"\e693"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-unity{--fa:"\e049"}.fa-whmcs{--fa:"\f40d"}.fa-rocketchat{--fa:"\f3e8"}.fa-vk{--fa:"\f189"}.fa-untappd{--fa:"\f405"}.fa-mailchimp{--fa:"\f59e"}.fa-css3-alt{--fa:"\f38b"}.fa-square-reddit{--fa:"\f1a2"}.fa-reddit-square{--fa:"\f1a2"}.fa-vimeo-v{--fa:"\f27d"}.fa-contao{--fa:"\f26d"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-deskpro{--fa:"\f38f"}.fa-brave{--fa:"\e63c"}.fa-sistrix{--fa:"\f3ee"}.fa-square-instagram{--fa:"\e055"}.fa-instagram-square{--fa:"\e055"}.fa-battle-net{--fa:"\f835"}.fa-the-red-yeti{--fa:"\f69d"}.fa-square-hacker-news{--fa:"\f3af"}.fa-hacker-news-square{--fa:"\f3af"}.fa-edge{--fa:"\f282"}.fa-threads{--fa:"\e618"}.fa-napster{--fa:"\f3d2"}.fa-square-snapchat{--fa:"\f2ad"}.fa-snapchat-square{--fa:"\f2ad"}.fa-google-plus-g{--fa:"\f0d5"}.fa-artstation{--fa:"\f77a"}.fa-markdown{--fa:"\f60f"}.fa-sourcetree{--fa:"\f7d3"}.fa-google-plus{--fa:"\f2b3"}.fa-diaspora{--fa:"\f791"}.fa-foursquare{--fa:"\f180"}.fa-stack-overflow{--fa:"\f16c"}.fa-github-alt{--fa:"\f113"}.fa-phoenix-squadron{--fa:"\f511"}.fa-pagelines{--fa:"\f18c"}.fa-algolia{--fa:"\f36c"}.fa-red-river{--fa:"\f3e3"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-safari{--fa:"\f267"}.fa-google{--fa:"\f1a0"}.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-font-awesome-alt{--fa:"\f35c"}.fa-atlassian{--fa:"\f77b"}.fa-linkedin-in{--fa:"\f0e1"}.fa-digital-ocean{--fa:"\f391"}.fa-nimblr{--fa:"\f5a8"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-hacker-news{--fa:"\f1d4"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-adversal{--fa:"\f36a"}.fa-creative-commons{--fa:"\f25e"}.fa-watchman-monitoring{--fa:"\e087"}.fa-fonticons{--fa:"\f280"}.fa-weixin{--fa:"\f1d7"}.fa-shirtsinbulk{--fa:"\f214"}.fa-codepen{--fa:"\f1cb"}.fa-git-alt{--fa:"\f841"}.fa-lyft{--fa:"\f3c3"}.fa-rev{--fa:"\f5b2"}.fa-windows{--fa:"\f17a"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-square-viadeo{--fa:"\f2aa"}.fa-viadeo-square{--fa:"\f2aa"}.fa-meetup{--fa:"\f2e0"}.fa-centos{--fa:"\f789"}.fa-adn{--fa:"\f170"}.fa-cloudsmith{--fa:"\f384"}.fa-opensuse{--fa:"\e62b"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-square-dribbble{--fa:"\f397"}.fa-dribbble-square{--fa:"\f397"}.fa-codiepie{--fa:"\f284"}.fa-node{--fa:"\f419"}.fa-mix{--fa:"\f3cb"}.fa-steam{--fa:"\f1b6"}.fa-cc-apple-pay{--fa:"\f416"}.fa-scribd{--fa:"\f28a"}.fa-debian{--fa:"\e60b"}.fa-openid{--fa:"\f19b"}.fa-instalod{--fa:"\e081"}.fa-files-pinwheel{--fa:"\e69f"}.fa-expeditedssl{--fa:"\f23e"}.fa-sellcast{--fa:"\f2da"}.fa-square-twitter{--fa:"\f081"}.fa-twitter-square{--fa:"\f081"}.fa-r-project{--fa:"\f4f7"}.fa-delicious{--fa:"\f1a5"}.fa-freebsd{--fa:"\f3a4"}.fa-vuejs{--fa:"\f41f"}.fa-accusoft{--fa:"\f369"}.fa-ioxhost{--fa:"\f208"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-app-store{--fa:"\f36f"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-itunes-note{--fa:"\f3b5"}.fa-golang{--fa:"\e40f"}.fa-kickstarter{--fa:"\f3bb"}.fa-square-kickstarter{--fa:"\f3bb"}.fa-grav{--fa:"\f2d6"}.fa-weibo{--fa:"\f18a"}.fa-uncharted{--fa:"\e084"}.fa-firstdraft{--fa:"\f3a1"}.fa-square-youtube{--fa:"\f431"}.fa-youtube-square{--fa:"\f431"}.fa-wikipedia-w{--fa:"\f266"}.fa-wpressr{--fa:"\f3e4"}.fa-rendact{--fa:"\f3e4"}.fa-angellist{--fa:"\f209"}.fa-galactic-republic{--fa:"\f50c"}.fa-nfc-directional{--fa:"\e530"}.fa-skype{--fa:"\f17e"}.fa-joget{--fa:"\f3b7"}.fa-fedora{--fa:"\f798"}.fa-stripe-s{--fa:"\f42a"}.fa-meta{--fa:"\e49b"}.fa-laravel{--fa:"\f3bd"}.fa-hotjar{--fa:"\f3b1"}.fa-bluetooth-b{--fa:"\f294"}.fa-square-letterboxd{--fa:"\e62e"}.fa-sticker-mule{--fa:"\f3f7"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-hips{--fa:"\f452"}.fa-css{--fa:"\e6a2"}.fa-behance{--fa:"\f1b4"}.fa-reddit{--fa:"\f1a1"}.fa-discord{--fa:"\f392"}.fa-chrome{--fa:"\f268"}.fa-app-store-ios{--fa:"\f370"}.fa-cc-discover{--fa:"\f1f2"}.fa-wpbeginner{--fa:"\f297"}.fa-confluence{--fa:"\f78d"}.fa-shoelace{--fa:"\e60c"}.fa-mdb{--fa:"\f8ca"}.fa-dochub{--fa:"\f394"}.fa-accessible-icon{--fa:"\f368"}.fa-ebay{--fa:"\f4f4"}.fa-amazon{--fa:"\f270"}.fa-unsplash{--fa:"\e07c"}.fa-yarn{--fa:"\f7e3"}.fa-square-steam{--fa:"\f1b7"}.fa-steam-square{--fa:"\f1b7"}.fa-500px{--fa:"\f26e"}.fa-square-vimeo{--fa:"\f194"}.fa-vimeo-square{--fa:"\f194"}.fa-asymmetrik{--fa:"\f372"}.fa-font-awesome{--fa:"\f2b4"}.fa-font-awesome-flag{--fa:"\f2b4"}.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-gratipay{--fa:"\f184"}.fa-apple{--fa:"\f179"}.fa-hive{--fa:"\e07f"}.fa-gitkraken{--fa:"\f3a6"}.fa-keybase{--fa:"\f4f5"}.fa-apple-pay{--fa:"\f415"}.fa-padlet{--fa:"\e4a0"}.fa-amazon-pay{--fa:"\f42c"}.fa-square-github{--fa:"\f092"}.fa-github-square{--fa:"\f092"}.fa-stumbleupon{--fa:"\f1a4"}.fa-fedex{--fa:"\f797"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-shopify{--fa:"\e057"}.fa-neos{--fa:"\f612"}.fa-square-threads{--fa:"\e619"}.fa-hackerrank{--fa:"\f5f7"}.fa-researchgate{--fa:"\f4f8"}.fa-swift{--fa:"\f8e1"}.fa-angular{--fa:"\f420"}.fa-speakap{--fa:"\f3f3"}.fa-angrycreative{--fa:"\f36e"}.fa-y-combinator{--fa:"\f23b"}.fa-empire{--fa:"\f1d1"}.fa-envira{--fa:"\f299"}.fa-google-scholar{--fa:"\e63b"}.fa-square-gitlab{--fa:"\e5ae"}.fa-gitlab-square{--fa:"\e5ae"}.fa-studiovinari{--fa:"\f3f8"}.fa-pied-piper{--fa:"\f2ae"}.fa-wordpress{--fa:"\f19a"}.fa-product-hunt{--fa:"\f288"}.fa-firefox{--fa:"\f269"}.fa-linode{--fa:"\f2b8"}.fa-goodreads{--fa:"\f3a8"}.fa-square-odnoklassniki{--fa:"\f264"}.fa-odnoklassniki-square{--fa:"\f264"}.fa-jsfiddle{--fa:"\f1cc"}.fa-sith{--fa:"\f512"}.fa-themeisle{--fa:"\f2b2"}.fa-page4{--fa:"\f3d7"}.fa-hashnode{--fa:"\e499"}.fa-react{--fa:"\f41b"}.fa-cc-paypal{--fa:"\f1f4"}.fa-squarespace{--fa:"\f5be"}.fa-cc-stripe{--fa:"\f1f5"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-bitcoin{--fa:"\f379"}.fa-keycdn{--fa:"\f3ba"}.fa-opera{--fa:"\f26a"}.fa-itch-io{--fa:"\f83a"}.fa-umbraco{--fa:"\f8e8"}.fa-galactic-senate{--fa:"\f50d"}.fa-ubuntu{--fa:"\f7df"}.fa-draft2digital{--fa:"\f396"}.fa-stripe{--fa:"\f429"}.fa-houzz{--fa:"\f27c"}.fa-gg{--fa:"\f260"}.fa-dhl{--fa:"\f790"}.fa-square-pinterest{--fa:"\f0d3"}.fa-pinterest-square{--fa:"\f0d3"}.fa-xing{--fa:"\f168"}.fa-blackberry{--fa:"\f37b"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-playstation{--fa:"\f3df"}.fa-quinscape{--fa:"\f459"}.fa-less{--fa:"\f41d"}.fa-blogger-b{--fa:"\f37d"}.fa-opencart{--fa:"\f23d"}.fa-vine{--fa:"\f1ca"}.fa-signal-messenger{--fa:"\e663"}.fa-paypal{--fa:"\f1ed"}.fa-gitlab{--fa:"\f296"}.fa-typo3{--fa:"\f42b"}.fa-reddit-alien{--fa:"\f281"}.fa-yahoo{--fa:"\f19e"}.fa-dailymotion{--fa:"\e052"}.fa-affiliatetheme{--fa:"\f36b"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-bootstrap{--fa:"\f836"}.fa-odnoklassniki{--fa:"\f263"}.fa-nfc-symbol{--fa:"\e531"}.fa-mintbit{--fa:"\e62f"}.fa-ethereum{--fa:"\f42e"}.fa-speaker-deck{--fa:"\f83c"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-patreon{--fa:"\f3d9"}.fa-avianex{--fa:"\f374"}.fa-ello{--fa:"\f5f1"}.fa-gofore{--fa:"\f3a7"}.fa-bimobject{--fa:"\f378"}.fa-brave-reverse{--fa:"\e63d"}.fa-facebook-f{--fa:"\f39e"}.fa-square-google-plus{--fa:"\f0d4"}.fa-google-plus-square{--fa:"\f0d4"}.fa-web-awesome{--fa:"\e682"}.fa-mandalorian{--fa:"\f50f"}.fa-first-order-alt{--fa:"\f50a"}.fa-osi{--fa:"\f41a"}.fa-google-wallet{--fa:"\f1ee"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-periscope{--fa:"\f3da"}.fa-fulcrum{--fa:"\f50b"}.fa-cloudscale{--fa:"\f383"}.fa-forumbee{--fa:"\f211"}.fa-mizuni{--fa:"\f3cc"}.fa-schlix{--fa:"\f3ea"}.fa-square-xing{--fa:"\f169"}.fa-xing-square{--fa:"\f169"}.fa-bandcamp{--fa:"\f2d5"}.fa-wpforms{--fa:"\f298"}.fa-cloudversify{--fa:"\f385"}.fa-usps{--fa:"\f7e1"}.fa-megaport{--fa:"\f5a3"}.fa-magento{--fa:"\f3c4"}.fa-spotify{--fa:"\f1bc"}.fa-optin-monster{--fa:"\f23c"}.fa-fly{--fa:"\f417"}.fa-square-bluesky{--fa:"\e6a3"}.fa-aviato{--fa:"\f421"}.fa-itunes{--fa:"\f3b4"}.fa-cuttlefish{--fa:"\f38c"}.fa-blogger{--fa:"\f37c"}.fa-flickr{--fa:"\f16e"}.fa-viber{--fa:"\f409"}.fa-soundcloud{--fa:"\f1be"}.fa-digg{--fa:"\f1a6"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-letterboxd{--fa:"\e62d"}.fa-symfony{--fa:"\f83d"}.fa-maxcdn{--fa:"\f136"}.fa-etsy{--fa:"\f2d7"}.fa-facebook-messenger{--fa:"\f39f"}.fa-audible{--fa:"\f373"}.fa-think-peaks{--fa:"\f731"}.fa-bilibili{--fa:"\e3d9"}.fa-erlang{--fa:"\f39d"}.fa-x-twitter{--fa:"\e61b"}.fa-cotton-bureau{--fa:"\f89e"}.fa-dashcube{--fa:"\f210"}.fa-42-group{--fa:"\e080"}.fa-innosoft{--fa:"\e080"}.fa-stack-exchange{--fa:"\f18d"}.fa-elementor{--fa:"\f430"}.fa-square-pied-piper{--fa:"\e01e"}.fa-pied-piper-square{--fa:"\e01e"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-palfed{--fa:"\f3d8"}.fa-superpowers{--fa:"\f2dd"}.fa-resolving{--fa:"\f3e7"}.fa-xbox{--fa:"\f412"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-searchengin{--fa:"\f3eb"}.fa-tiktok{--fa:"\e07b"}.fa-square-facebook{--fa:"\f082"}.fa-facebook-square{--fa:"\f082"}.fa-renren{--fa:"\f18b"}.fa-linux{--fa:"\f17c"}.fa-glide{--fa:"\f2a5"}.fa-linkedin{--fa:"\f08c"}.fa-hubspot{--fa:"\f3b2"}.fa-deploydog{--fa:"\f38e"}.fa-twitch{--fa:"\f1e8"}.fa-flutter{--fa:"\e694"}.fa-ravelry{--fa:"\f2d9"}.fa-mixer{--fa:"\e056"}.fa-square-lastfm{--fa:"\f203"}.fa-lastfm-square{--fa:"\f203"}.fa-vimeo{--fa:"\f40a"}.fa-mendeley{--fa:"\f7b3"}.fa-uniregistry{--fa:"\f404"}.fa-figma{--fa:"\f799"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-dropbox{--fa:"\f16b"}.fa-instagram{--fa:"\f16d"}.fa-cmplid{--fa:"\e360"}.fa-upwork{--fa:"\e641"}.fa-facebook{--fa:"\f09a"}.fa-gripfire{--fa:"\f3ac"}.fa-jedi-order{--fa:"\f50e"}.fa-uikit{--fa:"\f403"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-phabricator{--fa:"\f3db"}.fa-ussunnah{--fa:"\f407"}.fa-earlybirds{--fa:"\f39a"}.fa-trade-federation{--fa:"\f513"}.fa-autoprefixer{--fa:"\f41c"}.fa-whatsapp{--fa:"\f232"}.fa-square-upwork{--fa:"\e67c"}.fa-slideshare{--fa:"\f1e7"}.fa-google-play{--fa:"\f3ab"}.fa-viadeo{--fa:"\f2a9"}.fa-line{--fa:"\f3c0"}.fa-google-drive{--fa:"\f3aa"}.fa-servicestack{--fa:"\f3ec"}.fa-simplybuilt{--fa:"\f215"}.fa-bitbucket{--fa:"\f171"}.fa-imdb{--fa:"\f2d8"}.fa-deezer{--fa:"\e077"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-jira{--fa:"\f7b1"}.fa-docker{--fa:"\f395"}.fa-screenpal{--fa:"\e570"}.fa-bluetooth{--fa:"\f293"}.fa-gitter{--fa:"\f426"}.fa-d-and-d{--fa:"\f38d"}.fa-microblog{--fa:"\e01a"}.fa-cc-diners-club{--fa:"\f24c"}.fa-gg-circle{--fa:"\f261"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-yandex{--fa:"\f413"}.fa-readme{--fa:"\f4d5"}.fa-html5{--fa:"\f13b"}.fa-sellsy{--fa:"\f213"}.fa-square-web-awesome{--fa:"\e683"}.fa-sass{--fa:"\f41e"}.fa-wirsindhandwerk{--fa:"\e2d0"}.fa-wsh{--fa:"\e2d0"}.fa-buromobelexperte{--fa:"\f37f"}.fa-salesforce{--fa:"\f83b"}.fa-octopus-deploy{--fa:"\e082"}.fa-medapps{--fa:"\f3c6"}.fa-ns8{--fa:"\f3d5"}.fa-pinterest-p{--fa:"\f231"}.fa-apper{--fa:"\f371"}.fa-fort-awesome{--fa:"\f286"}.fa-waze{--fa:"\f83f"}.fa-bluesky{--fa:"\e671"}.fa-cc-jcb{--fa:"\f24b"}.fa-snapchat{--fa:"\f2ab"}.fa-snapchat-ghost{--fa:"\f2ab"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-rust{--fa:"\e07a"}.fa-wix{--fa:"\f5cf"}.fa-square-behance{--fa:"\f1b5"}.fa-behance-square{--fa:"\f1b5"}.fa-supple{--fa:"\f3f9"}.fa-webflow{--fa:"\e65c"}.fa-rebel{--fa:"\f1d0"}.fa-css3{--fa:"\f13c"}.fa-staylinked{--fa:"\f3f5"}.fa-kaggle{--fa:"\f5fa"}.fa-space-awesome{--fa:"\e5ac"}.fa-deviantart{--fa:"\f1bd"}.fa-cpanel{--fa:"\f388"}.fa-goodreads-g{--fa:"\f3a9"}.fa-square-git{--fa:"\f1d2"}.fa-git-square{--fa:"\f1d2"}.fa-square-tumblr{--fa:"\f174"}.fa-tumblr-square{--fa:"\f174"}.fa-trello{--fa:"\f181"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-get-pocket{--fa:"\f265"}.fa-perbyte{--fa:"\e083"}.fa-grunt{--fa:"\f3ad"}.fa-weebly{--fa:"\f5cc"}.fa-connectdevelop{--fa:"\f20e"}.fa-leanpub{--fa:"\f212"}.fa-black-tie{--fa:"\f27e"}.fa-themeco{--fa:"\f5c6"}.fa-python{--fa:"\f3e2"}.fa-android{--fa:"\f17b"}.fa-bots{--fa:"\e340"}.fa-free-code-camp{--fa:"\f2c5"}.fa-hornbill{--fa:"\f592"}.fa-js{--fa:"\f3b8"}.fa-ideal{--fa:"\e013"}.fa-git{--fa:"\f1d3"}.fa-dev{--fa:"\f6cc"}.fa-sketch{--fa:"\f7c6"}.fa-yandex-international{--fa:"\f414"}.fa-cc-amex{--fa:"\f1f3"}.fa-uber{--fa:"\f402"}.fa-github{--fa:"\f09b"}.fa-php{--fa:"\f457"}.fa-alipay{--fa:"\f642"}.fa-youtube{--fa:"\f167"}.fa-skyatlas{--fa:"\f216"}.fa-firefox-browser{--fa:"\e007"}.fa-replyd{--fa:"\f3e6"}.fa-suse{--fa:"\f7d6"}.fa-jenkins{--fa:"\f3b6"}.fa-twitter{--fa:"\f099"}.fa-rockrms{--fa:"\f3e9"}.fa-pinterest{--fa:"\f0d2"}.fa-buffer{--fa:"\f837"}.fa-npm{--fa:"\f3d4"}.fa-yammer{--fa:"\f840"}.fa-btc{--fa:"\f15a"}.fa-dribbble{--fa:"\f17d"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-internet-explorer{--fa:"\f26b"}.fa-stubber{--fa:"\e5c7"}.fa-telegram{--fa:"\f2c6"}.fa-telegram-plane{--fa:"\f2c6"}.fa-old-republic{--fa:"\f510"}.fa-odysee{--fa:"\e5c6"}.fa-square-whatsapp{--fa:"\f40c"}.fa-whatsapp-square{--fa:"\f40c"}.fa-node-js{--fa:"\f3d3"}.fa-edge-legacy{--fa:"\e078"}.fa-slack{--fa:"\f198"}.fa-slack-hash{--fa:"\f198"}.fa-medrt{--fa:"\f3c8"}.fa-usb{--fa:"\f287"}.fa-tumblr{--fa:"\f173"}.fa-vaadin{--fa:"\f408"}.fa-quora{--fa:"\f2c4"}.fa-square-x-twitter{--fa:"\e61a"}.fa-reacteurope{--fa:"\f75d"}.fa-medium{--fa:"\f23a"}.fa-medium-m{--fa:"\f23a"}.fa-amilia{--fa:"\f36d"}.fa-mixcloud{--fa:"\f289"}.fa-flipboard{--fa:"\f44d"}.fa-viacoin{--fa:"\f237"}.fa-critical-role{--fa:"\f6c9"}.fa-sitrox{--fa:"\e44a"}.fa-discourse{--fa:"\f393"}.fa-joomla{--fa:"\f1aa"}.fa-mastodon{--fa:"\f4f6"}.fa-airbnb{--fa:"\f834"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-buy-n-large{--fa:"\f8a6"}.fa-gulp{--fa:"\f3ae"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-strava{--fa:"\f428"}.fa-ember{--fa:"\f423"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-teamspeak{--fa:"\f4f9"}.fa-pushed{--fa:"\f3e1"}.fa-wordpress-simple{--fa:"\f411"}.fa-nutritionix{--fa:"\f3d6"}.fa-wodu{--fa:"\e088"}.fa-google-pay{--fa:"\e079"}.fa-intercom{--fa:"\f7af"}.fa-zhihu{--fa:"\f63f"}.fa-korvue{--fa:"\f42f"}.fa-pix{--fa:"\e43a"}.fa-steam-symbol{--fa:"\f3f6"}/*!
 * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:host,:root{--fa-style-family-classic:'Font Awesome 6 Free';--fa-font-regular:normal 400 1em/1 'Font Awesome 6 Free'}@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}/*!
 * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:host,:root{--fa-style-family-classic:'Font Awesome 6 Free';--fa-font-solid:normal 900 1em/1 'Font Awesome 6 Free'}@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-cyrillic-ext-italic.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-cyrillic-italic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-greek-ext-italic.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-greek-italic.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-vietnamese-italic.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-latin-ext-italic.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-latin-italic.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-cyrillic-ext-italic.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-cyrillic-italic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-greek-ext-italic.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-greek-italic.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-vietnamese-italic.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-latin-ext-italic.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-latin-italic.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-cyrillic-ext-italic.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-cyrillic-italic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-greek-ext-italic.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-greek-italic.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-vietnamese-italic.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-latin-ext-italic.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-latin-italic.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-cyrillic-ext-normal.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-cyrillic-normal.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-greek-ext-normal.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-greek-normal.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-vietnamese-normal.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-latin-ext-normal.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-300-latin-normal.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-cyrillic-ext-normal.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-cyrillic-normal.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-greek-ext-normal.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-greek-normal.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-vietnamese-normal.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-latin-ext-normal.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-400-latin-normal.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-cyrillic-ext-normal.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-cyrillic-normal.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-greek-ext-normal.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-greek-normal.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-vietnamese-normal.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-latin-ext-normal.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/custom/Roboto_Condensed-700-latin-normal.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'DejaVu Sans Condensed Custom';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/dejavu/DejaVuSansCondensed.woff2) format('woff2');unicode-range:U+1E00-1EFF}@font-face{font-family:'DejaVu Sans Condensed Custom';font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/dejavu/DejaVuSans-ExtraLight.woff2) format('woff2');unicode-range:U+1E00-1EFF}@media print,screen and (min-width:48em){.reveal,.reveal.large,.reveal.small,.reveal.tiny{right:auto;left:auto;margin:0 auto}}header{margin-bottom:.3125rem}header .header__top{position:relative;padding:.625rem 0 .625rem 0}@media print,screen and (min-width:48em){header .header__top{padding:1.25rem 0 1.25rem 0}}header .header__top .small-nav-toggle{float:left}header .header__top .small-nav-toggle button{cursor:pointer;color:#000}header .header__top>.columns{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-column-gap:15px;grid-row-gap:0}header .header__top .header__top__search{width:11.25rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}header .header__top .header__top__search .header__top__search__icon{display:table-cell;vertical-align:top;margin-right:5px}header .header__top .header__top__search .header__top__search__icon a:hover{text-decoration:none;background:0 0}header .header__top .header__top__search .header__top__search__term{display:table-cell;font-size:.875rem;border:none;-webkit-box-shadow:none;box-shadow:none;padding:0;vertical-align:top;height:1.5rem;margin:0 0 0 .5rem}header .header__top .header__top__search .header__top__search__term::-webkit-input-placeholder{text-transform:uppercase}header .header__top .header__top__search .header__top__search__term::-moz-placeholder{text-transform:uppercase}header .header__top .header__top__search .header__top__search__term:-ms-input-placeholder{text-transform:uppercase}header .header__top .header__top__search .header__top__search__term::-ms-input-placeholder{text-transform:uppercase}header .header__top .header__top__search .header__top__search__term::placeholder{text-transform:uppercase}header .header__top .header__top__search .header__top__search__term::-webkit-input-placeholder{text-transform:uppercase}header .header__top .header__top__search .header__top__search__term:-moz-placeholder{text-transform:uppercase}header .header__top .header__top__search .header__top__search__term::-moz-placeholder{text-transform:uppercase}header .header__top .header__top__search .header__top__search__term:-ms-input-placeholder{text-transform:uppercase}header .header__top .header__top__search .header__top__search__term:focus-visible{outline:revert}header .header__top .header__top__search .fa-search{font-size:1.5rem;color:#2d2d2d}header .header__top .header__top__logo{width:102px;margin:auto}header .header__top .header__top__logo a{display:block;margin-top:2px;margin-bottom:-2px}header .header__top .header__top__logo a img{width:100%;height:auto}@media print,screen and (min-width:48em){header .header__top .header__top__logo{margin:auto;width:128px}}header .header__top .header__top__login{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:center;margin-top:2px}@media print,screen and (min-width:48em){header .header__top .header__top__nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}header .header__top .header__top__nav>.menu{display:inline-block}header .header__top .header__top__nav>.menu>li{display:table-cell;vertical-align:top}}header .header__top .header__top__nav li.item{font-size:.875rem;font-weight:300}@media print,screen and (min-width:48em){header .header__top .header__top__nav li.item{font-size:.6875rem;font-weight:400;margin:0;padding:0;border-right:1px solid #767676}header .header__top .header__top__nav li.item:last-child{border-right:none}header .header__top .header__top__nav li.item a{cursor:pointer}}@media print,screen and (min-width:48em){header .header__top .header__top__nav li.item.open:before,header .header__top .header__top__nav li.item:focus-within:has(.context):before,header .header__top .header__top__nav li.item:hover:has(.context):before{line-height:1;content:"\f0d7";font-family:"Font Awesome 6 Free";font-weight:900;font-size:1.25rem;color:#b7b7b7;text-decoration:none;pointer-events:none;position:absolute;z-index:11500;margin-top:.5rem;margin-left:-.4375rem}}@media print,screen and (min-width:48em) and (min-width:64em){header .header__top .header__top__nav li.item.open:before,header .header__top .header__top__nav li.item:focus-within:has(.context):before,header .header__top .header__top__nav li.item:hover:has(.context):before{margin-top:.6875rem}}@media print,screen and (min-width:48em){header .header__top .header__top__nav li.item.open>a,header .header__top .header__top__nav li.item:focus-within:has(.context)>a,header .header__top .header__top__nav li.item:hover:has(.context)>a{cursor:default}header .header__top .header__top__nav li.item.open .header__top__nav__context,header .header__top .header__top__nav li.item:focus-within:has(.context) .header__top__nav__context,header .header__top .header__top__nav li.item:hover:has(.context) .header__top__nav__context{display:block}}header .header__top .header__top__nav li.item:last-child a{padding-right:0}@media print,screen and (min-width:48em){header .header__top .header__top__nav li.item>a{padding:0 .25rem 0 .25rem;overflow:hidden}}@media screen and (min-width:56.25em){header .header__top .header__top__nav li.item{font-size:.875rem}}header .header__top .header__top__nav .header__top__nav__context{display:none;position:absolute;top:.375rem;padding-top:.5625rem;left:0;z-index:11000;width:100%}header .header__top .header__top__nav .header__top__nav__context .header__top__nav__context__menu{background-color:#fff;border:1px solid #e5e5e5;padding:.9375rem}header .header__top .header__top__nav .header__top__nav__context .header__top__nav__context__menu li{display:block;line-height:100%;margin-bottom:.4375rem;padding:0;font-weight:300;text-align:left;border-right:none;white-space:nowrap}header .header__top .header__top__nav .header__top__nav__context .header__top__nav__context__menu li:last-child{margin-bottom:0}header .header__top .header__top__nav .header__top__nav__context .header__top__nav__context__menu li a{display:inline;text-decoration:none;text-align:left;padding:0}@media screen and (min-width:56.25em){header .header__top .header__top__nav .header__top__nav__context{top:.5625rem}}header .header__middle{border-top:1px solid #e5e5e5;padding:5px 0}header .header__middle .menu-horizontal{font-size:.6875rem}header .header__middle .menu-horizontal li a{display:inline-block;padding:0 .3125rem;border-right:.0625rem solid #878787}header .header__middle .menu-horizontal li:last-child a{border-right:none}header .header__bottom{border-top:1px solid #e5e5e5}@media print,screen and (min-width:48em){header .header__bottom{border:none}}header .header__bottom h2{text-align:left;font-size:.875rem;font-weight:400}@media screen and (min-width:56.25em){header .header__bottom h2{font-size:1rem}}header .header__bottom #nav{display:none;border-bottom:1px solid #e5e5e5}@media print,screen and (min-width:48em){header .header__bottom #nav{display:block;border:none}}header .header__bottom .header__bottom__nav{position:relative;line-height:100%;text-align:left;padding-top:.4375rem;padding-bottom:.4375rem}header .header__bottom .header__bottom__nav .menu li{display:block;margin-bottom:.625rem}@media print,screen and (min-width:48em){header .header__bottom .header__bottom__nav{text-align:center;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}header .header__bottom .header__bottom__nav .menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}header .header__bottom .header__bottom__nav .menu>li{display:table-cell;vertical-align:top}}header .header__bottom .header__bottom__nav li.item{font-size:.875rem;font-weight:300}header .header__bottom .header__bottom__nav li.item>a{padding:0;border:none;text-decoration:none;overflow:hidden}header .header__bottom .header__bottom__nav li.item:hover>a{color:#000}@media print,screen and (min-width:48em){header .header__bottom .header__bottom__nav li.item{font-size:.6875rem;font-weight:400;margin:0;padding:0;border-right:1px solid #767676}header .header__bottom .header__bottom__nav li.item:last-child{border-right:none}header .header__bottom .header__bottom__nav li.item>a{padding:0 .4375rem 0 .4375rem}}@media screen and (min-width:56.25em){header .header__bottom .header__bottom__nav li.item{font-size:.875rem}}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context{display:none;max-width:980px;width:100%;position:absolute;left:0;top:.1875rem;margin-top:.5rem;padding-top:.4375rem;z-index:1200}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap{width:100%;position:relative;float:left;background-color:#fff;border:1px solid #e5e5e5}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap a{display:inline;text-decoration:none;padding:0}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__menu{float:left;width:17%;min-height:16.25rem;border-right:1px solid #e5e5e5;padding:1.25rem 1.25rem 0 1.25rem}@media screen and (min-width:56.25em){header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__menu{min-height:17.5rem}}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__menu li{line-height:100%;margin-bottom:.4375rem;font-weight:300;text-align:left}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__menu li:last-child{margin-bottom:1.25rem}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__cover{float:left;width:20%;min-height:16.25rem;padding:1.25rem 1.25rem 0 1.25rem;border-right:1px solid #e5e5e5}@media screen and (min-width:56.25em){header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__cover{min-height:17.5rem}}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__news{float:left;width:63%;min-height:16.25rem;padding:1.25rem 1.25rem 0 1.25rem}@media screen and (min-width:56.25em){header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__news{min-height:17.5rem}}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__news li{text-align:left;text-transform:none;font-size:.875rem;font-weight:300;margin-bottom:.4375rem;line-height:100%}@media screen and (min-width:56.25em){header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__news li{font-size:1rem}}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context.astro .header__bottom__nav__context__cover,header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context.astro .header__bottom__nav__context__menu,header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context.astro .header__bottom__nav__context__news{min-height:16.875rem}@media screen and (min-width:56.25em){header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context.astro .header__bottom__nav__context__cover,header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context.astro .header__bottom__nav__context__menu,header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context.astro .header__bottom__nav__context__news{min-height:19.375rem}}@media screen and (min-width:56.25em){header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context{top:.375rem;margin-top:.5rem;padding-top:.4375rem}}header .header__bottom .header__bottom__search{padding:1rem 0 .5625rem 0}header .header__bottom .header__bottom__search .input-group{margin:0}header .header__bottom .header__bottom__search .header__bottom__search__term{height:1.875rem;font-size:.9rem;border:.0625rem solid #e5e5e5;border-left:none}header .header__bottom .header__bottom__search .header__bottom__search__term:focus-visible{outline:revert}header .header__bottom .header__bottom__search .header__bottom__search__icon{display:table-cell;border:.0625rem solid #e5e5e5;border-right:none;padding:0 0 0 .3125rem;width:1rem;vertical-align:middle}@media print,screen and (min-width:48em){header:not(.shop) .header__bottom .header__bottom__nav li.item.open:before,header:not(.shop) .header__bottom .header__bottom__nav li.item:focus-within:before,header:not(.shop) .header__bottom .header__bottom__nav li.item:hover:before{line-height:1;content:"\f0d7";font-family:"Font Awesome 6 Free";font-weight:900;font-size:1.25rem;color:#b7b7b7;text-decoration:none;position:absolute;z-index:1500;margin-top:.6875rem;margin-left:-.4375rem}header:not(.shop) .header__bottom .header__bottom__nav li.item.open .header__bottom__nav__context,header:not(.shop) .header__bottom .header__bottom__nav li.item:focus-within .header__bottom__nav__context,header:not(.shop) .header__bottom .header__bottom__nav li.item:hover .header__bottom__nav__context{display:block}}@media screen and (min-width:56.25em){header:not(.shop) .header__bottom .header__bottom__nav li.item.open:before,header:not(.shop) .header__bottom .header__bottom__nav li.item:focus-within:before,header:not(.shop) .header__bottom .header__bottom__nav li.item:hover:before{margin-top:.875rem}}header.shop .header__top{padding:.75rem 0 .75rem 0}@media print,screen and (min-width:48em){header.shop .header__top{padding:1.25rem 0 1.25rem 0}}header.shop .header__top .cart{position:absolute;right:1rem;top:.625rem;padding:.25rem .375rem;background-color:#e73395;border-radius:.25rem}header.shop .header__top .cart .badge{position:absolute;right:-9px;top:13px;font-weight:700}header.shop .header__top .header__top__logo{width:124px;margin:auto}header.shop .header__top .header__top__logo a{display:block}header.shop .header__top .header__top__logo a img{width:100%;height:auto}@media print,screen and (min-width:48em){header.shop .header__top .header__top__logo{margin:auto;width:156px}}header.shop .header__bottom .header__bottom__nav>.menu{-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}header.shop .header__bottom .header__bottom__nav>.menu li.item:first-child a{padding-left:0}header.shop .header__bottom .header__bottom__nav>.menu li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__menu{width:21%}header.shop .header__bottom .header__bottom__nav>.menu li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__cover{width:20%}header.shop .header__bottom .header__bottom__nav>.menu li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__news{width:59%}@media print,screen and (min-width:48em){header.shop .header__bottom .header__bottom__nav>.menu li.item{font-size:.625rem}}@media screen and (min-width:51.875em){header.shop .header__bottom .header__bottom__nav>.menu li.item{font-size:.6875rem}}@media screen and (min-width:55em){header.shop .header__bottom .header__bottom__nav>.menu li.item{font-size:.75rem}}@media screen and (min-width:58.75em){header.shop .header__bottom .header__bottom__nav>.menu li.item{font-size:.8125rem}}@media print,screen and (min-width:64em){header.shop .header__bottom .header__bottom__nav>.menu li.item{font-size:.875rem}}header.shop .header__bottom .header__bottom__nav .drilldown .is-drilldown-submenu a{padding:0}header.shop .header__bottom .header__bottom__nav .cart{position:absolute;right:0;top:-.0625rem;padding:.25rem;background-color:#e73395}@media print,screen and (min-width:48em){header.shop .header__bottom .header__bottom__nav .cart{padding:.25rem .25rem .1875rem .25rem}}@media screen and (min-width:51.875em){header.shop .header__bottom .header__bottom__nav .cart{padding:.25rem}}@media screen and (min-width:55em){header.shop .header__bottom .header__bottom__nav .cart{padding:.25rem .3125rem .3125rem .3125rem}}@media screen and (min-width:58.75em){header.shop .header__bottom .header__bottom__nav .cart{padding:.3125rem}}@media print,screen and (min-width:64em){header.shop .header__bottom .header__bottom__nav .cart{padding:.3125rem .3125rem .375rem .3125rem}}header.shop .header__bottom .header__bottom__nav .cart .badge{position:absolute;right:-9px;top:13px;font-weight:700}.comments{margin-top:2.5rem;margin-bottom:1.25rem}.comments .comments__header{overflow:hidden;border-top:1px solid #e5e5e5;padding-top:.625rem}.comments .comments__header .comments__header__caption{float:left;text-transform:uppercase}.comments .comments__header .comments__header__expand{float:right;color:#767676;cursor:pointer;font-size:.875rem;text-transform:uppercase;margin-top:.375rem;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.comments .comments__header .comments__header__expand .fas{padding-left:.3125rem}@media print,screen and (min-width:48em){.comments .comments__header .comments__header__expand{font-size:1.125rem}}.comments .comments__body{border-bottom:1px solid #e5e5e5}.comments .comments__body .comments__body__wrapper{display:none;margin-top:.625rem}.comments .comments__body .comments__body__wrapper .comments__list{clear:both}.comments .comments__body .comments__body__wrapper .comments__list .comments__list__comment{margin-bottom:1.875rem}.comments .comments__body .comments__body__wrapper .comments__list .comments__list__comment h4{font-weight:700;margin-bottom:0}.comments .comments__body .comments__body__wrapper .comments__list .comments__list__comment .comment__meta{font-weight:400}.comments .comments__body .comments__body__wrapper .comments__list .comments__list__comment .comment__body__answer{background-color:#e5e5e5;padding:.9375rem}.comments .comments__body .comments__body__wrapper .comments__list .comments__list__comment .comment__body__answer span.comment__body__answer__header{display:block;font-size:.875rem;font-weight:400;text-align:right;margin-bottom:.9375rem}.comments .comments__body .comments__body__wrapper .comments__list .comments__list__comment .comment__body__answer p{font-size:.9375rem;line-height:1.2}.comments .comments__body .comments__body__wrapper .comments__form{clear:both}.comments .comments__body .comments__body__wrapper .comments__form .netiquette{margin-bottom:.9375rem}.comments .comments__body .comments__body__wrapper .comments__form .netiquette p.show{font-size:.875rem}.comments-list-wrapper .comments-list-comment,.comments-list-wrapper .comments-list__form{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid #e5e5e5}.comments-list-wrapper .comments-list-comment__title{margin-bottom:0}.comments-list-wrapper .comments-list-comment__meta{font-weight:400}.comments-list-wrapper .comments-list-comment__answer{background-color:#e5e5e5;padding:.9375rem;margin-top:1.25rem}.comments-list-wrapper .comments-list-comment__answer span{display:block;font-size:.875rem;font-weight:400;text-align:right;margin-bottom:.9375rem}.comments-list-wrapper .comments-list-comment__answer p{font-size:.9375rem;line-height:1.2}.comments-list-wrapper .jumplist li a{min-width:2.1875rem;width:auto;line-height:1}.reveal-comments{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.reveal-comments h3{font-size:1.125rem;font-weight:600;margin-bottom:.9375rem}.reveal-comments .reveal-comments-list{list-style:none;margin-bottom:0;margin-left:0;padding-bottom:1.875rem;overflow-y:auto;-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0}.reveal-comments .reveal-comments-list .comment{background-color:#fff;padding:.5rem;border-radius:.5rem;margin-bottom:.5rem}.reveal-comments .reveal-comments-list .comment .comment-text{font-size:.875rem;font-weight:400;line-height:1.125rem}.reveal-comments .reveal-comments-list .comment .comment-author{display:inline-block;margin-right:.25rem;font-weight:600;color:#2d2d2d}.reveal-comments .reveal-comments-list .comment .comment-date{font-size:.8125rem;font-weight:400;color:#767676}.reveal-comments .reveal-comments-list .comment:last-child{margin-bottom:0}.reveal-comments .reveal-comments-list .comment.netiquette .comment-text p{font-size:.875rem;line-height:1.2}.reveal-comments .reveal-comments-list .comment.netiquette .comment-text p a{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.reveal-comments .reveal-comments-list .comment.netiquette .comment-text p.show{font-size:.75rem}.reveal-comments .reveal-comments-form{position:relative;background-color:#fff;padding:.9375rem;margin:-.9375rem;-webkit-box-shadow:0 -2px 20px -10px rgba(0,0,0,.6);box-shadow:0 -2px 20px -10px rgba(0,0,0,.6)}.reveal-comments .reveal-comments-form input[type=email],.reveal-comments .reveal-comments-form input[type=text],.reveal-comments .reveal-comments-form textarea{font-size:.875rem;margin-bottom:.5rem}.reveal-comments .reveal-comments-form input[type=email],.reveal-comments .reveal-comments-form input[type=text]{height:2rem}.reveal-comments .reveal-comments-form textarea{min-height:4rem}.reveal-comments .reveal-comments-form button{margin-bottom:0}.reveal-comments .reveal-comments-form.result{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:.875rem;gap:1rem}.reveal-comments .reveal-comments-form.result.success .fa-check{background-color:#39b70e;color:#fff;padding:1rem;border-radius:.5rem}.reveal-comments .reveal-comments-form.result.success .message h4{font-size:.875rem;font-weight:600}.reveal-comments .reveal-comments-form.result.error{color:#e73395}.netiquette p{margin-bottom:0}.netiquette p a{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.netiquette p:last-child{display:none}.netiquette p:last-child.show{display:block;background-color:#f0f0f0;padding:.5rem;border-radius:.5rem;margin-top:.5rem}.content{padding:.9375rem 0 .9375rem 0}.content h1 .content__title,.content h2{font-size:1.75rem;font-weight:600;line-height:1.1}@media print,screen and (min-width:48em){.content h1 .content__title,.content h2{font-size:3rem}}.content h3{font-weight:400}.content h1 .content__kicker,.content h1 .content__title,.content h2 .content__kicker,.content h2 .content__title{display:block}.content.pw-premium{max-height:1000px;overflow:hidden;position:relative}.content.pw-premium:before{content:"";position:absolute;background-image:-webkit-gradient(linear,left bottom,left top,from(var(--background-color-page-wrap)),color-stop(15%,rgba(0,0,0,0)),to(rgba(0,0,0,0)));background-image:linear-gradient(0deg,var(--background-color-page-wrap) 0,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 100%);top:0;left:0;right:0;bottom:0;z-index:1}.content .medium-8 .content__author__info__background a,.content .medium-8 li a,.content .medium-8 p a,.content .small-8 .content__author__info__background a,.content .small-8 li a,.content .small-8 p a{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.content .medium-8 .content__author__info__background a:hover,.content .medium-8 li a:hover,.content .medium-8 p a:hover,.content .small-8 .content__author__info__background a:hover,.content .small-8 li a:hover,.content .small-8 p a:hover{color:#767676;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#767676;text-decoration-color:#767676}@media print,screen and (min-width:64em){.content #start{clear:right;float:right;max-width:65%;margin:.625rem -10rem 0 1.25rem}}.content .toc-jump{margin:-.5rem 0 2rem 0}.content .toc-jump a{background-image:none;font-size:1rem}.content .toc-jump a i{color:#2d2d2d;padding-right:.25rem}.content .toc-jump a span{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.content .toc-jump a span:hover{color:#767676;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#767676;text-decoration-color:#767676}.content .toc-jump a:hover{background-image:none}@media print,screen and (min-width:48em){.content{font-size:1.25rem}}.content .breadcrumbs{position:absolute;left:-9999px;margin-bottom:1.25rem}.content .breadcrumbs li{font-size:.875rem;text-transform:none}.content .breadcrumbs li:not(:last-child)::after{content:"»";top:0;margin:0 .3125rem 0 .3125rem}.content .breadcrumbs li a{color:#000}.content .breadcrumbs li h1{display:inline;font-size:.875rem;margin:0}@media print,screen and (min-width:48em){.content .breadcrumbs{position:relative;left:auto}}.content .login-hint,.content .subscription-hint{overflow:hidden;font-size:.6875rem;line-height:1;margin-bottom:1.25rem}.content .login-hint span:not(#audio_duration),.content .subscription-hint span:not(#audio_duration){float:left;display:block;padding:.5rem .75rem .5rem .75rem;background-color:#e73395;color:#fff;text-transform:uppercase;font-weight:400}.content .login-hint .subscription-text,.content .subscription-hint .subscription-text{float:left;padding:.5rem .75rem .5rem .75rem;background-color:#2d2d2d;color:#fff}@media print,screen and (min-width:48em){.content .login-hint,.content .subscription-hint{font-size:.875rem}}.content aside .content__meta{float:left;padding-right:.625rem;margin-bottom:.9375rem}.content aside .content__meta li.item{clear:right;position:relative;display:block;line-height:1.1;font-size:.875rem;float:left;border-left:1px solid #767676;margin-left:.3125rem;padding-left:.3125rem}.content aside .content__meta li.item:first-child{border:none;margin-left:0;padding-left:0}@media print,screen and (min-width:48em){.content aside .content__meta li.item{float:right;margin:0;padding:0;border:none}}.content aside .content__meta li.item.content__meta__category,.content aside .content__meta li.item.content__meta__date,.content aside .content__meta li.item.content__meta__date_updated{font-weight:900}@media print,screen and (min-width:48em){.content aside .content__meta li.item.context:hover:before{content:"\f0d7";font-family:"Font Awesome 6 Free";font-weight:900;font-size:1.25rem;color:#b7b7b7;text-decoration:none;position:absolute;z-index:10;top:1.0625rem;margin-left:.75rem}.content aside .content__meta li.item.context:hover .content__meta__share__context{display:block}}@media print,screen and (min-width:48em){.content aside .content__meta li.item>a{padding:0}}.content aside .content__meta .content__meta__share__context{display:none;position:absolute;top:.9375rem;left:0;padding-top:.625rem}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu{background-color:#fff;border:1px solid #e5e5e5;padding:.625rem}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li{display:table-cell;font-size:1.75rem;padding-right:.3125rem}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li a{color:#767676;padding:0}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li a:hover{color:#000}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li a:hover .fa-facebook-square{color:#334f8d}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li a:hover .fa-square-bluesky{color:#208bfe}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li a:hover .fa-square-x-twitter,.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li a:hover .fa-twitter-square{color:#1a97f0}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li a:hover .fa-xing-square{color:#005a5c}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li a:hover .fa-linkedin{color:#0a66c2}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li a:hover .fa-envelope-square{color:#629b33}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li a:hover .fa-get-pocket{color:#ef4056}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked{vertical-align:top}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked .fa-stack{width:1em;max-width:24.5px;height:1em;line-height:1em;vertical-align:top}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked .fa-stack>.fa-brands,.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked .fa-stack>.fab,.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked .fa-stack>.far,.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked .fa-stack>.fas{max-width:24.5px;left:.5px}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked .fa-stack>.fa-flipboard{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked .fa-stack>.fa-get-pocket{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked.flipboard a:hover .fa-stack{color:#f52828}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked.pocket a:hover .fa-stack{color:#ef4056}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked.pocket a:hover .fa-stack .fa-get-pocket{color:#fff}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li:last-child{padding-right:0}@media print,screen and (min-width:48em){.content aside .content__meta{border-right:1px solid #e5e5e5;float:right;margin-right:0}}.content .content__social{font-size:.75rem;margin-top:.3125rem}@media print,screen and (min-width:48em){.content .content__social{font-size:.875rem}}.content .content__kicker{line-height:1;margin-bottom:.25rem;text-transform:uppercase;font-weight:400;font-size:.75rem;color:#767676}@media print,screen and (min-width:48em){.content .content__kicker{font-size:.9375rem}}.content .content__kicker .fa-square-plus{color:#e73395;background:radial-gradient(circle,#fff 0,#fff 1%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%)}.content .content__intro{margin-bottom:.75rem}@media print,screen and (min-width:48em){.content .content__subtitle{margin-bottom:1.875rem}}.content .content__author{font-size:.875rem}@media print,screen and (min-width:48em){.content .content__author{font-size:1rem}}.content iframe[id^=datawrapper]{margin-top:.9375rem;margin-bottom:1.5625rem}.content .content__sticky_text{padding-top:.625rem}.content .image__article{margin-bottom:1.5625rem;padding:.9375rem 0 0 0}.content .image__article figcaption .image-text,.content .image__article+figcaption .image-text{font-size:.875rem;font-weight:700}.content .image__article figcaption .image-text span,.content .image__article+figcaption .image-text span{display:inline-block;padding-right:.3125rem;margin-right:.3125rem;border-right:1px solid #2d2d2d;line-height:100%}.content .image__article figcaption .image-text a,.content .image__article+figcaption .image-text a{color:currentColor;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}@media print,screen and (min-width:48em){.content .image__article figcaption .image-text,.content .image__article+figcaption .image-text{font-size:1rem}}.content .image__article figcaption .image-social,.content .image__article+figcaption .image-social{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:.875rem;margin-top:1rem;padding:.5rem 0 .5rem 0;border-top:1px dotted #aaa;border-bottom:1px dotted #aaa}.content .image__article figcaption .image-social>.columns .br-theme-fontawesome-stars-o .br-widget,.content .image__article+figcaption .image-social>.columns .br-theme-fontawesome-stars-o .br-widget{height:auto;margin-top:.125rem;margin-bottom:0}.content .image__article figcaption .image-social>.columns .br-theme-fontawesome-stars-o .br-widget a,.content .image__article+figcaption .image-social>.columns .br-theme-fontawesome-stars-o .br-widget a{font-size:1rem}.content .image__article figcaption .image-social>.columns span,.content .image__article+figcaption .image-social>.columns span{display:block;line-height:1;font-weight:600}.content .image__article figcaption .image-social>.columns .rating-text,.content .image__article+figcaption .image-social>.columns .rating-text{margin-top:.125rem}.content .image__article figcaption .image-social>.columns .small-12:last-child,.content .image__article+figcaption .image-social>.columns .small-12:last-child{margin-top:.5rem}@media print,screen and (min-width:48em){.content .image__article figcaption .image-social>.columns .small-12:last-child,.content .image__article+figcaption .image-social>.columns .small-12:last-child{margin-top:0}}.content .image__article figcaption .image-social .small-2 .image-comments .comments-reveal,.content .image__article+figcaption .image-social .small-2 .image-comments .comments-reveal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end;gap:.25rem;font-size:1.25rem;cursor:pointer}.content .image__article figcaption .medium-9 .image-copyright,.content .image__article figcaption .medium-9 .image-text,.content .image__article+figcaption .medium-9 .image-copyright,.content .image__article+figcaption .medium-9 .image-text{padding-right:.9375rem;padding-left:.9375rem}.content .image__article.image__article__top{margin-bottom:.625rem}.content .image__article.image__article__top figcaption{position:relative}.content .image__article.image__article__top figcaption .fa-angle-double-down{position:absolute;left:.9375rem;top:-1.625rem;background-color:#fff;padding:5px 8px;cursor:pointer}@media print,screen and (min-width:48em){.content .image__article.image__article__top figcaption .fa-angle-double-down{display:none}}.content .image__article.image__article__top figcaption .image-text{display:none;line-height:1.2}.content .image__article.image__article__top figcaption .image-text.show{display:block;margin-bottom:.9375rem}@media print,screen and (min-width:48em){.content .image__article.image__article__top figcaption .image-text{display:block;margin-bottom:1.5625rem}}.content .image__article.image__article__top video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media print,screen and (min-width:48em){.content .image__article.image__article__right{float:right;width:60%;margin-right:-10rem;margin-left:1.25rem}.content .image__article.image__article__right figcaption{line-height:1.2}}@media print,screen and (min-width:48em){.content .image__article.image__article__left{float:left;width:60%;margin-right:1.25rem;margin-left:-10rem}.content .image__article.image__article__left figcaption{line-height:1.2}}.content .image__article img.lazy{max-height:315px;width:100%}.content audio{width:100%}.content .content__video{background-color:#000;color:#fff;margin-bottom:1.875rem;padding-bottom:1.25rem}.content .content__video .content__video__licence{font-size:.5625rem;margin-bottom:.625rem;text-transform:uppercase}.content .content__video .content__video__licence a{color:#fff}.content .content__video .content__video__licence br{display:none}.content .content__video .content__video__title{text-transform:uppercase;font-weight:400;margin-bottom:.3125rem}.content .content__video .content__video__text{font-size:1rem;line-height:1.4}.content .content__video .content__video__text .meta{margin-bottom:.625rem;overflow:hidden}.content .content__video .content__video__text .meta p{float:left;font-size:.75rem;line-height:1;margin:auto;padding:0 .3125rem;border-left:1px solid #fff}.content .content__video .content__video__text .meta p:first-child{border-left:0;padding-left:0}@media print,screen and (min-width:48em){.content .content__video .content__video__text .meta p{font-size:1rem}}.content .content__video .content__video__text p{margin-bottom:0}.content .content__video .content__video__text a{background-image:none;color:#fff;text-decoration:underline}@media print,screen and (min-width:48em){.content .content__video .content__video__text{font-size:1.125rem}}.content .content__video .responsive-embed{margin-bottom:0}.content .content__video .responsive-embed.flowplayer{margin-bottom:-.3125rem}.content .content__video .responsive-embed iframe{border:none}@media print,screen and (min-width:48em){.content .content__video{margin-top:.9375rem;padding:1.25rem}}.content .content__glance{background-color:#ffe33a;color:#000;padding:1.25rem;margin-bottom:.9375rem}.content .content__glance .content__glance__header{font-size:1.25rem;line-height:1;margin-bottom:.3125rem;text-transform:uppercase}@media print,screen and (min-width:48em){.content .content__glance .content__glance__header{font-size:2.125rem}}.content .content__glance .content__glance__title{font-size:1.25rem;line-height:1;margin-bottom:1.25rem;font-weight:700;text-transform:uppercase}@media print,screen and (min-width:48em){.content .content__glance .content__glance__title{font-size:2.125rem}}.content .content__glance .content__glance__list{counter-reset:li;list-style:none;margin-bottom:0}.content .content__glance .content__glance__list li{line-height:1.25;position:relative;padding-left:1.25rem;margin-bottom:1.25rem}.content .content__glance .content__glance__list li:before{content:counter(li);counter-increment:li;margin:-.25rem 1.25rem 1.875rem -1.25rem;font-size:1.75rem;font-weight:700;position:absolute;left:0;top:0;display:block}@media print,screen and (min-width:48em){.content .content__glance .content__glance__list li:before{font-size:2.375rem}}.content .content__glance .content__glance__list li:last-child{margin-bottom:0}.content .content__glance .content__glance__list li:last-child:before{margin-bottom:0}.content .content__glance .content__glance__list li p{line-height:1.25}.content .content__glance .content__glance__list li p:last-child{margin-bottom:0}.content .content__share{margin:.9375rem 0 .9375rem 0}.content .content__share .content__share__label{float:left;margin-right:.625rem}.content .content__share .content__share__menu{float:left}.content .content__share .content__share__menu li{font-size:1.75rem;padding-right:.3125rem}.content .content__share .content__share__menu li a{color:#767676;padding:0}.content .content__share .content__share__menu li a:hover{color:#000}.content .content__share .content__share__menu li a:hover .fa-facebook-square{color:#334f8d}.content .content__share .content__share__menu li a:hover .fa-square-bluesky{color:#208bfe}.content .content__share .content__share__menu li a:hover .fa-square-x-twitter,.content .content__share .content__share__menu li a:hover .fa-twitter-square{color:#1a97f0}.content .content__share .content__share__menu li a:hover .fa-xing-square{color:#005a5c}.content .content__share .content__share__menu li a:hover .fa-linkedin{color:#0a66c2}.content .content__share .content__share__menu li a:hover .fa-envelope-square{color:#629b33}.content .content__share .content__share__menu li.stacked{vertical-align:top}.content .content__share .content__share__menu li.stacked .fa-stack{width:1em;max-width:24.5px;height:1em;line-height:1em;vertical-align:top}.content .content__share .content__share__menu li.stacked .fa-stack>.fab,.content .content__share .content__share__menu li.stacked .fa-stack>.far,.content .content__share .content__share__menu li.stacked .fa-stack>.fas{max-width:24.5px;left:.5px}.content .content__share .content__share__menu li.stacked .fa-stack>.fa-flipboard{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.content .content__share .content__share__menu li.stacked .fa-stack>.fa-get-pocket{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.content .content__share .content__share__menu li.stacked.flipboard a:hover .fa-stack{color:#f52828}.content .content__share .content__share__menu li.stacked.pocket a:hover .fa-stack{color:#ef4056}.content .content__share .content__share__menu li.stacked.pocket a:hover .fa-stack .fa-get-pocket{color:#fff}.content .content__share .content__share__menu li:last-child{margin-right:0}.content .content__copyright{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:.625rem 0 .625rem 0;font-size:.875rem}.content .content__copyright .medium-2 .inner{padding:1rem}.content .content__copyright .copyright span{font-weight:600}.content .content__copyright .copyright a{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.content .content__copyright .copyright .partner-info{margin-top:.3125rem}.content .content__author .content__author__image img{border-radius:50%;border:3px solid #e5e5e5}.content .content__author .content__author__info{margin-top:.375rem;padding-left:0;font-size:.875rem}.content .content__author .content__author__info_social_link{margin-top:.3125rem}.content .content__partner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:1.25rem}.content .content__partner span{border-bottom:1px solid #d3d3d3;font-size:.875rem;text-transform:uppercase;width:85%;display:block;text-align:right;margin-right:5px}.content .content__partner a{display:block;text-align:right;width:25%}.content .content__partner a svg{max-width:100%;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content}.content .content__quiz .option:last-child{margin-bottom:.9375rem}.content .content__quiz .option label{font-size:1rem}.content .content__quiz__answers{margin-bottom:1.875rem}.content .content__premium__partner{margin-bottom:1.875rem}.content .content__premium__partner .sponsored{font-size:.625rem;text-transform:uppercase;width:-webkit-max-content;width:-moz-max-content;width:max-content}.content .content__premium__partner .row.collapse .wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #e5e5e5;padding:.3125rem .625rem .3125rem .625rem}.content .content__premium__partner .row.collapse .wrap .content__premium__partner__info{font-size:.75rem;text-transform:uppercase}.content .content__premium__partner .row.collapse .wrap .content__premium__partner__info span{display:inline-block;margin-right:.625rem}.content .content__premium__partner .row.collapse .wrap .content__premium__partner__info a{background-image:none}.content .content__premium__partner .row.collapse .wrap .content__premium__partner__info a img{width:4.375rem}@media print,screen and (min-width:48em){.content .content__premium__partner .row.collapse .wrap .content__premium__partner__info{font-size:.8125rem}}.content .content__premium__partner .row.collapse .wrap .sciviews-logo img{width:2.1875rem;-webkit-align-self:top;-ms-flex-item-align:top;align-self:top}@media print,screen and (min-width:48em){.content .content__premium__partner .row.collapse .wrap .sciviews-logo img{width:6.25rem}}.content .content__raetsel .hidden-content{display:none}.content .content__raetsel .article__navigation_button{position:absolute;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:none;transition:none;z-index:1}.content .content__raetsel .article__navigation_button a:hover{background-image:unset}.content .content__raetsel .article__navigation_button .hover-text{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:none;color:#343434}.content .content__raetsel .article__navigation_button .relcontainer{border-radius:50%;background:#000;background:rgba(0,0,0,.6);width:10vw;height:10vw;max-width:100px;max-height:100px;font-size:4rem}@media print,screen and (max-width:47.99875em){.content .content__raetsel .article__navigation_button .relcontainer{font-size:5vw}}.content .content__raetsel .article__navigation_button .fas.fa-angle-left,.content .content__raetsel .article__navigation_button .fas.fa-angle-right{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff}.content .content__raetsel .article__navigation_button.prev{left:5px}.content .content__raetsel .article__navigation_button.next{right:5px}@media screen and (min-width:75em){.content .content__raetsel .article__navigation_button.prev{left:-50px}.content .content__raetsel .article__navigation_button.prev .hover-text{left:-130px}.content .content__raetsel .article__navigation_button.next{right:-50px}.content .content__raetsel .article__navigation_button.next .hover-text{right:-120px}}@media screen and (min-width:90em){.content .content__raetsel .article__navigation_button a:hover+.hover-text{display:inline}}.content .content__raetsel .article__navigation_button{position:fixed}.content .content__raetsel .article__navigation_button .hover-text{opacity:0;-webkit-transform:translate(9999999px,-50%);-ms-transform:translate(9999999px,-50%);transform:translate(9999999px,-50%);-webkit-transition:opacity .5s ease-in-out,-webkit-transform .1s linear .5s;transition:opacity .5s ease-in-out,-webkit-transform .1s linear .5s;transition:opacity .5s ease-in-out,transform .1s linear .5s;transition:opacity .5s ease-in-out,transform .1s linear .5s,-webkit-transform .1s linear .5s}.content .content__raetsel .article__navigation_button:hover .hover-text{opacity:1;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}@media screen and (min-width:75em){.content .content__raetsel .article__navigation_button.prev{left:calc((100vw - 1000px)/ 2 - 50px)}.content .content__raetsel .article__navigation_button.prev .hover-text{left:-140px}.content .content__raetsel .article__navigation_button.next{right:calc((100vw - 1000px)/ 2 - 50px)}.content .content__raetsel .article__navigation_button.next .hover-text{right:-140px}}.content .content__form h3,.content .content__form h4{text-transform:uppercase;font-weight:300}.content .content__form p{font-weight:300}.content .content__reader_picture .image.image__article,.content .content__video .image.image__article{position:relative}.content .content__reader_picture .responsive-embed,.content .content__video .responsive-embed{overflow:unset!important}.content .content__reader_picture .image.image__article .article__navigation_button,.content .content__reader_picture .responsive-embed .article__navigation_button,.content .content__video .image.image__article .article__navigation_button,.content .content__video .responsive-embed .article__navigation_button{position:absolute;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:none;transition:none;z-index:1}.content .content__reader_picture .image.image__article .article__navigation_button a:hover,.content .content__reader_picture .responsive-embed .article__navigation_button a:hover,.content .content__video .image.image__article .article__navigation_button a:hover,.content .content__video .responsive-embed .article__navigation_button a:hover{background-image:unset}.content .content__reader_picture .image.image__article .article__navigation_button .hover-text,.content .content__reader_picture .responsive-embed .article__navigation_button .hover-text,.content .content__video .image.image__article .article__navigation_button .hover-text,.content .content__video .responsive-embed .article__navigation_button .hover-text{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:none;color:#343434}.content .content__reader_picture .image.image__article .article__navigation_button .relcontainer,.content .content__reader_picture .responsive-embed .article__navigation_button .relcontainer,.content .content__video .image.image__article .article__navigation_button .relcontainer,.content .content__video .responsive-embed .article__navigation_button .relcontainer{border-radius:50%;background:#000;background:rgba(0,0,0,.6);width:10vw;height:10vw;max-width:100px;max-height:100px;font-size:4rem}@media print,screen and (max-width:47.99875em){.content .content__reader_picture .image.image__article .article__navigation_button .relcontainer,.content .content__reader_picture .responsive-embed .article__navigation_button .relcontainer,.content .content__video .image.image__article .article__navigation_button .relcontainer,.content .content__video .responsive-embed .article__navigation_button .relcontainer{font-size:5vw}}.content .content__reader_picture .image.image__article .article__navigation_button .fas.fa-angle-left,.content .content__reader_picture .image.image__article .article__navigation_button .fas.fa-angle-right,.content .content__reader_picture .responsive-embed .article__navigation_button .fas.fa-angle-left,.content .content__reader_picture .responsive-embed .article__navigation_button .fas.fa-angle-right,.content .content__video .image.image__article .article__navigation_button .fas.fa-angle-left,.content .content__video .image.image__article .article__navigation_button .fas.fa-angle-right,.content .content__video .responsive-embed .article__navigation_button .fas.fa-angle-left,.content .content__video .responsive-embed .article__navigation_button .fas.fa-angle-right{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff}.content .content__reader_picture .image.image__article .article__navigation_button.prev,.content .content__reader_picture .responsive-embed .article__navigation_button.prev,.content .content__video .image.image__article .article__navigation_button.prev,.content .content__video .responsive-embed .article__navigation_button.prev{left:5px}.content .content__reader_picture .image.image__article .article__navigation_button.next,.content .content__reader_picture .responsive-embed .article__navigation_button.next,.content .content__video .image.image__article .article__navigation_button.next,.content .content__video .responsive-embed .article__navigation_button.next{right:5px}@media screen and (min-width:75em){.content .content__reader_picture .image.image__article .article__navigation_button.prev,.content .content__reader_picture .responsive-embed .article__navigation_button.prev,.content .content__video .image.image__article .article__navigation_button.prev,.content .content__video .responsive-embed .article__navigation_button.prev{left:-50px}.content .content__reader_picture .image.image__article .article__navigation_button.prev .hover-text,.content .content__reader_picture .responsive-embed .article__navigation_button.prev .hover-text,.content .content__video .image.image__article .article__navigation_button.prev .hover-text,.content .content__video .responsive-embed .article__navigation_button.prev .hover-text{left:-130px}.content .content__reader_picture .image.image__article .article__navigation_button.next,.content .content__reader_picture .responsive-embed .article__navigation_button.next,.content .content__video .image.image__article .article__navigation_button.next,.content .content__video .responsive-embed .article__navigation_button.next{right:-50px}.content .content__reader_picture .image.image__article .article__navigation_button.next .hover-text,.content .content__reader_picture .responsive-embed .article__navigation_button.next .hover-text,.content .content__video .image.image__article .article__navigation_button.next .hover-text,.content .content__video .responsive-embed .article__navigation_button.next .hover-text{right:-120px}}@media screen and (min-width:90em){.content .content__reader_picture .image.image__article .article__navigation_button a:hover+.hover-text,.content .content__reader_picture .responsive-embed .article__navigation_button a:hover+.hover-text,.content .content__video .image.image__article .article__navigation_button a:hover+.hover-text,.content .content__video .responsive-embed .article__navigation_button a:hover+.hover-text{display:inline}}.content .content__reader_picture .image.image__article:hover .article__navigation_button,.content .content__reader_picture .responsive-embed:hover .article__navigation_button,.content .content__video .image.image__article:hover .article__navigation_button,.content .content__video .responsive-embed:hover .article__navigation_button{opacity:0;-webkit-transform:translate(9999999px,-50%);-ms-transform:translate(9999999px,-50%);transform:translate(9999999px,-50%);-webkit-transition:opacity .5s ease-in-out,-webkit-transform .1s linear .5s;transition:opacity .5s ease-in-out,-webkit-transform .1s linear .5s;transition:opacity .5s ease-in-out,transform .1s linear .5s;transition:opacity .5s ease-in-out,transform .1s linear .5s,-webkit-transform .1s linear .5s}.content .content__reader_picture .image.image__article:hover .article__navigation_button:hover,.content .content__reader_picture .responsive-embed:hover .article__navigation_button:hover,.content .content__video .image.image__article:hover .article__navigation_button:hover,.content .content__video .responsive-embed:hover .article__navigation_button:hover{opacity:1;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.content .content__reader_picture .image.image__article:not(:hover) .article__navigation_button,.content .content__reader_picture .responsive-embed:not(:hover) .article__navigation_button,.content .content__video .image.image__article:not(:hover) .article__navigation_button,.content .content__video .responsive-embed:not(:hover) .article__navigation_button{-webkit-transition:opacity .5s ease-in-out .1s,-webkit-transform .1s linear;transition:opacity .5s ease-in-out .1s,-webkit-transform .1s linear;transition:transform .1s linear,opacity .5s ease-in-out .1s;transition:transform .1s linear,opacity .5s ease-in-out .1s,-webkit-transform .1s linear}.content .content__reader_picture .reader_picture_search .input-group,.content .content__video .reader_picture_search .input-group{margin:1rem 0}.content .content__reader_picture .reader_picture_search input[type=text],.content .content__video .reader_picture_search input[type=text]{width:100%}.content .content__file .responsive-embed{margin-bottom:0}@media screen and (min-width:75em){.content .content__video .responsive-embed .article__navigation_button.prev{left:-60px}.content .content__video .responsive-embed .article__navigation_button.prev .hover-text{left:-140px}.content .content__video .responsive-embed .article__navigation_button.next{right:-60px}.content .content__video .responsive-embed .article__navigation_button.next .hover-text{right:-130px}}@media print,screen and (max-width:47.99875em){.content .content__video .responsive-embed .article__navigation_button:not(.fixed){position:fixed;-webkit-transition:opacity .5s ease-in-out,z-index .1s linear .5s;transition:opacity .5s ease-in-out,z-index .1s linear .5s;opacity:0;z-index:-1}.content .content__video .responsive-embed .article__navigation_button.fixed{-webkit-transition:z-index .1s linear,opacity .5s ease-in-out .1s;transition:z-index .1s linear,opacity .5s ease-in-out .1s;opacity:1;z-index:0;position:fixed}}.content .lexikon_article__navigation .article__navigation_button{position:absolute;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:none;transition:none;z-index:1}.content .lexikon_article__navigation .article__navigation_button a:hover{background-image:unset}.content .lexikon_article__navigation .article__navigation_button .hover-text{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:none;color:#343434}.content .lexikon_article__navigation .article__navigation_button .relcontainer{border-radius:50%;background:#000;background:rgba(0,0,0,.6);width:10vw;height:10vw;max-width:100px;max-height:100px;font-size:4rem}@media print,screen and (max-width:47.99875em){.content .lexikon_article__navigation .article__navigation_button .relcontainer{font-size:5vw}}.content .lexikon_article__navigation .article__navigation_button .fas.fa-angle-left,.content .lexikon_article__navigation .article__navigation_button .fas.fa-angle-right{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff}.content .lexikon_article__navigation .article__navigation_button.prev{left:5px}.content .lexikon_article__navigation .article__navigation_button.next{right:5px}@media screen and (min-width:75em){.content .lexikon_article__navigation .article__navigation_button.prev{left:-50px}.content .lexikon_article__navigation .article__navigation_button.prev .hover-text{left:-130px}.content .lexikon_article__navigation .article__navigation_button.next{right:-50px}.content .lexikon_article__navigation .article__navigation_button.next .hover-text{right:-120px}}@media screen and (min-width:90em){.content .lexikon_article__navigation .article__navigation_button a:hover+.hover-text{display:inline}}.content .lexikon_article__navigation .article__navigation_button{position:fixed}@media screen and (min-width:75em){.content .lexikon_article__navigation .article__navigation_button.prev{left:calc((100vw - 1000px)/ 2 - 50px)}.content .lexikon_article__navigation .article__navigation_button.prev .hover-text{left:-140px}.content .lexikon_article__navigation .article__navigation_button.next{right:calc((100vw - 1000px)/ 2 - 50px)}.content .lexikon_article__navigation .article__navigation_button.next .hover-text{right:-140px}}@media print,screen and (max-width:47.99875em){.content .row.collapse.hide-for-print+.row.align-center>.lexikon_article__navigation .article__navigation_button.next{right:20px}}#content__additions{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:.625rem 0 .625rem 0}#content__additions>ul{margin:0;line-height:1}#content__additions>ul li{cursor:pointer;display:inline-block;font-size:1.3125rem;text-transform:uppercase;margin-right:.9375rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#content__additions>ul li .fas{float:right;color:#2d2d2d;font-size:1.125rem;padding-left:.3125rem}#content__additions>ul li .fas.fa-caret-down{margin-top:0;color:#d9d9d9}@media print,screen and (min-width:48em){#content__additions>ul li .fas{font-size:1.125rem}}#content__additions .addition{display:none;font-size:.875rem;line-height:1.3;margin-top:1.25rem}#content__additions .addition p{line-height:inherit}#content__additions .addition a{text-decoration:none;background-image:-webkit-gradient(linear,left top,right top,color-stop(100%,#2d2d2d),to(transparent));background-image:linear-gradient(to right,#2d2d2d 100%,transparent 100%);background-position:0 1.04em;background-repeat:repeat-x;background-size:8px 1px}.parallax__gallery{min-height:300vh}.parallax__gallery>.sticky-container{min-height:80vh}.parallax__gallery .sticky{-webkit-transition:opacity 1s,height 0s;transition:opacity 1s,height 0s;opacity:0;height:0}.parallax__gallery .sticky.current{opacity:1;height:auto}.parallax__gallery .sticky.inactive{overflow:hidden}.parallax__gallery .parallax__gallery_description{position:relative;z-index:10;max-width:80%;margin:60vh auto 80vh;padding:1.25rem;border:1px solid #e5e5e5;background-color:rgba(0,0,0,.8);color:#fff;-webkit-box-shadow:0 5px 16px rgba(0,0,0,.1490196078),0 3px 8px rgba(0,0,0,.2);box-shadow:0 5px 16px rgba(0,0,0,.1490196078),0 3px 8px rgba(0,0,0,.2);border-radius:6px;height:-webkit-min-content;height:-moz-min-content;height:min-content;text-align:center}footer a{color:#fff}footer a:active,footer a:focus,footer a:hover,footer a:visited{color:#fff;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}footer .footer__action_up{margin:0 auto;text-align:center}footer .footer__action_up a{display:inline-block;color:#767676;margin:1.25rem}footer .footer__action_up a i{display:block;font-size:1.5rem}footer .footer__action_up a span{display:block;text-transform:uppercase}footer .footer__top .kiosk__hl{background-color:#222}footer .footer__nl{background:#313131;color:#fff;padding:1.875rem 0 1.875rem 0}footer .footer__nl form input[type=checkbox]{float:left;vertical-align:top;margin-top:5px}footer .footer__nl form label{color:#fff;float:left;margin-left:6px;max-width:85%}footer .footer__nl form .input-group .button{margin-left:.75rem;background-color:#313131;color:#fff;border-color:#fff}footer .footer__nl form .input-group .input-group-field{background-color:#313131;color:#fff}footer .footer__nl form .input-group .input-group-field::-webkit-input-placeholder{text-transform:uppercase;color:#fff;opacity:1}footer .footer__nl form .input-group .input-group-field::-moz-placeholder{text-transform:uppercase;color:#fff;opacity:1}footer .footer__nl form .input-group .input-group-field:-ms-input-placeholder{text-transform:uppercase;color:#fff;opacity:1}footer .footer__nl form .input-group .input-group-field::-ms-input-placeholder{text-transform:uppercase;color:#fff;opacity:1}footer .footer__nl form .input-group .input-group-field::placeholder{text-transform:uppercase;color:#fff;opacity:1}footer .footer__nl form .input-group .input-group-field::-webkit-input-placeholder{text-transform:uppercase;color:#fff;opacity:1}footer .footer__nl form .input-group .input-group-field:-moz-placeholder{text-transform:uppercase;color:#fff;opacity:1}footer .footer__nl form .input-group .input-group-field::-moz-placeholder{text-transform:uppercase;color:#fff;opacity:1}footer .footer__nl form .input-group .input-group-field:-ms-input-placeholder{text-transform:uppercase;color:#fff;opacity:1}@media print,screen and (max-width:47.99875em){footer .footer__nl form .input-group{display:block}footer .footer__nl form .input-group .button{width:100%;margin:.75rem 0 0 0}}footer .footer__bottom{padding:1.875rem 0 1.875rem 0;background-color:#222}footer .footer__bottom h4{color:#fff;font-size:.875rem;font-weight:400;margin-bottom:0;text-transform:uppercase}@media print,screen and (min-width:48em){footer .footer__bottom h4{text-align:left}}footer .footer__bottom li{font-size:.875rem}@media print,screen and (min-width:48em){footer .footer__bottom li{text-align:left}}footer.shop .footer__top{background-color:#222;color:#fff}@media print,screen and (max-width:47.99875em){footer.shop .footer__top{padding-bottom:1.25rem}}footer.shop .footer__top .img{display:block;margin-top:.9375rem;text-align:center}@media print,screen and (min-width:48em){footer.shop .footer__top .img{margin:1.25rem 0 1.25rem 0;text-align:left}}footer.shop .footer__top .menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:1.5625rem;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}footer.shop .footer__top .menu li{line-height:1;vertical-align:top}footer.shop .footer__top .menu li a{background-image:none;display:inline;padding:0 .3125rem 0 .3125rem;font-size:.75rem;border-right:1px solid #fff}@media print,screen and (min-width:48em){footer.shop .footer__top .menu li a{font-size:.8125rem}}footer.shop .footer__top .menu li:last-child a{border-right:none;padding-right:0}@media print,screen and (min-width:48em){footer.shop .footer__top .menu{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}footer.shop .footer__bottom{background-color:#000;padding:0}footer.shop .footer__bottom .wrap{margin:.9375rem 0 .9375rem .9375rem}footer.shop .footer__bottom .wrap li,footer.shop .footer__bottom .wrap p{font-size:.875rem;color:#fff;line-height:1.2;margin-bottom:0}footer.shop .footer__bottom .wrap p:first-child{margin-bottom:.625rem}footer .footer__social{background:#313131;color:#fff;padding:.625rem 0 .625rem 0}footer .footer__social span{padding-right:.3125rem}@media print,screen and (max-width:47.99875em){footer .footer__social span{display:block}}footer .footer__social a{background:0 0!important}footer .footer__social a:hover .fa-facebook-square{color:#334f8d}footer .footer__social a:hover .fa-square-bluesky{color:#208bfe}footer .footer__social a:hover .fa-square-x-twitter,footer .footer__social a:hover .fa-twitter-square{color:#1a97f0}footer .footer__social a:hover .fa-youtube-square{color:red}footer .footer__social a:hover .fa-rss-square{color:#f26522}footer .footer__social a:hover .fa-apple{color:#fff}footer .footer__social a:hover .fa-android{color:#a4c639}footer .footer__social a:hover .fa-flipboard{color:#f52828}footer .footer__social a:hover .fa-instagram{background:-webkit-gradient(linear,left bottom,right top,color-stop(10%,#ffdc80),color-stop(#fcaf45),color-stop(#f77737),color-stop(#f56040),color-stop(#fd1d1d),color-stop(#e1306c),color-stop(#c13584),color-stop(#833ab4),color-stop(#5851db),to(#405de6));background:linear-gradient(to right top,#ffdc80 10%,#fcaf45,#f77737,#f56040,#fd1d1d,#e1306c,#c13584,#833ab4,#5851db,#405de6);-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}footer .footer__social a:hover .footer__social_bundle{-webkit-filter:none;filter:none}footer .footer__social .footer__social_bundle,footer .footer__social i.fa-brands,footer .footer__social i.fab,footer .footer__social i.fas{color:#b5b5b5;vertical-align:middle;font-size:1.5rem;padding:0 .15625rem}footer .footer__social .footer__social_bundle{width:1.5rem;height:auto;-webkit-filter:grayscale(1) brightness(2.2);filter:grayscale(1) brightness(2.2)}.teaser-category{font-size:1.625rem;padding-top:1.25rem;text-transform:uppercase;margin-bottom:.3125rem}.teaser-area{margin:1.25rem auto 1.25rem auto;text-align:center;text-overflow:ellipsis;overflow:hidden}.teaser-area h3{color:#767676;font-size:2.5rem;line-height:100%;margin-bottom:0;padding:.9375rem .9375rem 0 .9375rem;text-transform:uppercase;display:inline-block;border-top:1px solid #e5e5e5}.teaser-area span::before{content:"\a";white-space:pre}.teaser-area a:hover{background-image:none}.teaser-area a:hover span{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.teaser-area~.row .teaser,.teaser-area~.teaser,.teaser-category~.row .teaser,.teaser-category~.teaser{padding-top:.9375rem;padding-bottom:.9375rem}.teaser-area+.row .teaser,.teaser-area+.teaser,.teaser-category+.row .teaser,.teaser-category+.teaser{padding-top:0}.teaser-area~.row:last-of-type .teaser,.teaser-area~.teaser:last-of-type,.teaser-category~.row:last-of-type .teaser,.teaser-category~.teaser:last-of-type{padding-bottom:1.25rem}.teaser-area~.teaser.teaser__large,.teaser-category~.teaser.teaser__large{padding-bottom:.625rem}@media print,screen and (min-width:48em){.teaser-area+.row .teaser,.teaser-area+.teaser,.teaser-category+.row .teaser,.teaser-category+.teaser{padding-top:0}.teaser-area~.row:last-of-type .teaser,.teaser-area~.teaser:last-of-type,.teaser-category~.row:last-of-type .teaser,.teaser-category~.teaser:last-of-type{padding-bottom:1.25rem}.teaser-area~.teaser.teaser__large,.teaser-category~.teaser.teaser__large{padding-bottom:0}}.teaser-brand.teaser-brand__gug{background-color:#da19a5}.teaser-brand.teaser-brand__gug .columns:first-child{padding:1.25rem 0 1.25rem 0}.teaser-brand.teaser-brand__gug .columns:first-child img{width:73%;margin-bottom:.625rem}.teaser-brand.teaser-brand__suw{background-color:#000}.teaser-brand.teaser-brand__suw .columns:first-child{padding:1.25rem 0 1.25rem 0}.teaser-brand.teaser-brand__suw .columns:first-child img{width:75%;margin-bottom:.625rem}.teaser-brand.teaser-brand__bio{background-color:#373f2d}.teaser-brand.teaser-brand__bio .columns:first-child{padding:1.25rem 0 1.25rem 0}.teaser-brand.teaser-brand__bio .columns:first-child img{width:65%;margin-bottom:.625rem}.teaser-brand.teaser-brand__umwelt{background-color:#326c8f}.teaser-brand.teaser-brand__umwelt .columns:first-child{padding:1.25rem 0 1.25rem 0}.teaser-brand.teaser-brand__umwelt .columns:first-child img{width:65%;margin-bottom:.625rem}.teaser-brand.teaser-brand__sg{background-color:#2d383f}.teaser-brand.teaser-brand__sg .columns:first-child{padding:1.25rem 0 1.25rem 0}.teaser-brand.teaser-brand__sg .columns:first-child img{width:75%;margin-bottom:.625rem}.teaser-brand.teaser-brand__sgh{background-color:#a63b3c}.teaser-brand.teaser-brand__sgh .columns:first-child{padding:1.25rem 0 1.25rem 0}.teaser-brand.teaser-brand__sgh .columns:first-child img{width:75%;margin-bottom:.625rem}.teaser-brand .columns:first-child{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;text-align:center}.teaser-brand .columns:first-child ul{display:inline}.teaser-brand .columns:first-child ul li{color:#fff;display:table-cell;border-left:1px solid #fff;font-size:1rem;font-weight:400;line-height:1;padding:0 .3125rem 0 .3125rem;text-transform:uppercase}.teaser-brand .columns:first-child ul li:first-child{border:none;padding-left:0}.teaser-brand .columns:first-child ul li:last-child{padding-right:0}.teaser-brand .columns:first-child ul li a{color:#fff}.teaser-brand .columns:first-child ul li a:hover{background-image:none}.teaser-brand .columns:last-child{padding-right:0}.teaser{padding:1.25rem 0 1.25rem 0}.teaser .teaser-category{padding-top:0}.teaser div.icon__video{position:absolute;top:.625rem;right:.625rem;width:2rem;height:2rem;background-color:rgba(0,0,0,.7);border:1px solid #fff}.teaser div.icon__video i.fa-headphones,.teaser div.icon__video i.fa-play{color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.teaser.teaser__wide .teaser__wide__kicker{text-transform:uppercase;font-weight:400;font-size:.75rem;color:#767676}@media print,screen and (min-width:48em){.teaser.teaser__wide .teaser__wide__kicker{font-size:.9375rem}}.teaser.teaser__wide .teaser__wide__title{display:inline;font-weight:600}.teaser.teaser__wide .teaser__wide__title:hover{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.teaser.teaser__wide .teaser__wide__text{padding:1.25rem 0 .625rem 0;margin-bottom:0;line-height:125%}@media print,screen and (min-width:48em){.teaser.teaser__wide .teaser__wide__text{font-size:1.25rem;padding:1.25rem 0 1.25rem 0}}.teaser.teaser__wide .teaser__wide__author{text-align:right;font-size:.875rem;padding-bottom:.625rem}@media print,screen and (min-width:48em){.teaser.teaser__wide .teaser__wide__author{font-size:1rem;padding:1.25rem 0 1.25rem 0}}.teaser.teaser__wide figure{margin:0 -.9375rem 0 -.9375rem}.teaser.teaser__wide video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.teaser.teaser__wide .collapse{border-bottom:1px solid #e5e5e5}.teaser.teaser__wide a{display:block}.teaser.teaser__wide img.lazy{max-height:315px}.teaser.teaser__wide .row:first-child{padding-bottom:.625rem}.teaser.teaser__list_box{padding:1.25rem 0 1.25rem 0}@media print,screen and (min-width:48em){.teaser.teaser__list_box .columns{padding-right:0}}.teaser.teaser__list_box h3{line-height:100%;padding:.625rem;margin-bottom:0;border:1px solid #e5e5e5;text-transform:uppercase}@media print,screen and (min-width:48em){.teaser.teaser__list_box h3{border-right:none}}.teaser.teaser__list_box .teaser__context__heading{line-height:125%;text-transform:none;border-top:none;border-bottom:none}.teaser.teaser__list_box .teaser__context__text{line-height:125%;font-size:1.0625rem;padding:0 .625rem .625rem;border:1px solid #e5e5e5;border-top:none}@media print,screen and (min-width:48em){.teaser.teaser__list_box .teaser__context__text{border-right:none}}.teaser.teaser__list_box .teaser__context__text.teaser__context__text__withoutheading{padding:.625rem}.teaser.teaser__list_box .teaser__context__text.teaser__context__text__withoutheading ul{margin-bottom:0}.teaser.teaser__list_box .teaser__context__image{padding:.625rem .625rem 0;border:1px solid #e5e5e5;border-top:none;border-bottom:none}@media print,screen and (min-width:48em){.teaser.teaser__list_box .teaser__context__image{border-right:none}}.teaser.teaser__list_box ol{margin-bottom:0;margin-left:0;padding:.625rem;border:1px solid #e5e5e5;border-top:none}@media print,screen and (min-width:48em){.teaser.teaser__list_box ol{border-right:none}}.teaser.teaser__list_box ol li{list-style-position:inside;text-indent:-1em;text-indent:calc(-1em + 1px);padding-left:1em;font-size:1rem;line-height:125%;margin-bottom:.625rem}@media print,screen and (min-width:48em){.teaser.teaser__list_box ol li{font-size:1.25rem}}.teaser.teaser__list_box ol li a{display:inline}.teaser.teaser__list_box ol li a:hover{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.teaser.teaser__list_box ul{list-style:none;margin-bottom:0;margin-left:0;padding:.625rem;border:1px solid #e5e5e5;border-top:none}@media print,screen and (min-width:48em){.teaser.teaser__list_box ul{border-right:none}}.teaser.teaser__list_box ul li{font-size:1rem;line-height:125%;margin-bottom:.625rem}.teaser.teaser__list_box ul li a:hover span{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.teaser.teaser__list_box ul li img{width:3.125rem;margin-right:.3125rem}@media print,screen and (min-width:48em){.teaser.teaser__text_box .columns{padding-right:0}}.teaser.teaser__text_box h3{line-height:100%;padding:.625rem;margin-bottom:0;border:1px solid #e5e5e5;text-transform:uppercase}@media print,screen and (min-width:48em){.teaser.teaser__text_box h3{border-right:none}}.teaser.teaser__text_box .inner{margin-bottom:0;margin-left:0;padding:.625rem;border:1px solid #e5e5e5;border-top:none}.teaser.teaser__small:not(:first-of-type):not(:last-of-type){padding:.9375rem 0 .9375rem 0}.teaser.teaser__small:first-of-type:not(:last-of-type){padding-bottom:.9375rem}.teaser.teaser__small:last-of-type:not(:first-of-type){padding-top:.9375rem}.teaser.teaser__small figure{position:relative}.teaser.teaser__small figure .image__author{position:absolute;top:.625rem;right:.625rem;width:4rem;border:1px solid #fff}.teaser.teaser__small .teaser__small__heading{line-height:125%}.teaser.teaser__small .teaser__small__heading span{font-weight:600}.teaser.teaser__small .teaser__small__heading span.teaser__small__heading__kicker{display:block;line-height:1.125rem;margin-bottom:.25rem;text-transform:uppercase;font-size:.875rem;font-weight:400;color:#767676}@media print,screen and (max-width:47.99875em){.teaser.teaser__small .teaser__small__heading span.teaser__small__heading__kicker{margin-top:.625rem}}.teaser.teaser__small .teaser__small__text{font-size:1.0625rem;line-height:125%}.teaser.teaser__small a{width:100%;display:block}.teaser.teaser__small a:hover .teaser__small__heading span:last-child{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}@media print,screen and (min-width:48em){.teaser.teaser__small .columns:last-child{padding-left:0}}.teaser.teaser__small img.lazy{max-height:170.61px}.teaser.teaser__grid figure,.teaser.teaser__large figure,.teaser.teaser__small figure{position:relative}.teaser.teaser__grid figure .author-img-wrap,.teaser.teaser__large figure .author-img-wrap,.teaser.teaser__small figure .author-img-wrap{position:absolute;top:0;height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.teaser.teaser__grid figure .author-img-wrap img.image__author,.teaser.teaser__large figure .author-img-wrap img.image__author,.teaser.teaser__small figure .author-img-wrap img.image__author{position:relative;top:auto;right:auto;width:4rem;border:1px solid #fff;margin:10px 10px 0 -5px}.teaser.teaser__large{margin-bottom:.9375rem;padding:.625rem 0 .625rem 0;border:5px solid #e5e5e5}.teaser.teaser__large .columns{padding:0 .625rem 0 .625rem}.teaser.teaser__large .teaser__large__heading{line-height:125%}.teaser.teaser__large .teaser__large__heading span{font-weight:600}.teaser.teaser__large .teaser__large__heading span.teaser__large__heading__kicker{display:block;line-height:100%;margin-top:-.125rem;margin-bottom:.25rem;text-transform:uppercase;font-size:.875rem;font-weight:400;color:#767676}@media print,screen and (max-width:47.99875em){.teaser.teaser__large .teaser__large__heading span.teaser__large__heading__kicker{margin-top:.625rem}}.teaser.teaser__large .teaser__large__text{line-height:125%}.teaser.teaser__large .teaser__large__category{font-size:1.625rem;text-transform:uppercase}.teaser.teaser__large a{display:block;width:100%}.teaser.teaser__large a:hover .teaser__large__heading span:last-child{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}@media print,screen and (min-width:48em){.teaser.teaser__large{margin:0;padding:0;border:none}.teaser.teaser__large .medium-8.columns{padding:0 .9375rem 0 .9375rem}.teaser.teaser__large .medium-4.columns{padding:0 .9375rem 0 0}}.teaser.teaser__large img.lazy{max-height:358.11px}.teaser.teaser__line{padding:1.5625rem 0 1.5625rem 0}.teaser.teaser__line .columns{padding-left:0}.teaser.teaser__line .columns ul{margin-bottom:0}.teaser.teaser__line .columns ul li{font-size:1rem}.teaser.teaser__line .columns ul li a{display:block;margin:0 -.9375rem .1875rem 0;padding:.125rem .9375rem .125rem .9375rem;line-height:125%}.teaser.teaser__line .columns ul li a span{font-weight:400}@media print,screen and (min-width:48em){.teaser.teaser__line .columns ul li{font-size:1.25rem}.teaser.teaser__line .columns ul li a{display:inline-block;margin-right:0}}.teaser.teaser__grid figure{margin-bottom:.625rem}.teaser.teaser__grid .teaser__grid__title{display:inline;font-weight:600;line-height:125%;margin-bottom:0}.teaser.teaser__grid .teaser__grid__event_date{position:absolute;z-index:10;background-color:#2d2d2d;color:#fff;font-weight:400;padding:.3125rem .625rem}.teaser.teaser__grid .teaser__grid__text{line-height:125%;margin-top:.1875rem}.teaser.teaser__grid a{display:block}.teaser.teaser__grid a:hover .teaser__grid__title{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.teaser.teaser__grid img.lazy{max-height:170.61px}.teaser.teaser__full{padding:0}.teaser.teaser__full figure{position:relative}.teaser.teaser__full figure>div{position:relative;bottom:0}.teaser.teaser__full figure>div figcaption{width:80%;margin:-2.5rem auto 0 auto;background-color:#fff;color:#000;font-size:.875rem;line-height:125%;padding:.625rem}@media print,screen and (min-width:48em){.teaser.teaser__full figure>div figcaption{width:90%;padding:1.25rem}}.teaser.teaser__full figure>div figcaption h4{display:block;font-size:1.125rem;font-weight:600}@media print,screen and (min-width:48em){.teaser.teaser__full figure>div figcaption h4{font-size:1.625rem}}@media print,screen and (min-width:48em){.teaser.teaser__full figure>div figcaption{font-size:1.125rem}}.teaser.teaser__callout .columns{padding-left:1.875rem;margin-left:.9375rem;border:none;border-left:.9375rem solid #e5e5e5}.teaser.teaser__callout .columns p a{display:inline}.teaser.teaser__special_top{margin:0 -.9375rem 0 -.9375rem;background-repeat:no-repeat;background-size:cover;margin-top:3.125rem}.teaser.teaser__special_top .inner{text-align:center;background-color:#fff;margin:-3.75rem 0 8.75rem 0;padding:15px}.teaser.teaser__special_top .inner a:hover{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.teaser.teaser__special_top .inner h3{font-size:1.5rem;text-transform:uppercase;line-height:1}@media print,screen and (min-width:48em){.teaser.teaser__special_top .inner h3{font-size:2.5rem}}@media print,screen and (min-width:48em){.teaser.teaser__special_top{margin-top:6.25rem}}.teaser.teaser__special_line .columns ul{margin-bottom:0;text-align:center}.teaser.teaser__special_line .columns ul li{font-size:1rem}.teaser.teaser__special_line .columns ul li a{display:block;font-weight:300;padding:.3125rem .9375rem;line-height:125%}.teaser.teaser__special_line .columns ul li a span{font-weight:400}@media print,screen and (min-width:48em){.teaser.teaser__special_line .columns ul li{font-size:1.25rem;padding:.125rem .9375rem .125rem .9375rem}}.teaser.teaser__special_line.dark{background-color:#2d383f;color:#fff}.teaser.teaser__special_line.dark .columns ul li a{font-weight:600}.teaser.teaser__special_line.dark .columns ul li a.hl{color:#fff;display:inline-block}.teaser.teaser__special_line.dark .columns ul li a.hl.active,.teaser.teaser__special_line.dark .columns ul li a.hl:hover{background-color:#ffe33a;color:#2d2d2d}.teaser.teaser__special_line.dark .columns ul li a span{font-weight:300}.teaser.teaser__special_small{padding-top:0}.teaser.teaser__special_small figure{position:relative}.teaser.teaser__special_small figure .image__author{position:absolute;top:.625rem;right:.625rem;width:4rem;border:1px solid #fff}.teaser.teaser__special_small .teaser__special_small__heading{line-height:125%}.teaser.teaser__special_small .teaser__special_small__heading span{font-weight:600}.teaser.teaser__special_small .teaser__special_small__heading span.teaser__special_small__heading__kicker{display:block;line-height:100%;margin-bottom:.25rem;text-transform:uppercase;font-size:.875rem;font-weight:400;color:#767676}@media print,screen and (max-width:47.99875em){.teaser.teaser__special_small .teaser__special_small__heading span.teaser__special_small__heading__kicker{margin-top:.625rem}}.teaser.teaser__special_small .teaser__special_small__text{font-size:1.0625rem;line-height:125%}.teaser.teaser__special_small a{width:100%;display:block}.teaser.teaser__special_small a:hover .teaser__special_small__heading span:last-child{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.teaser.teaser__special_small img.lazy{max-height:170.61px}.teaser.teaser__special_small.dark{background-color:#2d383f;color:#fff}.teaser.teaser__special_small.dark .teaser__special_small__heading .teaser__special_small__heading__kicker,.teaser.teaser__special_small.dark a{color:#fff}.teaser.teaser__special_small.dark .teaser__special_small__heading .teaser__special_small__heading__kicker:hover .teaser__special_small__heading span:last-child,.teaser.teaser__special_small.dark a:hover .teaser__special_small__heading span:last-child{color:#fff;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.teaser.teaser__special_line+.row .teaser__special_small .inner{padding-top:1.875rem;border-top:1px solid #e5e5e5}.teaser.teaser__special_line+.row .teaser__special_small.dark .inner,.teaser.teaser__special_line.dark+.row .teaser__special_small .inner{border-top:1px solid transparent}.teaser.teaser__special_line.dark+.row .teaser__special_small.dark .inner{border-top:1px solid #767676}.teaser.teaser__shop_gift{padding-bottom:0!important;background-color:#2d2d2d;color:#fff}.teaser.teaser__shop_gift .columns:first-child{max-height:13.75rem;overflow:hidden}@media print,screen and (min-width:48em){.teaser.teaser__shop_gift .columns:first-child{max-height:18.75rem}}.teaser.teaser__shop_gift .text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;height:100%}.teaser.teaser__shop_gift .text .inner{margin-left:0;padding:.9375rem;width:100%}@media print,screen and (min-width:48em){.teaser.teaser__shop_gift .text .inner{padding:1.25rem}}.teaser.teaser__shop_gift .text .inner .row .columns:first-child{padding-right:.3125rem}.teaser.teaser__shop_gift .text .inner .row .columns:last-child{padding-left:.3125rem}.teaser.teaser__shop_gift .text .inner .row:last-of-type .button{margin-bottom:0}.teaser.teaser__shop_hot .inner{display:block;background-color:#2d2d2d;color:#fff;padding:.9375rem}.teaser.teaser__shop_hot .inner .wrapper{margin-left:0}@media print,screen and (min-width:64em){.teaser.teaser__shop_hot .inner .wrapper{margin-left:3.625rem}}.teaser.teaser__shop_hot .inner .wrapper h3{margin-top:.9375rem;font-size:1.125rem;font-weight:700}@media print,screen and (min-width:48em){.teaser.teaser__shop_hot .inner .wrapper h3{margin-top:0;font-size:1.25rem}}.teaser.teaser__shop_hot .inner .wrapper .row .columns:first-child{padding-right:.3125rem}.teaser.teaser__shop_hot .inner .wrapper .row .columns:last-child{padding-left:.3125rem}@media print,screen and (min-width:48em){.teaser.teaser__shop_hot .inner .wrapper .row .columns .button{margin-bottom:.625rem}.teaser.teaser__shop_hot .inner .wrapper .row .columns:first-child{padding-right:0}.teaser.teaser__shop_hot .inner .wrapper .row .columns:last-child{padding-left:0}}@media print,screen and (min-width:48em){.teaser.teaser__shop_hot .inner{padding:3rem}}@media print,screen and (min-width:64em){.teaser.teaser__shop_hot .inner{padding:4.5rem 3rem}}.teaser.teaser__shop_categories ul{overflow:hidden;list-style:none;margin:0}.teaser.teaser__shop_categories ul li{display:block;float:left;margin:0 .625rem .625rem 0}.teaser.teaser__shop_categories ul li .button{margin-bottom:0}.teaser.teaser__shop_intro .inner-wrap{position:relative;background-color:#2d2d2d;background-size:cover}.teaser.teaser__shop_intro .inner-wrap:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-image:-webkit-gradient(linear,left bottom,left top,from(#000),color-stop(60%,rgba(0,0,0,.7)),to(rgba(255,255,255,0)));background-image:linear-gradient(0deg,#000 0,rgba(0,0,0,.7) 60%,rgba(255,255,255,0) 100%)}@media print,screen and (min-width:48em){.teaser.teaser__shop_intro .inner-wrap:before{left:50%;background-image:-webkit-gradient(linear,right top,left top,from(#000),color-stop(60%,rgba(0,0,0,.7)),to(rgba(255,255,255,0)));background-image:linear-gradient(-90deg,#000 0,rgba(0,0,0,.7) 60%,rgba(255,255,255,0) 100%)}}.teaser.teaser__shop_intro .inner-wrap .inner{position:relative;display:block;padding:2.5rem}@media print,screen and (min-width:48em){.teaser.teaser__shop_intro .inner-wrap .inner{padding:4.6875rem}}.teaser.teaser__shop_intro .inner-wrap .inner .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;height:100%}.teaser.teaser__shop_intro .inner-wrap .inner .wrapper .text{color:#fff;text-align:center}@media print,screen and (min-width:48em){.teaser.teaser__shop_intro .inner-wrap .inner .wrapper .text{width:65%}}.teaser.teaser__shop_intro .inner-wrap .inner .wrapper h3{font-size:1.625rem;font-weight:700;text-transform:uppercase;line-height:1;padding-top:1.875rem;overflow-wrap:break-word}@media print,screen and (min-width:48em){.teaser.teaser__shop_intro .inner-wrap .inner .wrapper h3{border-top:1px solid #fff;font-size:2rem;padding-top:1.125rem}}@media print,screen and (min-width:64em){.teaser.teaser__shop_intro .inner-wrap .inner .wrapper h3{font-size:3rem}}.teaser.teaser__shop_intro .inner-wrap .inner .wrapper p{font-size:1.125rem;line-height:1.5}.teaser.teaser__shop_intro .download-notice{font-size:.75rem;line-height:1.4;margin-top:.3125rem}.teaser.teaser__shop_intro .download-notice a{display:inline;font-weight:700}.teaser.teaser__shop_campaign .campaign-box{margin-top:.9375rem}.teaser.teaser__shop_campaign .campaign-box:first-child{margin-top:-1.5625rem}@media print,screen and (min-width:48em){.teaser.teaser__shop_campaign .campaign-box{margin-top:-1.5625rem}}.teaser.teaser__shop_bundle .cta{font-size:1.625rem;padding:0 0 .625rem 0;text-transform:uppercase}@media print,screen and (min-width:48em){.teaser.teaser__shop_bundle .cta{padding:0 0 .625rem 1.25rem}}.teaser.teaser__shop_bundle .inner{background-color:#f7f7f7;background-size:cover;padding:2.5rem}@media print,screen and (min-width:48em){.teaser.teaser__shop_bundle .inner{background-size:contain;padding:1.875rem 0 5.625rem 1.3125rem}}.teaser.teaser__shop_bundle .inner img{border:1px solid #e5e5e5}.teaser.teaser__shop_bundle .cart{margin-top:.625rem}@media print,screen and (min-width:48em){.teaser.teaser__shop_bundle .cart{padding-left:1.3125rem;margin-top:0;width:80%}}.teaser.teaser__shop_bundle .cart .price-label{font-weight:400;text-transform:uppercase;line-height:1}.teaser.teaser__shop_bundle .cart .price-label span{color:#b02700}.teaser.teaser__shop_bundle .cart .button{margin-top:.4375rem}.teaser.teaser__shop_slider h2{text-align:center;margin-bottom:1.25rem}@media print,screen and (min-width:48em){.teaser.teaser__shop_slider h2{font-size:2.125rem}}.teaser.teaser__shop_slider .swiper .flex-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container{width:80%;overflow:hidden;width:auto;margin:0 .625rem}@media print,screen and (min-width:48em){.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container{width:85%;margin:0 2.625rem}}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide img{opacity:.25}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide span{cursor:pointer;display:block;border:3px solid #e5e5e5}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide .line{visibility:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide .line .line-border{height:1.375rem;border-left:2px solid #e5e5e5}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide.active img,.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide:hover img{opacity:1}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide.active .line,.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide:hover .line{visibility:visible}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide:hover span{border:3px solid #d9d9d9}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide.active span{border:3px solid #39b70e}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide .text{display:none}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single{width:100%;background-color:#2d2d2d;padding:1.875rem 0;display:block}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single .swiper-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single .swiper-wrapper .swiper-slide{width:50%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single .swiper-wrapper .swiper-slide span{border:1px solid #fff}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single .swiper-wrapper .swiper-slide span img{opacity:1}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single .swiper-wrapper .swiper-slide:active span,.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single .swiper-wrapper .swiper-slide:hover span{border:1px solid #fff}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single .swiper-wrapper .swiper-slide .line{display:none}@media print,screen and (min-width:48em){.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single .swiper-wrapper .swiper-slide{width:25%}}@media print,screen and (min-width:48em){.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single{width:70%}}.teaser.teaser__shop_slider .swiper .flex-wrap .button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:0 0;color:#767676;font-size:3.75rem;margin:0;margin-top:-20px;padding:0;border:none}.teaser.teaser__shop_slider .swiper .flex-wrap .button:active,.teaser.teaser__shop_slider .swiper .flex-wrap .button:focus,.teaser.teaser__shop_slider .swiper .flex-wrap .button:hover{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.teaser.teaser__shop_slider .swiper .flex-wrap .button.button__prev{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.teaser.teaser__shop_slider .swiper .flex-wrap .button.button__next{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.teaser.teaser__shop_slider .info{width:70%;margin:0 auto;text-align:center;border-top:2px solid #e5e5e5}.teaser.teaser__shop_slider .info .line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.teaser.teaser__shop_slider .info .line .line-border{height:1.25rem;border-left:2px solid #e5e5e5}.teaser.teaser__shop_slider .info .text{width:80%;margin:0 auto}@media print,screen and (min-width:48em){.teaser.teaser__shop_slider .info .text{width:85%}}.teaser.teaser__shop_slider .info .text h3{margin-top:.625rem;font-size:1.25rem;font-weight:700}.teaser.teaser__shop_slider .info .text p{font-size:.875rem}@media print,screen and (min-width:48em){.teaser.teaser__shop_slider .info .text p{font-size:1rem}}.teaser.teaser__shop_slider .info.single{width:100%;border:none}.teaser.teaser__shop_slider .info.single .line{display:none}@media print,screen and (min-width:48em){.teaser.teaser__shop_slider .info.single{width:70%}}.teaser.teaser__shop_topseller{margin-bottom:2.5rem}.teaser.teaser__shop_topseller.row.collapse{margin-left:-.9375rem;margin-right:-.9375rem}.teaser.teaser__shop_topseller.row.collapse .columns{padding:0}.teaser.teaser__shop_topseller.row.collapse .columns a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.teaser.teaser__shop_topseller.row.collapse>.columns{border-top:2px solid #e5e5e5;border-bottom:2px solid #e5e5e5}.teaser.teaser__shop_topseller.row.collapse>.columns:first-child{position:relative;border-right:2px solid #e5e5e5}@media print,screen and (min-width:48em){.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:first-child .columns:first-child{border-right:2px solid #e5e5e5}}.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:first-child .columns{border-bottom:2px solid #e5e5e5}.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:first-child a{padding:7% 0 7% 0}@media print,screen and (min-width:48em){.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:first-child a{padding:15% 0 15% 0}}.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:first-child a img{width:50%}.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:first-child a .img-wrapper{width:50%}.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:first-child a .img-wrapper img{width:100%}.teaser.teaser__shop_topseller.row.collapse>.columns:first-child a{padding:7% 0 7% 0}@media print,screen and (min-width:48em){.teaser.teaser__shop_topseller.row.collapse>.columns:first-child a{padding:15% 0 15% 0}}.teaser.teaser__shop_topseller.row.collapse>.columns:first-child a img{width:80%}@media print,screen and (min-width:48em){.teaser.teaser__shop_topseller.row.collapse>.columns:first-child a img{width:60%}}.teaser.teaser__shop_topseller.row.collapse>.columns:first-child a .img-wrapper{width:80%}.teaser.teaser__shop_topseller.row.collapse>.columns:first-child a .img-wrapper img{width:100%}@media print,screen and (min-width:48em){.teaser.teaser__shop_topseller.row.collapse>.columns:first-child a .img-wrapper{width:60%}.teaser.teaser__shop_topseller.row.collapse>.columns:first-child a .img-wrapper img{width:100%}}.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:last-child .columns a{padding:7% 0 7% 0}@media print,screen and (min-width:48em){.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:last-child .columns a{padding:15% 0 15% 0}}.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:last-child .columns a img{width:50%}.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:last-child .columns a .img-wrapper{width:50%}.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:last-child .columns a .img-wrapper img{width:100%}.teaser.teaser__shop_topseller.row.collapse .badge{position:absolute;background-color:#000;width:4.8125rem;height:4.8125rem;padding:1.3125rem;font-size:1.375rem;font-weight:400;left:1.5rem;top:1.5rem}.teaser.teaser__shop_grid{margin-top:0}@media print,screen and (max-width:63.99875em){.teaser.teaser__shop_grid:not(.teaser__shop_grid__short):not(.teaser__shop_grid__long):nth-child(odd){padding-right:.46875rem}.teaser.teaser__shop_grid:not(.teaser__shop_grid__short):not(.teaser__shop_grid__long):nth-child(even){padding-left:.46875rem}}.teaser.teaser__shop_grid figcaption{text-align:center;margin-top:.9375rem}.teaser.teaser__shop_grid figcaption .price-label{font-weight:400;text-align:center;text-transform:uppercase}.teaser.teaser__shop_grid figcaption .price-label span{color:#b02700}@media print,screen and (min-width:48em){.teaser.teaser__shop_grid figcaption .price-label-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:3rem}}.teaser.teaser__shop_grid figcaption h3{font-size:1.25rem;font-weight:700}.teaser.teaser__shop_grid figcaption p{margin-bottom:0}.teaser.teaser__shop_grid figcaption p .line{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.teaser.teaser__shop_grid figcaption .button{margin-top:.9375rem}.teaser.teaser__shop_grid figcaption .button:last-child{margin-bottom:0}.teaser.teaser__shop_grid.teaser__shop_grid__short{margin-top:0}.teaser.teaser__shop_grid.teaser__shop_grid__short:nth-child(n+2){margin-top:-1.5625rem}@media print,screen and (min-width:48em){.teaser.teaser__shop_grid.teaser__shop_grid__short:nth-child(n+2){margin-top:0}.teaser.teaser__shop_grid.teaser__shop_grid__short:nth-child(n+4){margin-top:-1.5625rem}}.teaser.teaser__shop_grid.teaser__shop_grid__short .inner{background-color:#e5e5e5;padding:3.4375rem}.teaser.teaser__shop_grid.teaser__shop_grid__short figcaption{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.875rem}@media print,screen and (min-width:48em){.teaser.teaser__shop_grid.teaser__shop_grid__short figcaption{margin-bottom:0}}.teaser.teaser__shop_grid.teaser__shop_grid__short figcaption span{width:80%;font-size:1.25rem;font-weight:700;text-align:center}.teaser.teaser__shop_small{border-bottom:1px solid #e5e5e5}.teaser.teaser__shop_small a.img{width:100%}.teaser.teaser__shop_small:not(:first-of-type):not(:last-of-type){padding:.9375rem 0 .9375rem 0}.teaser.teaser__shop_small:first-of-type:not(:last-of-type){padding-bottom:.9375rem}.teaser.teaser__shop_small:last-of-type:not(:first-of-type){padding-top:.9375rem}.teaser.teaser__shop_small:last-of-type{border:none}.teaser.teaser__shop_small .columns:nth-child(1){padding:0}.teaser.teaser__shop_small .columns:nth-child(2){padding:0}@media print,screen and (min-width:48em){.teaser.teaser__shop_small .columns:nth-child(2){padding-left:.9375rem}}.teaser.teaser__shop_small .columns:nth-child(2) h3{font-size:1.25rem;font-weight:700;margin-top:.625rem}@media print,screen and (min-width:48em){.teaser.teaser__shop_small .columns:nth-child(2) h3{margin-top:0}}.teaser.teaser__shop_small .columns:nth-child(2) .text{margin-bottom:.9375rem}.teaser.teaser__shop_small .columns:nth-child(3){padding:0}.teaser.teaser__shop_small .columns:nth-child(3) .flex-wrap{width:100%}.teaser.teaser__shop_small .columns:nth-child(3) .flex-wrap:first-child{margin-top:.625rem}.teaser.teaser__shop_small .columns:nth-child(3) .flex-wrap .price-label{font-weight:400;text-transform:uppercase;line-height:1;margin-top:.3125rem}@media print,screen and (min-width:48em){.teaser.teaser__shop_small .columns:nth-child(3) .flex-wrap .price-label:first-child{margin-top:0}}.teaser.teaser__shop_small .columns:nth-child(3) .flex-wrap .price-label span{color:#b02700}.teaser.teaser__shop_small .columns:nth-child(3) .flex-wrap .button{margin:.4375rem 0 0 0}@media print,screen and (min-width:48em){.teaser.teaser__shop_small .columns:nth-child(3){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;height:100%}}.teaser a:hover .teaser__full__title span{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.teaser-category+.teaser.teaser__shop_campaign .campaign-box{margin-top:.9375rem}.teaser-category+.teaser.teaser__shop_campaign .campaign-box:first-child{margin-top:0}@media print,screen and (min-width:48em){.teaser-category+.teaser.teaser__shop_campaign .campaign-box{margin-top:0}}.teaser-magazine.teaser-magazine__line{color:#2d2d2d;text-decoration:none;background:0 0;font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.2}.teaser-magazine.teaser-magazine__line span{color:#767676;display:block;font-weight:300;text-transform:uppercase}@media print,screen and (min-width:48em){.teaser-magazine.teaser-magazine__line{font-size:1.25rem;line-height:1}.teaser-magazine.teaser-magazine__line span{display:inline-block;border-right:1px solid #767676;margin-right:.5rem;padding-right:.5rem}}.swiper.swiper__teaser__full{position:relative}.swiper.swiper__teaser__full .button{display:none;margin:0;padding:0;border:none;top:50%;background:0 0}.swiper.swiper__teaser__full .button>.fas{text-shadow:0 4px rgba(0,0,0,.1)}.swiper.swiper__teaser__full .button.button__prev{position:absolute;left:0;z-index:100;font-size:1.875rem;-webkit-transform:translateY(calc(-50% - 25px));-ms-transform:translateY(calc(-50% - 25px));transform:translateY(calc(-50% - 25px));color:#e5e5e5;cursor:pointer;line-height:1;padding:0 .9375rem 0 .625rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media print,screen and (min-width:48em){.swiper.swiper__teaser__full .button.button__prev{font-size:2.8125rem;-webkit-transform:translateY(calc(-50% - 50px));-ms-transform:translateY(calc(-50% - 50px));transform:translateY(calc(-50% - 50px))}}.swiper.swiper__teaser__full .button.button__next{position:absolute;right:0;z-index:100;font-size:1.875rem;-webkit-transform:translateY(calc(-50% - 25px));-ms-transform:translateY(calc(-50% - 25px));transform:translateY(calc(-50% - 25px));color:#e5e5e5;cursor:pointer;line-height:1;padding:0 .625rem 0 .9375rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media print,screen and (min-width:48em){.swiper.swiper__teaser__full .button.button__next{font-size:2.8125rem;-webkit-transform:translateY(calc(-50% - 50px));-ms-transform:translateY(calc(-50% - 50px));transform:translateY(calc(-50% - 50px))}}.swiper.swiper__teaser__full img.lazy{max-height:545.63px}@media print,screen and (max-width:47.99875em){.swiper.swiper__teaser__full img.lazy{max-height:173.81px}}.swiper.swiper__teaser__full+.teaser__shop_campaign{padding-top:1.875rem}.swiper.swiper__gallery{position:relative}@media print,screen and (max-width:47.99875em){.swiper.swiper__gallery img.swiper-lazy[src="/pix/fallback.gif"]{max-height:50vw}}@media print,screen and (min-width:48em) and (max-width:63.99875em){.swiper.swiper__gallery img.swiper-lazy[src="/pix/fallback.gif"]{max-height:432px}}@media print,screen and (min-width:64em){.swiper.swiper__gallery img.swiper-lazy[src="/pix/fallback.gif"]{max-height:562.5px}}.swiper.swiper__gallery figcaption{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 .9375rem 0 .9375rem}@media print,screen and (min-width:48em){.swiper.swiper__gallery figcaption{-webkit-box-pack:initial;-webkit-justify-content:initial;-ms-flex-pack:initial;justify-content:initial;padding:0}}.swiper.swiper__gallery .button{display:none;margin:0;padding:0;border:none}.swiper.swiper__gallery .button.button__prev{position:absolute;top:8rem;left:0;z-index:100;font-size:1.875rem;background-color:rgba(0,0,0,.5);color:#e5e5e5;cursor:pointer;line-height:1;padding:0 .9375rem 0 .625rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media print,screen and (min-width:48em){.swiper.swiper__gallery .button.button__prev{font-size:2.8125rem}}@media print,screen and (min-width:48em){.swiper.swiper__gallery .button.button__prev{top:12rem}}@media print,screen and (min-width:64em){.swiper.swiper__gallery .button.button__prev{top:16rem}}.swiper.swiper__gallery .button.button__next{position:absolute;top:8rem;right:0;z-index:100;font-size:1.875rem;background-color:rgba(0,0,0,.5);color:#e5e5e5;cursor:pointer;line-height:1;padding:0 .625rem 0 .9375rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media print,screen and (min-width:48em){.swiper.swiper__gallery .button.button__next{font-size:2.8125rem}}@media print,screen and (min-width:48em){.swiper.swiper__gallery .button.button__next{top:12rem}}@media print,screen and (min-width:64em){.swiper.swiper__gallery .button.button__next{top:16rem}}.swiper.swiper__teaser__logo{padding-bottom:20px}.swiper.swiper__teaser__logo .swiper-container{overflow:hidden}@media print,screen and (min-width:48em){.swiper.swiper__teaser__logo .swiper-container{padding:0}}.swiper.swiper__teaser__logo .teaser__logo{padding:0;padding-bottom:0!important}.swiper.swiper__teaser__logo .teaser__logo .teaser__logo__image{border:1px solid #e5e5e5;padding:.625rem;-webkit-transition:-webkit-filter 1s;transition:-webkit-filter 1s;transition:filter 1s;transition:filter 1s,-webkit-filter 1s;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.swiper.swiper__teaser__logo .teaser__logo .teaser__logo__image:hover{-webkit-filter:none;filter:none}.swiper.swiper__teaser__logo .button-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.swiper.swiper__teaser__logo .button-wrapper .button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;color:#767676;border:none;font-size:3.75rem;margin:0;padding:0 .9375rem}.swiper.swiper__teaser__logo .button-wrapper .button:hover{background-color:transparent}.swiper.swiper__teaser__logo .swiper-scrollbar{height:.5rem;margin-top:.5rem}.swiper.swiper__teaser__grid{padding-bottom:1.25rem}.swiper.swiper__teaser__grid .swiper-wrapper{margin-bottom:1.25rem}.swiper.swiper__teaser__grid .swiper-pagination-bullet-active{background:#000}.kiosk__tiles{padding:1.25rem 0 1.25rem 0}.kiosk__tiles .kiosk__tiles__header h3{line-height:100%;text-transform:uppercase}.kiosk__tiles .kiosk__tiles__header label{text-transform:uppercase}.kiosk__tiles .kiosk__tiles__content{margin-bottom:.625rem}.kiosk__tiles .kiosk__tiles__content .small-8.columns{padding-right:.625rem}.kiosk__tiles .kiosk__tiles__content .flex-container{padding-left:.125rem}.kiosk__tiles .kiosk__tiles__content .flex-container .flex-child-auto:first-child{margin-bottom:.625rem}.kiosk__tiles .kiosk__tiles__content .product-actions{display:none}.kiosk__tiles .kiosk__tiles__buttons .columns .button{margin-bottom:0}.kiosk__tiles .kiosk__tiles__buttons .columns:first-child{padding-right:.3125rem}.kiosk__tiles .kiosk__tiles__buttons .columns:last-child{padding-left:.3125rem}.kiosk__bar__wrapper+.pagination-list__wrapper{padding-top:1rem}.kiosk__bar{margin:1.25rem 0 1.5625rem 0;background-color:#2d2d2d}.kiosk__bar ul{margin-bottom:0;padding-top:1.25rem;padding-bottom:1.25rem;text-align:center}.kiosk__bar ul li{color:#767676;display:inline-block;line-height:125%;text-transform:uppercase;padding:.3125rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kiosk__bar ul li.active,.kiosk__bar ul li:hover{color:#e5e5e5}@media print,screen and (min-width:48em){.kiosk__bar ul li{display:list-item;font-size:1.625rem;padding:0}}@media print,screen and (min-width:48em){.kiosk__bar ul{text-align:left}}.kiosk__bar .swiper{visibility:hidden;height:0;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.kiosk__bar .swiper .swiper-container{width:100%;overflow:hidden}.kiosk__bar .swiper .swiper-container .swiper-wrapper{padding:1.25rem 0 1.25rem 0}.kiosk__bar .swiper .swiper-container .swiper-wrapper .swiper-slide.teaser{padding:0}.kiosk__bar .swiper .button__next{display:none;border:none;margin-left:.9375rem;padding:0;font-size:1.875rem;background-color:transparent;color:#e5e5e5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}@media print,screen and (min-width:48em){.kiosk__bar .swiper .button__next{top:35%;font-size:3.75rem}}.kiosk__bar .swiper.active{visibility:visible;height:100%}.kiosk__hl{background-color:#2d2d2d;color:#e5e5e5;padding:1.875rem;text-align:center}.kiosk__hl h3{line-height:100%;margin-bottom:0}.kiosk__hl .kiosk__hl__covers{margin-top:1.875rem}.kiosk__hl .kiosk__hl__covers figure{display:inline-block;margin-right:.625rem;width:14%}.kiosk__hl .kiosk__hl__links{margin-top:1.875rem;text-align:center;font-weight:400}.kiosk__hl .kiosk__hl__links li{font-size:.75rem}.kiosk__hl .kiosk__hl__links li a{color:#fff;padding:0 .625rem 0 .625rem;border-right:1px solid #fff}.kiosk__hl .kiosk__hl__links li a:hover{text-decoration:underline}.kiosk__hl .kiosk__hl__links li:last-child a{border-right:none}@media print,screen and (min-width:48em){.kiosk__hl .kiosk__hl__links li{font-size:1rem}}.kiosk__offset{text-align:right}.kiosk__offset a{display:block;float:right;border-right:1px solid #e5e5e5;padding-right:.625rem}.kiosk__offset a img{width:5rem}.kiosk__offset span{clear:right;display:block;font-size:.8125rem;border-right:1px solid #e5e5e5;padding-right:.625rem}.kiosk__inline{margin:1.25rem 0}@media print,screen and (max-width:47.99875em){.kiosk__inline .kiosk__inline_grid{position:relative;overflow:hidden}.kiosk__inline .kiosk__inline_grid .kiosk__inline_background{height:34.375rem;background:#212324;background-size:cover}.kiosk__inline .kiosk__inline_grid .kiosk__inline_text_wrapper{position:absolute;bottom:3.125rem;width:100%;background:rgba(0,0,0,.8);color:#fff}.kiosk__inline .kiosk__inline_grid .kiosk__inline_text_wrapper .kiosk__inline_text_wrapper_inner{padding:1.25rem 1rem 1rem 1rem;text-align:center}.kiosk__inline .kiosk__inline_grid .kiosk__inline_text_wrapper .kiosk__inline_text_wrapper_inner .kiosk__inline_intro{font-size:1.25rem;font-weight:300;display:block}.kiosk__inline .kiosk__inline_grid .kiosk__inline_text_wrapper .kiosk__inline_text_wrapper_inner .kiosk__inline_mag{display:none}.kiosk__inline .kiosk__inline_grid .kiosk__inline_text_wrapper .kiosk__inline_text_wrapper_inner .kiosk__inline_description{display:block;padding-bottom:.3125rem;font-weight:900;font-size:1.25rem}.kiosk__inline .kiosk__inline_grid .kiosk__inline_text_wrapper .kiosk__inline_text_wrapper_inner .kiosk__inline_logo img{height:1.125rem}.kiosk__inline .img-wrapper{position:absolute;top:40%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.kiosk__inline.portrait .img-wrapper{width:44%;max-width:13.125rem}.kiosk__inline.landscape .img-wrapper{width:69%;max-width:25rem}}@media print,screen and (min-width:48em){.kiosk__inline .kiosk__inline_background,.kiosk__inline .kiosk__inline_logo{display:none}.kiosk__inline .kiosk__inline_grid{display:grid;grid-template-rows:1fr;grid-gap:0}.kiosk__inline .kiosk__inline_grid a{display:contents}.kiosk__inline.portrait .kiosk__inline_grid{grid-template-columns:1fr 3fr}.kiosk__inline.landscape .kiosk__inline_grid{grid-template-columns:1fr 2fr}.kiosk__inline .kiosk__inline_intro{display:block}.kiosk__inline .kiosk__inline_description,.kiosk__inline .kiosk__inline_mag{font-weight:400}.kiosk__inline .kiosk__inline_text_wrapper{grid-row-start:1;margin-left:.9375rem;position:relative;border-top:.3125rem solid #454b4e;border-bottom:.3125rem solid #454b4e}.kiosk__inline .kiosk__inline_text_wrapper .kiosk__inline_text_wrapper_inner{position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%}.kiosk__inline.portrait .kiosk__inline_text_wrapper{grid-column-start:2;grid-row-end:2;grid-column-end:4}.kiosk__inline.landscape .kiosk__inline_text_wrapper{grid-column-start:2;grid-row-end:2;grid-column-end:3}}.kiosk__isotope .grid{margin-top:.9375rem}.kiosk__isotope .grid-sizer{width:32%}.kiosk__isotope .grid-item{margin-bottom:2%;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.kiosk__isotope .grid-item.grid-item-small{width:32%}.kiosk__isotope .grid-item.grid-item-large{width:66%}.kiosk__isotope .grid-item.expanded{z-index:23;width:100%;left:0!important}.kiosk__isotope .grid-item.expanded img{width:100%}.kiosk__isotope .grid-item.inactive{opacity:.2}.kiosk__isotope .grid-item.inactive:hover{opacity:.6}.kiosk__isotope .grid-item.no-product{border:1px solid #797979;padding:15px}.kiosk__isotope .gutter-sizer{width:2%}.kiosk__archive header h1 svg{display:inline-block;vertical-align:middle;max-width:100%;height:auto}.kiosk__archive header h2{margin-top:1.875rem}.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__year{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-top:1px solid #e5e5e5;padding:.3125rem 0 .625rem 0}.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__year a{background-image:none}.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__year a .fa{cursor:pointer}.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__year a span{padding-left:.3125rem}@media print,screen and (min-width:48em){.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__year{font-size:1.25rem}}.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__items{padding:0 .625rem 0 .625rem;display:none}.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__items figure{padding:0 .25rem 0 .25rem}.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__items figure>a{display:block}.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__items figure figcaption{text-align:center;padding:.625rem 0 .9375rem 0}.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__items figure figcaption h4{font-size:.8125rem}@media print,screen and (min-width:48em){.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__items figure figcaption h4{font-size:1.25rem}}.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__items figure figcaption .button{margin-bottom:.3125rem}@media print,screen and (min-width:48em){.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__items figure figcaption .button{font-size:.75rem}}@media print,screen and (min-width:48em){.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__items figure{padding:0 .9375rem 0 .9375rem}}@media print,screen and (min-width:48em){.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__items{padding:0}}.kiosk__archive .kiosk__archive__issues:first-of-type .kiosk__archive__issues__items{display:block}.kiosk__magazine{clear:left;margin-bottom:.9375rem}.kiosk__magazine .wrap{background-color:#fff;color:#2d2d2d;padding:.625rem}.kiosk__magazine .wrap img{width:10.625rem}.kiosk__magazine .wrap.row.collapse{border:1px solid #d9d9d9}.kiosk__magazine .wrap.row.collapse>.small-9{padding-left:1.25rem}.kiosk__magazine .wrap.row.collapse>.small-9 h4 span{font-weight:700}.kiosk__magazine .wrap.row.collapse>.small-9 .actions{font-size:.875rem;margin-bottom:0}.kiosk__magazine .wrap.row.collapse>.small-9 .actions li{line-height:1;margin-bottom:.5rem}.kiosk__magazine .wrap.row.collapse>.small-9 .actions li a,.kiosk__magazine .wrap.row.collapse>.small-9 .actions li button{line-height:1.2}@media print,screen and (min-width:48em){.kiosk__magazine .wrap.row.collapse>.small-9 .actions{font-size:1rem}}.kiosk__pdf_download{margin-top:.9375rem}.kiosk__pdf_download .inner{margin-top:.9375rem;margin-bottom:.9375rem;padding-bottom:1.875rem;border-bottom:1px solid #e5e5e5}.kiosk__pdf_download .inner .product-content{margin-bottom:.9375rem}.kiosk__pdf_download .inner .product-content h4{font-weight:700}.kiosk__pdf_download .inner .subscription-hint{font-weight:400;margin-bottom:.9375rem}@media print,screen and (min-width:48em){.kiosk__pdf_download .inner .actions .columns:first-child{padding-right:.3125rem}.kiosk__pdf_download .inner .actions .columns:nth-child(2){padding-left:.3125rem}}.kiosk__pdf_download .inner h3{border-bottom:1px solid #e5e5e5;padding-bottom:5px}.kiosk__pdf_download .inner .download_hint{font-weight:900;margin-bottom:.5rem}.kiosk__pdf_download h3{text-transform:uppercase;line-height:1}.kiosk__pdf_download .relcontainer .fas.fa-question-circle{position:absolute;right:6px;top:-8px;font-size:1.25rem;background-color:#fff;border-radius:50%;color:#000!important;cursor:pointer}@media print,screen and (min-width:48em){.kiosk__pdf_download .relcontainer .fas.fa-question-circle{right:-5px}}.kiosk__pdf_download .info{position:absolute;width:18.75rem;max-width:90vw;background:#fff;border:1px solid #e5e5e5;padding:.3125rem;color:#000!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kiosk__pdf_download .subscription-benefits{margin-bottom:.9375rem;padding-bottom:.9375rem;border-bottom:1px solid #e5e5e5}.kiosk__pdf_download .subscription-benefits .medium-4 a:hover{background-image:unset}.ad,.sideshow{padding:1.25rem 0 1.25rem 0}.ad label,.sideshow label{font-family:Verdana,Helvetica,Arial,sans-serif;font-size:.5625rem;font-weight:600;color:#767676}.ad.ad__book,.ad.sideshow__book,.sideshow.ad__book,.sideshow.sideshow__book{margin-top:.9375rem}.ad.ad__book>.row,.ad.sideshow__book>.row,.sideshow.ad__book>.row,.sideshow.sideshow__book>.row{border:1px solid #d9d9d9;padding:.625rem}.ad.ad__book>.row .columns:last-child,.ad.sideshow__book>.row .columns:last-child,.sideshow.ad__book>.row .columns:last-child,.sideshow.sideshow__book>.row .columns:last-child{padding-left:.9375rem}.ad.ad__book>.row .columns:last-child .author,.ad.sideshow__book>.row .columns:last-child .author,.sideshow.ad__book>.row .columns:last-child .author,.sideshow.sideshow__book>.row .columns:last-child .author{font-size:1rem}.ad.ad__book>.row .columns:last-child .title,.ad.sideshow__book>.row .columns:last-child .title,.sideshow.ad__book>.row .columns:last-child .title,.sideshow.sideshow__book>.row .columns:last-child .title{font-size:1.75rem;font-weight:700;line-height:1.2;overflow-wrap:break-word}.ad.ad__book>.row .columns:last-child .publisher,.ad.sideshow__book>.row .columns:last-child .publisher,.sideshow.ad__book>.row .columns:last-child .publisher,.sideshow.sideshow__book>.row .columns:last-child .publisher{margin-top:.625rem;font-size:1rem}.ad.ad__book>.row .columns:last-child .isbn_price,.ad.sideshow__book>.row .columns:last-child .isbn_price,.sideshow.ad__book>.row .columns:last-child .isbn_price,.sideshow.sideshow__book>.row .columns:last-child .isbn_price{margin-bottom:.625rem;font-size:1rem}.ad.ad__book>.row .columns:last-child .button,.ad.sideshow__book>.row .columns:last-child .button,.sideshow.ad__book>.row .columns:last-child .button,.sideshow.sideshow__book>.row .columns:last-child .button{background-image:none}.ad.ad__300_250,.ad.sideshow__300_250,.sideshow.ad__300_250,.sideshow.sideshow__300_250{max-width:300px;margin:0 auto 0 auto}.ad.ad__300_250 label,.ad.sideshow__300_250 label,.sideshow.ad__300_250 label,.sideshow.sideshow__300_250 label{line-height:1;margin-bottom:.3125rem}.ad.ad__300_250 div,.ad.sideshow__300_250 div,.sideshow.ad__300_250 div,.sideshow.sideshow__300_250 div{text-align:center}@media print,screen and (min-width:48em){.ad.ad__300_250.right,.ad.sideshow__300_250.right,.sideshow.ad__300_250.right,.sideshow.sideshow__300_250.right{float:right;margin-right:-10rem;margin-left:1.25rem}.ad.ad__300_250.left,.ad.sideshow__300_250.left,.sideshow.ad__300_250.left,.sideshow.sideshow__300_250.left{float:left;margin-left:-10rem;margin-right:1.25rem}}.tile-mobile-wrapper,.tile1-mobile-wrapper,.tile3-mobile-wrapper,.tile8-mobile-wrapper,.tile99-wrapper{background:#f0f0f0;margin-bottom:.9375rem}.tile-mobile-wrapper,.tile3-mobile-wrapper{min-height:600px}.tile1-mobile-wrapper{min-height:416px}.tile3-mobile-wrapper{margin-left:-.9375rem;margin-right:-.9375rem}.tile8-mobile-wrapper,.tile99-wrapper{min-height:320px}@media print,screen and (min-width:48em){.tile-desktop-wrapper{min-height:360px}.tile8-desktop-wrapper{min-height:600px}.tile-mobile-wrapper,.tile1-mobile-wrapper,.tile3-mobile-wrapper,.tile8-mobile-wrapper{min-height:0;margin-bottom:0}.tile3-mobile-wrapper{margin-left:0;margin-right:0}.tile99-wrapper{min-height:250px}}.lexicon .lexicon-description{padding:.9375rem 0 .9375rem 0}.lexicon .lexicon-legend{float:left;margin:.9375rem 0}.lexicon .lexicon-legend label{float:left;font-weight:700;line-height:1}.lexicon .lexicon-legend ul{float:left;line-height:1;list-style:none;margin:0}.lexicon .lexicon-legend ul li{float:left;font-size:.875rem}.lexicon .lexicon-legend ul li i{padding:0 .3125rem}.lexicon #lexicon-terms-wrap .lexicon-terms{list-style:none;margin-left:0}.lexicon #lexicon-terms-wrap .lexicon-terms li{float:left;margin-bottom:.9375rem;width:50%}.lexicon #lexicon-terms-wrap .lexicon-terms li a{background-image:none}.lexicon #lexicon-terms-wrap .lexicon-terms li a img{width:3.125rem;margin-right:.3125rem}.lexicon #lexicon-terms-wrap .lexicon-terms li a i{padding:0 .3125rem;font-size:.75rem}.lexicon #lexicon-terms-wrap .lexicon-terms li a.smaller{font-size:.875rem}.lexicon #lexicon-terms-wrap .lexicon-terms li.smaller{font-size:.875rem}.lexicon #lexicon-terms-wrap .row>.medium-4>aside:first-child{padding-top:0}.lexicon .copyright{margin-bottom:.9375rem}.lexicon-pse .breadcrumb-line{margin-top:.9375rem}.lex-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:none;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:1000}.lex-overlay .lex-overlay_article{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;background-color:#2d2d2d;color:#fff;padding:1rem;height:100%;width:100%;text-align:center}.lex-overlay .lex-overlay_article div{max-height:90vh;overflow-y:auto}.lex-overlay .lex-overlay_article div .scrollable-content{padding:1.875rem}.lex-overlay .lex-overlay_article div .scrollable-content a{color:#fff;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.lex-overlay .lex-overlay_article div .scrollable-content img{padding:.25rem;background-color:#aaa;margin-bottom:.9375rem}.lex-overlay .lex-overlay_article div .scroll-indicator{position:absolute;bottom:0;left:0;right:0;height:1.875rem;background:-webkit-gradient(linear,left top,left bottom,from(rgba(51,51,51,0)),to(#333));background:linear-gradient(to bottom,rgba(51,51,51,0),#333);opacity:.7}@media print,screen and (min-width:48em){.lex-overlay .lex-overlay_article{border-radius:.5rem;-webkit-box-shadow:0 0 .625rem rgba(0,0,0,.3);box-shadow:0 0 .625rem rgba(0,0,0,.3);height:auto;width:50%;max-width:30rem}}.lex-overlay .close-link,.lex-overlay .close-link:hover,.lex-overlay .close-link:visited{position:absolute;top:.625rem;right:.625rem;color:#fff;text-decoration:none;font-weight:700;font-size:1.25rem}.product .product-cart-shortcut{margin-bottom:0}.product .product-cart-shortcut>.row{background-color:#fff;padding:.9375rem 0 .9375rem 0;z-index:1004}.product .product-cart-shortcut figcaption{position:relative;padding-left:0}.product .product-cart-shortcut figcaption h1{font-size:.9375rem}@media print,screen and (min-width:48em){.product .product-cart-shortcut figcaption h1{font-size:1rem}}@media print,screen and (min-width:64em){.product .product-cart-shortcut figcaption h1{font-size:1.25rem}}.product .product-cart-shortcut figcaption h1 span{display:block;line-height:1.1;font-weight:700}.product .product-cart-shortcut figcaption .cart-buttons{margin-top:0;position:absolute;bottom:0;width:100%}.product .product-cart-shortcut .cart-buttons{margin-top:.625rem}.product .product-cart-shortcut .cart-buttons .columns span{font-size:.875rem;white-space:nowrap}.product .product-cart-shortcut .cart-buttons .columns .button{margin-bottom:0;font-size:.875rem}.product .product-cart-shortcut .cart-buttons .columns.small-6:first-child{padding-right:.3125rem}.product .product-cart-shortcut .cart-buttons .columns.small-6:nth-child(2){padding-left:.3125rem}.product .product-cart-shortcut .cart-buttons .columns.medium-4{padding-right:0;margin-right:-.3125rem}.product .product-cart-shortcut .product-bundle{padding-left:0}.product .product-cart-shortcut .product-bundle figure figcaption{text-align:right;padding:0;font-size:.8125rem;line-height:1}.product .product-cart-shortcut .product-bundle figure .columns:last-child{padding-left:.3125rem}.product .product-cart-shortcut .is-stuck{background-color:#fff;width:62.5rem}.product .extra-buttons{margin-top:.9375rem}.product .extra-buttons .row{margin-bottom:.3125rem}.product .extra-buttons .row .button{font-size:.875rem;margin:0;padding-top:.3125rem;padding-bottom:.3125rem}@media print,screen and (min-width:48em){.product .extra-buttons{position:absolute;right:0}}.product .product-login{position:relative}.product .product-login .button{margin-top:.9375rem;font-size:.875rem}@media print,screen and (max-width:47.99875em){.product .product-login .button{width:100%}}@media print,screen and (min-width:48em){.product .product-login .button{position:absolute;right:1rem}}.product .product-releases{margin-bottom:.9375rem}.product .product-releases h2{font-size:1.5rem;padding-top:.9375rem;text-transform:uppercase;margin-bottom:.3125rem}.product .product-releases a{display:block;float:left;margin-right:.3125rem}@media print,screen and (min-width:48em){.product .product-releases a{margin-right:.625rem}}.product .product-releases a .img-wrapper.th__640_480{width:6.66rem}@media print,screen and (min-width:48em){.product .product-releases a .img-wrapper.th__640_480{width:10.813rem}}.product .product-releases a .img-wrapper.th__720_960{width:3.75rem}@media print,screen and (min-width:48em){.product .product-releases a .img-wrapper.th__720_960{width:6.063rem}}.product .product-releases a .img-wrapper img{max-height:none}.product .product-releases a img{max-height:5rem}@media print,screen and (min-width:48em){.product .product-releases a img{max-height:8.125rem}}.product .row.product-boost{position:relative}.product .row.product-boost .product-boost-special{width:100%;background-size:cover;position:relative;left:auto;top:auto;margin:auto;padding:1.875rem .9375rem 1.875rem .9375rem}.product .row.product-boost .product-boost-special .product-boost-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%}.product .row.product-boost .product-boost-special .product-boost-actions .wrap{background-color:rgba(255,255,255,.8);padding:.9375rem}.product .row.product-boost .product-boost-special .product-boost-actions .wrap h3{text-align:center}.product .row.product-boost .product-boost-special .product-boost-actions .wrap h3 span{display:block;font-weight:700}@media print,screen and (min-width:48em){.product .row.product-boost .product-boost-special .product-boost-actions .wrap{width:65%}}.product .row.product-boost .product-boost-inner{width:100%;background-size:cover;margin:0;padding:1.875rem .9375rem 1.875rem .9375rem}.product .row.product-boost .product-boost-inner .small-12{height:100%}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap{background-color:#fff;padding:.9375rem}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap h3{text-align:center}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap h3 span{display:block;font-weight:700}@media print,screen and (min-width:48em){.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap h3{text-align:left}}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap>.row{margin-top:1.5rem}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap>.row a,.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap>.row button{margin-bottom:0}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap>.row a.button--icon,.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap>.row button.button--icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:12.5rem;width:100%;padding:0 1rem 0 0}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap>.row a.button--icon span,.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap>.row button.button--icon span{display:block;text-align:center;width:100%}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap>.row a.button--icon i,.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap>.row button.button--icon i{font-size:1.25rem;padding:.625rem .875rem;margin:-1px 1rem -1px -1px;background-color:#e73395;color:#fff}@media print,screen and (min-width:48em){.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap>.row{margin-top:1rem}}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap .cart-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap .cart-form .price-wrap{line-height:1;margin-bottom:.25rem;text-align:center}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap .cart-form .price-wrap span{display:block;font-size:1.125rem;font-weight:600;margin-bottom:.125rem}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap .cart-form .price-wrap .price-info{font-size:.75rem;line-height:1}@media print,screen and (min-width:48em){.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap .cart-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:.375rem;-moz-column-gap:.375rem;column-gap:.375rem}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap .cart-form .price-wrap{margin-bottom:0;text-align:left}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap .cart-form .price-wrap span{margin-bottom:.25rem}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap .cart-form .price-wrap .price-info{line-height:1}}@media print,screen and (min-width:64em){.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap .cart-form .price-wrap span{font-size:1.25rem;font-weight:600}}@media print,screen and (min-width:48em){.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap{width:75%;padding-bottom:0}}@media print,screen and (min-width:64em){.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap{width:70%}}@media print,screen and (min-width:48em){.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions{-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end}}@media print,screen and (min-width:48em){.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}@media print,screen and (min-width:48em){.product .row.product-boost .product-boost-inner{margin-bottom:4.8125rem}.product .row.product-boost .product-boost-inner>.column.row,.product .row.product-boost .product-boost-inner>.row.columns{margin-bottom:-4.8125rem}}.product .product-xmasbanner{background-image:url(/https/static.spektrum.de/js_css/assets/img/jpg/fixed/magazine_xmas.jpg);background-repeat:no-repeat;background-size:980px 41.5px;color:#fff;line-height:41.5px;display:block;margin-bottom:2rem;text-align:center;font-size:85%}.product .product-xmasbanner:hover{background-position:top left}.product .product-xmasbanner>span{background:rgba(0,0,0,.4);display:block}@media print,screen and (min-width:48em){.product .product-xmasbanner{padding-right:.9375rem;text-align:right;font-size:100%}.product .product-xmasbanner>span{background:0 0;display:block}}.product .product-editorial{margin-top:1rem}.product .product-editorial h2{color:#767676;font-size:1.25rem;font-weight:600;text-transform:uppercase}.product .product-editorial p{font-size:1rem;line-height:1.375rem}.product .product-editorial span{font-weight:400}.product .product-editorial #read-more-action{position:relative;font-size:.875rem;text-decoration:underline}.product .product-editorial #read-more-action span{cursor:pointer}.product .product-editorial #read-more-action:before{content:"";position:absolute;top:-8rem;left:0;display:block;width:100%;height:8rem;background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background-image:linear-gradient(hsla(0,0%,100%,0),#fff 100%)}.product .product-editorial #read-more-action i{padding-right:.375rem}@media print,screen and (min-width:48em){.product .product-editorial{margin-top:0}.product .product-editorial h2{font-size:1.75rem}.product .product-editorial p{font-size:1.125rem;line-height:1.625rem}}.product .product-info{margin-bottom:2rem}.product .product-info .product-content{margin-bottom:0}.product .product-benefits,.product .product-content{margin-bottom:2rem}.product .product-benefits .teaser-category,.product .product-content .teaser-category{color:#767676;border-bottom:1px solid #e5e5e5;padding-top:0}@media print,screen and (min-width:48em){.product .product-benefits>.row.collapse,.product .product-content>.row.collapse{padding:1rem 0 1rem 0}.product .product-benefits>.row.collapse .medium-10,.product .product-content>.row.collapse .medium-10{padding-left:.9375rem}}.product .product-summary{color:#2d2d2d;font-size:1.625rem;padding-top:.9375rem;text-transform:uppercase;margin-bottom:.3125rem}.product .product-section{color:#2d2d2d;font-size:.875rem;text-transform:uppercase;padding-top:.3125rem;border-top:1px solid #e5e5e5}.product .product-topseller .teaser-category{color:#767676;padding-top:0}.product-benefits>.columns .row .columns{padding:.9375rem 0 .9375rem 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.product-benefits>.columns .row .columns h3{font-size:1.125rem;font-weight:700;color:#2d2d2d}@media print,screen and (min-width:48em){.product-benefits>.columns .row .columns h3{font-size:1.375rem}}.product-benefits>.columns .row .columns .fa-ul{margin-bottom:0}.product-benefits>.columns .row .columns .fa-ul li{font-size:1rem;line-height:1.5}.product-benefits>.columns .row .columns .fa-ul li i{top:.125rem;left:-2.875rem}@media print,screen and (min-width:48em){.product-benefits>.columns .row .columns .fa-ul li i{top:.25rem}}@media print,screen and (min-width:48em){.product-benefits>.columns .row .columns .fa-ul li{font-size:1.25rem}}.product-recommendations{padding:.9375rem 0 .9375rem 0}.product-recommendations h3{text-transform:uppercase}.product-recommendations .products{margin-bottom:.9375rem}.product-recommendations .products figure{position:relative}.product-recommendations .products figure a{display:block}.product-recommendations .products figure figcaption{display:none}.product-recommendations .products figure.active:before{line-height:1;content:"\f0d7";font-family:"Font Awesome 6 Free";font-size:1.25rem;font-weight:900;color:#b7b7b7;text-decoration:none;position:absolute;bottom:-1rem;left:46%}.product-recommendations .product-description{color:#2d2d2d}.product-recommendations .product-description h4{margin-bottom:.375rem;font-size:1.3125rem}@media print,screen and (min-width:48em){.product-recommendations .product-description h4{font-size:1.625rem}}.product-recommendations .product-description p{font-size:.875rem;line-height:1.2}@media print,screen and (min-width:48em){.product-recommendations .product-description p{font-size:1.125rem}}.resultcounter{display:none;position:absolute;top:.5rem;right:.9375rem}@media print,screen and (min-width:48em){.resultcounter{display:block}}.menu__simple__sort{margin-left:0;padding:.625rem 0 .625rem 0;font-size:.875rem}.menu__simple__sort li{display:inline-block;margin-left:0;margin-right:1rem;vertical-align:top;line-height:1}.epoq_expertmask,.searchmask,.shop-searchmask{margin:3rem 0 1.3125rem}.epoq_expertmask .epoq_expertinput,.epoq_expertmask .searchinput,.searchmask .epoq_expertinput,.searchmask .searchinput,.shop-searchmask .epoq_expertinput,.shop-searchmask .searchinput{height:2.8125rem;width:100%}.epoq_expertmask .epoq_expertinput:focus-visible,.epoq_expertmask .searchinput:focus-visible,.searchmask .epoq_expertinput:focus-visible,.searchmask .searchinput:focus-visible,.shop-searchmask .epoq_expertinput:focus-visible,.shop-searchmask .searchinput:focus-visible{outline-style:auto}#epoq_search,#search{font-size:1.3125rem}@media print,screen and (min-width:48em){#epoq_search,#search{font-size:1.625rem}}#epoq_search .epoq_search_term,#epoq_search .search_term,#search .epoq_search_term,#search .search_term{display:inline;font-weight:700}#epoq_search .epoq_search_hits,#epoq_search .search_hits,#search .epoq_search_hits,#search .search_hits{display:inline}#doyoumean .doYouMeanLabel,#doyoumean .epoq_doYouMeanLabel,#epoq_ .doYouMeanLabel,#epoq_ .epoq_doYouMeanLabel{display:inline}#doyoumean a.doyoumean_text,#doyoumean a.epoq_doyoumean_text,#epoq_ a.doyoumean_text,#epoq_ a.epoq_doyoumean_text{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}#epoq_filterresult,#filterresult{position:relative}#epoq_filterresult #epoq_filterHeader,#epoq_filterresult #filterHeader,#filterresult #epoq_filterHeader,#filterresult #filterHeader{margin:0 0 10px}#epoq_filterresult #epoq_filterHeader #epoq_filterHeaderLabel,#epoq_filterresult #epoq_filterHeader #filterHeaderLabel,#epoq_filterresult #filterHeader #epoq_filterHeaderLabel,#epoq_filterresult #filterHeader #filterHeaderLabel,#filterresult #epoq_filterHeader #epoq_filterHeaderLabel,#filterresult #epoq_filterHeader #filterHeaderLabel,#filterresult #filterHeader #epoq_filterHeaderLabel,#filterresult #filterHeader #filterHeaderLabel{cursor:pointer;text-decoration:underline;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#epoq_filterresult #activefilters,#filterresult #activefilters{font-size:.875rem;margin:0 0 10px}#epoq_filterresult #activefilters .header,#filterresult #activefilters .header{display:inline;font-weight:600}#epoq_filterresult #activefilters .activeFilter,#epoq_filterresult #activefilters .activeFilterHeader,#epoq_filterresult #activefilters .activeFilterList,#epoq_filterresult #activefilters .activeValue,#epoq_filterresult #activefilters .allActiveFilterList,#epoq_filterresult #activefilters .allActiveFilterValues,#filterresult #activefilters .activeFilter,#filterresult #activefilters .activeFilterHeader,#filterresult #activefilters .activeFilterList,#filterresult #activefilters .activeValue,#filterresult #activefilters .allActiveFilterList,#filterresult #activefilters .allActiveFilterValues{display:inline}#epoq_filterresult #activefilters .activeFilter,#filterresult #activefilters .activeFilter{padding:0 15px 0 0;white-space:nowrap}#epoq_filterresult #epoq_filters,#epoq_filterresult #filters,#filterresult #epoq_filters,#filterresult #filters{position:absolute;z-index:1;top:1.625rem;width:100%;padding:.9375rem;background:#fff;border:1px solid #e5e5e5}#epoq_filterresult #epoq_filters:before,#epoq_filterresult #filters:before,#filterresult #epoq_filters:before,#filterresult #filters:before{line-height:1;content:"\f0d7";font-family:"Font Awesome 6 Free";font-size:1.25rem;font-weight:900;color:#b7b7b7;text-decoration:none;position:absolute;z-index:20;top:1px;margin-top:-.5625rem}@media print,screen and (min-width:48em){#epoq_filterresult #epoq_filters:before,#epoq_filterresult #filters:before,#filterresult #epoq_filters:before,#filterresult #filters:before{left:50%}}@media print,screen and (min-width:48em){#epoq_filterresult #epoq_filters,#epoq_filterresult #filters,#filterresult #epoq_filters,#filterresult #filters{width:110%;margin:0 -5%}}#epoq_filterresult #epoq_filters .filterRow,#epoq_filterresult #filters .filterRow,#filterresult #epoq_filters .filterRow,#filterresult #filters .filterRow{display:inline-block;width:100%;height:auto}#epoq_filterresult #epoq_filters .epoq_singlefilter,#epoq_filterresult #epoq_filters .singlefilter,#epoq_filterresult #filters .epoq_singlefilter,#epoq_filterresult #filters .singlefilter,#filterresult #epoq_filters .epoq_singlefilter,#filterresult #epoq_filters .singlefilter,#filterresult #filters .epoq_singlefilter,#filterresult #filters .singlefilter{padding-right:.8rem;position:relative;margin-bottom:.5rem}@media print,screen and (min-width:48em){#epoq_filterresult #epoq_filters .epoq_singlefilter,#epoq_filterresult #epoq_filters .singlefilter,#epoq_filterresult #filters .epoq_singlefilter,#epoq_filterresult #filters .singlefilter,#filterresult #epoq_filters .epoq_singlefilter,#filterresult #epoq_filters .singlefilter,#filterresult #filters .epoq_singlefilter,#filterresult #filters .singlefilter{width:33%;float:left}}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat,#epoq_filterresult #epoq_filters .singlefilter .filterstat,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat,#epoq_filterresult #filters .epoq_singlefilter .filterstat,#epoq_filterresult #filters .singlefilter .epoq_filterstat,#epoq_filterresult #filters .singlefilter .filterstat,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat,#filterresult #epoq_filters .epoq_singlefilter .filterstat,#filterresult #epoq_filters .singlefilter .epoq_filterstat,#filterresult #epoq_filters .singlefilter .filterstat,#filterresult #filters .epoq_singlefilter .epoq_filterstat,#filterresult #filters .epoq_singlefilter .filterstat,#filterresult #filters .singlefilter .epoq_filterstat,#filterresult #filters .singlefilter .filterstat{text-align:left}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .epoq_header,#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .header,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .epoq_header,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .header,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .epoq_header,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .header,#epoq_filterresult #epoq_filters .singlefilter .filterstat .epoq_header,#epoq_filterresult #epoq_filters .singlefilter .filterstat .header,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .epoq_header,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .header,#epoq_filterresult #filters .epoq_singlefilter .filterstat .epoq_header,#epoq_filterresult #filters .epoq_singlefilter .filterstat .header,#epoq_filterresult #filters .singlefilter .epoq_filterstat .epoq_header,#epoq_filterresult #filters .singlefilter .epoq_filterstat .header,#epoq_filterresult #filters .singlefilter .filterstat .epoq_header,#epoq_filterresult #filters .singlefilter .filterstat .header,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .epoq_header,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .header,#filterresult #epoq_filters .epoq_singlefilter .filterstat .epoq_header,#filterresult #epoq_filters .epoq_singlefilter .filterstat .header,#filterresult #epoq_filters .singlefilter .epoq_filterstat .epoq_header,#filterresult #epoq_filters .singlefilter .epoq_filterstat .header,#filterresult #epoq_filters .singlefilter .filterstat .epoq_header,#filterresult #epoq_filters .singlefilter .filterstat .header,#filterresult #filters .epoq_singlefilter .epoq_filterstat .epoq_header,#filterresult #filters .epoq_singlefilter .epoq_filterstat .header,#filterresult #filters .epoq_singlefilter .filterstat .epoq_header,#filterresult #filters .epoq_singlefilter .filterstat .header,#filterresult #filters .singlefilter .epoq_filterstat .epoq_header,#filterresult #filters .singlefilter .epoq_filterstat .header,#filterresult #filters .singlefilter .filterstat .epoq_header,#filterresult #filters .singlefilter .filterstat .header{text-transform:uppercase;font-weight:400}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterList,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filterList,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filterList,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filterList,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filterList,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filterList,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filterList,#epoq_filterresult #filters .singlefilter .filterstat .filterList,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterList,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filterList,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filterList,#filterresult #epoq_filters .singlefilter .filterstat .filterList,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filterList,#filterresult #filters .epoq_singlefilter .filterstat .filterList,#filterresult #filters .singlefilter .epoq_filterstat .filterList,#filterresult #filters .singlefilter .filterstat .filterList{font-size:.9375rem}@media print,screen and (min-width:48em){#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterList,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filterList,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filterList,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filterList,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filterList,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filterList,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filterList,#epoq_filterresult #filters .singlefilter .filterstat .filterList,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterList,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filterList,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filterList,#filterresult #epoq_filters .singlefilter .filterstat .filterList,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filterList,#filterresult #filters .epoq_singlefilter .filterstat .filterList,#filterresult #filters .singlefilter .epoq_filterstat .filterList,#filterresult #filters .singlefilter .filterstat .filterList{max-height:160px;overflow-y:auto}}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult a:hover,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult a:hover,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filterresult a:hover,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filterresult a:hover,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filterresult a:hover,#epoq_filterresult #filters .singlefilter .filterstat .filterresult a:hover,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult a:hover,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult a:hover,#filterresult #epoq_filters .singlefilter .filterstat .filterresult a:hover,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover,#filterresult #filters .epoq_singlefilter .filterstat .filterresult a:hover,#filterresult #filters .singlefilter .epoq_filterstat .filterresult a:hover,#filterresult #filters .singlefilter .filterstat .filterresult a:hover{text-decoration:none;background:0 0}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult a:hover .filter_value,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filterresult a:hover .filter_value,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filterresult a:hover .filter_value,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#epoq_filterresult #filters .singlefilter .filterstat .filterresult a:hover .filter_value,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult a:hover .filter_value,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#filterresult #epoq_filters .singlefilter .filterstat .filterresult a:hover .filter_value,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#filterresult #filters .epoq_singlefilter .filterstat .filterresult a:hover .filter_value,#filterresult #filters .singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#filterresult #filters .singlefilter .filterstat .filterresult a:hover .filter_value{text-decoration:underline}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult.collapse:hover,#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult.extend:hover,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult.collapse:hover,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult.extend:hover,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult.collapse:hover,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult.extend:hover,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filterresult.collapse:hover,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filterresult.extend:hover,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult.collapse:hover,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult.extend:hover,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filterresult.collapse:hover,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filterresult.extend:hover,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filterresult.collapse:hover,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filterresult.extend:hover,#epoq_filterresult #filters .singlefilter .filterstat .filterresult.collapse:hover,#epoq_filterresult #filters .singlefilter .filterstat .filterresult.extend:hover,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult.collapse:hover,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult.extend:hover,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult.collapse:hover,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult.extend:hover,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult.collapse:hover,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult.extend:hover,#filterresult #epoq_filters .singlefilter .filterstat .filterresult.collapse:hover,#filterresult #epoq_filters .singlefilter .filterstat .filterresult.extend:hover,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult.collapse:hover,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult.extend:hover,#filterresult #filters .epoq_singlefilter .filterstat .filterresult.collapse:hover,#filterresult #filters .epoq_singlefilter .filterstat .filterresult.extend:hover,#filterresult #filters .singlefilter .epoq_filterstat .filterresult.collapse:hover,#filterresult #filters .singlefilter .epoq_filterstat .filterresult.extend:hover,#filterresult #filters .singlefilter .filterstat .filterresult.collapse:hover,#filterresult #filters .singlefilter .filterstat .filterresult.extend:hover{cursor:pointer;text-decoration:underline}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterInput,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filterInput,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filterInput,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filterInput,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filterInput,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filterInput,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filterInput,#epoq_filterresult #filters .singlefilter .filterstat .filterInput,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterInput,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filterInput,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filterInput,#filterresult #epoq_filters .singlefilter .filterstat .filterInput,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filterInput,#filterresult #filters .epoq_singlefilter .filterstat .filterInput,#filterresult #filters .singlefilter .epoq_filterstat .filterInput,#filterresult #filters .singlefilter .filterstat .filterInput{font-family:"Roboto Condensed",Arial,sans-serif;font-size:.875rem;padding:.25rem;width:100%;margin:.125rem 0 .25rem;border:1px solid #e5e5e5}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .epoq_select,#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .select,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .epoq_select,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .select,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .epoq_select,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .select,#epoq_filterresult #epoq_filters .singlefilter .filterstat .epoq_select,#epoq_filterresult #epoq_filters .singlefilter .filterstat .select,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .epoq_select,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .select,#epoq_filterresult #filters .epoq_singlefilter .filterstat .epoq_select,#epoq_filterresult #filters .epoq_singlefilter .filterstat .select,#epoq_filterresult #filters .singlefilter .epoq_filterstat .epoq_select,#epoq_filterresult #filters .singlefilter .epoq_filterstat .select,#epoq_filterresult #filters .singlefilter .filterstat .epoq_select,#epoq_filterresult #filters .singlefilter .filterstat .select,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .epoq_select,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .select,#filterresult #epoq_filters .epoq_singlefilter .filterstat .epoq_select,#filterresult #epoq_filters .epoq_singlefilter .filterstat .select,#filterresult #epoq_filters .singlefilter .epoq_filterstat .epoq_select,#filterresult #epoq_filters .singlefilter .epoq_filterstat .select,#filterresult #epoq_filters .singlefilter .filterstat .epoq_select,#filterresult #epoq_filters .singlefilter .filterstat .select,#filterresult #filters .epoq_singlefilter .epoq_filterstat .epoq_select,#filterresult #filters .epoq_singlefilter .epoq_filterstat .select,#filterresult #filters .epoq_singlefilter .filterstat .epoq_select,#filterresult #filters .epoq_singlefilter .filterstat .select,#filterresult #filters .singlefilter .epoq_filterstat .epoq_select,#filterresult #filters .singlefilter .epoq_filterstat .select,#filterresult #filters .singlefilter .filterstat .epoq_select,#filterresult #filters .singlefilter .filterstat .select{display:inline-block;border:1px solid #000;width:.875rem;height:.875rem;margin-right:.25rem}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .selectBox,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .selectBox,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .selectBox,#epoq_filterresult #epoq_filters .singlefilter .filterstat .selectBox,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .selectBox,#epoq_filterresult #filters .epoq_singlefilter .filterstat .selectBox,#epoq_filterresult #filters .singlefilter .epoq_filterstat .selectBox,#epoq_filterresult #filters .singlefilter .filterstat .selectBox,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .selectBox,#filterresult #epoq_filters .epoq_singlefilter .filterstat .selectBox,#filterresult #epoq_filters .singlefilter .epoq_filterstat .selectBox,#filterresult #epoq_filters .singlefilter .filterstat .selectBox,#filterresult #filters .epoq_singlefilter .epoq_filterstat .selectBox,#filterresult #filters .epoq_singlefilter .filterstat .selectBox,#filterresult #filters .singlefilter .epoq_filterstat .selectBox,#filterresult #filters .singlefilter .filterstat .selectBox{display:inline;margin-right:5px}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .fa.fa-check-square-o,#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .fa.fa-square-o,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .fa.fa-check-square-o,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .fa.fa-square-o,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .fa.fa-check-square-o,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .fa.fa-square-o,#epoq_filterresult #epoq_filters .singlefilter .filterstat .fa.fa-check-square-o,#epoq_filterresult #epoq_filters .singlefilter .filterstat .fa.fa-square-o,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .fa.fa-check-square-o,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .fa.fa-square-o,#epoq_filterresult #filters .epoq_singlefilter .filterstat .fa.fa-check-square-o,#epoq_filterresult #filters .epoq_singlefilter .filterstat .fa.fa-square-o,#epoq_filterresult #filters .singlefilter .epoq_filterstat .fa.fa-check-square-o,#epoq_filterresult #filters .singlefilter .epoq_filterstat .fa.fa-square-o,#epoq_filterresult #filters .singlefilter .filterstat .fa.fa-check-square-o,#epoq_filterresult #filters .singlefilter .filterstat .fa.fa-square-o,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .fa.fa-check-square-o,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .fa.fa-square-o,#filterresult #epoq_filters .epoq_singlefilter .filterstat .fa.fa-check-square-o,#filterresult #epoq_filters .epoq_singlefilter .filterstat .fa.fa-square-o,#filterresult #epoq_filters .singlefilter .epoq_filterstat .fa.fa-check-square-o,#filterresult #epoq_filters .singlefilter .epoq_filterstat .fa.fa-square-o,#filterresult #epoq_filters .singlefilter .filterstat .fa.fa-check-square-o,#filterresult #epoq_filters .singlefilter .filterstat .fa.fa-square-o,#filterresult #filters .epoq_singlefilter .epoq_filterstat .fa.fa-check-square-o,#filterresult #filters .epoq_singlefilter .epoq_filterstat .fa.fa-square-o,#filterresult #filters .epoq_singlefilter .filterstat .fa.fa-check-square-o,#filterresult #filters .epoq_singlefilter .filterstat .fa.fa-square-o,#filterresult #filters .singlefilter .epoq_filterstat .fa.fa-check-square-o,#filterresult #filters .singlefilter .epoq_filterstat .fa.fa-square-o,#filterresult #filters .singlefilter .filterstat .fa.fa-check-square-o,#filterresult #filters .singlefilter .filterstat .fa.fa-square-o{margin-right:.25rem}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .epoq_filter_value,#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filter_value,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .epoq_filter_value,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filter_value,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .epoq_filter_value,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filter_value,#epoq_filterresult #epoq_filters .singlefilter .filterstat .epoq_filter_value,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filter_value,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .epoq_filter_value,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filter_value,#epoq_filterresult #filters .epoq_singlefilter .filterstat .epoq_filter_value,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filter_value,#epoq_filterresult #filters .singlefilter .epoq_filterstat .epoq_filter_value,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filter_value,#epoq_filterresult #filters .singlefilter .filterstat .epoq_filter_value,#epoq_filterresult #filters .singlefilter .filterstat .filter_value,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .epoq_filter_value,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filter_value,#filterresult #epoq_filters .epoq_singlefilter .filterstat .epoq_filter_value,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filter_value,#filterresult #epoq_filters .singlefilter .epoq_filterstat .epoq_filter_value,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filter_value,#filterresult #epoq_filters .singlefilter .filterstat .epoq_filter_value,#filterresult #epoq_filters .singlefilter .filterstat .filter_value,#filterresult #filters .epoq_singlefilter .epoq_filterstat .epoq_filter_value,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filter_value,#filterresult #filters .epoq_singlefilter .filterstat .epoq_filter_value,#filterresult #filters .epoq_singlefilter .filterstat .filter_value,#filterresult #filters .singlefilter .epoq_filterstat .epoq_filter_value,#filterresult #filters .singlefilter .epoq_filterstat .filter_value,#filterresult #filters .singlefilter .filterstat .epoq_filter_value,#filterresult #filters .singlefilter .filterstat .filter_value{display:inline}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .count_stat,#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .epoq_count_stat,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .count_stat,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .epoq_count_stat,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .count_stat,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .epoq_count_stat,#epoq_filterresult #epoq_filters .singlefilter .filterstat .count_stat,#epoq_filterresult #epoq_filters .singlefilter .filterstat .epoq_count_stat,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .count_stat,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .epoq_count_stat,#epoq_filterresult #filters .epoq_singlefilter .filterstat .count_stat,#epoq_filterresult #filters .epoq_singlefilter .filterstat .epoq_count_stat,#epoq_filterresult #filters .singlefilter .epoq_filterstat .count_stat,#epoq_filterresult #filters .singlefilter .epoq_filterstat .epoq_count_stat,#epoq_filterresult #filters .singlefilter .filterstat .count_stat,#epoq_filterresult #filters .singlefilter .filterstat .epoq_count_stat,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .count_stat,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .epoq_count_stat,#filterresult #epoq_filters .epoq_singlefilter .filterstat .count_stat,#filterresult #epoq_filters .epoq_singlefilter .filterstat .epoq_count_stat,#filterresult #epoq_filters .singlefilter .epoq_filterstat .count_stat,#filterresult #epoq_filters .singlefilter .epoq_filterstat .epoq_count_stat,#filterresult #epoq_filters .singlefilter .filterstat .count_stat,#filterresult #epoq_filters .singlefilter .filterstat .epoq_count_stat,#filterresult #filters .epoq_singlefilter .epoq_filterstat .count_stat,#filterresult #filters .epoq_singlefilter .epoq_filterstat .epoq_count_stat,#filterresult #filters .epoq_singlefilter .filterstat .count_stat,#filterresult #filters .epoq_singlefilter .filterstat .epoq_count_stat,#filterresult #filters .singlefilter .epoq_filterstat .count_stat,#filterresult #filters .singlefilter .epoq_filterstat .epoq_count_stat,#filterresult #filters .singlefilter .filterstat .count_stat,#filterresult #filters .singlefilter .filterstat .epoq_count_stat{display:inline}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .count_stat:not(.count_stat),#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .epoq_count_stat:not(.count_stat),#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .count_stat:not(.count_stat),#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .epoq_count_stat:not(.count_stat),#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .count_stat:not(.count_stat),#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .epoq_count_stat:not(.count_stat),#epoq_filterresult #epoq_filters .singlefilter .filterstat .count_stat:not(.count_stat),#epoq_filterresult #epoq_filters .singlefilter .filterstat .epoq_count_stat:not(.count_stat),#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .count_stat:not(.count_stat),#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .epoq_count_stat:not(.count_stat),#epoq_filterresult #filters .epoq_singlefilter .filterstat .count_stat:not(.count_stat),#epoq_filterresult #filters .epoq_singlefilter .filterstat .epoq_count_stat:not(.count_stat),#epoq_filterresult #filters .singlefilter .epoq_filterstat .count_stat:not(.count_stat),#epoq_filterresult #filters .singlefilter .epoq_filterstat .epoq_count_stat:not(.count_stat),#epoq_filterresult #filters .singlefilter .filterstat .count_stat:not(.count_stat),#epoq_filterresult #filters .singlefilter .filterstat .epoq_count_stat:not(.count_stat),#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .count_stat:not(.count_stat),#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .epoq_count_stat:not(.count_stat),#filterresult #epoq_filters .epoq_singlefilter .filterstat .count_stat:not(.count_stat),#filterresult #epoq_filters .epoq_singlefilter .filterstat .epoq_count_stat:not(.count_stat),#filterresult #epoq_filters .singlefilter .epoq_filterstat .count_stat:not(.count_stat),#filterresult #epoq_filters .singlefilter .epoq_filterstat .epoq_count_stat:not(.count_stat),#filterresult #epoq_filters .singlefilter .filterstat .count_stat:not(.count_stat),#filterresult #epoq_filters .singlefilter .filterstat .epoq_count_stat:not(.count_stat),#filterresult #filters .epoq_singlefilter .epoq_filterstat .count_stat:not(.count_stat),#filterresult #filters .epoq_singlefilter .epoq_filterstat .epoq_count_stat:not(.count_stat),#filterresult #filters .epoq_singlefilter .filterstat .count_stat:not(.count_stat),#filterresult #filters .epoq_singlefilter .filterstat .epoq_count_stat:not(.count_stat),#filterresult #filters .singlefilter .epoq_filterstat .count_stat:not(.count_stat),#filterresult #filters .singlefilter .epoq_filterstat .epoq_count_stat:not(.count_stat),#filterresult #filters .singlefilter .filterstat .count_stat:not(.count_stat),#filterresult #filters .singlefilter .filterstat .epoq_count_stat:not(.count_stat){margin-left:.25rem}#epoq_filterresult #filters-closer,#filterresult #filters-closer{position:absolute;right:15px;top:15px;cursor:pointer;z-index:9001}#epoq_bannerresult img{margin:0 0 10px}#epoq_contentresult .content_header{font-weight:700}#epoq_contentresult .contentsearch_row a{text-decoration:underline}.ui-autocomplete.autocomplete{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;background:#fff;width:66.66667%!important;padding:5px 35% 5px 5px;border:1px solid;border-color:#e5e5e5;text-align:left;list-style-type:none;z-index:1100}.ui-autocomplete.autocomplete#ta-id-0{top:201.843px;left:146.672px;width:667.656px;min-height:332px}@media print,screen and (max-width:63.99875em){.ui-autocomplete.autocomplete#ta-id-0{width:80%!important;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);margin:0}}.ui-autocomplete.autocomplete#ta-id-1{top:59.0143px;left:30px;width:667.656px;min-height:332px}.ui-autocomplete.autocomplete .products_menu{position:absolute;right:0;width:50%;padding:0 10px 10px 0}.ui-autocomplete.autocomplete .products_menu .ta_li_product{width:100%;padding:10px 0;height:80px;border-bottom:1px solid #e5e5e5}.ui-autocomplete.autocomplete .products_menu .ta_li_product a:hover{background:0 0}.ui-autocomplete.autocomplete .products_menu .ta_li_product a:hover .sug_title{text-decoration:underline}.ui-autocomplete.autocomplete .products_menu .ta_li_product a .sug_image{display:inline-block;width:30%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}.ui-autocomplete.autocomplete .products_menu .ta_li_product a .sug_image img{max-height:100%;max-width:100%}.ui-autocomplete.autocomplete .products_menu .ta_li_product a .sug_prod_infos{display:inline-block;width:calc(70% - 5px);padding:0 0 0 5px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;font-size:.9375rem;overflow:hidden;vertical-align:top;line-height:1.25rem}.ui-autocomplete.autocomplete .ta_separator{display:inline-block;width:100%;padding:5px;font-size:1rem;line-height:1.25;margin:0;color:#000;text-transform:uppercase}.ui-autocomplete.autocomplete .ta_li{display:inline-block;line-height:1;width:100%;margin:.25rem 0 0}.ui-autocomplete.autocomplete .ta_li a{display:inline-block;width:100%;padding:2px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ui-autocomplete.autocomplete .ta_li a:hover{background:0 0;text-decoration:underline}.reveal-cover{margin-bottom:.9375rem}.reveal-cart-button .button{margin-bottom:.3125rem}.reveal-payment{font-weight:700;margin-bottom:.3125rem}.reveal-more-info,.reveal-payment{font-size:.875rem;text-align:center}#user-login .password-reset{display:inline-block;margin-right:.625rem}#user-login .register{display:inline-block}div[id^=image-modal]{border:none;padding:0}div[id^=image-modal] .row .columns:last-child{background-color:#e5e5e5;height:100vh;padding:.9375rem}@media print,screen and (min-width:48em){div[id^=image-modal] .row .columns:last-child{height:auto}}@media print,screen and (min-width:48em){div[id^=image-modal]{width:80%;max-width:40rem}div[id^=image-modal] .row{min-height:36rem}div[id^=image-modal] .row .columns:first-child{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}div[id^=image-modal] .row .columns:first-child img{height:100%;-o-object-fit:cover;object-fit:cover}}@media print,screen and (min-width:64em){div[id^=image-modal]{max-width:60rem}}.article-archive{padding:.9375rem 0 .9375rem 0}.article-archive h3{line-height:1;text-transform:uppercase}.article-archive td{padding:.3125rem}.article-archive td.active{font-weight:400}@media print,screen and (min-width:48em){.articles_to_topic__bottom{display:grid;grid-template-columns:auto 300px;grid-gap:10px}.articles_to_topic__bottom .teaser.teaser__line{padding-top:1.25rem}.articles_to_topic__bottom .teaser.teaser__line+.teaser.teaser__small{padding-top:.3125rem}.articles_to_topic__bottom>.teaser__small{grid-column:1/-1;max-width:82.99%!important}.articles_to_topic__bottom>.ad.ad__300_250,.articles_to_topic__bottom>.sideshow.sideshow__300_250{grid-row:1;grid-column:2}}#main #picture-upload-form td{padding:.625rem;font-size:1rem;line-height:1.2}#main #picture-upload-form td p{font-size:.75rem;line-height:1.1}#main #picture-upload-form td input:not([type=file]),#main #picture-upload-form td select,#main #picture-upload-form td textarea{font-size:.875rem;margin:0;padding:.625rem}#main #picture-upload-form td select{padding:.3125rem}#main #picture-upload-form td label{margin:0;display:inline}#main #picture-upload-form td img{font-size:1rem;font-weight:700}body.astro-picture .fa-star,body.astro-picture .stars-wrapper{display:inline}.stoerer__celebrate{font-size:1.5rem;text-align:canter;display:block;margin:1.25rem 0}.stoerer__celebrate:hover{background-image:none}.stoerer__celebrate img{max-height:1.375rem;max-width:7.5rem;vertical-align:initial}.stoerer__celebrate span:first-of-type{background-color:#e73395;color:#fff;text-align:right;padding:.5rem .75rem .5rem .75rem}@media print,screen and (max-width:47.99875em){.stoerer__celebrate span:first-of-type{display:block;text-align:center}}.stoerer__celebrate span:nth-of-type(2){background-color:#2d2d2d;color:#fff;font-weight:800;padding:.5rem .75rem .5rem .75rem}@media print,screen and (max-width:47.99875em){.stoerer__celebrate span:nth-of-type(2){display:block}}#env-indicator{background-color:#0284c7;color:#fff;font-family:system-ui,sans-serif;font-size:.75rem;font-weight:600;display:inline-block;padding:.5rem;position:fixed;z-index:1000}#env-indicator span{background-color:#075985;padding:.25rem;display:inline-block;border-radius:.25rem;margin-left:.5rem;cursor:pointer}.index .product-boost{margin-bottom:2.5rem}.index .product-boost .medium-8{position:relative}.index .product-boost .medium-8 h3{font-weight:400;margin-top:.9375rem}@media print,screen and (min-width:48em){.index .product-boost .medium-8 h3{margin-top:0}}.index .product-boost .medium-8 .product-boost-actions .row a,.index .product-boost .medium-8 .product-boost-actions .row button{margin-bottom:0}.index .product-boost .medium-8 .product-boost-actions .row:first-of-type .columns a,.index .product-boost .medium-8 .product-boost-actions .row:first-of-type .columns button{margin-bottom:.625rem}@media print,screen and (min-width:48em){.index .product-boost .medium-8 .product-boost-actions .row:first-of-type .columns:first-child{padding-right:.3125rem}.index .product-boost .medium-8 .product-boost-actions .row:first-of-type .columns:last-child{padding-left:.3125rem}.index .product-boost .medium-8 .product-boost-actions .row:first-of-type .columns.single{padding:0 .9375rem 0 .9375rem}}.index .product-boost .medium-8 .product-back-catalogue{position:absolute;bottom:0;left:.9375rem}.index .product-boost .medium-8 .product-back-catalogue a{display:block;float:left;margin-right:.625rem}.index .product-boost .medium-8 .product-back-catalogue a img{max-height:6.25rem}@media print,screen and (min-width:64em){.index .product-boost .medium-8 .product-back-catalogue a img{max-height:8.125rem}}.shop-context #main header{margin-top:3.125rem;text-align:center;margin-bottom:4.375rem}.shop-context #main header a:not(.button){color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.shop-context #main header h1{font-size:1.625rem;text-transform:uppercase;margin-top:0}.shop-context #main header .intro{line-height:1.2;font-size:1.25rem}.shop-context #main header .intro .hint{font-size:.9375rem;margin-top:.3125rem}.shop-context #main header.shop-box-matrix{text-align:left}.shop-context #main header.shop-box-matrix h1{text-transform:none}@media print,screen and (min-width:48em){.shop-context #main header.shop-box-matrix h1{font-size:3rem}}.shop-context #main header.shop-box-matrix .intro{line-height:1;font-size:1rem}.shop-context #main header.shop-box-matrix .show-for-small-only{margin-top:1.25rem}.shop-context #main .shop-matrix table.unstriped{margin-bottom:0}.shop-context #main .shop-matrix table.unstriped tbody tr{background-color:#f2f2f2;border-bottom:3px solid #fff}.shop-context #main .shop-matrix table.unstriped tbody tr td,.shop-context #main .shop-matrix table.unstriped tbody tr th{border-right:3px solid #fff;text-align:center}.shop-context #main .shop-matrix table.unstriped tbody tr td:first-child{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:left}.shop-context #main .shop-matrix table.unstriped tbody tr td .fa-info-circle{cursor:pointer}.shop-context #main .shop-matrix table.unstriped tbody tr td .info{position:absolute;width:18.75rem;background:#fff;border:1px solid #e5e5e5;padding:.3125rem}.shop-context #main .shop-matrix table.unstriped tbody tr td .fa-check{color:#76ae5e;font-size:1.25rem}.shop-context #main .shop-matrix table.unstriped tbody tr td .button{margin-bottom:0}.shop-context #main .shop-matrix .hint{text-align:right;font-size:.8125rem}.shop-context #main .questions{text-align:center}.shop-context #main .shop-box-matrix{margin-bottom:1.5625rem}.shop-context #main .shop-box-matrix .intro{margin-bottom:1.5625rem}.shop-context #main .shop-box-matrix li{line-height:1.2;margin-bottom:.3125rem}@media print,screen and (min-width:48em){.shop-context #main .shop-box-matrix li{font-size:1.25rem}}.shop-context #main .pagination-title .teaser-category{text-align:right;text-transform:uppercase;font-size:.875rem;margin-top:.25rem;padding-top:0}.shop-context #main .shop-matrix{margin-bottom:1.5625rem}.shop-context #main .pagination-list__wrapper{margin-bottom:1.25rem}.shop-context #main .bundle-content{margin-bottom:1.25rem}.shop-context #main .bundle-content h2{font-size:1.625rem;text-transform:uppercase;margin-bottom:.9375rem}.shop-context #main .bundle-content>.columns:first-child figure{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;height:100%}.shop-context #main .bundle-content>.columns:first-child figure a{display:block;text-align:center;width:75%}@media print,screen and (min-width:48em){.shop-context #main .bundle-content>.columns:first-child figure a .badge{position:relative;z-index:1000;background-color:#000;font-weight:400;width:4.375rem;height:4.375rem;padding:1.0625rem;font-size:1.375rem}}@media screen and (min-width:56.25em){.shop-context #main .bundle-content>.columns:first-child figure a .badge{width:4.8125rem;height:4.8125rem;padding:1.3125rem;font-size:1.375rem}}.shop-context #main .bundle-content>.columns:first-child figure a .img-wrapper{margin-top:-2rem}@media print,screen and (min-width:48em){.shop-context #main .bundle-content>.columns:last-child{padding-left:.9375rem;border-left:1px solid #e5e5e5}}.shop-context #main .bundle-content>.columns:last-child .row{margin-bottom:1.25rem}.shop-context #main .bundle-content>.columns:last-child .row:last-child{margin-bottom:0}@media print,screen and (min-width:48em){.shop-context #main .bundle-content>.columns:last-child .row .medium-7,.shop-context #main .bundle-content>.columns:last-child .row .medium-9{padding-left:0}}.shop-context #main .bundle-content>.columns:last-child .row .medium-7 h3,.shop-context #main .bundle-content>.columns:last-child .row .medium-9 h3{font-size:1.25rem;font-weight:700;margin-top:.625rem}@media print,screen and (min-width:48em){.shop-context #main .bundle-content>.columns:last-child .row .medium-7 h3,.shop-context #main .bundle-content>.columns:last-child .row .medium-9 h3{margin-top:0}}.shop-context #main .bundle-content>.columns:last-child .row .medium-7 .text,.shop-context #main .bundle-content>.columns:last-child .row .medium-9 .text{font-size:1.125rem}.shop-context #main .bundle-content .medium-9 .row a{width:100%;display:block}.shop-context #main .shop-box-subscription{margin-bottom:1.5625rem}.shop-context #main .shop-box-subscription .columns figure{margin-bottom:.625rem}.shop-context #main .shop-box-subscription .columns ul{margin-bottom:0}.shop-context #main .shop-box-subscription .columns:first-child ul li{font-size:.875rem}.shop-context #main .shop-box-subscription .columns:last-child .selection{margin-top:.9375rem;margin-bottom:1.25rem;color:#636363;font-size:1rem;font-weight:700;text-transform:uppercase;line-height:1}.shop-context #main .shop-box-subscription .columns:last-child .selection .row:first-child{margin-bottom:.3125rem}.shop-context #main .shop-box-subscription .columns:last-child .selection .row:last-child .columns:last-child{color:#b02700}@media print,screen and (min-width:48em){.shop-context #main .shop-box-subscription .columns:last-child .selection{font-size:1.25rem;margin-top:0}}.shop-context #main .shop-box-subscription .columns:last-child .description,.shop-context #main .shop-box-subscription .columns:last-child p,.shop-context #main .shop-box-subscription .columns:last-child ul{font-size:1.125rem}.shop-context #main .shop-box-subscription .columns:last-child .description{margin-bottom:1.875rem}@media print,screen and (min-width:48em){.shop-context #main .shop-box-subscription{margin-bottom:4.6875rem}}.shop-context #main .shop-box-options h2{text-align:center;margin-bottom:1.25rem}@media print,screen and (min-width:48em){.shop-context #main .shop-box-options h2{font-size:2.125rem}}.shop-context #main .shop-box-options .columns:first-child .summary,.shop-context #main .shop-box-options .columns:first-child label{text-align:right;text-transform:uppercase;line-height:1.5}.shop-context #main .shop-box-options .columns:first-child .summary span,.shop-context #main .shop-box-options .columns:first-child label span{color:#b02700;font-weight:400}@media print,screen and (min-width:48em){.shop-context #main .shop-box-options .columns:first-child .summary span,.shop-context #main .shop-box-options .columns:first-child label span{display:block}}.shop-context #main .shop-box-options .columns:first-child .summary .fa-info-circle,.shop-context #main .shop-box-options .columns:first-child label .fa-info-circle{cursor:pointer;margin-left:.3125rem}.shop-context #main .shop-box-options .columns:first-child .summary .info,.shop-context #main .shop-box-options .columns:first-child label .info{font-size:.75rem;position:absolute;width:18.75rem;background:#fff;border:1px solid #e5e5e5;padding:.3125rem}@media print,screen and (min-width:48em){.shop-context #main .shop-box-options .columns:first-child .summary,.shop-context #main .shop-box-options .columns:first-child label{font-size:.9375rem}}.shop-context #main .shop-box-product a{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.shop-context #main #subscription-steps .teaser{margin-bottom:0}@media print,screen and (max-width:47.99875em){.shop-context .button.large{font-size:.9rem}}.podcast-player{margin-bottom:1rem}.podcast-player .shk{--background-body:rgb(52, 52, 52);--color-title:white;--color-artist:white;--color-bar-loaded:rgb(109, 109, 109);--color-bar-played:rgb(57, 183, 14);--color-time:#aaa}.podcast-player .shk[data-extra] .shk-controls_extra{background-color:rgba(42,42,42,.8);-webkit-backdrop-filter:blur(.125rem);backdrop-filter:blur(.125rem);border-radius:.5rem;width:auto}.podcast-player .shk[data-show-chapter] .shk-chapter{bottom:6.25rem}.podcast-player .shk .shk-chapter{background:#5d7755;background:-webkit-gradient(linear,left top,left bottom,color-stop(23%,#404040),to(#4c4c4c));background:linear-gradient(180deg,#404040 23%,#4c4c4c 100%);border:none;border-radius:0;border-top-right-radius:.5rem;border-top-left-radius:.5rem}.podcast-player .shk .shk-artist{font-weight:600}.podcast-player .shk .shk-cover{background-color:#aaa;background-position:center;background-size:contain;border:4px solid #fff}.podcast-player .shk .shk-btn_toggle{color:#39b70e}.podcast-player .shk .shk-chapter_main{-webkit-mask-image:none;mask-image:none;margin:1.875rem 0;padding:0 .625rem}.podcast-player .shk .shk-chapter_main .shk-chapter_item .shk-chapter_btn{color:#fff;padding:.3125rem .625rem}.podcast-player .shk .shk-chapter_main .shk-chapter_item .shk-icon_chapter span{color:#fff}.podcast-player .shk .shk-chapter_main .shk-chapter_item .shk-chapter_duration{color:#fff;font-weight:400}.podcast-player .shk .shk-chapter_main .shk-chapter_item[data-active] .shk-chapter_btn{background-color:rgba(23,23,23,.4);border-radius:.5rem}.podcast-player .shk .shk-chapter_main .shk-chapter_item[data-active] .shk-chapter_btn .shk-icon_chapter span{color:#39b70e}@media print,screen and (min-width:48em){.podcast-player .shk .shk-chapter_main{padding:0 1.25rem}}.podcast-subscribe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;gap:.5rem;padding:.5rem;clear:both}#wpm{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);padding-top:15px;z-index:6000002}@media print,screen and (max-width:63.99875em){#wpm{padding-top:20vh}#wpm.ios_instructions{padding-top:2.5vh}}#wpm .wpm__content{width:95vw;max-width:500px;position:relative;overflow:hidden;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:20px;background-color:#fff}#wpm .wpm__content .wpm__content_grid{display:grid;grid-template-columns:55px auto;grid-gap:20px;height:100%}@media print,screen and (max-width:63.99875em){#wpm .wpm__content .wpm__content_grid{grid-template-columns:auto;grid-template-rows:55px auto}}@media print,screen and (max-width:63.99875em){#wpm .wpm__content .wpm__content_grid .wpm__content_grid__left{text-align:center}}#wpm .wpm__content .wpm__content_grid .wpm__content_grid__left img{width:55px;border:1px solid #e5e5e5}#wpm .wpm__content .wpm__content_grid .wpm__content_grid__right .wpm__content_grid__right__title{font-weight:600;font-size:1.3rem}@media print,screen and (max-width:63.99875em){#wpm .wpm__content .wpm__content_grid .wpm__content_grid__right .wpm__content_grid__right__title{text-align:center}}#wpm .wpm__content .wpm__content_grid .wpm__content_grid__right .wpm__content_grid__right__description{margin:20px 0}@media print,screen and (max-width:63.99875em){#wpm .wpm__content .wpm__content_grid .wpm__content_grid__right .wpm__content_grid__right__description{text-align:center}}#wpm .wpm__content .wpm__content_grid .wpm__content_grid__right .wpm__content_grid__right__description__link{font-size:.8rem}@media print,screen and (max-width:63.99875em){#wpm .wpm__content .wpm__content_grid .wpm__content_grid__right .wpm__content_grid__right__description__link{text-align:center}}#wpm .wpm__content .wpm__content_grid .wpm__content_grid__right .wpm__content_grid__right__description__link a{text-decoration:underline}#wpm .wpm__content .wpm__content_grid .wpm__content_grid__right .wpm__content_grid__right__buttons__button{padding:10px 5px;display:block;width:100%;border:1px solid #e5e5e5;text-transform:uppercase;cursor:pointer}#wpm .wpm__content .wpm__content_grid .wpm__content_grid__right .wpm__content_grid__right__buttons__button.wpm__content_grid__right__buttons__button--decline{color:#adadad}#wpm .wpm__content .wpm__content_grid .wpm__content_grid__right .wpm__content_grid__right__buttons__button.wpm__content_grid__right__buttons__button--accept{color:#fff;background-color:#52a100;margin-bottom:5px}#wpb{position:fixed;bottom:20px;right:20px;z-index:6000001}#wpb:hover{cursor:pointer}#wpb.wpb-tooltip:after,#wpb.wpb-tooltip:before{display:block;opacity:0;pointer-events:none;position:absolute}#wpb.wpb-tooltip:after{border-right:6px solid transparent;border-bottom:6px solid rgba(0,0,0,.75);border-left:6px solid transparent;content:"";height:0;top:20px;left:-10px;width:0}#wpb.wpb-tooltip:before{background:rgba(0,0,0,.75);border-radius:2px;color:#fff;content:attr(data-title);font-size:14px;padding:6px 10px;top:7px;right:60px;white-space:nowrap}#wpb.wpb-tooltip.wpb-fade:after,#wpb.wpb-tooltip.wpb-fade:before{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}#wpb.wpb-tooltip.wpb-fade:after{-webkit-transform:translate3d(0,-10px,0) rotate(90deg);transform:translate3d(0,-10px,0) rotate(90deg)}#wpb.wpb-tooltip.wpb-fade.active:after,#wpb.wpb-tooltip.wpb-fade.active:before,#wpb.wpb-tooltip.wpb-fade:hover:after,#wpb.wpb-tooltip.wpb-fade:hover:before{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#wpb.wpb-tooltip.wpb-fade.active:after,#wpb.wpb-tooltip.wpb-fade:hover:after{-webkit-transform:translate3d(0,0,0) rotate(90deg);transform:translate3d(0,0,0) rotate(90deg)}#wpb .fa-stack{font-size:1.35rem}#wpb .fa-stack .fa-circle{color:#e63495}#wpb .fa-stack .fa-bell{color:#fff}#wpb .wpb-tooltip{display:none}#wpb .instructions-tooltip{display:none;position:absolute;top:-170px;right:0;width:300px;opacity:0;-webkit-box-shadow:0 0 15px rgba(0,0,0,.4);box-shadow:0 0 15px rgba(0,0,0,.4);-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}#wpb .instructions-tooltip.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}#wpb .instructions-tooltip:before{position:absolute;top:100%;right:16px;border:11px solid transparent;border-top-color:#fff;content:" ";width:0;height:0;-webkit-box-sizing:border-box;box-sizing:border-box}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-webkit-scroll-snap-type:y mandatory;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-webkit-order:9999;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.br-theme-fontawesome-stars-o .br-widget{height:28px;white-space:nowrap}.br-theme-fontawesome-stars-o .br-widget a{font:normal normal normal 20px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;text-decoration:none;margin-right:2px}.br-theme-fontawesome-stars-o .br-widget a:after{content:"\f006";color:#d2d2d2}.br-theme-fontawesome-stars-o .br-widget a.br-active:after{content:"\f005";color:#50e3c2}.br-theme-fontawesome-stars-o .br-widget a.br-selected:after{content:"\f005";color:#50e3c2}.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after{content:"\f123";color:#50e3c2}.br-theme-fontawesome-stars-o .br-widget .br-current-rating{display:none}.br-theme-fontawesome-stars-o .br-readonly a{cursor:default}.br-theme-fontawesome-stars-o .br-reverse a.br-fractional{display:inline-block;-ms-transform:scaleX(-1);transform:scaleX(-1);-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-webkit-filter:FlipH;filter:FlipH;-ms-filter:FlipH}@media print{.br-theme-fontawesome-stars-o .br-widget a:after{content:"\f006";color:#000}.br-theme-fontawesome-stars-o .br-widget a.br-active:after,.br-theme-fontawesome-stars-o .br-widget a.br-selected:after{content:"\f005";color:#000}.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after{content:"\f123";color:#000}}.shk{--color-primary:#0d6efd;--color-opac:#b9b9b94d;--color-theme:#fff;--color-secondary:#767676;--color-text:#333;--color-shadow:#b9b6b680;--color-handle-shadow-mobile:#b9b6b6;--background-body:var(--color-theme);--color-title:var(--color-text);--color-artist:var(--color-secondary);--color-button:var(--color-primary);--color-button-disabled:var(--color-opac);--color-button-active-background:var(--color-opac);--color-handle:var(--color-primary);--color-handle-disabled:#b9b9b9;--color-bar-loaded:var(--color-opac);--color-bar-played:var(--color-primary);--color-time:var(--color-secondary);--color-spinner:var(--color-primary);--color-live-symbol:var(--color-primary);--color-live-text:var(--color-primary);--shadow-body:2px 2px 8px -2px var(--color-shadow);--shadow-body-mobile:0 -2px 6px -2px var(--color-shadow);--shadow-handle:0px 2px 10px 2px var(--color-shadow);--shadow-handle-mobile:2px 2px 8px -2px var(--color-handle-shadow-mobile)}.shk[data-theme=dark]{--color-theme:#333;--color-secondary:#b9b6b6;--color-text:#f8f9fa;--color-handle-shadow-mobile:#141414;--color-shadow:#14141480}@media (prefers-color-scheme:dark){.shk[data-theme=auto]{--color-theme:#333;--color-secondary:#b9b6b6;--color-text:#fff;--color-handle-shadow-mobile:#141414;--color-shadow:#14141480}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes marquee{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateX(-100%);transform:translate(-100%)}}@keyframes marquee{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateX(-100%);transform:translate(-100%)}}.shk{border:none;color:var(--color-text);cursor:auto;font-family:inherit;font-size:16px;font-weight:400;line-height:1.42;position:relative}.js-focus-visible :focus:not(.focus-visible),.js-focus-visible:focus:not(.focus-visible){outline:0}.shk[data-fixed-type=fixed]{bottom:0;left:0;margin:0;position:fixed;width:100%}.shk[data-fixed-type=fixed][data-fixed-pos=top]{bottom:auto;top:0}.shk[data-seeking] .shk-player{cursor:-webkit-grabbing;cursor:grabbing}.shk button{font-family:inherit}.shk-player{background:var(--background-body);border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;height:120px;position:relative;z-index:10}.shk-body{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none;width:100%}.shk-cover{background-repeat:no-repeat;background-size:cover;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:80px;margin-right:16px;width:80px}.shk-main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.shk-text{overflow:hidden}.shk-artist,.shk-title{margin:auto;white-space:nowrap}.shk-artist{color:var(--color-artist);font-weight:500;text-overflow:clip}.shk-title_wrap[data-overflow]{-webkit-mask-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(5%,#202124),color-stop(95%,#202124),to(transparent));-webkit-mask-image:linear-gradient(90deg,transparent,#202124 5%,#202124 95%,transparent);mask-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(5%,#202124),color-stop(95%,#202124),to(transparent));mask-image:linear-gradient(90deg,transparent,#202124 5%,#202124 95%,transparent)}.shk-title_inner{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:visible}.shk-title_wrap[data-overflow] .shk-title_inner{-webkit-animation-duration:inherit;animation-duration:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 3%;white-space:nowrap}.shk-title_wrap[data-overflow] .shk-title_inner:after{content:attr(data-title);display:inline-block}.shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{color:var(--color-title);font-size:1.33em;font-weight:300}.shk-title_wrap[data-overflow] .shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{-webkit-animation:marquee linear infinite;animation:marquee linear infinite;-webkit-animation-duration:inherit;animation-duration:inherit;padding-right:60px}.shk-btn{fill:currentColor;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;-webkit-box-sizing:content-box;box-sizing:content-box;color:var(--color-button);cursor:pointer;font-size:1em;line-height:normal;padding:10px;position:relative}.shk-btn:disabled{color:var(--color-button-disabled);cursor:not-allowed}.shk-btn:after{background:var(--color-button-active-background);border-radius:50%;content:"";height:100%;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity 1s cubic-bezier(0,0,.2,1),visibility 1s linear;transition:opacity 1s cubic-bezier(0,0,.2,1),visibility 1s linear;visibility:hidden;width:100%;z-index:-1}.shk-btn:not(:disabled):active:after{opacity:1;visibility:visible}a.shk-btn:visited{color:var(--color-button)}.shk-btn svg{height:24px;vertical-align:middle;width:24px}.shk-controls{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 auto;position:relative;width:280px}.shk-controls .shk-btn{border-radius:100%}.shk-controls>div{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.shk-controls_basic{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.shk-controls_extra{background:var(--background-body);bottom:0;height:100%;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin-right:44px;opacity:0;overflow:hidden;padding-right:0 8px;position:absolute;right:0;-webkit-transition:width .2s ease-in-out,opacity .1s linear .1s,visibility .2s;transition:width .2s ease-in-out,opacity .1s linear .1s,visibility .2s;visibility:hidden;white-space:nowrap;width:0;z-index:10}.shk[data-extra] .shk-controls_extra{opacity:1;-webkit-transition:width .2s ease-in-out,opacity .1s linear;transition:width .2s ease-in-out,opacity .1s linear;visibility:visible;width:calc(100% - 44px)}.shk[data-extra] .shk-controls_extra .shk-btn{display:inline-block}.shk-btn_toggle svg{height:32px;width:32px}.shk[data-play=paused] .shk-btn_play,.shk[data-play=playing] .shk-btn_pause{display:inline}.shk[data-play=paused] .shk-btn_pause,.shk[data-play=playing] .shk-btn_play{display:none}.shk-btn_speed{font-size:.86em;font-weight:400;height:44px;padding:0;width:44px}.shk-btn_more{position:relative;-webkit-transform:none;-ms-transform:none;transform:none;transition:-webkit-transform .2s .1s;-webkit-transition:-webkit-transform .2s .1s;transition:transform .2s .1s;transition:transform .2s .1s,-webkit-transform .2s .1s;z-index:11}.shk[data-extra] .shk-btn_more{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.shk[data-mute] svg.shk-btn_mute,svg.shk-btn_unmute{display:inline-block}.shk[data-mute] svg.shk-btn_unmute,svg.shk-btn_mute{display:none}.shk-bar_wrap{cursor:pointer;position:relative;z-index:1}.shk-bar{background:var(--background-body);-webkit-box-sizing:border-box;box-sizing:border-box;height:4px;position:relative;width:100%}.shk-bar_loaded,.shk-bar_played{bottom:0;left:0;position:absolute;top:0;-webkit-transition:width .1s ease-in;transition:width .1s ease-in;width:0}.shk-bar_loaded{background:var(--color-bar-loaded)}.shk-bar_played{background:var(--color-bar-played)}.shk[data-seeking] .shk-bar_played{-webkit-transition:none;transition:none}.shk-bar-handle{background:var(--color-handle);border:0;border-radius:20px;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:-webkit-grab;cursor:grab;height:20px;padding:0;position:absolute;right:-10px;width:20px}.shk-bar-handle:disabled{background-color:var(--color-handle-disabled);-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed}.shk-bar-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.shk-display{position:absolute}.shk-loader{color:var(--color-spinner);display:none;vertical-align:middle}.shk[data-loading] .shk-loader{display:inline-block}.shk-loader svg{-webkit-animation:rotate 1.4s linear infinite;animation:rotate 1.4s linear infinite;height:12px;position:relative;width:12px}.shk-visuallyhidden:not(:focus):not(:active){clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.shk-time{color:var(--color-time);display:inline-block;font-size:.8em;font-weight:300;vertical-align:middle}.shk .shk-live{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:var(--color-live-text);display:none;font-family:sans-serif;font-size:.8em;text-transform:uppercase}.shk .shk-live:before{background:var(--color-live-symbol);border-radius:50%;content:"";height:.5em;margin-right:2px;width:.5em}.shk-icons,.shk[data-live] .shk-bar,.shk[data-live] .shk-time{display:none}.shk[data-live] .shk-live{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}@media (min-width:641px){.shk-player{-webkit-box-shadow:var(--shadow-body);box-shadow:var(--shadow-body);margin-top:4px;padding:20px 16px}.shk-main{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;max-width:calc(100% - 96px);padding:10px 0}.shk-text{-webkit-box-flex:2;-webkit-flex:2 1 auto;-ms-flex:2 1 auto;flex:2 1 auto}.shk-bar_wrap{left:0;padding:4px 0 16px;position:absolute;right:0;top:-4px}.shk-bar{-webkit-transition:height .15s ease-in;transition:height .15s ease-in}.shk-bar_wrap:hover .shk-bar{height:10px}.shk-bar-handle{border:4px solid transparent;-webkit-box-shadow:var(--shadow-handle);box-shadow:var(--shadow-handle);top:-9.5px;-webkit-transform:scale(.0001);-ms-transform:scale(.0001);transform:scale(.0001);-webkit-transition:all .1s ease-in;transition:all .1s ease-in}.shk-bar-handle.focus-visible,.shk-bar_wrap:hover .shk-bar-handle:not(:disabled){border-color:#fff;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.shk-display{right:8px;top:-6px}.shk-loader{margin-right:4px}.shk-time_duration:before{content:"/";margin:0 4px}}@media (max-width:640px){.shk-player{-webkit-box-shadow:var(--shadow-body-mobile);box-shadow:var(--shadow-body-mobile);padding:5px 16px}.shk[data-fixed-type=auto]{bottom:0;left:0;position:fixed;width:100%}.shk[data-fixed-type=auto][data-fixed-pos=top]{bottom:auto;top:0}.shk[data-live] .shk-bar_wrap{height:4px}.shk-cover{display:none}.shk-main{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:none;padding:0;width:100%}.shk-text{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;text-align:center;width:100%}.shk-artist_wrap{font-size:.8em;line-height:1.1}.shk-artist{display:inline-block}.shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{font-size:1em;line-height:1}.shk-bar_wrap{margin:0 60px;padding:8px 0}.shk-bar-handle{-webkit-box-shadow:var(--shadow-handle-mobile);box-shadow:var(--shadow-handle-mobile);display:inline-block;top:-8px}.shk-bar{background:var(--color-opac);border-radius:2px}.shk-display{left:0;right:0;top:-16px}.shk-loader{left:-10px;position:absolute;top:-5px}.shk-time{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;font-size:.7em;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;line-height:1;margin:0 5px}.shk-time_now{text-align:right;width:40px}.shk-time_duration{text-align:left;width:40px}.shk-live{position:absolute;right:0;top:0}}@-webkit-keyframes stretch{0%,to{-webkit-box-shadow:0 0;box-shadow:0 0}50%{-webkit-box-shadow:0 -5px;box-shadow:0 -5px}}@keyframes stretch{0%,to{-webkit-box-shadow:0 0;box-shadow:0 0}50%{-webkit-box-shadow:0 -5px;box-shadow:0 -5px}}.shk .shk-controls_extra .shk-btn.shk-btn_chapter{display:none}.shk[data-has-chapter] .shk-controls_extra .shk-btn.shk-btn_chapter{display:inline-block}.shk-chapter{background:var(--color-theme);border:1px solid rgba(0,41,37,.05);border-radius:2px;bottom:0;-webkit-box-shadow:0 0 10px rgba(0,41,37,.0705882353);box-shadow:0 0 10px rgba(0,41,37,.0705882353);-webkit-box-sizing:border-box;box-sizing:border-box;height:0;left:20px;margin:0 auto;opacity:0;overflow:hidden;position:absolute;right:20px;-webkit-transition:height .2s ease-in-out,bottom .1s ease-in-out,opacity .1s linear,visibility .1s .2s;transition:height .2s ease-in-out,bottom .1s ease-in-out,opacity .1s linear,visibility .1s .2s;visibility:hidden;z-index:0}.shk[data-show-chapter] .shk-chapter{bottom:120px;height:340px;opacity:1;-webkit-transition:height .2s ease-in-out,bottom .1s ease-in-out,opacity .1s linear;transition:height .2s ease-in-out,bottom .1s ease-in-out,opacity .1s linear;visibility:visible}.shk-btn_close{fill:var(--color-primary);font-size:0;position:absolute;right:4px;top:4px}.shk-btn .shk-icon_close{height:16px;width:16px}.shk-chapter_main{-webkit-box-sizing:border-box;box-sizing:border-box;height:calc(100% - 60px);margin:40px 0 20px;-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(5%,#202124),color-stop(95%,#202124),to(transparent));-webkit-mask-image:linear-gradient(180deg,transparent,#202124 5%,#202124 95%,transparent);mask-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(5%,#202124),color-stop(95%,#202124),to(transparent));mask-image:linear-gradient(180deg,transparent,#202124 5%,#202124 95%,transparent);overflow-x:hidden;overflow-y:scroll;padding:0 40px;scroll-behavior:smooth}.shk-chapter_list{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:10px 0 0;padding:0}.shk-chapter_item{margin:5px 0}.shk-chapter .shk-chapter_btn{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--color-text);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;width:100%}.shk-chapter .shk-chapter_btn:after{border-radius:2px}.shk-chapter_btn div{fill:currentColor;color:currentColor}.shk-chapter_item[data-active] .shk-chapter_btn div{color:var(--color-primary);font-weight:600}.shk-icon_chapter{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:12px;width:12px}.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_playing,.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_playing:after,.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_playing:before{display:block}.shk-icon_playing,.shk-icon_playing:after,.shk-icon_playing:before{-webkit-animation:stretch 1s ease-in-out infinite;animation:stretch 1s ease-in-out infinite;background:currentColor;color:currentColor;display:none;height:5px;left:4px;top:6px;width:3px}.shk-icon_playing{-webkit-animation-delay:.16s;animation-delay:.16s;position:relative}.shk-icon_playing:after,.shk-icon_playing:before{content:"";position:absolute;top:0}.shk-icon_playing:before{-webkit-animation-delay:-.16s;animation-delay:-.16s;left:-4px}.shk-icon_playing:after{left:4px}.shk-icon_triangle{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.shk[data-play=playing] .shk-chapter_item[data-active] .shk-icon_triangle{display:none}.shk-icon_triangle svg{fill:currentColor;height:12px;width:12px}.shk-chapter_duration{color:var(--color-secondary);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-weight:200;margin:0 5%;min-width:60px;text-align:left}.shk-chapter_title_wrap{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;white-space:nowrap}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow]{-webkit-mask-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(2%,#202124),color-stop(98%,#202124),to(transparent));-webkit-mask-image:linear-gradient(90deg,transparent,#202124 2%,#202124 98%,transparent);mask-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(2%,#202124),color-stop(98%,#202124),to(transparent));mask-image:linear-gradient(90deg,transparent,#202124 2%,#202124 98%,transparent)}.shk-chapter_title_inner{-webkit-animation-duration:inherit;animation-duration:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title_inner{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 3%}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title_inner:after{content:attr(data-chapter);display:block}.shk-chapter_title{color:var(--color-text);overflow:hidden;text-align:left;text-overflow:ellipsis}.shk-chapter_item[data-active] .shk-chapter_title{overflow:visible}.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title,.shk-chapter_item[data-active] .shk-chapter_title_wrap[data-overflow] .shk-chapter_title_inner:after{-webkit-animation:marquee linear infinite;animation:marquee linear infinite;-webkit-animation-duration:inherit;animation-duration:inherit;color:currentColor;padding-right:60px}@media (max-width:640px){.shk-chapter{left:10px;right:10px}.shk-chapter_main{padding:0 10px}}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}[data-whatinput=mouse] *,[data-whatinput=mouse] :focus,[data-whatinput=touch] *,[data-whatinput=touch] :focus,[data-whatintent=mouse] *,[data-whatintent=mouse] :focus,[data-whatintent=touch] *,[data-whatintent=touch] :focus{outline:0}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em"}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;padding:0;background:#e5e5e5;font-family:"Roboto Condensed","DejaVu Sans Condensed Custom",Arial,sans-serif;font-weight:400;line-height:1.5;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:0}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:0 0;line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto;-webkit-overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:2.8125rem;margin:0 0 1rem;padding:.5rem;border:1px solid #d9d9d9;border-radius:0;background-color:#fff;-webkit-box-shadow:0;box-shadow:0;font-family:inherit;font-size:1.25rem;font-weight:300;line-height:1.5;color:#000;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{outline:0;border:1px solid #d9d9d9;background-color:#fff;-webkit-box-shadow:0;box-shadow:0;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e5e5e5;cursor:not-allowed}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}::-webkit-input-placeholder{color:#767676}::-moz-placeholder{color:#767676}:-ms-input-placeholder{color:#767676}::-ms-input-placeholder{color:#767676}::placeholder{color:#767676}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:300;line-height:1.8;color:#000}label.middle{margin:0 0 1rem;line-height:1.5;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#000}.input-group{display:table;width:100%;margin-bottom:1rem}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:0}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap;display:table-cell;vertical-align:middle}.input-group-label{padding:0 1rem;border:1px solid #767676;background:#e5e5e5;color:#000;text-align:center;white-space:nowrap;width:1%;height:100%}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;width:1%;height:100%}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{height:2.8125rem;padding-top:0;padding-bottom:0;font-size:1.25rem}.input-group .input-group-button{display:table-cell}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #767676}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select{height:2.8125rem;margin:0 0 1rem;padding:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d9d9d9;border-radius:0;background-color:#fff;font-family:inherit;font-size:1.25rem;font-weight:300;line-height:1.5;color:#000;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2845, 45, 45%29"></polygon></svg>');background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:focus{outline:0;border:1px solid #d9d9d9;background-color:#fff;-webkit-box-shadow:0;box-shadow:0;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}select:disabled{background-color:#e5e5e5;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}select:not([multiple]){padding-top:0;padding-bottom:0}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:#faedeb}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-moz-placeholder{color:#cc4b37}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:400;color:#cc4b37}.form-error.is-visible{display:block}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}b,strong{font-weight:600;line-height:inherit}small{font-size:80%;line-height:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:"Roboto Condensed","DejaVu Sans Condensed Custom",Arial,sans-serif;font-style:normal;font-weight:300;color:inherit;text-rendering:optimizeLegibility}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#767676}.h1,h1{font-size:1.75rem;line-height:1.25;margin-top:0;margin-bottom:.5rem}.h2,h2{font-size:1.5rem;line-height:1.25;margin-top:0;margin-bottom:.5rem}.h3,h3{font-size:1.3125rem;line-height:1.25;margin-top:0;margin-bottom:.5rem}.h4,h4{font-size:.875rem;line-height:1.25;margin-top:0;margin-bottom:.5rem}.h5,h5{font-size:.6875rem;line-height:1.25;margin-top:0;margin-bottom:.5rem}.h6,h6{font-size:.625rem;line-height:1.25;margin-top:0;margin-bottom:.5rem}@media print,screen and (min-width:48em){.h1,h1{font-size:3rem}.h2,h2{font-size:2.5rem}.h3,h3{font-size:1.625rem}.h4,h4{font-size:1.25rem}.h5,h5{font-size:1rem}.h6,h6{font-size:.75rem}}a{line-height:inherit;color:#3d3d3d;text-decoration:none;cursor:pointer}a:focus,a:hover{color:#343434;text-decoration:underline}a img{border:0}hr{clear:both;max-width:62.5rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #767676;border-left:0}dl,ol,ul{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:400}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #767676}blockquote,blockquote p{line-height:1.6;color:#2d2d2d}abbr,abbr[title]{border-bottom:1px dotted #000;cursor:help;text-decoration:none}figure{margin:0}kbd{margin:0;padding:.125rem .25rem 0;background-color:#e5e5e5;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#000}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:300;line-height:1.4;color:#2d2d2d}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{margin-left:0;list-style:none}.cite-block,cite{display:block;color:#2d2d2d;font-size:.8125rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{border:1px solid #767676;background-color:#e5e5e5;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:300;color:#000;display:inline;max-width:100%;word-wrap:break-word;padding:.125rem .3125rem .0625rem}.code-block{border:1px solid #767676;background-color:#e5e5e5;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:300;color:#000;display:block;overflow:auto;white-space:pre;padding:1rem;margin-bottom:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:48em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:0 0!important;color:#000!important;-webkit-print-color-adjust:economy;print-color-adjust:economy;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print{display:table-cell!important}th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #2d2d2d;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.row{max-width:62.5rem;margin-right:auto;margin-left:auto}.row::after,.row::before{display:table;content:" "}.row::after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row .row{margin-right:-.9375rem;margin-left:-.9375rem}@media print,screen and (min-width:48em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media print,screen and (min-width:64em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.row.gutter-small>.column,.row.gutter-small>.columns{padding-right:.9375rem;padding-left:.9375rem}.row.gutter-medium>.column,.row.gutter-medium>.columns{padding-right:.9375rem;padding-left:.9375rem}.column,.columns{padding-right:.9375rem;padding-left:.9375rem;width:100%;float:left}@media print,screen and (min-width:48em){.column,.columns{padding-right:.9375rem;padding-left:.9375rem}}.column,.column:last-child:not(:first-child),.columns{float:left;clear:none}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:right}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:left}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{width:8.3333333333%}.small-push-1{position:relative;left:8.3333333333%}.small-pull-1{position:relative;left:-8.3333333333%}.small-offset-0{margin-left:0}.small-2{width:16.6666666667%}.small-push-2{position:relative;left:16.6666666667%}.small-pull-2{position:relative;left:-16.6666666667%}.small-offset-1{margin-left:8.3333333333%}.small-3{width:25%}.small-push-3{position:relative;left:25%}.small-pull-3{position:relative;left:-25%}.small-offset-2{margin-left:16.6666666667%}.small-4{width:33.3333333333%}.small-push-4{position:relative;left:33.3333333333%}.small-pull-4{position:relative;left:-33.3333333333%}.small-offset-3{margin-left:25%}.small-5{width:41.6666666667%}.small-push-5{position:relative;left:41.6666666667%}.small-pull-5{position:relative;left:-41.6666666667%}.small-offset-4{margin-left:33.3333333333%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{position:relative;left:-50%}.small-offset-5{margin-left:41.6666666667%}.small-7{width:58.3333333333%}.small-push-7{position:relative;left:58.3333333333%}.small-pull-7{position:relative;left:-58.3333333333%}.small-offset-6{margin-left:50%}.small-8{width:66.6666666667%}.small-push-8{position:relative;left:66.6666666667%}.small-pull-8{position:relative;left:-66.6666666667%}.small-offset-7{margin-left:58.3333333333%}.small-9{width:75%}.small-push-9{position:relative;left:75%}.small-pull-9{position:relative;left:-75%}.small-offset-8{margin-left:66.6666666667%}.small-10{width:83.3333333333%}.small-push-10{position:relative;left:83.3333333333%}.small-pull-10{position:relative;left:-83.3333333333%}.small-offset-9{margin-left:75%}.small-11{width:91.6666666667%}.small-push-11{position:relative;left:91.6666666667%}.small-pull-11{position:relative;left:-91.6666666667%}.small-offset-10{margin-left:83.3333333333%}.small-12{width:100%}.small-offset-11{margin-left:91.6666666667%}.small-up-1>.column,.small-up-1>.columns{float:left;width:100%}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{float:left;width:50%}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{float:left;width:33.3333333333%}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{float:left;width:25%}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{float:left;width:20%}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{float:left;width:16.6666666667%}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{float:left;width:14.2857142857%}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{float:left;width:12.5%}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.small-collapse .row{margin-right:0;margin-left:0}.expanded.row .small-collapse.row{margin-right:0;margin-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}.small-centered{margin-right:auto;margin-left:auto}.small-centered,.small-centered:last-child:not(:first-child){float:none;clear:both}.small-pull-0,.small-push-0,.small-uncentered{position:static;margin-right:0;margin-left:0}.small-pull-0,.small-pull-0:last-child:not(:first-child),.small-push-0,.small-push-0:last-child:not(:first-child),.small-uncentered,.small-uncentered:last-child:not(:first-child){float:left;clear:none}.small-pull-0:last-child:not(:first-child),.small-push-0:last-child:not(:first-child),.small-uncentered:last-child:not(:first-child){float:right}@media print,screen and (min-width:48em){.medium-1{width:8.3333333333%}.medium-push-1{position:relative;left:8.3333333333%}.medium-pull-1{position:relative;left:-8.3333333333%}.medium-offset-0{margin-left:0}.medium-2{width:16.6666666667%}.medium-push-2{position:relative;left:16.6666666667%}.medium-pull-2{position:relative;left:-16.6666666667%}.medium-offset-1{margin-left:8.3333333333%}.medium-3{width:25%}.medium-push-3{position:relative;left:25%}.medium-pull-3{position:relative;left:-25%}.medium-offset-2{margin-left:16.6666666667%}.medium-4{width:33.3333333333%}.medium-push-4{position:relative;left:33.3333333333%}.medium-pull-4{position:relative;left:-33.3333333333%}.medium-offset-3{margin-left:25%}.medium-5{width:41.6666666667%}.medium-push-5{position:relative;left:41.6666666667%}.medium-pull-5{position:relative;left:-41.6666666667%}.medium-offset-4{margin-left:33.3333333333%}.medium-6{width:50%}.medium-push-6{position:relative;left:50%}.medium-pull-6{position:relative;left:-50%}.medium-offset-5{margin-left:41.6666666667%}.medium-7{width:58.3333333333%}.medium-push-7{position:relative;left:58.3333333333%}.medium-pull-7{position:relative;left:-58.3333333333%}.medium-offset-6{margin-left:50%}.medium-8{width:66.6666666667%}.medium-push-8{position:relative;left:66.6666666667%}.medium-pull-8{position:relative;left:-66.6666666667%}.medium-offset-7{margin-left:58.3333333333%}.medium-9{width:75%}.medium-push-9{position:relative;left:75%}.medium-pull-9{position:relative;left:-75%}.medium-offset-8{margin-left:66.6666666667%}.medium-10{width:83.3333333333%}.medium-push-10{position:relative;left:83.3333333333%}.medium-pull-10{position:relative;left:-83.3333333333%}.medium-offset-9{margin-left:75%}.medium-11{width:91.6666666667%}.medium-push-11{position:relative;left:91.6666666667%}.medium-pull-11{position:relative;left:-91.6666666667%}.medium-offset-10{margin-left:83.3333333333%}.medium-12{width:100%}.medium-offset-11{margin-left:91.6666666667%}.medium-up-1>.column,.medium-up-1>.columns{float:left;width:100%}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{float:left;width:50%}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{float:left;width:33.3333333333%}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{float:left;width:25%}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{float:left;width:20%}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{float:left;width:16.6666666667%}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{float:left;width:14.2857142857%}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{float:left;width:12.5%}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.medium-collapse .row{margin-right:0;margin-left:0}.expanded.row .medium-collapse.row{margin-right:0;margin-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}.medium-centered{margin-right:auto;margin-left:auto}.medium-centered,.medium-centered:last-child:not(:first-child){float:none;clear:both}.medium-pull-0,.medium-push-0,.medium-uncentered{position:static;margin-right:0;margin-left:0}.medium-pull-0,.medium-pull-0:last-child:not(:first-child),.medium-push-0,.medium-push-0:last-child:not(:first-child),.medium-uncentered,.medium-uncentered:last-child:not(:first-child){float:left;clear:none}.medium-pull-0:last-child:not(:first-child),.medium-push-0:last-child:not(:first-child),.medium-uncentered:last-child:not(:first-child){float:right}}@media print,screen and (min-width:64em){.large-1{width:8.3333333333%}.large-push-1{position:relative;left:8.3333333333%}.large-pull-1{position:relative;left:-8.3333333333%}.large-offset-0{margin-left:0}.large-2{width:16.6666666667%}.large-push-2{position:relative;left:16.6666666667%}.large-pull-2{position:relative;left:-16.6666666667%}.large-offset-1{margin-left:8.3333333333%}.large-3{width:25%}.large-push-3{position:relative;left:25%}.large-pull-3{position:relative;left:-25%}.large-offset-2{margin-left:16.6666666667%}.large-4{width:33.3333333333%}.large-push-4{position:relative;left:33.3333333333%}.large-pull-4{position:relative;left:-33.3333333333%}.large-offset-3{margin-left:25%}.large-5{width:41.6666666667%}.large-push-5{position:relative;left:41.6666666667%}.large-pull-5{position:relative;left:-41.6666666667%}.large-offset-4{margin-left:33.3333333333%}.large-6{width:50%}.large-push-6{position:relative;left:50%}.large-pull-6{position:relative;left:-50%}.large-offset-5{margin-left:41.6666666667%}.large-7{width:58.3333333333%}.large-push-7{position:relative;left:58.3333333333%}.large-pull-7{position:relative;left:-58.3333333333%}.large-offset-6{margin-left:50%}.large-8{width:66.6666666667%}.large-push-8{position:relative;left:66.6666666667%}.large-pull-8{position:relative;left:-66.6666666667%}.large-offset-7{margin-left:58.3333333333%}.large-9{width:75%}.large-push-9{position:relative;left:75%}.large-pull-9{position:relative;left:-75%}.large-offset-8{margin-left:66.6666666667%}.large-10{width:83.3333333333%}.large-push-10{position:relative;left:83.3333333333%}.large-pull-10{position:relative;left:-83.3333333333%}.large-offset-9{margin-left:75%}.large-11{width:91.6666666667%}.large-push-11{position:relative;left:91.6666666667%}.large-pull-11{position:relative;left:-91.6666666667%}.large-offset-10{margin-left:83.3333333333%}.large-12{width:100%}.large-offset-11{margin-left:91.6666666667%}.large-up-1>.column,.large-up-1>.columns{float:left;width:100%}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{float:left;width:50%}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{float:left;width:33.3333333333%}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{float:left;width:25%}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{float:left;width:20%}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{float:left;width:16.6666666667%}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{float:left;width:14.2857142857%}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{float:left;width:12.5%}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.large-collapse .row{margin-right:0;margin-left:0}.expanded.row .large-collapse.row{margin-right:0;margin-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}.large-centered{margin-right:auto;margin-left:auto}.large-centered,.large-centered:last-child:not(:first-child){float:none;clear:both}.large-pull-0,.large-push-0,.large-uncentered{position:static;margin-right:0;margin-left:0}.large-pull-0,.large-pull-0:last-child:not(:first-child),.large-push-0,.large-push-0:last-child:not(:first-child),.large-uncentered,.large-uncentered:last-child:not(:first-child){float:left;clear:none}.large-pull-0:last-child:not(:first-child),.large-push-0:last-child:not(:first-child),.large-uncentered:last-child:not(:first-child){float:right}}.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}@media print,screen and (min-width:48em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}.row{max-width:62.5rem;margin-right:auto;margin-left:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.row .row{margin-right:-.9375rem;margin-left:-.9375rem}@media print,screen and (min-width:48em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media print,screen and (min-width:64em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row.collapse>.column>.row,.row.collapse>.columns>.row,.row.is-collapse-child{margin-right:0;margin-left:0}.column,.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;padding-right:.9375rem;padding-left:.9375rem;min-width:0}@media print,screen and (min-width:48em){.column,.columns{padding-right:.9375rem;padding-left:.9375rem}}.column.row.row,.row.row.columns{float:none;display:block}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.small-offset-0{margin-left:0}.small-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.small-offset-1{margin-left:8.3333333333%}.small-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.small-offset-2{margin-left:16.6666666667%}.small-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.small-offset-3{margin-left:25%}.small-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.small-offset-4{margin-left:33.3333333333%}.small-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.small-offset-5{margin-left:41.6666666667%}.small-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.small-offset-6{margin-left:50%}.small-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.small-offset-7{margin-left:58.3333333333%}.small-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.small-offset-8{margin-left:66.6666666667%}.small-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.small-offset-9{margin-left:75%}.small-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.small-offset-10{margin-left:83.3333333333%}.small-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.small-offset-11{margin-left:91.6666666667%}.small-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-1>.column,.small-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.small-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-2>.column,.small-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.small-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-3>.column,.small-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.small-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-4>.column,.small-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.small-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-5>.column,.small-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.small-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-6>.column,.small-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.small-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-7>.column,.small-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.2857142857%;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}.small-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-8>.column,.small-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}@media print,screen and (min-width:48em){.medium-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.medium-offset-0{margin-left:0}.medium-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.medium-offset-1{margin-left:8.3333333333%}.medium-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.medium-offset-2{margin-left:16.6666666667%}.medium-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.medium-offset-3{margin-left:25%}.medium-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.medium-offset-4{margin-left:33.3333333333%}.medium-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.medium-offset-5{margin-left:41.6666666667%}.medium-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.medium-offset-6{margin-left:50%}.medium-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.medium-offset-7{margin-left:58.3333333333%}.medium-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.medium-offset-8{margin-left:66.6666666667%}.medium-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.medium-offset-9{margin-left:75%}.medium-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.medium-offset-10{margin-left:83.3333333333%}.medium-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.medium-offset-11{margin-left:91.6666666667%}.medium-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-1>.column,.medium-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.medium-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-2>.column,.medium-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.medium-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-3>.column,.medium-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.medium-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-4>.column,.medium-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.medium-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-5>.column,.medium-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.medium-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-6>.column,.medium-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.medium-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-7>.column,.medium-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.2857142857%;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}.medium-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-8>.column,.medium-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (min-width:48em) and (min-width:48em){.medium-expand{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.row.medium-unstack>.column,.row.medium-unstack>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}@media print,screen and (min-width:48em){.row.medium-unstack>.column,.row.medium-unstack>.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}}@media print,screen and (min-width:64em){.large-1{-webkit-box-flex:0;-webkit-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.large-offset-0{margin-left:0}.large-2{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.large-offset-1{margin-left:8.3333333333%}.large-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.large-offset-2{margin-left:16.6666666667%}.large-4{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.large-offset-3{margin-left:25%}.large-5{-webkit-box-flex:0;-webkit-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.large-offset-4{margin-left:33.3333333333%}.large-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.large-offset-5{margin-left:41.6666666667%}.large-7{-webkit-box-flex:0;-webkit-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.large-offset-6{margin-left:50%}.large-8{-webkit-box-flex:0;-webkit-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.large-offset-7{margin-left:58.3333333333%}.large-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.large-offset-8{margin-left:66.6666666667%}.large-10{-webkit-box-flex:0;-webkit-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.large-offset-9{margin-left:75%}.large-11{-webkit-box-flex:0;-webkit-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.large-offset-10{margin-left:83.3333333333%}.large-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.large-offset-11{margin-left:91.6666666667%}.large-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-1>.column,.large-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.large-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-2>.column,.large-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.large-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-3>.column,.large-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.large-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-4>.column,.large-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.large-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-5>.column,.large-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.large-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-6>.column,.large-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.large-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-7>.column,.large-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.2857142857%;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}.large-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-8>.column,.large-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (min-width:64em) and (min-width:64em){.large-expand{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.row.large-unstack>.column,.row.large-unstack>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}@media print,screen and (min-width:64em){.row.large-unstack>.column,.row.large-unstack>.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}}.shrink{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}@media print,screen and (min-width:48em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.85em 1em;border:1px solid transparent;border-radius:0;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;font-family:"Roboto Condensed","DejaVu Sans Condensed Custom",Arial,sans-serif;font-size:.9rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer}[data-whatinput=mouse] .button{outline:0}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button,.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#3d3d3d;color:#fff}.button:focus,.button:hover{background-color:#343434;color:#fff}.button.primary,.button.primary.disabled,.button.primary.disabled:focus,.button.primary.disabled:hover,.button.primary[disabled],.button.primary[disabled]:focus,.button.primary[disabled]:hover{background-color:#3d3d3d;color:#fff}.button.primary:focus,.button.primary:hover{background-color:#313131;color:#fff}.button.secondary,.button.secondary.disabled,.button.secondary.disabled:focus,.button.secondary.disabled:hover,.button.secondary[disabled],.button.secondary[disabled]:focus,.button.secondary[disabled]:hover{background-color:#767676;color:#000}.button.secondary:focus,.button.secondary:hover{background-color:#5e5e5e;color:#000}.button.success,.button.success.disabled,.button.success.disabled:focus,.button.success.disabled:hover,.button.success[disabled],.button.success[disabled]:focus,.button.success[disabled]:hover{background-color:#3adb76;color:#000}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#000}.button.warning,.button.warning.disabled,.button.warning.disabled:focus,.button.warning.disabled:hover,.button.warning[disabled],.button.warning[disabled]:focus,.button.warning[disabled]:hover{background-color:#ffae00;color:#000}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#000}.button.alert,.button.alert.disabled,.button.alert.disabled:focus,.button.alert.disabled:hover,.button.alert[disabled],.button.alert[disabled]:focus,.button.alert[disabled]:hover{background-color:#cc4b37;color:#000}.button.alert:focus,.button.alert:hover{background-color:#a53b2a;color:#000}.button.whiteish,.button.whiteish.disabled,.button.whiteish.disabled:focus,.button.whiteish.disabled:hover,.button.whiteish[disabled],.button.whiteish[disabled]:focus,.button.whiteish[disabled]:hover{background-color:#fff;color:#000}.button.whiteish:focus,.button.whiteish:hover{background-color:#ccc;color:#000}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{background-color:transparent}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{border:1px solid #3d3d3d;color:#3d3d3d}.button.hollow:focus,.button.hollow:hover{border-color:#1f1f1f;color:#1f1f1f}.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary.disabled:focus,.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled],.button.hollow.primary[disabled]:focus,.button.hollow.primary[disabled]:hover{border:1px solid #3d3d3d;color:#3d3d3d}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#1f1f1f;color:#1f1f1f}.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary.disabled:focus,.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled],.button.hollow.secondary[disabled]:focus,.button.hollow.secondary[disabled]:hover{border:1px solid #767676;color:#767676}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3b3b3b;color:#3b3b3b}.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success.disabled:focus,.button.hollow.success.disabled:hover,.button.hollow.success[disabled],.button.hollow.success[disabled]:focus,.button.hollow.success[disabled]:hover{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning.disabled:focus,.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled],.button.hollow.warning[disabled]:focus,.button.hollow.warning[disabled]:hover{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert.disabled:focus,.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled],.button.hollow.alert[disabled]:focus,.button.hollow.alert[disabled]:hover{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#67251a;color:#67251a}.button.hollow.whiteish,.button.hollow.whiteish.disabled,.button.hollow.whiteish.disabled:focus,.button.hollow.whiteish.disabled:hover,.button.hollow.whiteish[disabled],.button.hollow.whiteish[disabled]:focus,.button.hollow.whiteish[disabled]:hover{border:1px solid #fff;color:#fff}.button.hollow.whiteish:focus,.button.hollow.whiteish:hover{border-color:gray;color:gray}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{border-color:transparent;background-color:transparent}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{color:#3d3d3d}.button.clear:focus,.button.clear:hover{color:#1f1f1f}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary.disabled:focus,.button.clear.primary.disabled:hover,.button.clear.primary[disabled],.button.clear.primary[disabled]:focus,.button.clear.primary[disabled]:hover{color:#3d3d3d}.button.clear.primary:focus,.button.clear.primary:hover{color:#1f1f1f}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary.disabled:focus,.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled],.button.clear.secondary[disabled]:focus,.button.clear.secondary[disabled]:hover{color:#767676}.button.clear.secondary:focus,.button.clear.secondary:hover{color:#3b3b3b}.button.clear.success,.button.clear.success.disabled,.button.clear.success.disabled:focus,.button.clear.success.disabled:hover,.button.clear.success[disabled],.button.clear.success[disabled]:focus,.button.clear.success[disabled]:hover{color:#3adb76}.button.clear.success:focus,.button.clear.success:hover{color:#157539}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning.disabled:focus,.button.clear.warning.disabled:hover,.button.clear.warning[disabled],.button.clear.warning[disabled]:focus,.button.clear.warning[disabled]:hover{color:#ffae00}.button.clear.warning:focus,.button.clear.warning:hover{color:#805700}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert.disabled:focus,.button.clear.alert.disabled:hover,.button.clear.alert[disabled],.button.clear.alert[disabled]:focus,.button.clear.alert[disabled]:hover{color:#cc4b37}.button.clear.alert:focus,.button.clear.alert:hover{color:#67251a}.button.clear.whiteish,.button.clear.whiteish.disabled,.button.clear.whiteish.disabled:focus,.button.clear.whiteish.disabled:hover,.button.clear.whiteish[disabled],.button.clear.whiteish[disabled]:focus,.button.clear.whiteish[disabled]:hover{color:#fff}.button.clear.whiteish:focus,.button.clear.whiteish:hover{color:gray}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.dropdown::after{display:block;width:0;height:0;border-style:solid;border-width:.4em;content:"";border-bottom-width:0;border-color:#fff transparent transparent;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.clear::after,.button.dropdown.hollow::after{border-top-color:#3d3d3d}.button.dropdown.clear.primary::after,.button.dropdown.hollow.primary::after{border-top-color:#3d3d3d}.button.dropdown.clear.secondary::after,.button.dropdown.hollow.secondary::after{border-top-color:#767676}.button.dropdown.clear.success::after,.button.dropdown.hollow.success::after{border-top-color:#3adb76}.button.dropdown.clear.warning::after,.button.dropdown.hollow.warning::after{border-top-color:#ffae00}.button.dropdown.clear.alert::after,.button.dropdown.hollow.alert::after{border-top-color:#cc4b37}.button.dropdown.clear.whiteish::after,.button.dropdown.hollow.whiteish::after{border-top-color:#fff}.button.arrow-only::after{top:-.1em;float:none;margin-left:0}a.button:focus,a.button:hover{text-decoration:none}.button-group{margin-bottom:1rem;font-size:0}.button-group::after,.button-group::before{display:table;content:" "}.button-group::after{clear:both}.button-group .button{margin:0;margin-right:1px;margin-bottom:1px;font-size:.9rem}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded{margin-right:-1px}.button-group.expanded::after,.button-group.expanded::before{display:none}.button-group.expanded .button:first-child:last-child{width:calc(100% - 1px)}.button-group.expanded .button:first-child:nth-last-child(2),.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button{display:inline-block;width:calc(50% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(2):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(3),.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button{display:inline-block;width:calc(33.3333333333% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(3):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(4),.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button{display:inline-block;width:calc(25% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(4):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(5),.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button{display:inline-block;width:calc(20% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(5):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(6),.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button{display:inline-block;width:calc(16.6666666667% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(6):last-child{margin-right:-6px}.button-group.primary .button,.button-group.primary .button.disabled,.button-group.primary .button.disabled:focus,.button-group.primary .button.disabled:hover,.button-group.primary .button[disabled],.button-group.primary .button[disabled]:focus,.button-group.primary .button[disabled]:hover{background-color:#3d3d3d;color:#fff}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:#313131;color:#fff}.button-group.secondary .button,.button-group.secondary .button.disabled,.button-group.secondary .button.disabled:focus,.button-group.secondary .button.disabled:hover,.button-group.secondary .button[disabled],.button-group.secondary .button[disabled]:focus,.button-group.secondary .button[disabled]:hover{background-color:#767676;color:#000}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:#5e5e5e;color:#000}.button-group.success .button,.button-group.success .button.disabled,.button-group.success .button.disabled:focus,.button-group.success .button.disabled:hover,.button-group.success .button[disabled],.button-group.success .button[disabled]:focus,.button-group.success .button[disabled]:hover{background-color:#3adb76;color:#000}.button-group.success .button:focus,.button-group.success .button:hover{background-color:#22bb5b;color:#000}.button-group.warning .button,.button-group.warning .button.disabled,.button-group.warning .button.disabled:focus,.button-group.warning .button.disabled:hover,.button-group.warning .button[disabled],.button-group.warning .button[disabled]:focus,.button-group.warning .button[disabled]:hover{background-color:#ffae00;color:#000}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:#cc8b00;color:#000}.button-group.alert .button,.button-group.alert .button.disabled,.button-group.alert .button.disabled:focus,.button-group.alert .button.disabled:hover,.button-group.alert .button[disabled],.button-group.alert .button[disabled]:focus,.button-group.alert .button[disabled]:hover{background-color:#cc4b37;color:#000}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:#a53b2a;color:#000}.button-group.whiteish .button,.button-group.whiteish .button.disabled,.button-group.whiteish .button.disabled:focus,.button-group.whiteish .button.disabled:hover,.button-group.whiteish .button[disabled],.button-group.whiteish .button[disabled]:focus,.button-group.whiteish .button[disabled]:hover{background-color:#fff;color:#000}.button-group.whiteish .button:focus,.button-group.whiteish .button:hover{background-color:#ccc;color:#000}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:focus,.button-group.hollow .button.disabled:hover,.button-group.hollow .button:focus,.button-group.hollow .button:hover,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:focus,.button-group.hollow .button[disabled]:hover{background-color:transparent}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:focus,.button-group.hollow .button.disabled:hover,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:focus,.button-group.hollow .button[disabled]:hover{border:1px solid #3d3d3d;color:#3d3d3d}.button-group.hollow .button:focus,.button-group.hollow .button:hover{border-color:#1f1f1f;color:#1f1f1f}.button-group.hollow .button.primary,.button-group.hollow .button.primary.disabled,.button-group.hollow .button.primary.disabled:focus,.button-group.hollow .button.primary.disabled:hover,.button-group.hollow .button.primary[disabled],.button-group.hollow .button.primary[disabled]:focus,.button-group.hollow .button.primary[disabled]:hover,.button-group.hollow.primary .button,.button-group.hollow.primary .button.disabled,.button-group.hollow.primary .button.disabled:focus,.button-group.hollow.primary .button.disabled:hover,.button-group.hollow.primary .button[disabled],.button-group.hollow.primary .button[disabled]:focus,.button-group.hollow.primary .button[disabled]:hover{border:1px solid #3d3d3d;color:#3d3d3d}.button-group.hollow .button.primary:focus,.button-group.hollow .button.primary:hover,.button-group.hollow.primary .button:focus,.button-group.hollow.primary .button:hover{border-color:#1f1f1f;color:#1f1f1f}.button-group.hollow .button.secondary,.button-group.hollow .button.secondary.disabled,.button-group.hollow .button.secondary.disabled:focus,.button-group.hollow .button.secondary.disabled:hover,.button-group.hollow .button.secondary[disabled],.button-group.hollow .button.secondary[disabled]:focus,.button-group.hollow .button.secondary[disabled]:hover,.button-group.hollow.secondary .button,.button-group.hollow.secondary .button.disabled,.button-group.hollow.secondary .button.disabled:focus,.button-group.hollow.secondary .button.disabled:hover,.button-group.hollow.secondary .button[disabled],.button-group.hollow.secondary .button[disabled]:focus,.button-group.hollow.secondary .button[disabled]:hover{border:1px solid #767676;color:#767676}.button-group.hollow .button.secondary:focus,.button-group.hollow .button.secondary:hover,.button-group.hollow.secondary .button:focus,.button-group.hollow.secondary .button:hover{border-color:#3b3b3b;color:#3b3b3b}.button-group.hollow .button.success,.button-group.hollow .button.success.disabled,.button-group.hollow .button.success.disabled:focus,.button-group.hollow .button.success.disabled:hover,.button-group.hollow .button.success[disabled],.button-group.hollow .button.success[disabled]:focus,.button-group.hollow .button.success[disabled]:hover,.button-group.hollow.success .button,.button-group.hollow.success .button.disabled,.button-group.hollow.success .button.disabled:focus,.button-group.hollow.success .button.disabled:hover,.button-group.hollow.success .button[disabled],.button-group.hollow.success .button[disabled]:focus,.button-group.hollow.success .button[disabled]:hover{border:1px solid #3adb76;color:#3adb76}.button-group.hollow .button.success:focus,.button-group.hollow .button.success:hover,.button-group.hollow.success .button:focus,.button-group.hollow.success .button:hover{border-color:#157539;color:#157539}.button-group.hollow .button.warning,.button-group.hollow .button.warning.disabled,.button-group.hollow .button.warning.disabled:focus,.button-group.hollow .button.warning.disabled:hover,.button-group.hollow .button.warning[disabled],.button-group.hollow .button.warning[disabled]:focus,.button-group.hollow .button.warning[disabled]:hover,.button-group.hollow.warning .button,.button-group.hollow.warning .button.disabled,.button-group.hollow.warning .button.disabled:focus,.button-group.hollow.warning .button.disabled:hover,.button-group.hollow.warning .button[disabled],.button-group.hollow.warning .button[disabled]:focus,.button-group.hollow.warning .button[disabled]:hover{border:1px solid #ffae00;color:#ffae00}.button-group.hollow .button.warning:focus,.button-group.hollow .button.warning:hover,.button-group.hollow.warning .button:focus,.button-group.hollow.warning .button:hover{border-color:#805700;color:#805700}.button-group.hollow .button.alert,.button-group.hollow .button.alert.disabled,.button-group.hollow .button.alert.disabled:focus,.button-group.hollow .button.alert.disabled:hover,.button-group.hollow .button.alert[disabled],.button-group.hollow .button.alert[disabled]:focus,.button-group.hollow .button.alert[disabled]:hover,.button-group.hollow.alert .button,.button-group.hollow.alert .button.disabled,.button-group.hollow.alert .button.disabled:focus,.button-group.hollow.alert .button.disabled:hover,.button-group.hollow.alert .button[disabled],.button-group.hollow.alert .button[disabled]:focus,.button-group.hollow.alert .button[disabled]:hover{border:1px solid #cc4b37;color:#cc4b37}.button-group.hollow .button.alert:focus,.button-group.hollow .button.alert:hover,.button-group.hollow.alert .button:focus,.button-group.hollow.alert .button:hover{border-color:#67251a;color:#67251a}.button-group.hollow .button.whiteish,.button-group.hollow .button.whiteish.disabled,.button-group.hollow .button.whiteish.disabled:focus,.button-group.hollow .button.whiteish.disabled:hover,.button-group.hollow .button.whiteish[disabled],.button-group.hollow .button.whiteish[disabled]:focus,.button-group.hollow .button.whiteish[disabled]:hover,.button-group.hollow.whiteish .button,.button-group.hollow.whiteish .button.disabled,.button-group.hollow.whiteish .button.disabled:focus,.button-group.hollow.whiteish .button.disabled:hover,.button-group.hollow.whiteish .button[disabled],.button-group.hollow.whiteish .button[disabled]:focus,.button-group.hollow.whiteish .button[disabled]:hover{border:1px solid #fff;color:#fff}.button-group.hollow .button.whiteish:focus,.button-group.hollow .button.whiteish:hover,.button-group.hollow.whiteish .button:focus,.button-group.hollow.whiteish .button:hover{border-color:gray;color:gray}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button.disabled:focus,.button-group.clear .button.disabled:hover,.button-group.clear .button:focus,.button-group.clear .button:hover,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:focus,.button-group.clear .button[disabled]:hover{border-color:transparent;background-color:transparent}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button.disabled:focus,.button-group.clear .button.disabled:hover,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:focus,.button-group.clear .button[disabled]:hover{color:#3d3d3d}.button-group.clear .button:focus,.button-group.clear .button:hover{color:#1f1f1f}.button-group.clear .button.primary,.button-group.clear .button.primary.disabled,.button-group.clear .button.primary.disabled:focus,.button-group.clear .button.primary.disabled:hover,.button-group.clear .button.primary[disabled],.button-group.clear .button.primary[disabled]:focus,.button-group.clear .button.primary[disabled]:hover,.button-group.clear.primary .button,.button-group.clear.primary .button.disabled,.button-group.clear.primary .button.disabled:focus,.button-group.clear.primary .button.disabled:hover,.button-group.clear.primary .button[disabled],.button-group.clear.primary .button[disabled]:focus,.button-group.clear.primary .button[disabled]:hover{color:#3d3d3d}.button-group.clear .button.primary:focus,.button-group.clear .button.primary:hover,.button-group.clear.primary .button:focus,.button-group.clear.primary .button:hover{color:#1f1f1f}.button-group.clear .button.secondary,.button-group.clear .button.secondary.disabled,.button-group.clear .button.secondary.disabled:focus,.button-group.clear .button.secondary.disabled:hover,.button-group.clear .button.secondary[disabled],.button-group.clear .button.secondary[disabled]:focus,.button-group.clear .button.secondary[disabled]:hover,.button-group.clear.secondary .button,.button-group.clear.secondary .button.disabled,.button-group.clear.secondary .button.disabled:focus,.button-group.clear.secondary .button.disabled:hover,.button-group.clear.secondary .button[disabled],.button-group.clear.secondary .button[disabled]:focus,.button-group.clear.secondary .button[disabled]:hover{color:#767676}.button-group.clear .button.secondary:focus,.button-group.clear .button.secondary:hover,.button-group.clear.secondary .button:focus,.button-group.clear.secondary .button:hover{color:#3b3b3b}.button-group.clear .button.success,.button-group.clear .button.success.disabled,.button-group.clear .button.success.disabled:focus,.button-group.clear .button.success.disabled:hover,.button-group.clear .button.success[disabled],.button-group.clear .button.success[disabled]:focus,.button-group.clear .button.success[disabled]:hover,.button-group.clear.success .button,.button-group.clear.success .button.disabled,.button-group.clear.success .button.disabled:focus,.button-group.clear.success .button.disabled:hover,.button-group.clear.success .button[disabled],.button-group.clear.success .button[disabled]:focus,.button-group.clear.success .button[disabled]:hover{color:#3adb76}.button-group.clear .button.success:focus,.button-group.clear .button.success:hover,.button-group.clear.success .button:focus,.button-group.clear.success .button:hover{color:#157539}.button-group.clear .button.warning,.button-group.clear .button.warning.disabled,.button-group.clear .button.warning.disabled:focus,.button-group.clear .button.warning.disabled:hover,.button-group.clear .button.warning[disabled],.button-group.clear .button.warning[disabled]:focus,.button-group.clear .button.warning[disabled]:hover,.button-group.clear.warning .button,.button-group.clear.warning .button.disabled,.button-group.clear.warning .button.disabled:focus,.button-group.clear.warning .button.disabled:hover,.button-group.clear.warning .button[disabled],.button-group.clear.warning .button[disabled]:focus,.button-group.clear.warning .button[disabled]:hover{color:#ffae00}.button-group.clear .button.warning:focus,.button-group.clear .button.warning:hover,.button-group.clear.warning .button:focus,.button-group.clear.warning .button:hover{color:#805700}.button-group.clear .button.alert,.button-group.clear .button.alert.disabled,.button-group.clear .button.alert.disabled:focus,.button-group.clear .button.alert.disabled:hover,.button-group.clear .button.alert[disabled],.button-group.clear .button.alert[disabled]:focus,.button-group.clear .button.alert[disabled]:hover,.button-group.clear.alert .button,.button-group.clear.alert .button.disabled,.button-group.clear.alert .button.disabled:focus,.button-group.clear.alert .button.disabled:hover,.button-group.clear.alert .button[disabled],.button-group.clear.alert .button[disabled]:focus,.button-group.clear.alert .button[disabled]:hover{color:#cc4b37}.button-group.clear .button.alert:focus,.button-group.clear .button.alert:hover,.button-group.clear.alert .button:focus,.button-group.clear.alert .button:hover{color:#67251a}.button-group.clear .button.whiteish,.button-group.clear .button.whiteish.disabled,.button-group.clear .button.whiteish.disabled:focus,.button-group.clear .button.whiteish.disabled:hover,.button-group.clear .button.whiteish[disabled],.button-group.clear .button.whiteish[disabled]:focus,.button-group.clear .button.whiteish[disabled]:hover,.button-group.clear.whiteish .button,.button-group.clear.whiteish .button.disabled,.button-group.clear.whiteish .button.disabled:focus,.button-group.clear.whiteish .button.disabled:hover,.button-group.clear.whiteish .button[disabled],.button-group.clear.whiteish .button[disabled]:focus,.button-group.clear.whiteish .button[disabled]:hover{color:#fff}.button-group.clear .button.whiteish:focus,.button-group.clear .button.whiteish:hover,.button-group.clear.whiteish .button:focus,.button-group.clear.whiteish .button:hover{color:gray}.button-group.no-gaps .button{margin-right:-.0625rem}.button-group.no-gaps .button+.button{border-left-color:transparent}.button-group.stacked .button,.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button{width:100%}.button-group.stacked .button:last-child,.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child{margin-bottom:0}.button-group.stacked-for-medium.expanded,.button-group.stacked-for-small.expanded,.button-group.stacked.expanded{margin-right:-1px}.button-group.stacked-for-medium.expanded::after,.button-group.stacked-for-medium.expanded::before,.button-group.stacked-for-small.expanded::after,.button-group.stacked-for-small.expanded::before,.button-group.stacked.expanded::after,.button-group.stacked.expanded::before{display:none}.button-group.stacked-for-medium.expanded .button:first-child:last-child,.button-group.stacked-for-small.expanded .button:first-child:last-child,.button-group.stacked.expanded .button:first-child:last-child{width:calc(100% - 1px)}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(2),.button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button{display:inline-block;width:calc(50% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child{margin-right:-6px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(3),.button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button{display:inline-block;width:calc(33.3333333333% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child{margin-right:-6px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(4),.button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button{display:inline-block;width:calc(25% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child{margin-right:-6px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(5),.button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button{display:inline-block;width:calc(20% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child{margin-right:-6px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6),.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6),.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,.button-group.stacked.expanded .button:first-child:nth-last-child(6),.button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button{display:inline-block;width:calc(16.6666666667% - 1px);margin-right:1px}.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child{margin-right:-6px}@media print,screen and (min-width:48em){.button-group.stacked-for-small .button{width:auto;margin-bottom:0}}@media print,screen and (min-width:64em){.button-group.stacked-for-medium .button{width:auto;margin-bottom:0}}@media print,screen and (max-width:47.99875em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}@media print,screen and (max-width:63.99875em){.button-group.stacked-for-medium.expanded{display:block}.button-group.stacked-for-medium.expanded .button{display:block;margin-right:0}}.close-button{position:absolute;z-index:10;color:#2d2d2d;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#000}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button,.close-button.medium{right:1rem;top:.5rem;font-size:2em;line-height:1}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#3d3d3d;color:#fff}.label.primary{background:#3d3d3d;color:#fff}.label.secondary{background:#767676;color:#000}.label.success{background:#3adb76;color:#000}.label.warning{background:#ffae00;color:#000}.label.alert{background:#cc4b37;color:#000}.label.whiteish{background:#fff;color:#000}.progress{height:1rem;margin-bottom:1rem;border-radius:0;background-color:#767676}.progress.primary .progress-meter{background-color:#3d3d3d}.progress.secondary .progress-meter{background-color:#767676}.progress.success .progress-meter{background-color:#3adb76}.progress.warning .progress-meter{background-color:#ffae00}.progress.alert .progress-meter{background-color:#cc4b37}.progress.whiteish .progress-meter{background-color:#fff}.progress-meter{position:relative;display:block;width:0%;height:100%;background-color:#3d3d3d}.progress-meter-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;font-size:.75rem;font-weight:700;color:#fff;white-space:nowrap}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#e5e5e5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#767676;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.slider-fill.is-dragging{-webkit-transition:all 0s linear;transition:all 0s linear}.slider-handle{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;z-index:1;cursor:-webkit-grab;cursor:grab;display:inline-block;width:1.4rem;height:1.4rem;border-radius:0;background-color:#3d3d3d;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-ms-touch-action:manipulation;touch-action:manipulation}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#343434}.slider-handle.is-dragging{-webkit-transition:all 0s linear;transition:all 0s linear;cursor:-webkit-grabbing;cursor:grabbing}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.switch{position:relative;margin-bottom:1rem;outline:0;font-size:.875rem;font-weight:700;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:2rem}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:4rem;height:2rem;border-radius:0;background:#767676;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle::after{position:absolute;top:.25rem;left:.25rem;display:block;width:1.5rem;height:1.5rem;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);border-radius:0;background:#fff;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;content:""}input:checked~.switch-paddle{background:#3d3d3d}input:checked~.switch-paddle::after{left:2.25rem}input:disabled~.switch-paddle{cursor:not-allowed;opacity:.5}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle::after{top:.25rem;left:.25rem;width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle::after{left:1.75rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle::after{top:.25rem;left:.25rem;width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle::after{left:2rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle::after{top:.25rem;left:.25rem;width:2rem;height:2rem}.switch.large input:checked~.switch-paddle::after{left:2.75rem}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}tbody,tfoot,thead{border:1px solid #f2f2f2;background-color:#fff}caption{padding:.5rem .625rem .625rem;font-weight:600}thead{background:#f9f9f9;color:#000}tfoot{background:#f2f2f2;color:#000}tfoot tr,thead tr{background:0 0}tfoot td,tfoot th,thead td,thead th{padding:.5rem .625rem .625rem;font-weight:600;text-align:left}tbody td,tbody th{padding:.5rem .625rem .625rem}tbody tr:nth-child(even){border-bottom:0;background-color:#f2f2f2}table.unstriped tbody{background-color:#fff}table.unstriped tbody tr{border-bottom:1px solid #f2f2f2;background-color:#fff}@media print,screen and (max-width:63.99875em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#f4f4f4}table.hover tfoot tr:hover{background-color:#ededed}table.hover tbody tr:hover{background-color:#fafafa}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:#ededed}.table-scroll{overflow-x:auto}.badge{display:inline-block;min-width:2.1em;padding:.3em;border-radius:50%;font-size:.6rem;text-align:center;background:#3d3d3d;color:#fff}.badge.primary{background:#3d3d3d;color:#fff}.badge.secondary{background:#767676;color:#000}.badge.success{background:#3adb76;color:#000}.badge.warning{background:#ffae00;color:#000}.badge.alert{background:#cc4b37;color:#000}.badge.whiteish{background:#fff;color:#000}.breadcrumbs{margin:0 0 1rem 0;list-style:none}.breadcrumbs::after,.breadcrumbs::before{display:table;content:" "}.breadcrumbs::after{clear:both}.breadcrumbs li{float:left;font-size:.6875rem;color:#000;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child)::after{position:relative;margin:0 .75rem;opacity:1;content:"/";color:#767676}.breadcrumbs a{color:#3d3d3d}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#767676;cursor:not-allowed}.callout{position:relative;margin:0 0 1rem 0;padding:1rem;border:1px solid rgba(0,0,0,.25);border-radius:0;background-color:#fff;color:#000}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#e2e2e2;color:#000}.callout.secondary{background-color:#eaeaea;color:#000}.callout.success{background-color:#e1faea;color:#000}.callout.warning{background-color:#fff3d9;color:#000}.callout.alert{background-color:#f7e4e1;color:#000}.callout.whiteish{background-color:#fff;color:#000}.callout.small{padding-top:.5rem;padding-right:.5rem;padding-bottom:.5rem;padding-left:.5rem}.callout.large{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem}.card{margin-bottom:1rem;border:1px solid #e5e5e5;border-radius:0;background:#fff;-webkit-box-shadow:none;box-shadow:none;overflow:hidden;color:#000}.card>:last-child{margin-bottom:0}.card-divider{padding:1rem;background:#e5e5e5}.card-divider>:last-child{margin-bottom:0}.card-section{padding:1rem}.card-section>:last-child{margin-bottom:0}.card-image{min-height:1px}.dropdown-pane{position:absolute;z-index:10;display:none;width:300px;padding:1rem;visibility:hidden;border:1px solid #767676;border-radius:0;background-color:#e5e5e5;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{display:block;visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.pagination{margin-left:0;margin-bottom:1rem}.pagination::after,.pagination::before{display:table;content:" "}.pagination::after{clear:both}.pagination li{margin-right:.0625rem;border-radius:0;font-size:.875rem;display:none}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media print,screen and (min-width:48em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.1875rem .625rem;border-radius:0;color:#000}.pagination a:hover,.pagination button:hover{background:#e5e5e5}.pagination .current{padding:.1875rem .625rem;background:#3d3d3d;color:#fff;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#767676;cursor:not-allowed}.pagination .disabled:hover{background:0 0}.pagination .ellipsis::after{padding:.1875rem .625rem;content:"…";color:#000}.pagination-previous a::before,.pagination-previous.disabled::before{display:inline-block;margin-right:.5rem;content:"«"}.pagination-next a::after,.pagination-next.disabled::after{display:inline-block;margin-left:.5rem;content:"»"}.has-tip{position:relative;display:inline-block;border-bottom:dotted 1px #2d2d2d;font-weight:400;cursor:help}.tooltip{position:absolute;top:calc(100% + .6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:0;background-color:#000;font-size:80%;color:#fff}.tooltip::before{position:absolute}.tooltip.bottom::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-top-width:0;border-color:transparent transparent #000;bottom:100%}.tooltip.bottom.align-center::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.top::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-bottom-width:0;border-color:#000 transparent transparent;top:100%;bottom:auto}.tooltip.top.align-center::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.left::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-right-width:0;border-color:transparent transparent transparent #000;left:100%}.tooltip.left.align-center::before{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.right::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-left-width:0;border-color:transparent #000 transparent transparent;right:100%;left:auto}.tooltip.right.align-center::before{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.align-top::before{bottom:auto;top:10%}.tooltip.align-bottom::before{bottom:10%;top:auto}.tooltip.align-left::before{left:10%;right:auto}.tooltip.align-right::before{left:auto;right:10%}.accordion{margin-left:0;background:#fff;list-style-type:none}.accordion[disabled] .accordion-title{cursor:not-allowed}.accordion-item:first-child>:first-child{border-radius:0}.accordion-item:last-child>:last-child{border-radius:0}.accordion-title{position:relative;display:block;padding:1.25rem 1rem;border:1px solid #e5e5e5;border-bottom:0;font-size:.75rem;line-height:1;color:#3d3d3d}:last-child:not(.is-active)>.accordion-title{border-bottom:1px solid #e5e5e5;border-radius:0}.accordion-title:focus,.accordion-title:hover{background-color:#e5e5e5}.accordion-title::before{position:absolute;top:50%;right:1rem;margin-top:-.5rem;content:"+"}.is-active>.accordion-title::before{content:"–"}.accordion-content{display:none;padding:1rem;border:1px solid #e5e5e5;border-bottom:0;background-color:#fff;color:#000}:last-child>.accordion-content:last-child{border-bottom:1px solid #e5e5e5}.media-object{display:block;margin-bottom:1rem}.media-object img{max-width:none}.media-object-section{display:table-cell;vertical-align:top}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}@media print,screen and (max-width:47.99875em){.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;display:block}.stack-for-small .media-object-section img{width:100%}}.media-object-section.middle{vertical-align:middle}.media-object-section.bottom{vertical-align:bottom}.flex-video,.responsive-embed{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video{position:absolute;top:0;left:0;width:100%;height:100%}.flex-video.widescreen,.responsive-embed.widescreen{padding-bottom:56.25%}.flex-video.dwembed,.responsive-embed.dwembed{padding-bottom:60.8333333333%}.flex-video.portrait,.responsive-embed.portrait{padding-bottom:133.3333333333%}.flex-video.square,.responsive-embed.square{padding-bottom:100%}.thumbnail{display:inline-block;max-width:100%;margin-bottom:1rem;border:4px solid #fff;border-radius:0;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.2);line-height:0}a.thumbnail{-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out}a.thumbnail:focus,a.thumbnail:hover{-webkit-box-shadow:0 0 6px 1px rgba(61,61,61,.5);box-shadow:0 0 6px 1px rgba(61,61,61,.5)}a.thumbnail image{-webkit-box-shadow:none;box-shadow:none}.menu{padding:0;margin:0;list-style:none;position:relative}[data-whatinput=mouse] .menu li{outline:0}.menu .button,.menu a{line-height:1;text-decoration:none;display:block;padding:.7rem 1rem}.menu a,.menu button,.menu input,.menu select{margin-bottom:0}.menu input{display:inline-block}.menu li,.menu.horizontal li{display:inline-block}.menu.vertical li{display:block}.menu.expanded{display:table;width:100%}.menu.expanded>li{display:table-cell;vertical-align:middle}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print,screen and (min-width:48em){.menu.medium-horizontal li{display:inline-block}.menu.medium-vertical li{display:block}.menu.medium-expanded{display:table;width:100%}.menu.medium-expanded>li{display:table-cell;vertical-align:middle}.menu.medium-simple{display:table;width:100%}.menu.medium-simple>li{display:table-cell;vertical-align:middle}}@media print,screen and (min-width:64em){.menu.large-horizontal li{display:inline-block}.menu.large-vertical li{display:block}.menu.large-expanded{display:table;width:100%}.menu.large-expanded>li{display:table-cell;vertical-align:middle}.menu.large-simple{display:table;width:100%}.menu.large-simple>li{display:table-cell;vertical-align:middle}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icons i,.menu.icons img,.menu.icons svg{vertical-align:middle}.menu.icons i+span,.menu.icons img+span,.menu.icons svg+span{vertical-align:middle}.menu.icon-bottom i,.menu.icon-bottom img,.menu.icon-bottom svg,.menu.icon-left i,.menu.icon-left img,.menu.icon-left svg,.menu.icon-right i,.menu.icon-right img,.menu.icon-right svg,.menu.icon-top i,.menu.icon-top img,.menu.icon-top svg{vertical-align:middle}.menu.icon-bottom i+span,.menu.icon-bottom img+span,.menu.icon-bottom svg+span,.menu.icon-left i+span,.menu.icon-left img+span,.menu.icon-left svg+span,.menu.icon-right i+span,.menu.icon-right img+span,.menu.icon-right svg+span,.menu.icon-top i+span,.menu.icon-top img+span,.menu.icon-top svg+span{vertical-align:middle}.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg,.menu.nested.icon-left li a i,.menu.nested.icon-left li a img,.menu.nested.icon-left li a svg{margin-right:.25rem;display:inline-block}.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg,.menu.nested.icon-right li a i,.menu.nested.icon-right li a img,.menu.nested.icon-right li a svg{margin-left:.25rem;display:inline-block}.menu.icon-top li a,.menu.nested.icon-top li a{text-align:center}.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg,.menu.nested.icon-top li a i,.menu.nested.icon-top li a img,.menu.nested.icon-top li a svg{display:block;margin:0 auto .25rem}.menu.icon-bottom li a,.menu.nested.icon-bottom li a{text-align:center}.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg,.menu.nested.icon-bottom li a i,.menu.nested.icon-bottom li a img,.menu.nested.icon-bottom li a svg{display:block;margin:.25rem auto 0}.menu .is-active>a{background:#3d3d3d;color:#fff}.menu .active>a{background:#3d3d3d;color:#fff}.menu.align-left{text-align:left}.menu.align-right{text-align:right}.menu.align-right .submenu li{text-align:left}.menu.align-right.vertical .submenu li{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center{text-align:center}.menu.align-center .submenu li{text-align:left}.menu .menu-text{padding:.7rem 1rem;font-weight:700;line-height:1;color:inherit}.menu-centered>.menu{text-align:center}.menu-centered>.menu .submenu li{text-align:left}.no-js [data-responsive-menu] ul{display:none}html.is-reveal-open{position:fixed;width:100%;overflow-y:hidden}html.is-reveal-open.zf-has-scroll{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.is-reveal-open body{overflow-y:hidden}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:rgba(0,0,0,.7);overflow-y:auto;-webkit-overflow-scrolling:touch}.reveal{z-index:1006;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;padding:1rem;border:1px solid #767676;border-radius:0;background-color:#fff;position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width:48em){.reveal{min-height:0}}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width:48em){.reveal{width:600px;max-width:62.5rem}}.reveal.collapse{padding:0}@media print,screen and (min-width:48em){.reveal.tiny{width:30%;max-width:62.5rem}}@media print,screen and (min-width:48em){.reveal.small{width:50%;max-width:62.5rem}}@media print,screen and (min-width:48em){.reveal.large{width:90%;max-width:62.5rem}}.reveal.full{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}@media print,screen and (max-width:47.99875em){.reveal{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.sticky-container{position:relative}.sticky{position:relative;z-index:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sticky.is-stuck{position:fixed;z-index:5;width:100%}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::after,.clearfix::before{display:table;content:" "}.clearfix::after{clear:both}.align-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.align-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.align-spaced{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.align-left.vertical.menu>li>a{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.align-right.vertical.menu>li>a{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.align-center.vertical.menu>li>a{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.align-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.align-self-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.align-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.align-self-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.align-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.align-self-middle{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.align-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.align-self-stretch{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.align-center-middle{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.small-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.small-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.small-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.small-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.small-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.small-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}@media print,screen and (min-width:48em){.medium-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.medium-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.medium-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.medium-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.medium-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.medium-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}}@media print,screen and (min-width:64em){.large-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.large-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.large-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.large-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.large-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.large-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}}.flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media print,screen and (min-width:48em){.medium-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.medium-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.medium-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.medium-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.large-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.large-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.large-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.hide{display:none!important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width:47.99875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:48em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:48em){.hide-for-medium{display:none!important}}@media screen and (max-width:47.99875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:48em) and (max-width:63.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:47.99875em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:64em) and (max-width:74.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;white-space:normal!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.show-for-dark-mode{display:none}.hide-for-dark-mode{display:block}@media screen and (prefers-color-scheme:dark){.show-for-dark-mode{display:block!important}.hide-for-dark-mode{display:none!important}}.show-for-ie{display:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.show-for-ie{display:block!important}.hide-for-ie{display:none!important}}.show-for-sticky{display:none}.is-stuck .show-for-sticky{display:block}.is-stuck .hide-for-sticky{display:none}.slide-in-down.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-down.mui-enter.mui-enter-active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.slide-in-left.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-left.mui-enter.mui-enter-active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.slide-in-up.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-up.mui-enter.mui-enter-active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.slide-in-right.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-right.mui-enter.mui-enter-active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.slide-out-down.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-down.mui-leave.mui-leave-active{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.slide-out-right.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-right.mui-leave.mui-leave-active{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.slide-out-up.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-up.mui-leave.mui-leave-active{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.slide-out-left.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-left.mui-leave.mui-leave-active{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.fade-in.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;opacity:0;-webkit-transition-property:opacity;transition-property:opacity}.fade-in.mui-enter.mui-enter-active{opacity:1}.fade-out.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;opacity:1;-webkit-transition-property:opacity;transition-property:opacity}.fade-out.mui-leave.mui-leave-active{opacity:0}.hinge-in-from-top.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.hinge-in-from-top.mui-enter.mui-enter-active{-webkit-transform:perspective(2000px) rotate(0);transform:perspective(2000px) rotate(0);opacity:1}.hinge-in-from-right.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.hinge-in-from-right.mui-enter.mui-enter-active{-webkit-transform:perspective(2000px) rotate(0);transform:perspective(2000px) rotate(0);opacity:1}.hinge-in-from-bottom.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotateX(90deg);transform:perspective(2000px) rotateX(90deg);-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.hinge-in-from-bottom.mui-enter.mui-enter-active{-webkit-transform:perspective(2000px) rotate(0);transform:perspective(2000px) rotate(0);opacity:1}.hinge-in-from-left.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.hinge-in-from-left.mui-enter.mui-enter-active{-webkit-transform:perspective(2000px) rotate(0);transform:perspective(2000px) rotate(0);opacity:1}.hinge-in-from-middle-x.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.hinge-in-from-middle-x.mui-enter.mui-enter-active{-webkit-transform:perspective(2000px) rotate(0);transform:perspective(2000px) rotate(0);opacity:1}.hinge-in-from-middle-y.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.hinge-in-from-middle-y.mui-enter.mui-enter-active{-webkit-transform:perspective(2000px) rotate(0);transform:perspective(2000px) rotate(0);opacity:1}.hinge-out-from-top.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotate(0);transform:perspective(2000px) rotate(0);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.hinge-out-from-top.mui-leave.mui-leave-active{-webkit-transform:perspective(2000px) rotateX(90deg);transform:perspective(2000px) rotateX(90deg);opacity:0}.hinge-out-from-right.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotate(0);transform:perspective(2000px) rotate(0);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.hinge-out-from-right.mui-leave.mui-leave-active{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}.hinge-out-from-bottom.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotate(0);transform:perspective(2000px) rotate(0);-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.hinge-out-from-bottom.mui-leave.mui-leave-active{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}.hinge-out-from-left.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotate(0);transform:perspective(2000px) rotate(0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.hinge-out-from-left.mui-leave.mui-leave-active{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}.hinge-out-from-middle-x.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotate(0);transform:perspective(2000px) rotate(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.hinge-out-from-middle-x.mui-leave.mui-leave-active{-webkit-transform:perspective(2000px) rotateX(90deg);transform:perspective(2000px) rotateX(90deg);opacity:0}.hinge-out-from-middle-y.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotate(0);transform:perspective(2000px) rotate(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.hinge-out-from-middle-y.mui-leave.mui-leave-active{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}.scale-in-up.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.scale-in-up.mui-enter.mui-enter-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.scale-in-down.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.scale-in-down.mui-enter.mui-enter-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.scale-out-up.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.scale-out-up.mui-leave.mui-leave-active{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);opacity:0}.scale-out-down.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.scale-out-down.mui-leave.mui-leave-active{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);opacity:0}.spin-in.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:rotate(-.75turn);-ms-transform:rotate(-.75turn);transform:rotate(-.75turn);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.spin-in.mui-enter.mui-enter-active{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}.spin-out.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.spin-out.mui-leave.mui-leave-active{-webkit-transform:rotate(.75turn);-ms-transform:rotate(.75turn);transform:rotate(.75turn);opacity:0}.spin-in-ccw.mui-enter{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:rotate(.75turn);-ms-transform:rotate(.75turn);transform:rotate(.75turn);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.spin-in-ccw.mui-enter.mui-enter-active{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}.spin-out-ccw.mui-leave{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.spin-out-ccw.mui-leave.mui-leave-active{-webkit-transform:rotate(-.75turn);-ms-transform:rotate(-.75turn);transform:rotate(-.75turn);opacity:0}.slow{-webkit-transition-duration:750ms!important;transition-duration:750ms!important}.fast{-webkit-transition-duration:250ms!important;transition-duration:250ms!important}.linear{-webkit-transition-timing-function:linear!important;transition-timing-function:linear!important}.ease{-webkit-transition-timing-function:ease!important;transition-timing-function:ease!important}.ease-in{-webkit-transition-timing-function:ease-in!important;transition-timing-function:ease-in!important}.ease-out{-webkit-transition-timing-function:ease-out!important;transition-timing-function:ease-out!important}.ease-in-out{-webkit-transition-timing-function:ease-in-out!important;transition-timing-function:ease-in-out!important}.bounce-in{-webkit-transition-timing-function:cubic-bezier(.485,.155,.24,1.245)!important;transition-timing-function:cubic-bezier(.485,.155,.24,1.245)!important}.bounce-out{-webkit-transition-timing-function:cubic-bezier(.485,.155,.515,.845)!important;transition-timing-function:cubic-bezier(.485,.155,.515,.845)!important}.bounce-in-out{-webkit-transition-timing-function:cubic-bezier(.76,-.245,.24,1.245)!important;transition-timing-function:cubic-bezier(.76,-.245,.24,1.245)!important}.short-delay{-webkit-transition-delay:.3s!important;transition-delay:.3s!important}.long-delay{-webkit-transition-delay:.7s!important;transition-delay:.7s!important}.shake{-webkit-animation-name:shake-7;animation-name:shake-7}@-webkit-keyframes shake-7{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%{-webkit-transform:translateX(7%);transform:translateX(7%)}15%,25%,35%,45%,5%,55%,65%,75%,85%,95%{-webkit-transform:translateX(-7%);transform:translateX(-7%)}}@keyframes shake-7{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%{-webkit-transform:translateX(7%);transform:translateX(7%)}15%,25%,35%,45%,5%,55%,65%,75%,85%,95%{-webkit-transform:translateX(-7%);transform:translateX(-7%)}}.spin-cw{-webkit-animation-name:spin-cw-1turn;animation-name:spin-cw-1turn}@-webkit-keyframes spin-cw-1turn{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes spin-cw-1turn{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.spin-ccw{-webkit-animation-name:spin-ccw-1turn;animation-name:spin-ccw-1turn}@-webkit-keyframes spin-ccw-1turn{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes spin-ccw-1turn{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.wiggle{-webkit-animation-name:wiggle-7deg;animation-name:wiggle-7deg}@-webkit-keyframes wiggle-7deg{40%,50%,60%{-webkit-transform:rotate(7deg);transform:rotate(7deg)}35%,45%,55%,65%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}0%,100%,30%,70%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes wiggle-7deg{40%,50%,60%{-webkit-transform:rotate(7deg);transform:rotate(7deg)}35%,45%,55%,65%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}0%,100%,30%,70%{-webkit-transform:rotate(0);transform:rotate(0)}}.shake,.spin-ccw,.spin-cw,.wiggle{-webkit-animation-duration:.5s;animation-duration:.5s}.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.slow{-webkit-animation-duration:750ms!important;animation-duration:750ms!important}.fast{-webkit-animation-duration:250ms!important;animation-duration:250ms!important}.linear{-webkit-animation-timing-function:linear!important;animation-timing-function:linear!important}.ease{-webkit-animation-timing-function:ease!important;animation-timing-function:ease!important}.ease-in{-webkit-animation-timing-function:ease-in!important;animation-timing-function:ease-in!important}.ease-out{-webkit-animation-timing-function:ease-out!important;animation-timing-function:ease-out!important}.ease-in-out{-webkit-animation-timing-function:ease-in-out!important;animation-timing-function:ease-in-out!important}.bounce-in{-webkit-animation-timing-function:cubic-bezier(.485,.155,.24,1.245)!important;animation-timing-function:cubic-bezier(.485,.155,.24,1.245)!important}.bounce-out{-webkit-animation-timing-function:cubic-bezier(.485,.155,.515,.845)!important;animation-timing-function:cubic-bezier(.485,.155,.515,.845)!important}.bounce-in-out{-webkit-animation-timing-function:cubic-bezier(.76,-.245,.24,1.245)!important;animation-timing-function:cubic-bezier(.76,-.245,.24,1.245)!important}.short-delay{-webkit-animation-delay:.3s!important;animation-delay:.3s!important}.long-delay{-webkit-animation-delay:.7s!important;animation-delay:.7s!important}:root{--color-logo:#3d3d3d;--color-logo-alt:#636363;--background-color-page-wrap:#fff}.row:after,.row:before{content:normal}@media print{.article aside{float:left!important}.article aside .content__meta .content__meta__date{border:none!important;margin:0!important;padding:0!important}.article .row{display:block}.article .row .columns{float:none;margin:0 auto}.article .content__author>.columns{width:100%;max-width:100%}.article .content__author>.columns .row .small-2{display:none}.article .content__author>.columns .row .small-10{padding-left:.9375rem;width:66.66667%;max-width:66.66667%}.article .civey-widget{display:none}a[href]:after{content:none!important}.kiosk__magazine{clear:both;display:block}.kiosk__magazine .columns .wrap{float:left}.kiosk__magazine .columns .wrap.row.collapse{margin-top:1.875rem;border:.0625rem solid #000}.kiosk__magazine .columns .wrap.row.collapse .small-3{float:left}.kiosk__magazine .columns .wrap.row.collapse .small-9{float:right}#content__additions{clear:both;padding-top:1.875rem}#content__additions .columns{float:none;margin:0 auto}#content__additions .columns .addition__references{display:block}}body{font-weight:300}#page-wrap{position:relative;background-color:var(--background-color-page-wrap);margin:0 auto;max-width:62.5rem}.no-js #no-js-notice{display:block!important;position:fixed;top:0;right:0;z-index:99999999999999}.no-js #pw-widget>.callout{display:block!important}#main header.index{margin-top:3.125rem;text-align:center}#main header.index h1.fancy{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:.3125rem 0 .3125rem 0;margin:0 auto 1.5625rem auto;text-transform:uppercase;font-size:1.5rem;width:75%}#main header.index h1.fancy span{color:#767676}@media print,screen and (min-width:48em){#main header.index h1.fancy{font-size:2rem;width:50%}}#main header.index h2{font-size:.875rem}@media print,screen and (min-width:48em){#main header.index h2{font-size:1.625rem;width:50%}}#main header.index figure{text-align:left}#main header.index .collapse{padding-bottom:2.5rem}#main header.index .premium__partner .collapse{padding-bottom:0}#main header.index .intro{font-size:1rem;line-height:1.2;margin-bottom:.9375rem}@media print,screen and (min-width:48em){#main header.index .intro{font-size:1.25rem}}#main header.index .text{font-size:1rem;margin-bottom:1.875rem}@media print,screen and (min-width:48em){#main header.index .text{font-size:1.25rem}}#main header.index.index__magazine{margin-bottom:2.5rem}#main header.index.index__magazine h1 svg{display:inline-block;vertical-align:middle;max-width:100%;height:auto}#main header.index.index__magazine h1,#main header.index.index__magazine h2{margin-bottom:1.25rem}#main header.index.index__magazine .image-copyright{padding:0 .9375rem 0 .9375rem}#main header.author-profile .row:first-child{margin-bottom:.9375rem}#main header.shop-intro li{font-size:1rem;line-height:1.2;margin-bottom:.3125rem}@media print,screen and (min-width:48em){#main header.shop-intro li{font-size:1.25rem}}@media print,screen and (min-width:48em){#main header p{font-size:1.25rem;line-height:1.2}}#main form{text-align:left}#main form .input-group{margin-bottom:.625rem}#main form [type=search],#main form [type=text],#main form textarea{width:100%;font-size:1rem}#main form [type=search]::-webkit-input-placeholder,#main form [type=text]::-webkit-input-placeholder,#main form textarea::-webkit-input-placeholder{text-transform:uppercase}#main form [type=search]::-moz-placeholder,#main form [type=text]::-moz-placeholder,#main form textarea::-moz-placeholder{text-transform:uppercase}#main form [type=search]:-ms-input-placeholder,#main form [type=text]:-ms-input-placeholder,#main form textarea:-ms-input-placeholder{text-transform:uppercase}#main form [type=search]::-ms-input-placeholder,#main form [type=text]::-ms-input-placeholder,#main form textarea::-ms-input-placeholder{text-transform:uppercase}#main form [type=search]::placeholder,#main form [type=text]::placeholder,#main form textarea::placeholder{text-transform:uppercase}#main form [type=search]::-webkit-input-placeholder,#main form [type=text]::-webkit-input-placeholder,#main form textarea::-webkit-input-placeholder{text-transform:uppercase}#main form [type=search]:-moz-placeholder,#main form [type=text]:-moz-placeholder,#main form textarea:-moz-placeholder{text-transform:uppercase}#main form [type=search]::-moz-placeholder,#main form [type=text]::-moz-placeholder,#main form textarea::-moz-placeholder{text-transform:uppercase}#main form [type=search]:-ms-input-placeholder,#main form [type=text]:-ms-input-placeholder,#main form textarea:-ms-input-placeholder{text-transform:uppercase}@media print,screen and (min-width:48em){#main form [type=search],#main form [type=text],#main form textarea{font-size:1.25rem}}#main form [type=checkbox],#main form [type=file],#main form [type=radio]{margin-bottom:.625rem}#main form .hint{font-size:.875rem;text-align:center}#main form input.email{font-size:.875rem}@media print,screen and (min-width:48em){#main form input.email{font-size:1.25rem}}a:active,a:focus,a:visited{text-decoration:none}a.line,a:hover{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}a.line.invert,a:hover.invert{color:#fff;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}a.hl{display:inline-block;padding:.125rem}a.hl.active,a.hl:hover{background:0 0;background-color:#ffe33a;border:none;text-decoration:none}a.button{background-image:none}.teaser a,a.img,figure>a{text-decoration:none;background-image:none}.teaser a:hover,a.img:hover,figure>a:hover{text-decoration:none;background-image:none}.toc{background-color:#3d3d3d;color:#fff;position:absolute;top:1.25rem;left:-10.9375rem;font-size:.875rem;font-weight:400;margin:0;padding:.625rem;z-index:200;list-style:none}.toc i{padding-right:.3125rem}.toc a,.toc:hover{color:#fff}.menu{text-transform:uppercase}.full{width:100%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.trans{background-color:#f6f6f6}.bg{position:absolute;left:0;top:0}.hr{border-top:1px solid #e5e5e5}strong{font-weight:700}.center{text-align:center}.collapse-left{padding-left:0}.button{font-family:"Roboto Condensed","DejaVu Sans Condensed Custom",Arial,sans-serif;background-color:#fff;border:1px solid #000;color:#000;font-weight:400;text-align:center;text-transform:uppercase;-webkit-transition:none;transition:none}.button.tiny{padding-top:.3125rem;padding-bottom:.3125rem}.button.large{margin-bottom:.625rem;padding:.875rem .8125rem .8125rem .8125rem;font-size:1rem}@media print,screen and (min-width:48em){.button.large{padding:1rem .9375rem .9375rem .9375rem;font-size:1.125rem}}.button:hover{text-decoration:none}.button:disabled,.button:disabled:hover{opacity:.25;background-color:#fff;border:1px solid #000;color:#000}.button.inverse{background-color:#000;color:#fff;border:1px solid #fff}.button.inverse:hover{background-color:#fff;color:#000}button.line{font-family:"Roboto Condensed","DejaVu Sans Condensed Custom",Arial,sans-serif;font-weight:300;cursor:pointer;text-align:left}button.line span{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}button.line.invert span{color:#fff;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}button:not(.button) span{font-family:"Roboto Condensed","DejaVu Sans Condensed Custom",Arial,sans-serif;font-weight:300;color:#2d2d2d}select{height:3.1875rem;padding-left:.9375rem;font-size:1rem;text-transform:uppercase}select:focus{outline:auto}@media print,screen and (min-width:48em){select{font-size:1.125rem}}#main .pagination-list .columns{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:.3125rem 0 .3125rem 0}#main .pagination-list .columns .pagination{margin-bottom:0}#main .pagination-list .columns .pagination li strong,#main .pagination-list .columns .pagination li.active a.page{padding:.1875rem .625rem .1875rem .625rem;background:#3d3d3d;color:#fff;cursor:default;display:block;font-weight:700}#main .pagination-list .columns .pagination-title,#main .pagination-list .columns .pagination-title .teaser-category{text-align:right;text-transform:uppercase;font-size:.875rem;margin-top:.25rem;padding-top:0}#main .pagination-list h2{font-size:1.5rem;text-transform:uppercase;line-height:1}#main .pagination-list.pagination-list__full .columns .pagination li:first-child,#main .pagination-list.pagination-list__full .columns .pagination li:first-child a{padding-left:0}#main .pagination-list.pagination-list__full .columns .pagination li:first-child a,#main .pagination-list.pagination-list__full .columns .pagination li:last-child a{background-color:transparent}#main .pagination-list.pagination-list__full .columns .pagination li:first-child a:hover,#main .pagination-list.pagination-list__full .columns .pagination li:last-child a:hover{color:#2d2d2d}blockquote{line-height:1.2;color:#e73395;font-size:1.5rem;border:none;padding-left:0;margin:1.25rem 0}blockquote span{color:#2d2d2d;display:block;font-size:1rem;text-align:right}@media print,screen and (min-width:48em){blockquote{margin:2.5rem 0;font-size:2.5rem}blockquote span{font-size:1.5rem}}.relcontainer{position:relative}.file-copyright,.image-copyright{font-size:.5625rem;text-transform:uppercase}.file-copyright a,.image-copyright a{color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.file-copyright a:hover,.image-copyright a:hover{color:#767676;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#767676;text-decoration-color:#767676}.media-download{margin-bottom:1.5625rem}.media-download .file-text{font-size:1rem;font-weight:700}.media-download .file-text p{margin-bottom:0}figure.image .image-copyright,figure.image .image-licence{margin-bottom:.625rem}.jumplist{display:inline-block;list-style:none;margin:0}.jumplist li{float:left;line-height:1;margin-right:.3125rem}.jumplist li a{background-image:none;display:block;padding:.625rem 0;width:2.1875rem;height:2.1875rem;border:1px solid #e5e5e5}.jumplist li a.active,.jumplist li a:hover{background-color:#2d2d2d;color:#fff}.callout-box{border:none;border-left:.9375rem solid #e5e5e5;font-size:1rem;font-weight:400;margin:1.25rem 0;padding-left:.9375rem}.callout-box h4{font-size:1.3125rem;font-weight:700;text-transform:uppercase;margin-bottom:.625rem}@media print,screen and (min-width:48em){.callout-box h4{font-size:1.75rem}}.callout-box a:not(.button){color:#2d2d2d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#2d2d2d;text-decoration-color:#2d2d2d}.callout-box a:not(.button):hover{color:#767676;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#767676;text-decoration-color:#767676}@media print,screen and (min-width:48em){.callout-box{font-size:1.125rem;margin:2.5rem 0}}.disabled{color:#e5e5e5}.dmntBestellForm fieldset legend{margin-bottom:.9375rem}.dmntBestellForm fieldset .row{margin-bottom:1.875rem}.dmntBestellForm fieldset .row span{display:table-cell;font-weight:700;vertical-align:top;padding-right:.625rem}.dmntBestellForm fieldset .row label{display:table-cell;font-size:1rem;line-height:1.2;cursor:pointer}.dmntBestellForm [type=radio]+label{font-size:1rem;text-transform:uppercase;color:#767676}@media print,screen and (min-width:48em){.dmntBestellForm [type=radio]+label{font-size:1.25rem}}.dmntBestellung{margin-bottom:1.875rem}.dmntBestellung .dmntName{margin-bottom:.9375rem}.dmntBestellung .dmntName b{display:block}.newsletter-result{margin-top:1.875rem}@media screen and (-webkit-max-device-pixel-ratio:1),screen and (max-resolution:96dpi),screen and (max-resolution:1dppx){.content .row .columns>ol li,.content .row .columns>p,.content .row .columns>ul:not(.content__meta):not(.breadcrumbs) li,.content .row .columns>ul:not(.content__meta):not(.breadcrumbs) li span,.content__author,.content__glance li,.content__intro,.image-copyright,.image-licence{font-weight:400}}.premium__partner{padding-top:.9375rem}.premium__partner .sponsored{font-size:.625rem;text-transform:uppercase;width:-webkit-max-content;width:-moz-max-content;width:max-content}.premium__partner .row.collapse .wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #e5e5e5;padding:.3125rem .625rem .3125rem .625rem}.premium__partner .row.collapse .wrap .premium__partner__info{font-size:.75rem;text-transform:uppercase}.premium__partner .row.collapse .wrap .premium__partner__info span{display:inline-block;margin-right:.625rem}.premium__partner .row.collapse .wrap .premium__partner__info a{background-image:none}.premium__partner .row.collapse .wrap .premium__partner__info a img{width:4.375rem}@media print,screen and (min-width:48em){.premium__partner .row.collapse .wrap .premium__partner__info{font-size:.8125rem}}.buttons .columns:first-child{padding-right:.3125rem}.buttons .columns:last-child{padding-left:.3125rem}#topics-wrap .row>.medium-4>aside:first-child{padding-top:0}.br-theme-fontawesome-stars-o .br-widget{margin-bottom:1rem}.br-theme-fontawesome-stars-o .br-widget a{font-family:"Font Awesome 6 Free"}.br-theme-fontawesome-stars-o .br-widget a:after{content:"\f005"}.br-theme-fontawesome-stars-o .br-widget a.br-selected:after{color:#2d2d2d;font-weight:900}.br-theme-fontawesome-stars-o .br-widget a.br-active:after{color:#2d2d2d;font-weight:900}.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after{color:#2d2d2d;content:"\f089";font-weight:900}#avg-rating p,#your-rating p,.avg-rating p,.your-rating p{font-size:.875rem}.lazy-wrapper{position:relative;width:100%}.lazy-wrapper .fas.fa-circle-notch.fa-spin{position:absolute;left:calc(50% - 32px);top:calc(50% - 32px)}img.lazy[data-src].image__author{visibility:hidden}.img-wrapper{position:relative;background-color:#eee}.img-wrapper:after{content:"";display:block;height:0;width:100%}.img-wrapper.th__180_180:after{padding-bottom:100%}.img-wrapper.th__200_200.trans{background-color:transparent}.img-wrapper.th__290_386:after{padding-bottom:133.1034482759%}.img-wrapper.th__400_400:after{padding-bottom:100%}.img-wrapper.th__320_480:after{padding-bottom:150%}.img-wrapper.th__616_348:after{padding-bottom:56.4935064935%}.img-wrapper.th__640_480:after{padding-bottom:75%}.img-wrapper.th__640_360:after{padding-bottom:56.25%}.img-wrapper.th__640_360f:after{padding-bottom:56.25%}.img-wrapper.th__720_720f:after{padding-bottom:100%}.img-wrapper.th__720_960:after{padding-bottom:133.3333333333%}.img-wrapper.th__1000_400:after{padding-bottom:40%}.img-wrapper.th__1000_1000:after{padding-bottom:100%}.img-wrapper.th__1280_450:after{padding-bottom:35.15625%}.img-wrapper.th__1280_720:after{padding-bottom:56.25%}.img-wrapper.th__1920_949:after{padding-bottom:49.4270833333%}.img-wrapper.th__1920_1440:after{padding-bottom:75%}.img-wrapper.th__1920_1080:after{padding-bottom:56.25%}.img-wrapper.th__2000_857:after{padding-bottom:42.85%}.img-wrapper.trans{background-color:transparent}.img-wrapper>*{position:absolute;top:0;left:0;width:100%;height:100%;display:block}img[data-lazy-src]{will-change:contents}.jump-to-content{position:absolute;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.jump-to-content:focus{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);padding:.625rem!important;background-color:#2d2d2d;color:#fff;display:block;text-align:center;text-decoration:underline;font-weight:600}#main .accordion{text-align:center}#main .accordion-title:focus,#main .accordion-title:hover{background:0 0}#main .accordion-title{background:0 0!important;font-size:1.5rem;font-weight:300}#main .accordion-content{font-weight:300}.formula-block{margin-bottom:1rem}td .formula-block{margin:0}.formula-inline{display:inline-block;margin-right:.375rem}table th{text-align:left}/*! Dark reader generated CSS | Licensed under MIT https://github.com/darkreader/darkreader/blob/master/LICENSE */@media (prefers-color-scheme:dark){:root{--color-logo:#fff;--color-logo-alt:#eee;--background-color-page-wrap:rgb(30, 33, 34)}body,html{background-color:#111!important;border-color:#908676;color:#fff!important}a{color:#40b5ff}table{border-color:#697276}::-webkit-input-placeholder{color:#dfd6c9}::-moz-placeholder{color:#dfd6c9}:-ms-input-placeholder{color:#dfd6c9}::-ms-input-placeholder{color:#dfd6c9}::placeholder{color:#dfd6c9}input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{background-color:#505500!important;color:#fff!important}::-moz-selection{background-color:#0060d4!important;color:#fff!important}::selection{background-color:#0060d4!important;color:#fff!important}::-moz-selection{background-color:#0060d4!important;color:#fff!important}#bit-notification-bar-iframe,.captcheck_answer_label>input+img,.jfk-bubble.gtx-bubble,::-webkit-calendar-picker-indicator,span#closed_text>img[src^="https://www.gstatic.com/images/branding/googlelogo"],span[data-href^="https://www.hcaptcha.com/"]>#icon{-webkit-filter:invert(100%) hue-rotate(180deg) brightness(125%) contrast(90%)!important;filter:invert(100%) hue-rotate(180deg) brightness(125%) contrast(90%)!important}:root{--darkreader-neutral-background:#181a1c;--darkreader-neutral-text:#ffffff;--darkreader-selection-background:#0060d4;--darkreader-selection-text:#ffffff}.fa-border{border:var(--darkreader-border--fa-border-width,.08em) var(--darkreader-border--fa-border-style,solid) var(--darkreader-border--fa-border-color,#42474a)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-inverse{color:var(--darkreader-text--fa-inverse,#fff)}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}header .header__top .small-nav-toggle button{color:#e5e5e5}header .header__top .header__top__search .header__top__search__term{border-color:currentcolor;-webkit-box-shadow:none;box-shadow:none}header .header__top .header__top__search .fa-search{color:#fff}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){header .header__top .header__top__nav li.item{border-right-color:#82796c}header .header__top .header__top__nav li.item:last-child{border-right-color:currentcolor}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){header .header__top .header__top__nav li.item.context:hover::before{color:#eae2d7;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}}@media (prefers-color-scheme:dark){header .header__top .header__top__nav .header__top__nav__context .header__top__nav__context__menu{background-color:#1e2122;border-color:#454b4e}header .header__top .header__top__nav .header__top__nav__context .header__top__nav__context__menu li{border-right-color:currentcolor}header .header__top .header__top__nav .header__top__nav__context .header__top__nav__context__menu li a{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}header .header__middle{border-top-color:#454b4e}header .header__middle .menu-horizontal li a{border-right-color:#676f73}header .header__middle .menu-horizontal li:last-child a{border-right-color:currentcolor}header .header__bottom{border-top-color:#454b4e}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){header .header__bottom{border-color:currentcolor}}@media (prefers-color-scheme:dark){header .header__bottom #nav{border-bottom-color:#454b4e}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){header .header__bottom #nav{border-color:currentcolor}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){header .header__bottom .header__bottom__nav{border-top-color:#454b4e;border-bottom-color:#454b4e}}@media (prefers-color-scheme:dark){header .header__bottom .header__bottom__nav li.item>a{border-color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}header .header__bottom .header__bottom__nav li.item:hover>a{color:#fff}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){header .header__bottom .header__bottom__nav li.item{border-right-color:#82796c}header .header__bottom .header__bottom__nav li.item:last-child{border-right-color:currentcolor}}@media (prefers-color-scheme:dark){header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap{background-color:#1e2122;border-color:#454b4e}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap a{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__menu{border-right-color:#454b4e}header .header__bottom .header__bottom__nav li.item .header__bottom__nav__context .wrap .header__bottom__nav__context__cover{border-right-color:#454b4e}header .header__bottom .header__bottom__search .header__bottom__search__term{border-color:#454b4e #454b4e #454b4e currentcolor}header .header__bottom .header__bottom__search .header__bottom__search__icon{border-color:#454b4e currentcolor #454b4e #454b4e}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){header:not(.shop) .header__bottom .header__bottom__nav li.item:hover::before{color:#eae2d7;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}}@media (prefers-color-scheme:dark){header.shop .header__top .cart{background-color:#d2197d}header.shop .header__bottom .header__bottom__nav .cart{background-color:#d2197d}.comments .comments__header{border-top-color:#454b4e}.comments .comments__header .comments__header__expand{color:#e5e5e5}.comments .comments__body{border-bottom-color:#454b4e}.comments .comments__body .comments__body__wrapper .comments__list .comments__list__comment .comment__body__answer{background-color:#313537}.comments .comments__body .comments__body__wrapper .comments__form .netiquette{color:#e5e5e5}.comments .comments__body .comments__body__wrapper .comments__form .netiquette p a{color:#fff;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.comments .comments__body .comments__body__wrapper .comments__form .netiquette p.show{background-color:#313537}.comments-list-wrapper .comments-list-comment,.comments-list-wrapper .comments-list__form{border-bottom-color:#454b4e}.comments-list-wrapper .comments-list-comment__answer{background-color:#313537}.content .medium-8 .content__author__info__background a,.content .medium-8 li a,.content .medium-8 p a,.content .small-8 .content__author__info__background a,.content .small-8 li a,.content .small-8 p a{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.content .medium-8 .content__author__info__background a:hover,.content .medium-8 li a:hover,.content .medium-8 p a:hover,.content .small-8 .content__author__info__background a:hover,.content .small-8 li a:hover,.content .small-8 p a:hover{color:#e5e5e5;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.content .toc-jump a{background-image:none}.content .toc-jump a i{color:#fff}.content .toc-jump a span{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.content .toc-jump a span:hover{color:#e5e5e5;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.content .toc-jump a:hover{background-image:none}.content .breadcrumbs li a{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.content .login-hint span:not(#audio_duration),.content .subscription-hint span:not(#audio_duration){background-color:#d2197d;color:#fff}.content .login-hint .subscription-text,.content .subscription-hint .subscription-text{background-color:#313537;color:#fff}.content aside .content__meta li.item{border-left-color:#82796c}.content aside .content__meta li.item:first-child{border-color:currentcolor}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.content aside .content__meta li.item{border-color:currentcolor}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.content aside .content__meta li.item.context:hover::before{color:#eae2d7;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}}@media (prefers-color-scheme:dark){.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu{background-color:#1e2122;border-color:#454b4e}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li a{color:#e5e5e5}.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li a:hover{color:#fff}.content .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked.pocket a .fa-stack .fa-get-pocket,.content aside .content__meta .content__meta__share__context .content__meta__share__context__menu li.stacked.pocket a:hover .fa-stack .fa-get-pocket{color:#1e2122}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.content aside .content__meta{border-right-color:#454b4e}}@media (prefers-color-scheme:dark){.content .content__kicker{color:#e5e5e5}.content .image__article figcaption .image-text span,.content .image__article+figcaption .image-text span{border-right-color:#9a8f7e}.content .image__article.image__article__top figcaption .fa-angle-double-down{background-color:#1e2122}.content .content__video{background-color:#000;color:#fff}.content .content__video .content__video__licence a{color:#fff}.content .content__video .content__video__text .meta p{border-left-color:#3c4144}.content .content__video .content__video__text .meta p:first-child{border-left-color:currentcolor}.content .content__video .content__video__text a{background-image:none;color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.content .content__video .responsive-embed iframe{border-color:currentcolor}.content .content__glance{background-color:#897500;color:#fff}.content .content__glance .content__glance__list{list-style-image:none}.content .content__share .content__share__menu li a{color:#e5e5e5}.content .content__share .content__share__menu li a:hover{color:#fff}.content .content__share .content__share__menu li.stacked.pocket a .fa-stack .fa-get-pocket,.content .content__share .content__share__menu li.stacked.pocket a:hover .fa-stack .fa-get-pocket{color:#1e2122}.content .content__author .content__author__image img{border-color:#454b4e}.content .content__partner span{border-bottom-color:#4b5155}.content .content__partner a svg{-webkit-filter:invert(100%);filter:invert(100%)}.content .content__premium__partner .row.collapse .wrap{border-color:#454b4e}.content .content__premium__partner .row.collapse .wrap .content__premium__partner__info a{background-image:none}.content .content__raetsel .article__navigation_button a:hover{background-image:unset}.content .content__raetsel .article__navigation_button .hover-text{color:#fff}.content .content__raetsel .article__navigation_button .relcontainer{background-color:rgba(0,0,0,.6);background-image:none}.content .content__raetsel .article__navigation_button .fas.fa-angle-left,.content .content__raetsel .article__navigation_button .fas.fa-angle-right{color:#fff}.content .content__reader_picture .image.image__article .article__navigation_button a:hover,.content .content__reader_picture .responsive-embed .article__navigation_button a:hover,.content .content__video .image.image__article .article__navigation_button a:hover,.content .content__video .responsive-embed .article__navigation_button a:hover{background-image:unset}.content .content__reader_picture .image.image__article .article__navigation_button .hover-text,.content .content__reader_picture .responsive-embed .article__navigation_button .hover-text,.content .content__video .image.image__article .article__navigation_button .hover-text,.content .content__video .responsive-embed .article__navigation_button .hover-text{color:#fff}.content .content__reader_picture .image.image__article .article__navigation_button .relcontainer,.content .content__reader_picture .responsive-embed .article__navigation_button .relcontainer,.content .content__video .image.image__article .article__navigation_button .relcontainer,.content .content__video .responsive-embed .article__navigation_button .relcontainer{background-color:rgba(0,0,0,.6);background-image:none}.content .content__reader_picture .image.image__article .article__navigation_button .fas.fa-angle-left,.content .content__reader_picture .image.image__article .article__navigation_button .fas.fa-angle-right,.content .content__reader_picture .responsive-embed .article__navigation_button .fas.fa-angle-left,.content .content__reader_picture .responsive-embed .article__navigation_button .fas.fa-angle-right,.content .content__video .image.image__article .article__navigation_button .fas.fa-angle-left,.content .content__video .image.image__article .article__navigation_button .fas.fa-angle-right,.content .content__video .responsive-embed .article__navigation_button .fas.fa-angle-left,.content .content__video .responsive-embed .article__navigation_button .fas.fa-angle-right{color:#fff}.content .lexikon_article__navigation .article__navigation_button a:hover{background-image:unset}.content .lexikon_article__navigation .article__navigation_button .hover-text{color:#fff}.content .lexikon_article__navigation .article__navigation_button .relcontainer{background-color:rgba(0,0,0,.6);background-image:none}.content .lexikon_article__navigation .article__navigation_button .fas.fa-angle-left,.content .lexikon_article__navigation .article__navigation_button .fas.fa-angle-right{color:#fff}.content .content__copyright .medium-10 a{color:#fff;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.content .content__copyright .copyright a{color:#fff;color:#fff;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}#content__additions{border-top-color:#454b4e;border-bottom-color:#454b4e}#content__additions>ul li .fas{color:#fff}#content__additions>ul li .fas.fa-caret-down{color:#fffff8}#content__additions .addition a{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}footer a{color:#fff}footer a:active,footer a:focus,footer a:hover,footer a:visited{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}footer .footer__action_up a{color:#e5e5e5}footer .footer__top .kiosk__hl{background-color:#212324}footer .footer__nl{background-color:#2e3235;background-image:none;color:#fff}footer .footer__nl form label{color:#fff}footer .footer__nl form .input-group .button{background-color:#2e3235;color:#fff;border-color:#3c4144}footer .footer__nl form .input-group .input-group-field{background-color:#2e3235;color:#fff}footer .footer__nl form .input-group .input-group-field::-webkit-input-placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field::-moz-placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field:-ms-input-placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field::-ms-input-placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field::placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field::-webkit-input-placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field::-moz-placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field:-ms-input-placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field::-ms-input-placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field::placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field::-webkit-input-placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field::-moz-placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field:-ms-input-placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field::-ms-input-placeholder{color:#fff}footer .footer__nl form .input-group .input-group-field::placeholder{color:#fff}footer .footer__bottom{background-color:#212324}footer .footer__bottom h4{color:#fff}footer.shop .footer__top{background-color:#212324;color:#fff}footer.shop .footer__top .menu li a{background-image:none;border-right-color:#3c4144}footer.shop .footer__top .menu li:last-child a{border-right-color:currentcolor}footer.shop .footer__bottom{background-color:#000}footer.shop .footer__bottom .wrap li,footer.shop .footer__bottom .wrap p{color:#fff}footer .footer__social{background-color:#2e3235;background-image:none;color:#fff}footer .footer__social a{background-color:rgba(0,0,0,0)!important;background-image:none!important}footer .footer__social a:hover .fa-facebook-square{color:#a6d4ff}footer .footer__social a:hover .fa-square-x-twitter,footer .footer__social a:hover .fa-twitter-square{color:#3bc8ff}footer .footer__social a:hover .fa-youtube-square{color:#ff2121}footer .footer__social a:hover .fa-rss-square{color:#ff8f41}footer .footer__social a:hover .fa-apple{color:#fff}footer .footer__social a:hover .fa-android{color:#d8ff60}footer .footer__social a:hover .fa-flipboard{color:#ff4646}footer .footer__social a:hover .fa-instagram{background-color:rgba(0,0,0,0);background-image:-webkit-gradient(linear,left bottom,right top,color-stop(10%,#775600),color-stop(#cb7704),color-stop(#d34c09),color-stop(#cc2d0b),color-stop(#e90303),color-stop(#d31e5b),color-stop(#c13585),color-stop(#833ab4),color-stop(#2d26b8),to(#1a38c8));background-image:linear-gradient(to right top,#775600 10%,#cb7704,#d34c09,#cc2d0b,#e90303,#d31e5b,#c13585,#833ab4,#2d26b8,#1a38c8);color:transparent;-webkit-text-fill-color:transparent}footer .footer__social .footer__social_bundle,footer .footer__social i.fa-brands,footer .footer__social i.fab,footer .footer__social i.fas{color:#e7e0d4}.teaser-area h3{color:#e5e5e5;border-top-color:#454b4e}.teaser-area a:hover{background-image:none}.teaser-area a:hover span{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.teaser div.icon__video{background-color:rgba(0,0,0,.7);border-color:#3c4144}.teaser div.icon__video i.fa-headphones,.teaser div.icon__video i.fa-play{color:#fff}.teaser.teaser__wide .teaser__wide__kicker{color:#e5e5e5}.teaser.teaser__wide .teaser__wide__title:hover{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.teaser.teaser__wide .collapse{border-bottom-color:#454b4e}.teaser.teaser__list_box h3{border-color:#454b4e}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.teaser.teaser__list_box h3{border-right-color:currentcolor}}@media (prefers-color-scheme:dark){.teaser.teaser__list_box .teaser__context__heading{border-top-color:currentcolor;border-bottom-color:currentcolor}.teaser.teaser__list_box .teaser__context__text{border-color:currentcolor #454b4e #454b4e}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.teaser.teaser__list_box .teaser__context__text{border-right-color:currentcolor}}@media (prefers-color-scheme:dark){.teaser.teaser__list_box .teaser__context__image{border-color:currentcolor #454b4e}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.teaser.teaser__list_box .teaser__context__image{border-right-color:currentcolor}}@media (prefers-color-scheme:dark){.teaser.teaser__list_box ol{border-color:currentcolor #454b4e #454b4e}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.teaser.teaser__list_box ol{border-right-color:currentcolor}}@media (prefers-color-scheme:dark){.teaser.teaser__list_box ol li a:hover{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.teaser.teaser__list_box ul{list-style-image:none;border-color:currentcolor #454b4e #454b4e}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.teaser.teaser__list_box ul{border-right-color:currentcolor}}@media (prefers-color-scheme:dark){.teaser.teaser__list_box ul li a:hover span{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.teaser.teaser__text_box h3{border-color:#454b4e}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.teaser.teaser__text_box h3{border-right-color:currentcolor}}@media (prefers-color-scheme:dark){.teaser.teaser__text_box .inner{border-color:currentcolor #454b4e #454b4e}.teaser.teaser__small figure .image__author{border-color:#3c4144}.teaser.teaser__small .teaser__small__heading span.teaser__small__heading__kicker{color:#e5e5e5}.teaser.teaser__small a:hover .teaser__small__heading span:last-child{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.teaser.teaser__grid figure .author-img-wrap img.image__author,.teaser.teaser__large figure .author-img-wrap img.image__author,.teaser.teaser__small figure .author-img-wrap img.image__author{border-color:#3c4144}.teaser.teaser__large{border-color:#454b4e}.teaser.teaser__large .teaser__large__heading span.teaser__large__heading__kicker{color:#e5e5e5}.teaser.teaser__large a:hover .teaser__large__heading span:last-child{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.teaser.teaser__large{border-color:currentcolor}}@media (prefers-color-scheme:dark){.teaser.teaser__grid .teaser__grid__event_date{background-color:#313537;color:#fff}.teaser.teaser__grid a:hover .teaser__grid__title{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.teaser.teaser__full figure>div figcaption{background-color:#1e2122;color:#fff}.teaser.teaser__callout .columns{border-color:currentcolor currentcolor currentcolor #454b4e}.teaser.teaser__special_top .inner{background-color:#1e2122}.teaser.teaser__special_top .inner a:hover{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.teaser.teaser__special_line.dark{background-color:#2d383f;color:#fff}.teaser.teaser__special_line.dark .columns ul li a.hl{color:#fff}.teaser.teaser__special_line.dark .columns ul li a.hl.active,.teaser.teaser__special_line.dark .columns ul li a.hl:hover{background-color:#897500;color:#fff}.teaser.teaser__special_small figure .image__author{border-color:#3c4144}.teaser.teaser__special_small .teaser__special_small__heading span.teaser__special_small__heading__kicker{color:#e5e5e5}.teaser.teaser__special_small a:hover .teaser__special_small__heading span:last-child{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.teaser.teaser__special_small.dark{background-color:#2d383f;color:#fff}.teaser.teaser__special_small.dark .teaser__special_small__heading .teaser__special_small__heading__kicker,.teaser.teaser__special_small.dark a{color:#fff}.teaser.teaser__special_small.dark .teaser__special_small__heading .teaser__special_small__heading__kicker:hover .teaser__special_small__heading span:last-child,.teaser.teaser__special_small.dark a:hover .teaser__special_small__heading span:last-child{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.teaser.teaser__special_line+.row .teaser__special_small .inner{border-top-color:#454b4e}.teaser.teaser__special_line+.row .teaser__special_small.dark .inner,.teaser.teaser__special_line.dark+.row .teaser__special_small .inner{border-top-color:transparent}.teaser.teaser__special_line.dark+.row .teaser__special_small.dark .inner{border-top-color:#82796c}.teaser.teaser__shop_gift{background-color:#313537;color:#fff}.teaser.teaser__shop_hot .inner{background-color:#313537;color:#fff}.teaser.teaser__shop_categories ul{list-style-image:none}.teaser.teaser__shop_intro .inner-wrap{background-color:#313537}.teaser.teaser__shop_intro .inner-wrap::before{background-image:-webkit-gradient(linear,left bottom,left top,from(#000),color-stop(60%,rgba(0,0,0,.7)),to(rgba(30,33,34,0)));background-image:linear-gradient(0deg,#000 0,rgba(0,0,0,.7) 60%,rgba(30,33,34,0) 100%)}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.teaser.teaser__shop_intro .inner-wrap::before{background-image:-webkit-gradient(linear,right top,left top,from(#000),color-stop(60%,rgba(0,0,0,.7)),to(rgba(30,33,34,0)));background-image:linear-gradient(-90deg,#000 0,rgba(0,0,0,.7) 60%,rgba(30,33,34,0) 100%)}}@media (prefers-color-scheme:dark){.teaser.teaser__shop_intro .inner-wrap .inner .wrapper .text{color:#fff}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.teaser.teaser__shop_intro .inner-wrap .inner .wrapper h3{border-top-color:#3c4144}}@media (prefers-color-scheme:dark){.teaser.teaser__shop_bundle .inner{background-color:#242728}.teaser.teaser__shop_bundle .inner img{border-color:#454b4e}.teaser.teaser__shop_bundle .cart .price-label span{color:#ff9565}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide span{border-color:#454b4e}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide .line .line-border{border-left-color:#454b4e}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide:hover span{border-color:#4a5053}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container .swiper-slide.active span{border-color:#47e412}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single{background-color:#313537}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single .swiper-wrapper .swiper-slide span{border-color:#3c4144}.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single .swiper-wrapper .swiper-slide:active span,.teaser.teaser__shop_slider .swiper .flex-wrap .swiper-container.single .swiper-wrapper .swiper-slide:hover span{border-color:#3c4144}.teaser.teaser__shop_slider .swiper .flex-wrap .button{background-color:transparent;background-image:none;color:#e5e5e5;border-color:currentcolor}.teaser.teaser__shop_slider .info{border-top-color:#454b4e}.teaser.teaser__shop_slider .info .line .line-border{border-left-color:#454b4e}.teaser.teaser__shop_slider .info.single{border-color:currentcolor}.teaser.teaser__shop_topseller.row.collapse>.columns{border-top-color:#454b4e;border-bottom-color:#454b4e}.teaser.teaser__shop_topseller.row.collapse>.columns:first-child{border-right-color:#454b4e}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:first-child .columns:first-child{border-right-color:#454b4e}}@media (prefers-color-scheme:dark){.teaser.teaser__shop_topseller.row.collapse>.columns:last-child .row:first-child .columns{border-bottom-color:#454b4e}.teaser.teaser__shop_topseller.row.collapse .badge{background-color:#000}.teaser.teaser__shop_grid figcaption .price-label span{color:#ff9565}.teaser.teaser__shop_grid figcaption p .line{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.teaser.teaser__shop_grid.teaser__shop_grid__short .inner{background-color:#313537}.teaser.teaser__shop_small{border-bottom-color:#454b4e}.teaser.teaser__shop_small:last-of-type{border-color:currentcolor}.teaser.teaser__shop_small .columns:nth-child(3) .flex-wrap .price-label span{color:#ff9565}.teaser a:hover .teaser__full__title span{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.teaser-magazine.teaser-magazine__small h2 a{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;background-color:rgba(0,0,0,0);background-image:none}.teaser-magazine.teaser-magazine__small h2 span{color:#e5e5e5}.teaser-magazine.teaser-magazine__line{color:#fff;border-left-color:#82796c;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;background-color:rgba(0,0,0,0);background-image:none}.teaser-magazine.teaser-magazine__line span{color:#e5e5e5}.teaser-magazine.teaser-magazine__full h2 a{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;background-color:rgba(0,0,0,0);background-image:none}.teaser-magazine.teaser-magazine__full h2 span{color:#e5e5e5}.product-section+.teaser-magazine__line,.teaser-magazine__full+.teaser-magazine__line,.teaser-magazine__small+.teaser-magazine__line{border-left-color:currentcolor}.swiper.swiper__teaser__full .button{border-color:currentcolor;background-color:transparent;background-image:none}.swiper.swiper__teaser__full .button>.fas{text-shadow:rgba(0,0,0,.1) 0 4px}.swiper.swiper__teaser__full .button.button__prev{color:#fff}.swiper.swiper__teaser__full .button.button__next{color:#fff}.swiper.swiper__gallery .button{border-color:currentcolor}.swiper.swiper__gallery .button.button__prev{background-color:rgba(0,0,0,.5);color:#fff}.swiper.swiper__gallery .button.button__next{background-color:rgba(0,0,0,.5);color:#fff}.swiper.swiper__teaser__logo .teaser__logo .teaser__logo__image{border-color:#454b4e}.swiper.swiper__teaser__logo .button-wrapper .button{color:#e5e5e5;border-color:currentcolor}.swiper.swiper__teaser__logo .button-wrapper .button:hover{background-color:transparent}.swiper.swiper__teaser__grid .swiper-pagination-bullet-active{background-color:#fff;background-image:none}.kiosk__bar{background-color:#313537}.kiosk__bar ul li{color:#e5e5e5}.kiosk__bar ul li.active,.kiosk__bar ul li:hover{color:#fff}.kiosk__bar .swiper .button__next{border-color:currentcolor;background-color:transparent;color:#fff}.kiosk__hl{background-color:#313537;color:#fff}.kiosk__hl .kiosk__hl__links li a{color:#fff;border-right-color:#3c4144}.kiosk__hl .kiosk__hl__links li a:hover{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.kiosk__hl .kiosk__hl__links li:last-child a{border-right-color:currentcolor}.kiosk__offset a{border-right-color:#454b4e}.kiosk__offset span{border-right-color:#454b4e}.kiosk__inline{background-color:#1e2122;color:#fff}.kiosk__inline .kiosk__inline_description{border-top-color:#454b4e;border-bottom-color:#454b4e}.kiosk__inline .kiosk__inline_description p a{color:#fff;background-image:none}.kiosk__inline .kiosk__inline_description p a:hover{background-image:none;color:#fff}.kiosk__inline>.row.show-for-small-only{background-color:#212324;background-image:none}.kiosk__inline>.row.show-for-small-only div.small-12.columns.center{color:#fff}.kiosk__inline>.row.show-for-small-only figcaption{-webkit-box-shadow:rgba(0,0,0,.6) 0 -95px 0 0 inset;box-shadow:rgba(0,0,0,.6) 0 -95px 0 0 inset}.kiosk__inline>.row.show-for-small-only figcaption>div>div>p>a{color:#fff;background-color:rgba(0,0,0,0);background-image:none}.kiosk__isotope .grid-item.no-product{border-color:#7d7467}.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__year{border-top-color:#454b4e}.kiosk__archive .kiosk__archive__issues .kiosk__archive__issues__year a{background-image:none}.kiosk__magazine .wrap{background-color:#1e2122;color:#fff}.kiosk__magazine .wrap.row.collapse{border-color:#4a5053}.kiosk__pdf_download .inner{border-bottom-color:#454b4e}.kiosk__pdf_download .inner h3{border-bottom-color:#454b4e}.kiosk__pdf_download .relcontainer .fas.fa-question-circle{background-color:#1e2122;color:#fff!important}.kiosk__pdf_download .info{background-color:#1e2122;background-image:none;border-color:#454b4e;color:#fff!important}.kiosk__pdf_download .subscription-benefits{border-bottom-color:#454b4e}.kiosk__pdf_download .subscription-benefits .medium-4 a:hover{background-image:unset}.ad label,.sideshow label{color:#beb3a1}.ad.ad__book>.row,.ad.sideshow__book>.row,.sideshow.ad__book>.row,.sideshow.sideshow__book>.row{border-color:#4a5053}.ad.ad__book>.row .columns:last-child .button,.ad.sideshow__book>.row .columns:last-child .button,.sideshow.ad__book>.row .columns:last-child .button,.sideshow.sideshow__book>.row .columns:last-child .button{background-image:none}.tile-mobile-wrapper,.tile1-mobile-wrapper,.tile3-mobile-wrapper,.tile8-mobile-wrapper,.tile99-wrapper{background-color:#282c2e;background-image:none}.lexicon .lexicon-legend ul{list-style-image:none}.lexicon #lexicon-terms-wrap .lexicon-terms{list-style-image:none}.lexicon #lexicon-terms-wrap .lexicon-terms li a{background-image:none}.product .product-cart-shortcut>.row{background-color:#1e2122}.product .product-cart-shortcut .is-stuck{background-color:#1e2122}.product .product-links li{border-right-color:#454b4e}.product .row.product-boost .product-boost-inner .small-12 .product-boost-actions .wrap,.product .row.product-boost .product-boost-special .product-boost-actions .wrap{background-color:#1e2122}.product .product-xmasbanner>span{background-color:rgba(0,0,0,.4);background-image:none}.product .product-editorial h2{color:inherit}.product .product-editorial #read-more-action::before{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#1e2122));background-image:linear-gradient(hsla(0,0%,100%,0),#1e2122 100%)}.product .product-content .teaser-category{color:currentColor;border-bottom:1px solid #454b4e}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.product .product-xmasbanner>span{background-color:transparent;background-image:none}}@media (prefers-color-scheme:dark){.product .product-summary{color:#fff}.product .product-section{color:#fff;border-top-color:#454b4e}.product-release-date{color:#fff}.product-benefits>.columns .row .columns{border-top-color:#454b4e;border-bottom-color:#454b4e}.product-benefits>.columns .row .columns h3{color:#fff}.product-recommendations .products figure.active::before{color:#eae2d7;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.product-recommendations .product-description{color:#fff}#doyoumean a.doyoumean_text,#doyoumean a.epoq_doyoumean_text,#epoq_ a.doyoumean_text,#epoq_ a.epoq_doyoumean_text{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}#epoq_filterresult #epoq_filterHeader #epoq_filterHeaderLabel,#epoq_filterresult #epoq_filterHeader #filterHeaderLabel,#epoq_filterresult #filterHeader #epoq_filterHeaderLabel,#epoq_filterresult #filterHeader #filterHeaderLabel,#filterresult #epoq_filterHeader #epoq_filterHeaderLabel,#filterresult #epoq_filterHeader #filterHeaderLabel,#filterresult #filterHeader #epoq_filterHeaderLabel,#filterresult #filterHeader #filterHeaderLabel{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}#epoq_filterresult #epoq_filters,#epoq_filterresult #filters,#filterresult #epoq_filters,#filterresult #filters{background-color:#1e2122;background-image:none;border-color:#454b4e}#epoq_filterresult #epoq_filters::before,#epoq_filterresult #filters::before,#filterresult #epoq_filters::before,#filterresult #filters::before{color:#eae2d7;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult a:hover,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult a:hover,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filterresult a:hover,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filterresult a:hover,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filterresult a:hover,#epoq_filterresult #filters .singlefilter .filterstat .filterresult a:hover,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult a:hover,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult a:hover,#filterresult #epoq_filters .singlefilter .filterstat .filterresult a:hover,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover,#filterresult #filters .epoq_singlefilter .filterstat .filterresult a:hover,#filterresult #filters .singlefilter .epoq_filterstat .filterresult a:hover,#filterresult #filters .singlefilter .filterstat .filterresult a:hover{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;background-color:rgba(0,0,0,0);background-image:none}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult a:hover .filter_value,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filterresult a:hover .filter_value,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filterresult a:hover .filter_value,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#epoq_filterresult #filters .singlefilter .filterstat .filterresult a:hover .filter_value,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult a:hover .filter_value,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#filterresult #epoq_filters .singlefilter .filterstat .filterresult a:hover .filter_value,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#filterresult #filters .epoq_singlefilter .filterstat .filterresult a:hover .filter_value,#filterresult #filters .singlefilter .epoq_filterstat .filterresult a:hover .filter_value,#filterresult #filters .singlefilter .filterstat .filterresult a:hover .filter_value{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult.collapse:hover,#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult.extend:hover,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult.collapse:hover,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult.extend:hover,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult.collapse:hover,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult.extend:hover,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filterresult.collapse:hover,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filterresult.extend:hover,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult.collapse:hover,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult.extend:hover,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filterresult.collapse:hover,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filterresult.extend:hover,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filterresult.collapse:hover,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filterresult.extend:hover,#epoq_filterresult #filters .singlefilter .filterstat .filterresult.collapse:hover,#epoq_filterresult #filters .singlefilter .filterstat .filterresult.extend:hover,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult.collapse:hover,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterresult.extend:hover,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult.collapse:hover,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filterresult.extend:hover,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult.collapse:hover,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filterresult.extend:hover,#filterresult #epoq_filters .singlefilter .filterstat .filterresult.collapse:hover,#filterresult #epoq_filters .singlefilter .filterstat .filterresult.extend:hover,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult.collapse:hover,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filterresult.extend:hover,#filterresult #filters .epoq_singlefilter .filterstat .filterresult.collapse:hover,#filterresult #filters .epoq_singlefilter .filterstat .filterresult.extend:hover,#filterresult #filters .singlefilter .epoq_filterstat .filterresult.collapse:hover,#filterresult #filters .singlefilter .epoq_filterstat .filterresult.extend:hover,#filterresult #filters .singlefilter .filterstat .filterresult.collapse:hover,#filterresult #filters .singlefilter .filterstat .filterresult.extend:hover{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterInput,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .filterInput,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .filterInput,#epoq_filterresult #epoq_filters .singlefilter .filterstat .filterInput,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .filterInput,#epoq_filterresult #filters .epoq_singlefilter .filterstat .filterInput,#epoq_filterresult #filters .singlefilter .epoq_filterstat .filterInput,#epoq_filterresult #filters .singlefilter .filterstat .filterInput,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .filterInput,#filterresult #epoq_filters .epoq_singlefilter .filterstat .filterInput,#filterresult #epoq_filters .singlefilter .epoq_filterstat .filterInput,#filterresult #epoq_filters .singlefilter .filterstat .filterInput,#filterresult #filters .epoq_singlefilter .epoq_filterstat .filterInput,#filterresult #filters .epoq_singlefilter .filterstat .filterInput,#filterresult #filters .singlefilter .epoq_filterstat .filterInput,#filterresult #filters .singlefilter .filterstat .filterInput{border-color:#454b4e}#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .epoq_select,#epoq_filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .select,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .epoq_select,#epoq_filterresult #epoq_filters .epoq_singlefilter .filterstat .select,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .epoq_select,#epoq_filterresult #epoq_filters .singlefilter .epoq_filterstat .select,#epoq_filterresult #epoq_filters .singlefilter .filterstat .epoq_select,#epoq_filterresult #epoq_filters .singlefilter .filterstat .select,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .epoq_select,#epoq_filterresult #filters .epoq_singlefilter .epoq_filterstat .select,#epoq_filterresult #filters .epoq_singlefilter .filterstat .epoq_select,#epoq_filterresult #filters .epoq_singlefilter .filterstat .select,#epoq_filterresult #filters .singlefilter .epoq_filterstat .epoq_select,#epoq_filterresult #filters .singlefilter .epoq_filterstat .select,#epoq_filterresult #filters .singlefilter .filterstat .epoq_select,#epoq_filterresult #filters .singlefilter .filterstat .select,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .epoq_select,#filterresult #epoq_filters .epoq_singlefilter .epoq_filterstat .select,#filterresult #epoq_filters .epoq_singlefilter .filterstat .epoq_select,#filterresult #epoq_filters .epoq_singlefilter .filterstat .select,#filterresult #epoq_filters .singlefilter .epoq_filterstat .epoq_select,#filterresult #epoq_filters .singlefilter .epoq_filterstat .select,#filterresult #epoq_filters .singlefilter .filterstat .epoq_select,#filterresult #epoq_filters .singlefilter .filterstat .select,#filterresult #filters .epoq_singlefilter .epoq_filterstat .epoq_select,#filterresult #filters .epoq_singlefilter .epoq_filterstat .select,#filterresult #filters .epoq_singlefilter .filterstat .epoq_select,#filterresult #filters .epoq_singlefilter .filterstat .select,#filterresult #filters .singlefilter .epoq_filterstat .epoq_select,#filterresult #filters .singlefilter .epoq_filterstat .select,#filterresult #filters .singlefilter .filterstat .epoq_select,#filterresult #filters .singlefilter .filterstat .select{border-color:#afa390}#epoq_contentresult .contentsearch_row a{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.ui-autocomplete.autocomplete{background-color:#1e2122;background-image:none;border-color:#454b4e}.ui-autocomplete.autocomplete .products_menu .ta_li_product{border-bottom-color:#454b4e}.ui-autocomplete.autocomplete .products_menu .ta_li_product a:hover{background-color:rgba(0,0,0,0);background-image:none}.ui-autocomplete.autocomplete .products_menu .ta_li_product a:hover .sug_title{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.ui-autocomplete.autocomplete .ta_separator{color:#fff}.ui-autocomplete.autocomplete .ta_li a:hover{background-color:rgba(0,0,0,0);background-image:none;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.stoerer__celebrate:hover{background-image:none}.stoerer__celebrate span:first-of-type{background-color:#d2197d;color:#fff}.stoerer__celebrate span:nth-of-type(2){background-color:#313537;color:#fff}.shop-context #main header a:not(.button){color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;background-image:-webkit-gradient(linear,left top,right top,color-stop(100%,#e5e5e5),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,#e5e5e5 100%,rgba(0,0,0,0) 100%)}.shop-context #main .shop-matrix table.unstriped tbody tr{background-color:#272b2c;border-bottom-color:#3c4144}.shop-context #main .shop-matrix table.unstriped tbody tr td,.shop-context #main .shop-matrix table.unstriped tbody tr th{border-right-color:#3c4144}.shop-context #main .shop-matrix table.unstriped tbody tr td .info{background-color:#1e2122;background-image:none;border-color:#454b4e}.shop-context #main .shop-matrix table.unstriped tbody tr td .fa-check{color:#a3e287}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.shop-context #main .bundle-content>.columns:first-child figure a .badge{background-color:#000}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (min-width:48em){.shop-context #main .bundle-content>.columns:last-child{border-left-color:#454b4e}}@media (prefers-color-scheme:dark){.shop-context #main .shop-box-subscription .columns:last-child .selection{color:#d3cbbd}.shop-context #main .shop-box-subscription .columns:last-child .selection .row:last-child .columns:last-child{color:#ff9565}.shop-context #main .shop-box-options .columns:first-child label span{color:#ff9565}.shop-context #main .shop-box-options .columns:first-child label .info{background-color:#1e2122;background-image:none;border-color:#454b4e}.shop-context #main .shop-box-product a{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;background-image:-webkit-gradient(linear,left top,right top,color-stop(100%,#e5e5e5),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,#e5e5e5 100%,rgba(0,0,0,0) 100%)}:root{--darkreader-bg--swiper-theme-color:#007bff;--darkreader-text--swiper-theme-color:#40cbff}.swiper{list-style-image:none}.swiper-3d .swiper-slide-shadow{background-color:rgba(0,0,0,.15);background-image:none}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,0))}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{color:var(--darkreader-text--swiper-navigation-color,var(--darkreader-text--swiper-theme-color))}.swiper-pagination-bullet{background:#e5e5e5}button.swiper-pagination-bullet{border-color:currentcolor;-webkit-box-shadow:none;box-shadow:none}.swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar{background-color:rgba(0,0,0,.25);background-image:none}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-scrollbar{background-color:rgba(0,0,0,.1);background-image:none}.swiper-scrollbar-drag{background-color:rgba(0,0,0,.5);background-image:none}.swiper-lazy-preloader{border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}.swiper-cube .swiper-cube-shadow::before{background-color:#000;background-image:none}.br-theme-fontawesome-stars-o .br-widget a{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.br-theme-fontawesome-stars-o .br-widget a::after{color:#fff9f0}.br-theme-fontawesome-stars-o .br-widget a.br-active::after{color:#6ffff6}.br-theme-fontawesome-stars-o .br-widget a.br-selected::after{color:#6ffff6}.br-theme-fontawesome-stars-o .br-widget a.br-fractional::after{color:#6ffff6}a{background-color:transparent}abbr[title]{border-bottom-color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}[type=button]:focus-visible,[type=reset]:focus-visible,[type=submit]:focus-visible,button:focus-visible{outline-color:#afa390}legend{color:inherit}[data-whatinput=mouse] *,[data-whatinput=mouse] :focus,[data-whatinput=touch] *,[data-whatinput=touch] :focus,[data-whatintent=mouse] *,[data-whatintent=mouse] :focus,[data-whatintent=touch] *,[data-whatintent=touch] :focus{outline-color:currentcolor}body{background-color:#313537;background-image:none;color:#fff}button{border-color:currentcolor;background-color:transparent;background-image:none}[data-whatinput=mouse] button{outline-color:currentcolor}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{border-color:#4a5053;background-color:#1e2122;color:#fff}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{outline-color:currentcolor;border-color:#4a5053;background-color:#1e2122}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#313537}::-webkit-input-placeholder{color:#e5e5e5}::-moz-placeholder{color:#e5e5e5}:-ms-input-placeholder{color:#e5e5e5}::-ms-input-placeholder{color:#e5e5e5}::placeholder{color:#e5e5e5}::-webkit-input-placeholder{color:#e5e5e5}::-moz-placeholder{color:#e5e5e5}:-ms-input-placeholder{color:#e5e5e5}::-ms-input-placeholder{color:#e5e5e5}::placeholder{color:#e5e5e5}label{color:#fff}.help-text{color:#fff}.input-group-label{border-color:#82796c;background-color:#313537;background-image:none;color:#fff}.input-group-label:first-child{border-right-color:currentcolor}.input-group-label:last-child{border-left-color:currentcolor}fieldset{border-color:currentcolor}.fieldset{border-color:#82796c}select{border-color:#4a5053;background-color:#1e2122;color:#fff;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2852, 52, 52%29"></polygon></svg>')}@media not all{select{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMjQiPjxkZWZzPjxmaWx0ZXIgaWQ9ImRhcmtyZWFkZXItaW1hZ2UtZmlsdGVyIj48ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMC4zMTEgLTAuNzY3IC0wLjgzOSAwLjAwMCAxLjI5NCAtMC44MDcgMC4zNjAgLTAuODMwIDAuMDAwIDEuMjc1IC0wLjc5NCAtMC43NjIgMC4zMTMgMC4wMDAgMS4yNDIgMC4wMDAgMC4wMDAgMC4wMDAgMS4wMDAgMC4wMDAiIC8+PC9maWx0ZXI+PC9kZWZzPjxpbWFnZSB3aWR0aD0iMzIiIGhlaWdodD0iMjQiIGZpbHRlcj0idXJsKCNkYXJrcmVhZGVyLWltYWdlLWZpbHRlcikiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQ0FBQUFBWUNBWUFBQUNiVS84MEFBQUFHWFJGV0hSVGIyWjBkMkZ5WlFCQlpHOWlaU0JKYldGblpWSmxZV1I1Y2NsbFBBQUFBSXBKUkVGVWVOckVrY2tOZ0RBTUJCZlJrRXQwT2JSQkJkc0dYVURnbVFmSzRYaEgybThjelFBQXkyN1IzdHN3NFFmZTJ4OHVPTzZvWUxiNkdsT29yM0dGK3N3VVJBT21VSitSd3RFSnM5V3ZUR0VZeEJYcUkxTVFBWmhDZlVRS1J6RE1WaitUd3JBSVY2anZTVUVrWUFyMUxTa2N5VEJiL1YrS1lmWDd4QWV1c3Ezc0xEdEdIM2tFR0FDUFdJZmxOWmZoUlFBQUFBQkpSVTVFcmtKZ2dnPT0iIC8+PC9zdmc+)}}select:focus{outline-color:currentcolor;border-color:#4a5053;background-color:#1e2122}select:disabled{background-color:#313537}select[multiple]{background-image:none}.is-invalid-input:not(:focus){border-color:#b03f2d;background-color:#421610}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#ff735d}.is-invalid-input:not(:focus)::-moz-placeholder{color:#ff735d}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#ff735d}.is-invalid-input:not(:focus)::-ms-input-placeholder{color:#ff735d}.is-invalid-input:not(:focus)::placeholder{color:#ff735d}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#ff735d}.is-invalid-input:not(:focus)::-moz-placeholder{color:#ff735d}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#ff735d}.is-invalid-input:not(:focus)::-ms-input-placeholder{color:#ff735d}.is-invalid-input:not(:focus)::placeholder{color:#ff735d}.is-invalid-label{color:#ff735d}.form-error{color:#ff735d}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:inherit}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#e5e5e5}a{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}a:focus,a:hover{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}a img{border-color:currentcolor}hr{border-color:currentcolor currentcolor #82796c}blockquote{border-left-color:#82796c}blockquote,blockquote p{color:#fff}abbr,abbr[title]{border-bottom-color:#afa390;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}kbd{background-color:#313537;color:#fff}.subheader{color:#fff}ol.no-bullet,ul.no-bullet{list-style-image:none}.cite-block,cite{color:#fff}.code-inline,code{border-color:#82796c;background-color:#313537;color:#fff}.code-block{border-color:#82796c;background-color:#313537;color:#fff}.button{border-color:transparent}[data-whatinput=mouse] .button{outline-color:currentcolor}.button,.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#3a3f41;color:#fff}.button:focus,.button:hover{background-color:#313537;color:#fff}a.button:focus,a.button:hover{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.close-button{color:#fff}[data-whatinput=mouse] .close-button{outline-color:currentcolor}.close-button:focus,.close-button:hover{color:#fff}.label{background-color:#3a3f41;background-image:none;color:#fff}.label.primary{background-color:#3a3f41;background-image:none;color:#fff}.label.secondary{background-color:#6f787d;background-image:none;color:#fff}.label.success{background-color:#24c97c;background-image:none;color:#fff}.label.warning{background-color:#bf8200;background-image:none;color:#fff}.label.alert{background-color:#c94733;background-image:none;color:#fff}.label.whiteish{background-color:#1e2122;background-image:none;color:#fff}.progress{background-color:#676f73}.progress.primary .progress-meter{background-color:#3a3f41}.progress.secondary .progress-meter{background-color:#6f787d}.progress.success .progress-meter{background-color:#24c97c}.progress.warning .progress-meter{background-color:#bf8200}.progress.alert .progress-meter{background-color:#c94733}.progress.whiteish .progress-meter{background-color:#1e2122}.progress-meter{background-color:#3a3f41}.progress-meter-text{color:#fff}.slider{background-color:#313537}.slider-fill{background-color:#676f73}.slider-handle{background-color:#3a3f41}[data-whatinput=mouse] .slider-handle{outline-color:currentcolor}.slider-handle:hover{background-color:#313537}.switch{outline-color:currentcolor;color:#fff}.switch-paddle{background-color:#676f73;background-image:none;color:inherit}.switch-paddle::after{background-color:#1e2122;background-image:none}input:checked~.switch-paddle{background-color:#3a3f41;background-image:none}[data-whatinput=mouse] input:focus~.switch-paddle{outline-color:currentcolor}tbody,tfoot,thead{border-color:#414649;background-color:#1e2122}thead{background-color:#222627;background-image:none;color:#fff}tfoot{background-color:#272b2c;background-image:none;color:#fff}tfoot tr,thead tr{background-color:transparent;background-image:none}tbody tr:nth-child(2n){border-bottom-color:currentcolor;background-color:#272b2c}table.unstriped tbody{background-color:#1e2122}table.unstriped tbody tr{border-bottom-color:#414649;background-color:#1e2122}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (max-width:63.9988em){table.stack td{border-top-color:currentcolor}}@media (prefers-color-scheme:dark){table.hover thead tr:hover{background-color:#26292b}table.hover tfoot tr:hover{background-color:#2b2e30}table.hover tbody tr:hover{background-color:#222426}table.hover:not(.unstriped) tr:nth-of-type(2n):hover{background-color:#2b2e30}.badge{background-color:#3a3f41;background-image:none;color:#fff}.badge.primary{background-color:#3a3f41;background-image:none;color:#fff}.badge.secondary{background-color:#6f787d;background-image:none;color:#fff}.badge.success{background-color:#24c97c;background-image:none;color:#fff}.badge.warning{background-color:#bf8200;background-image:none;color:#fff}.badge.alert{background-color:#c94733;background-image:none;color:#fff}.badge.whiteish{background-color:#1e2122;background-image:none;color:#fff}.breadcrumbs{list-style-image:none}.breadcrumbs li{color:#fff}.breadcrumbs li:not(:last-child)::after{color:#e5e5e5}.breadcrumbs a{color:#fff}.breadcrumbs a:hover{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.breadcrumbs .disabled{color:#e5e5e5}.callout{border-color:rgba(175,163,144,.25);background-color:#1e2122;color:#fff}.callout.primary{background-color:#323738;color:#fff}.callout.secondary{background-color:#2d3132;color:#fff}.callout.success{background-color:#0d4e2e;color:#fff}.callout.warning{background-color:#453000;color:#fff}.callout.alert{background-color:#491a14;color:#fff}.callout.whiteish{background-color:#1e2122;color:#fff}.card{border-color:#454b4e;background-color:#1e2122;background-image:none;-webkit-box-shadow:none;box-shadow:none;color:#fff}.card-divider{background-color:#313537;background-image:none}.dropdown-pane{border-color:#82796c;background-color:#313537}.pagination a,.pagination button{color:#fff}.pagination a:hover,.pagination button:hover{background-color:#313537;background-image:none}.pagination .current{background-color:#3a3f41;background-image:none;color:#fff}.pagination .disabled{color:#e5e5e5}.pagination .disabled:hover{background-color:transparent;background-image:none}.pagination .ellipsis::after{color:#fff}.has-tip{border-bottom-color:#9a8f7e}.tooltip{background-color:#000;color:#fff}.tooltip.bottom::before{border-color:transparent transparent #afa390}.tooltip.top::before{border-color:#afa390 transparent transparent}.tooltip.left::before{border-color:transparent transparent transparent #afa390}.tooltip.right::before{border-color:transparent #afa390 transparent transparent}.accordion{background-color:#1e2122;background-image:none}.accordion-title{border-color:#454b4e #454b4e currentcolor;color:#fff}:last-child:not(.is-active)>.accordion-title{border-bottom-color:#454b4e}.accordion-title:focus,.accordion-title:hover{background-color:#313537}.accordion-content{border-color:#454b4e #454b4e currentcolor;background-color:#1e2122;color:#fff}:last-child>.accordion-content:last-child{border-bottom-color:#454b4e}.thumbnail{border-color:#3c4144;-webkit-box-shadow:rgba(0,0,0,.2) 0 0 0 1px;box-shadow:rgba(0,0,0,.2) 0 0 0 1px}a.thumbnail:focus,a.thumbnail:hover{-webkit-box-shadow:rgba(58,63,65,.5) 0 0 6px 1px;box-shadow:rgba(58,63,65,.5) 0 0 6px 1px}a.thumbnail image{-webkit-box-shadow:none;box-shadow:none}.menu{list-style-image:none}[data-whatinput=mouse] .menu li{outline-color:currentcolor}.menu .button,.menu a{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.menu .is-active>a{background-color:#3a3f41;background-image:none;color:#fff}.menu .active>a{background-color:#3a3f41;background-image:none;color:#fff}.menu .menu-text{color:inherit}.reveal-overlay{background-color:rgba(0,0,0,.7)}.reveal{border-color:#82796c;background-color:#1e2122}[data-whatinput=mouse] .reveal{outline-color:currentcolor}.reveal.full{border-color:currentcolor}}@media print and (prefers-color-scheme:dark),screen and (prefers-color-scheme:dark) and (max-width:47.9988em){.reveal{border-color:currentcolor}}@media (prefers-color-scheme:dark){.show-for-sr,.show-on-focus{border-color:currentcolor!important}#page-wrap{background-color:var(--background-color-page-wrap)}#main header.index h1.fancy{border-top-color:#454b4e;border-bottom-color:#454b4e}#main header.index h1.fancy span{color:#e5e5e5}a:active,a:focus,a:visited{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}a.line,a:hover{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}a.line.invert,a:hover.invert{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}a.hl.active,a.hl:hover{background-image:none;background-color:#897500;border-color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}a.button{background-image:none}.teaser a,a.img,figure>a{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;background-image:none}.teaser a:hover,a.img:hover,figure>a:hover{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;background-image:none}.toc{background-color:#3a3f41;color:#fff;list-style-image:none}.toc a,.toc:hover{color:#fff}.trans{background-color:rgba(255,255,255,.5)}.hr{border-top-color:#454b4e}.button{background-color:#1e2122;border-color:#afa390;color:#fff}.button:hover{-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.button:disabled,.button:disabled:hover{background-color:#1e2122;border-color:#afa390;color:#fff}.button.inverse{background-color:#000;color:#fff;border-color:#3c4144}.button.inverse:hover{background-color:#1e2122;color:#fff}button.line span{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}button.line.invert span{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}button:not(.button) span{color:#fff}#main .pagination-list .columns{border-top-color:#454b4e;border-bottom-color:#454b4e}#main .pagination-list .columns .pagination li strong,#main .pagination-list .columns .pagination li.active a.page{background-color:#3a3f41;background-image:none;color:#fff}#main .pagination-list.pagination-list__full .columns .pagination li:first-child a,#main .pagination-list.pagination-list__full .columns .pagination li:last-child a{background-color:transparent}#main .pagination-list.pagination-list__full .columns .pagination li:first-child a:hover,#main .pagination-list.pagination-list__full .columns .pagination li:last-child a:hover{color:#fff}blockquote{color:#ff54c4;border-color:currentcolor}blockquote span{color:#fff}.image-copyright a{color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.image-copyright a:hover{color:#e5e5e5;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.jumplist{list-style-image:none}.jumplist li a{background-image:none;border-color:#454b4e}.jumplist li a.active,.jumplist li a:hover{background-color:#313537;color:#fff}.callout-box{border-color:currentcolor currentcolor currentcolor #454b4e}.callout-box a:not(.button){color:#fff;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.callout-box a:not(.button):hover{color:#e5e5e5;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.disabled{color:#fff}.dmntBestellForm [type=radio]+label{color:#e5e5e5}.premium__partner .row.collapse .wrap{border-color:#454b4e}.premium__partner .row.collapse .wrap .premium__partner__info a{background-image:none}.br-theme-fontawesome-stars-o .br-widget a.br-selected::after{color:#fff}.br-theme-fontawesome-stars-o .br-widget a.br-active::after{color:#fff}.br-theme-fontawesome-stars-o .br-widget a.br-fractional::after{color:#fff}.img-wrapper{background-color:#2b2d30}.image__article .img-wrapper.trans{background-color:rgba(255,255,255,.5)}#main .accordion-title:focus,#main .accordion-title:hover{background-color:rgba(0,0,0,0);background-image:none}#main .accordion-title{background-color:rgba(0,0,0,0)!important;background-image:none!important}.vimvixen-hint{background-color:#9a6800!important;border-color:#ffdc18!important;color:#fffffa!important}::-webkit-input-placeholder{opacity:.5!important}::-moz-placeholder{opacity:.5!important}:-ms-input-placeholder{opacity:.5!important}::-ms-input-placeholder{opacity:.5!important}::placeholder{opacity:.5!important}#edge-translate-panel-body,.MuiTypography-body1{color:var(--darkreader-neutral-text)!important}gr-main-header{background-color:#13495a!important}embed[type="application/pdf"]{-webkit-filter:invert(100%) contrast(90%);filter:invert(100%) contrast(90%)}.button{border-color:#454b4e}.teaser.teaser__special_line.dark{background-color:#2b2e31}.teaser.teaser__special_line.dark+.row .teaser__special_small.dark .inner{border-top-color:#454b4e}.teaser.teaser__special_small.dark,.teaser.teaser__special_top .inner{background-color:#2b2e31}.kiosk__bar{background-color:#2b2e31}.teaser-brand.teaser-brand__sg{background-color:#2b2e31}#epoq_searchTerm{border:1px solid #454b4e;border-right:none;background-color:#2b2e31;color:#fff}#wpm .wpm__content{background-color:#2b2e31}#wpm .wpm__content .wpm__content_grid__left img,#wpm .wpm__content .wpm__content_grid__right__buttons__button{border-color:#454b4e}#wpb .instructions-tooltip:before{border-top-color:#1c1c1c}}