html{width:100vw;overflow-x:hidden}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes animationOpacityShow{0%{opacity:0}to{opacity:1}}@keyframes animationOpacityHide{0%{opacity:1}to{opacity:0}}.Switch{display:block;position:relative;cursor:pointer;outline:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:2px;min-width:38px;width:38px;height:20px;background-color:#fff;border-radius:20px;box-sizing:border-box;margin-right:10px}.Switch:after,.Switch:before{display:block;position:absolute;top:1px;left:1px;bottom:1px;content:""}.Switch:before{width:36px;right:1px;background-color:#262b31;border-radius:15px;transition:background .4s}.Switch:after{width:20px;background-color:#fff;border-radius:100%;box-shadow:0 2px 5px rgba(0,0,0,.3);transition:margin .4s}.Switch.Active:before{background-color:#dc3333!important}.Switch.Active:after{margin-left:17px}.BlueText{color:#1db0e6}.RedText{color:#dc3333}.Bold{font-weight:700}.Underlined{text-decoration:underline}.Spin{animation:spin 4s linear 0s infinite}img:not([src]){visibility:hidden}.DividedButtons{display:flex;flex-direction:row;justify-content:space-between;width:100%}.DividedButtons>:first-of-type{width:calc(50% - 2px);border-bottom-right-radius:0;border-top-right-radius:0}.DividedButtons>:last-of-type{width:calc(50% - 2px);border-bottom-left-radius:0;border-top-left-radius:0}.FlexScroll,.FlexScroll_BesideContent{flex-grow:1;overflow-x:hidden!important;overflow:auto;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) #383d44}.FlexScroll_BesideContent{width:calc(100% + 15px)}.TourFeed{margin-right:auto;margin-left:auto;display:flex;flex-direction:column;align-items:center;padding:7.5px 15px;width:100%;box-sizing:border-box}@media(max-width:768px){.TourFeed{padding:7.5px 10px}}@media(max-width:480px){.TourFeed{padding:5px 8px}}@media(max-width:375px){.TourFeed{padding:5px}}.TourFeed .autorenew{animation:spin 4s linear 0s infinite}.TourFeedText{display:inline;margin-top:20px;margin-bottom:20px;max-width:980px;white-space:break-spaces}@media(max-width:375px){.TourFeedText{margin-top:15px;margin-bottom:15px;font-size:.9em}}