@media screen and (min-width:841px){to-top-button{background-color:rgba(255,255,255,.75);border:3px solid #e8a446;border-radius:0;bottom:7rem;box-shadow:0 0 15px -3px rgba(56,64,33,.65);cursor:pointer;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;height:56px;opacity:0;pointer-events:none;position:fixed;right:1rem;width:56px;z-index:999999}to-top-button:active,to-top-button:focus,to-top-button:hover{background-color:rgba(255,255,255,.9);box-shadow:0 0 15px 0 rgba(56,64,33,.75)}to-top-button to-top-arrow{align-self:center;border-color:#e8a446 transparent #e8a446 transparent;border-style:solid;border-width:0 10px 17px 10px;color:#e8a446;display:block;height:0;justify-self:center;width:0}to-top-button[visible]{opacity:1;pointer-events:all}}