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)}.BlogPost{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-left:15px;padding-right:15px}.BlogPost .Card{width:660px}.BlogPost .ButtonColorized{height:40px}.BlogPostContent{width:100%;font-size:18px;display:flex;flex-direction:column;line-height:140%}.BlogPostContent a{color:#dc3333}.BlogPostContent h1{line-height:100%}.BlogPostContent h2,.BlogPostContent h3{line-height:120%}.BlogPostNextPreviousButtons{display:flex;justify-content:space-between;margin-top:30px;margin-bottom:30px;width:660px;max-width:100%}.BlogPostNextPreviousButtons>a{margin-right:5px;margin-left:5px}.BlogPostNextPreviousButtons .ButtonColorized{background-color:#262b31}.BlogPostAffiliateNote{margin-bottom:20px;font-style:italic}.BlogPostAffiliateLink{margin-left:auto;margin-right:auto;color:#fff!important}.BlogPostAffiliateLink .ButtonColorized{min-height:40px;height:auto;text-align:center;margin-bottom:20px}.BlogPostContentButtons{display:flex;justify-content:space-around}