.pearl-navigation--judging{text-align:center;position:absolute;top:200px;width:100%}.pearl-navigation__button{background:rgba(25,25,25,.6);color:#fff;display:inline-block;min-width:115px;padding:4px 0}.pearl-navigation__button:hover{color:#fff}.pearl-navigation__button:first-of-type{border-radius:4px 0 0 4px}.pearl-navigation__button:last-of-type{border-radius:0 4px 4px 0}.pearl-navigation__button--active{background:#3dad4b}.PearlDemoNavigation{background:#3dad4b;border-color:#fff;border-style:solid;border-width:2px 0 0 2px;border-radius:20px 0 0 0;color:#fff;font:18px/20px Bariol,Helvetica Neue,Helvetica,Arial,sans-serif;padding:15px;box-shadow:0 0 10px 3px rgba(0,0,0,.4);position:fixed;bottom:0;right:0;z-index:2;max-height:75%;overflow:scroll;width:380px;transition:max-height .4s ease .4s,width .4s ease}.PearlDemoNavigation--minimized{width:210px;max-height:54px;overflow:hidden;transition:max-height .4s ease,width .4s ease .4s}.PearlDemoNavigation__title{cursor:pointer;display:flex;align-items:center;margin-bottom:15px}.PearlDemoNavigation__title__icon{height:32px;width:32px;background:no-repeat 50% url(/svg/help-white.svg);opacity:.4}.PearlDemoNavigation__title__text{font-weight:700;margin-left:8px}.PearlDemoNavigation__title__button{height:32px;width:32px;margin-left:auto;background:no-repeat 50% url(/svg/caret-white.svg);transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.PearlDemoNavigation__title__button--minimized{-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:-webkit-transform .4s ease .4s;transition:transform .4s ease .4s;transition:transform .4s ease .4s,-webkit-transform .4s ease .4s}.PearlDemoNavigation__content{display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .4s ease;width:350px}.PearlDemoNavigation__content>*{margin-bottom:5px}.PearlDemoNavigation__content--minimized{height:0}.PearlDemoNavigation__content__link{align-items:center;background-color:rgba(25,25,25,.1);border-radius:8px;color:#fff;display:flex;font-weight:700;height:48px;line-height:48px;padding:0 8px;transition:background-color .3s ease}.PearlDemoNavigation__content__link:hover{background-color:rgba(25,25,25,.2);color:#fff}.PearlDemoNavigation__content__link:after{background:no-repeat 100% url(/svg/chevron-white.svg);background-size:24px 24px;content:"Explore";font-size:small;margin-left:auto;padding-right:22px}.PearlDemoNavigation__content__link__title{color:#fff;opacity:.6}.PearlDemoNavigation__content__section{background:#fff;border-radius:8px;color:#000;padding:8px 8px 1px}.PearlDemoNavigation__content__section__title{font-weight:700}.PearlDemoNavigation__content__section__body{font-size:16px}