.to-top {	position: fixed;	right: 15px;	bottom: 15px;	z-index: 14;	width: 40px;	height: 40px;	font-size: 24px;	line-height: 36px;	border-radius: 50%;	color: #322153;	background: #00F2A9;	overflow: hidden;	text-align: center;	text-decoration: none;	transition: all 0.2s ease-in-out;	box-shadow: 4px 4px 10px rgba(50, 33, 83, 0.1);	transform: scale(0);	cursor: pointer;}.to-top:hover {	color: #322153;	background: #17d69d;	text-decoration: none;}.to-top:focus {	color: #FFF;}.to-top.show {	transform: scale(1);	transition-duration: .3s;	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);}html.mobile .to-top,html.tablet .to-top {	display: none !important;}@media (min-width: 576px) {	.to-top {		right: 40px;		bottom: 40px;	}}
/*# sourceMappingURL=to-top.css.map */
