/**
 * collectibles.js - Library for adding collectible items to your website
 * @version v0.5.0
 * @link https://www.maxlaumeister.com/collectibles-js/
 * @license MIT
 */
[aria-label][role~=tooltip]{position:relative}[aria-label][role~=tooltip]::before,[aria-label][role~=tooltip]::after{transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;opacity:0;pointer-events:none;transition:all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);position:absolute;box-sizing:border-box;z-index:10;transform-origin:top}[aria-label][role~=tooltip]::before{background-size:100% auto !important;content:""}[aria-label][role~=tooltip]::after{background:rgba(17,17,17,.9);border-radius:4px;color:#fff;content:attr(aria-label);font-size:var(--microtip-font-size, 13px);font-weight:var(--microtip-font-weight, normal);text-transform:var(--microtip-text-transform, none);padding:.5em 1em;white-space:nowrap;box-sizing:content-box}[aria-label][role~=tooltip]:hover::before,[aria-label][role~=tooltip]:hover::after,[aria-label][role~=tooltip]:focus::before,[aria-label][role~=tooltip]:focus::after{opacity:1;pointer-events:auto}[role~=tooltip][data-microtip-position|=top]::before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;height:6px;width:18px;margin-bottom:5px}[role~=tooltip][data-microtip-position|=top]::after{margin-bottom:11px}[role~=tooltip][data-microtip-position|=top]::before{transform:translate3d(-50%, 0, 0);bottom:100%;left:50%}[role~=tooltip][data-microtip-position|=top]:hover::before{transform:translate3d(-50%, -5px, 0)}[role~=tooltip][data-microtip-position|=top]::after{transform:translate3d(-50%, 0, 0);bottom:100%;left:50%}[role~=tooltip][data-microtip-position=top]:hover::after{transform:translate3d(-50%, -5px, 0)}[role~=tooltip][data-microtip-position=top-left]::after{transform:translate3d(calc(-100% + 16px), 0, 0);bottom:100%}[role~=tooltip][data-microtip-position=top-left]:hover::after{transform:translate3d(calc(-100% + 16px), -5px, 0)}[role~=tooltip][data-microtip-position=top-right]::after{transform:translate3d(calc(0% - 16px), 0, 0);bottom:100%}[role~=tooltip][data-microtip-position=top-right]:hover::after{transform:translate3d(calc(0% - 16px), -5px, 0)}[role~=tooltip][data-microtip-position|=bottom]::before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;height:6px;width:18px;margin-top:5px;margin-bottom:0}[role~=tooltip][data-microtip-position|=bottom]::after{margin-top:11px}[role~=tooltip][data-microtip-position|=bottom]::before{transform:translate3d(-50%, -10px, 0);bottom:auto;left:50%;top:100%}[role~=tooltip][data-microtip-position|=bottom]:hover::before{transform:translate3d(-50%, 0, 0)}[role~=tooltip][data-microtip-position|=bottom]::after{transform:translate3d(-50%, -10px, 0);top:100%;left:50%}[role~=tooltip][data-microtip-position=bottom]:hover::after{transform:translate3d(-50%, 0, 0)}[role~=tooltip][data-microtip-position=bottom-left]::after{transform:translate3d(calc(-100% + 16px), -10px, 0);top:100%}[role~=tooltip][data-microtip-position=bottom-left]:hover::after{transform:translate3d(calc(-100% + 16px), 0, 0)}[role~=tooltip][data-microtip-position=bottom-right]::after{transform:translate3d(calc(0% - 16px), -10px, 0);top:100%}[role~=tooltip][data-microtip-position=bottom-right]:hover::after{transform:translate3d(calc(0% - 16px), 0, 0)}[role~=tooltip][data-microtip-position=left]::before,[role~=tooltip][data-microtip-position=left]::after{bottom:auto;left:auto;right:100%;top:50%;transform:translate3d(10px, -50%, 0)}[role~=tooltip][data-microtip-position=left]::before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;height:18px;width:6px;margin-right:5px;margin-bottom:0}[role~=tooltip][data-microtip-position=left]::after{margin-right:11px}[role~=tooltip][data-microtip-position=left]:hover::before,[role~=tooltip][data-microtip-position=left]:hover::after{transform:translate3d(0, -50%, 0)}[role~=tooltip][data-microtip-position=right]::before,[role~=tooltip][data-microtip-position=right]::after{bottom:auto;left:100%;top:50%;transform:translate3d(-10px, -50%, 0)}[role~=tooltip][data-microtip-position=right]::before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;height:18px;width:6px;margin-bottom:0;margin-left:5px}[role~=tooltip][data-microtip-position=right]::after{margin-left:11px}[role~=tooltip][data-microtip-position=right]:hover::before,[role~=tooltip][data-microtip-position=right]:hover::after{transform:translate3d(0, -50%, 0)}[role~=tooltip][data-microtip-size=small]::after{white-space:initial;width:80px}[role~=tooltip][data-microtip-size=medium]::after{white-space:initial;width:150px}[role~=tooltip][data-microtip-size=large]::after{white-space:initial;width:260px}.collectible-item{visibility:hidden;position:relative;cursor:pointer;width:32px;height:32px;z-index:1}.collectible-item-inner{position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-position:center center;pointer-events:none}.collectible-item-collected{visibility:visible;position:absolute;left:0;top:0;cursor:default}.collectible-item-collected::before{display:none}.collectible-item-spot::before{content:"";display:block;position:absolute;left:0;top:0;right:0;bottom:0;background-repeat:no-repeat;background-position:center center;filter:grayscale(100%)}#collectible-item-drawer{display:flex;width:75%;background:#ddd;border-radius:3px;transition:transform 500ms ease;height:50vh;overflow-y:scroll;overflow-x:hidden;position:fixed;top:55px;z-index:255}#collectible-item-drawer::before{position:absolute;bottom:0;width:30px;height:32px;background:#ddd;border-radius:3px;color:#999}#collectible-item-button{background:#ddd;color:#999;border:none;cursor:pointer;position:fixed;height:30px}.collectible-position-left #collectible-item-drawer{left:0}.collectible-position-left #collectible-item-button{left:0}.collectible-position-left #collectible-item-drawer{transform:translateX(-110%)}.collectible-position-left #collectible-item-drawer.presenting{transform:translateX(-50%)}.collectible-position-left #collectible-item-drawer.allItems{transform:translateX(0%)}.collectible-position-right #collectible-item-drawer{right:0}.collectible-position-right #collectible-item-button{right:0}.collectible-position-right #collectible-item-drawer{transform:translateX(110%);flex-direction:row-reverse}.collectible-position-right #collectible-item-drawer.presenting{transform:translateX(50%)}.collectible-position-right #collectible-item-drawer.allItems{transform:translateX(0%)}#collectible-item-holder{display:grid;grid-template-columns:repeat(auto-fit, 40px);width:50%}#collectible-item-holder>*{position:relative;padding:2px 0;width:32px;height:32px}#collectible-item-chest-holder{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}#collectible-item-chest{display:inline-block;width:40px;height:40px;background-image:url(img/chest.svg);background-repeat:no-repeat;background-position:center center;background-size:40px 40px}.collectible-help{object-fit:contain;margin-bottom:32px !important;cursor:pointer;margin:4px 0;opacity:.5;transition:opacity 200ms;background-image:url(img/question-circle.svg);background-repeat:no-repeat;background-position:center center;background-size:20px 20px}.collectible-help:hover{opacity:1}.collectible-theme-coins .collectible-item .collectible-item-inner{animation:CollectibleThemeCoinsIdle .6s infinite steps(1);transition:transform 200ms}.collectible-theme-coins .collectible-item:hover .collectible-item-inner{animation:CollectibleThemeCoinsIdle .45s infinite steps(1);transform:translateY(-3px)}.collectible-theme-coins .collectible-item::before{content:"";position:absolute;left:30%;right:30%;bottom:-1px;height:1px;background:#000;border-radius:50%;filter:blur(2px);pointer-events:none}.collectible-theme-coins .collectible-item:hover::before{background:gray}.collectible-theme-coins .collectible-item-spot::before{filter:grayscale(100%) contrast(10%) brightness(160%)}.collectible-theme-coins .collectible-item .collectible-item-inner,.collectible-theme-coins .collectible-item-spot::before{background-image:url(img/coin-ani.png);background-position:0 0;width:16px;height:16px;top:calc(50% - 8px);left:calc(50% - 8px)}.collectible-theme-coins .collectible-item-collected .collectible-item-inner{animation:none}.collectible-theme-coins .collectible-item[data-keyid="0"]{filter:saturate(150%) hue-rotate(304deg)}.collectible-theme-coins .collectible-item[data-keyid="1"]{filter:saturate(150%)}.collectible-theme-coins .collectible-item[data-keyid="2"]{filter:hue-rotate(71deg) brightness(85%)}.collectible-theme-coins .collectible-item[data-keyid="3"]{filter:saturate(150%) hue-rotate(176deg)}.collectible-theme-coins .collectible-item[data-keyid="4"]{filter:saturate(88%) hue-rotate(219deg)}@keyframes CollectibleThemeCoinsIdle{0%{background-position:0px 0px}16.67%{background-position:-16px 0px}33.33%{background-position:-32px 0px}50%{background-position:-48px 0px}66.67%{background-position:-64px 0px}83.33%,100%{background-position:-80px 0px}}.collectible-theme-keys .collectible-item .collectible-item-inner{animation:CollectibleThemeKeysMoveUpDown 2s ease infinite;background-image:url(img/kenney-key.svg);transition:transform 200ms}.collectible-theme-keys .collectible-item:hover .collectible-item-inner{transform:translateY(-3px);animation:none}.collectible-theme-keys .collectible-item::before{content:"";position:absolute;left:30%;right:30%;bottom:-1px;height:1px;background:gray;border-radius:50%;filter:blur(2px);animation:CollectibleThemeKeysFadeInOut 2s ease infinite;pointer-events:none}.collectible-theme-keys .collectible-item:hover::before{animation:none}.collectible-theme-keys .collectible-item-spot::before{background-image:url(img/kenney-key.svg)}.collectible-theme-keys .collectible-item-collected .collectible-item-inner{animation:none}.collectible-theme-keys .collectible-item[data-keyid="0"]{filter:saturate(150%) hue-rotate(304deg)}.collectible-theme-keys .collectible-item[data-keyid="1"]{filter:saturate(150%) brightness(90%)}.collectible-theme-keys .collectible-item[data-keyid="2"]{filter:saturate(70%) hue-rotate(71deg) brightness(85%)}.collectible-theme-keys .collectible-item[data-keyid="3"]{filter:saturate(170%) hue-rotate(176deg)}.collectible-theme-keys .collectible-item[data-keyid="4"]{filter:saturate(238%) hue-rotate(199deg)}@keyframes CollectibleThemeKeysMoveUpDown{0%,100%{bottom:0}50%{bottom:3px}}@keyframes CollectibleThemeKeysFadeInOut{0%,100%{background:#000}50%{background:gray}}.collectible-theme-pkmn .collectible-item .collectible-item-inner{animation:CollectibleThemeKeysMoveUpDown 2s step-start infinite;transition:transform 200ms}.collectible-theme-pkmn .collectible-item{background-position:center}.collectible-theme-pkmn .collectible-item:hover .collectible-item-inner{transform:translateY(-3px);animation:none}.collectible-theme-pkmn .collectible-item::before{content:"";position:absolute;left:30%;right:30%;bottom:-1px;height:1px;background:gray;border-radius:50%;filter:blur(2px);animation:CollectibleThemeKeysFadeInOut 2s step-start infinite;pointer-events:none}.collectible-theme-pkmn .collectible-item:hover::before{animation:none}.collectible-theme-pkmn .collectible-item-spot::before{opacity:50%}.collectible-theme-pkmn .collectible-item-collected .collectible-item-inner{animation:none}.collectible-theme-pkmn .collectible-item[data-keyid="0"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="0"]::before{background-image:url(img/1.png)}.collectible-theme-pkmn .collectible-item[data-keyid="1"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="1"]::before{background-image:url(img/2.png)}.collectible-theme-pkmn .collectible-item[data-keyid="2"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="2"]::before{background-image:url(img/3.png)}.collectible-theme-pkmn .collectible-item[data-keyid="3"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="3"]::before{background-image:url(img/4.png)}.collectible-theme-pkmn .collectible-item[data-keyid="4"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="4"]::before{background-image:url(img/5.png)}.collectible-theme-pkmn .collectible-item[data-keyid="5"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="5"]::before{background-image:url(img/6.png)}.collectible-theme-pkmn .collectible-item[data-keyid="6"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="6"]::before{background-image:url(img/7.png)}.collectible-theme-pkmn .collectible-item[data-keyid="7"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="7"]::before{background-image:url(img/8.png)}.collectible-theme-pkmn .collectible-item[data-keyid="8"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="8"]::before{background-image:url(img/9.png)}.collectible-theme-pkmn .collectible-item[data-keyid="9"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="9"]::before{background-image:url(img/10.png)}.collectible-theme-pkmn .collectible-item[data-keyid="10"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="10"]::before{background-image:url(img/11.png)}.collectible-theme-pkmn .collectible-item[data-keyid="11"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="11"]::before{background-image:url(img/12.png)}.collectible-theme-pkmn .collectible-item[data-keyid="12"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="12"]::before{background-image:url(img/13.png)}.collectible-theme-pkmn .collectible-item[data-keyid="13"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="13"]::before{background-image:url(img/14.png)}.collectible-theme-pkmn .collectible-item[data-keyid="14"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="14"]::before{background-image:url(img/15.png)}.collectible-theme-pkmn .collectible-item[data-keyid="15"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="15"]::before{background-image:url(img/16.png)}.collectible-theme-pkmn .collectible-item[data-keyid="16"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="16"]::before{background-image:url(img/17.png)}.collectible-theme-pkmn .collectible-item[data-keyid="17"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="17"]::before{background-image:url(img/18.png)}.collectible-theme-pkmn .collectible-item[data-keyid="18"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="18"]::before{background-image:url(img/19.png)}.collectible-theme-pkmn .collectible-item[data-keyid="19"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="19"]::before{background-image:url(img/20.png)}.collectible-theme-pkmn .collectible-item[data-keyid="20"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="20"]::before{background-image:url(img/21.png)}.collectible-theme-pkmn .collectible-item[data-keyid="21"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="21"]::before{background-image:url(img/22.png)}.collectible-theme-pkmn .collectible-item[data-keyid="22"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="22"]::before{background-image:url(img/23.png)}.collectible-theme-pkmn .collectible-item[data-keyid="23"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="23"]::before{background-image:url(img/24.png)}.collectible-theme-pkmn .collectible-item[data-keyid="24"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="24"]::before{background-image:url(img/25.png)}.collectible-theme-pkmn .collectible-item[data-keyid="25"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="25"]::before{background-image:url(img/26.png)}.collectible-theme-pkmn .collectible-item[data-keyid="26"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="26"]::before{background-image:url(img/27.png)}.collectible-theme-pkmn .collectible-item[data-keyid="27"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="27"]::before{background-image:url(img/28.png)}.collectible-theme-pkmn .collectible-item[data-keyid="28"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="28"]::before{background-image:url(img/29.png)}.collectible-theme-pkmn .collectible-item[data-keyid="29"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="29"]::before{background-image:url(img/30.png)}.collectible-theme-pkmn .collectible-item[data-keyid="30"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="30"]::before{background-image:url(img/31.png)}.collectible-theme-pkmn .collectible-item[data-keyid="31"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="31"]::before{background-image:url(img/32.png)}.collectible-theme-pkmn .collectible-item[data-keyid="32"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="32"]::before{background-image:url(img/33.png)}.collectible-theme-pkmn .collectible-item[data-keyid="33"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="33"]::before{background-image:url(img/34.png)}.collectible-theme-pkmn .collectible-item[data-keyid="34"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="34"]::before{background-image:url(img/35.png)}.collectible-theme-pkmn .collectible-item[data-keyid="35"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="35"]::before{background-image:url(img/36.png)}.collectible-theme-pkmn .collectible-item[data-keyid="36"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="36"]::before{background-image:url(img/37.png)}.collectible-theme-pkmn .collectible-item[data-keyid="37"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="37"]::before{background-image:url(img/38.png)}.collectible-theme-pkmn .collectible-item[data-keyid="38"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="38"]::before{background-image:url(img/39.png)}.collectible-theme-pkmn .collectible-item[data-keyid="39"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="39"]::before{background-image:url(img/40.png)}.collectible-theme-pkmn .collectible-item[data-keyid="40"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="40"]::before{background-image:url(img/41.png)}.collectible-theme-pkmn .collectible-item[data-keyid="41"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="41"]::before{background-image:url(img/42.png)}.collectible-theme-pkmn .collectible-item[data-keyid="42"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="42"]::before{background-image:url(img/43.png)}.collectible-theme-pkmn .collectible-item[data-keyid="43"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="43"]::before{background-image:url(img/44.png)}.collectible-theme-pkmn .collectible-item[data-keyid="44"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="44"]::before{background-image:url(img/45.png)}.collectible-theme-pkmn .collectible-item[data-keyid="45"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="45"]::before{background-image:url(img/46.png)}.collectible-theme-pkmn .collectible-item[data-keyid="46"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="46"]::before{background-image:url(img/47.png)}.collectible-theme-pkmn .collectible-item[data-keyid="47"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="47"]::before{background-image:url(img/48.png)}.collectible-theme-pkmn .collectible-item[data-keyid="48"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="48"]::before{background-image:url(img/49.png)}.collectible-theme-pkmn .collectible-item[data-keyid="49"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="49"]::before{background-image:url(img/50.png)}.collectible-theme-pkmn .collectible-item[data-keyid="50"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="50"]::before{background-image:url(img/51.png)}.collectible-theme-pkmn .collectible-item[data-keyid="51"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="51"]::before{background-image:url(img/52.png)}.collectible-theme-pkmn .collectible-item[data-keyid="52"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="52"]::before{background-image:url(img/53.png)}.collectible-theme-pkmn .collectible-item[data-keyid="53"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="53"]::before{background-image:url(img/54.png)}.collectible-theme-pkmn .collectible-item[data-keyid="54"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="54"]::before{background-image:url(img/55.png)}.collectible-theme-pkmn .collectible-item[data-keyid="55"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="55"]::before{background-image:url(img/56.png)}.collectible-theme-pkmn .collectible-item[data-keyid="56"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="56"]::before{background-image:url(img/57.png)}.collectible-theme-pkmn .collectible-item[data-keyid="57"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="57"]::before{background-image:url(img/58.png)}.collectible-theme-pkmn .collectible-item[data-keyid="58"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="58"]::before{background-image:url(img/59.png)}.collectible-theme-pkmn .collectible-item[data-keyid="59"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="59"]::before{background-image:url(img/60.png)}.collectible-theme-pkmn .collectible-item[data-keyid="60"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="60"]::before{background-image:url(img/61.png)}.collectible-theme-pkmn .collectible-item[data-keyid="61"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="61"]::before{background-image:url(img/62.png)}.collectible-theme-pkmn .collectible-item[data-keyid="62"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="62"]::before{background-image:url(img/63.png)}.collectible-theme-pkmn .collectible-item[data-keyid="63"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="63"]::before{background-image:url(img/64.png)}.collectible-theme-pkmn .collectible-item[data-keyid="64"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="64"]::before{background-image:url(img/65.png)}.collectible-theme-pkmn .collectible-item[data-keyid="65"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="65"]::before{background-image:url(img/66.png)}.collectible-theme-pkmn .collectible-item[data-keyid="66"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="66"]::before{background-image:url(img/67.png)}.collectible-theme-pkmn .collectible-item[data-keyid="67"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="67"]::before{background-image:url(img/68.png)}.collectible-theme-pkmn .collectible-item[data-keyid="68"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="68"]::before{background-image:url(img/69.png)}.collectible-theme-pkmn .collectible-item[data-keyid="69"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="69"]::before{background-image:url(img/70.png)}.collectible-theme-pkmn .collectible-item[data-keyid="70"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="70"]::before{background-image:url(img/71.png)}.collectible-theme-pkmn .collectible-item[data-keyid="71"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="71"]::before{background-image:url(img/72.png)}.collectible-theme-pkmn .collectible-item[data-keyid="72"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="72"]::before{background-image:url(img/73.png)}.collectible-theme-pkmn .collectible-item[data-keyid="73"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="73"]::before{background-image:url(img/74.png)}.collectible-theme-pkmn .collectible-item[data-keyid="74"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="74"]::before{background-image:url(img/75.png)}.collectible-theme-pkmn .collectible-item[data-keyid="75"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="75"]::before{background-image:url(img/76.png)}.collectible-theme-pkmn .collectible-item[data-keyid="76"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="76"]::before{background-image:url(img/77.png)}.collectible-theme-pkmn .collectible-item[data-keyid="77"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="77"]::before{background-image:url(img/78.png)}.collectible-theme-pkmn .collectible-item[data-keyid="78"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="78"]::before{background-image:url(img/79.png)}.collectible-theme-pkmn .collectible-item[data-keyid="79"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="79"]::before{background-image:url(img/80.png)}.collectible-theme-pkmn .collectible-item[data-keyid="80"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="80"]::before{background-image:url(img/81.png)}.collectible-theme-pkmn .collectible-item[data-keyid="81"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="81"]::before{background-image:url(img/82.png)}.collectible-theme-pkmn .collectible-item[data-keyid="82"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="82"]::before{background-image:url(img/83.png)}.collectible-theme-pkmn .collectible-item[data-keyid="83"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="83"]::before{background-image:url(img/84.png)}.collectible-theme-pkmn .collectible-item[data-keyid="84"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="84"]::before{background-image:url(img/85.png)}.collectible-theme-pkmn .collectible-item[data-keyid="85"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="85"]::before{background-image:url(img/86.png)}.collectible-theme-pkmn .collectible-item[data-keyid="86"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="86"]::before{background-image:url(img/87.png)}.collectible-theme-pkmn .collectible-item[data-keyid="87"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="87"]::before{background-image:url(img/88.png)}.collectible-theme-pkmn .collectible-item[data-keyid="88"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="88"]::before{background-image:url(img/89.png)}.collectible-theme-pkmn .collectible-item[data-keyid="89"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="89"]::before{background-image:url(img/90.png)}.collectible-theme-pkmn .collectible-item[data-keyid="90"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="90"]::before{background-image:url(img/91.png)}.collectible-theme-pkmn .collectible-item[data-keyid="91"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="91"]::before{background-image:url(img/92.png)}.collectible-theme-pkmn .collectible-item[data-keyid="92"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="92"]::before{background-image:url(img/93.png)}.collectible-theme-pkmn .collectible-item[data-keyid="93"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="93"]::before{background-image:url(img/94.png)}.collectible-theme-pkmn .collectible-item[data-keyid="94"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="94"]::before{background-image:url(img/95.png)}.collectible-theme-pkmn .collectible-item[data-keyid="95"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="95"]::before{background-image:url(img/96.png)}.collectible-theme-pkmn .collectible-item[data-keyid="96"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="96"]::before{background-image:url(img/97.png)}.collectible-theme-pkmn .collectible-item[data-keyid="97"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="97"]::before{background-image:url(img/98.png)}.collectible-theme-pkmn .collectible-item[data-keyid="98"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="98"]::before{background-image:url(img/99.png)}.collectible-theme-pkmn .collectible-item[data-keyid="99"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="99"]::before{background-image:url(img/100.png)}.collectible-theme-pkmn .collectible-item[data-keyid="100"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="100"]::before{background-image:url(img/101.png)}.collectible-theme-pkmn .collectible-item[data-keyid="101"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="101"]::before{background-image:url(img/102.png)}.collectible-theme-pkmn .collectible-item[data-keyid="102"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="102"]::before{background-image:url(img/103.png)}.collectible-theme-pkmn .collectible-item[data-keyid="103"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="103"]::before{background-image:url(img/104.png)}.collectible-theme-pkmn .collectible-item[data-keyid="104"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="104"]::before{background-image:url(img/105.png)}.collectible-theme-pkmn .collectible-item[data-keyid="105"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="105"]::before{background-image:url(img/106.png)}.collectible-theme-pkmn .collectible-item[data-keyid="106"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="106"]::before{background-image:url(img/107.png)}.collectible-theme-pkmn .collectible-item[data-keyid="107"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="107"]::before{background-image:url(img/108.png)}.collectible-theme-pkmn .collectible-item[data-keyid="108"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="108"]::before{background-image:url(img/109.png)}.collectible-theme-pkmn .collectible-item[data-keyid="109"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="109"]::before{background-image:url(img/110.png)}.collectible-theme-pkmn .collectible-item[data-keyid="110"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="110"]::before{background-image:url(img/111.png)}.collectible-theme-pkmn .collectible-item[data-keyid="111"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="111"]::before{background-image:url(img/112.png)}.collectible-theme-pkmn .collectible-item[data-keyid="112"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="112"]::before{background-image:url(img/113.png)}.collectible-theme-pkmn .collectible-item[data-keyid="113"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="113"]::before{background-image:url(img/114.png)}.collectible-theme-pkmn .collectible-item[data-keyid="114"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="114"]::before{background-image:url(img/115.png)}.collectible-theme-pkmn .collectible-item[data-keyid="115"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="115"]::before{background-image:url(img/116.png)}.collectible-theme-pkmn .collectible-item[data-keyid="116"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="116"]::before{background-image:url(img/117.png)}.collectible-theme-pkmn .collectible-item[data-keyid="117"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="117"]::before{background-image:url(img/118.png)}.collectible-theme-pkmn .collectible-item[data-keyid="118"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="118"]::before{background-image:url(img/119.png)}.collectible-theme-pkmn .collectible-item[data-keyid="119"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="119"]::before{background-image:url(img/120.png)}.collectible-theme-pkmn .collectible-item[data-keyid="120"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="120"]::before{background-image:url(img/121.png)}.collectible-theme-pkmn .collectible-item[data-keyid="121"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="121"]::before{background-image:url(img/122.png)}.collectible-theme-pkmn .collectible-item[data-keyid="122"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="122"]::before{background-image:url(img/123.png)}.collectible-theme-pkmn .collectible-item[data-keyid="123"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="123"]::before{background-image:url(img/124.png)}.collectible-theme-pkmn .collectible-item[data-keyid="124"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="124"]::before{background-image:url(img/125.png)}.collectible-theme-pkmn .collectible-item[data-keyid="125"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="125"]::before{background-image:url(img/126.png)}.collectible-theme-pkmn .collectible-item[data-keyid="126"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="126"]::before{background-image:url(img/127.png)}.collectible-theme-pkmn .collectible-item[data-keyid="127"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="127"]::before{background-image:url(img/128.png)}.collectible-theme-pkmn .collectible-item[data-keyid="128"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="128"]::before{background-image:url(img/129.png)}.collectible-theme-pkmn .collectible-item[data-keyid="129"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="129"]::before{background-image:url(img/130.png)}.collectible-theme-pkmn .collectible-item[data-keyid="130"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="130"]::before{background-image:url(img/131.png)}.collectible-theme-pkmn .collectible-item[data-keyid="131"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="131"]::before{background-image:url(img/132.png)}.collectible-theme-pkmn .collectible-item[data-keyid="132"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="132"]::before{background-image:url(img/133.png)}.collectible-theme-pkmn .collectible-item[data-keyid="133"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="133"]::before{background-image:url(img/134.png)}.collectible-theme-pkmn .collectible-item[data-keyid="134"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="134"]::before{background-image:url(img/135.png)}.collectible-theme-pkmn .collectible-item[data-keyid="135"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="135"]::before{background-image:url(img/136.png)}.collectible-theme-pkmn .collectible-item[data-keyid="136"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="136"]::before{background-image:url(img/137.png)}.collectible-theme-pkmn .collectible-item[data-keyid="137"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="137"]::before{background-image:url(img/138.png)}.collectible-theme-pkmn .collectible-item[data-keyid="138"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="138"]::before{background-image:url(img/139.png)}.collectible-theme-pkmn .collectible-item[data-keyid="139"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="139"]::before{background-image:url(img/140.png)}.collectible-theme-pkmn .collectible-item[data-keyid="140"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="140"]::before{background-image:url(img/141.png)}.collectible-theme-pkmn .collectible-item[data-keyid="141"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="141"]::before{background-image:url(img/142.png)}.collectible-theme-pkmn .collectible-item[data-keyid="142"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="142"]::before{background-image:url(img/143.png)}.collectible-theme-pkmn .collectible-item[data-keyid="143"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="143"]::before{background-image:url(img/144.png)}.collectible-theme-pkmn .collectible-item[data-keyid="144"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="144"]::before{background-image:url(img/145.png)}.collectible-theme-pkmn .collectible-item[data-keyid="145"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="145"]::before{background-image:url(img/146.png)}.collectible-theme-pkmn .collectible-item[data-keyid="146"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="146"]::before{background-image:url(img/147.png)}.collectible-theme-pkmn .collectible-item[data-keyid="147"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="147"]::before{background-image:url(img/148.png)}.collectible-theme-pkmn .collectible-item[data-keyid="148"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="148"]::before{background-image:url(img/149.png)}.collectible-theme-pkmn .collectible-item[data-keyid="149"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="149"]::before{background-image:url(img/150.png)}.collectible-theme-pkmn .collectible-item[data-keyid="150"] .collectible-item-inner,.collectible-theme-pkmn .collectible-item-spot[data-keyid="150"]::before{background-image:url(img/151.png)}@keyframes CollectibleThemeKeysMoveUpDown{0%,100%{bottom:0}50%{bottom:3px}}@keyframes CollectibleThemeKeysFadeInOut{0%,100%{background:#000}50%{background:gray}}