.scroll-to-top-cont{grid-column:2;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:32px;left:16px;width:0}@media screen and (max-width:1199px){.scroll-to-top-cont{display:none}}.scroll-to-top-cont .scroll-to-top{position:-webkit-sticky;position:sticky;bottom:32px;background-color:#4969fb;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;border:none;box-shadow:0 2px 10px rgba(0,0,0,.1)}.scroll-to-top-cont .scroll-to-top:hover{transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.scroll-to-top-cont .scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top-cont .scroll-to-top img{width:20px;height:20px;transform:rotate(-90deg)}