.scroll-to-top-contact-btn{background-color:#ff8fb0!important;color:#fff!important;position:fixed!important;right:1%!important;z-index:4!important;border-radius:4px!important;top:90%;border:30px;max-width:148px;max-height:-moz-fit-content;max-height:fit-content;display:flex;justify-content:center;align-items:center;margin:auto!important}@media(min-width:576px){.scroll-to-top-contact-btn{top:50%}}@media(max-width:576px){.scroll-to-top-contact-btn{width:100%;left:13%;transform:translateX(-11%);border-radius:30px!important;padding:8px!important}}.scroll-to-top-contact-btn span{font-size:16px;font-weight:600!important;justify-content:center;align-items:center;display:flex;font-family:var(--font-gilroy-medium)}.absoluteLoader,.loader{display:flex;justify-content:center;align-items:center;height:100vh}.absoluteLoader{top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999}.absoluteLoader,.absoluteLoader:before{position:absolute;height:100%;width:100%}.absoluteLoader:before{content:"";background-color:#fff}.spinner{border:8px solid #f3f3f3;border-top-color:#ff8fb0;border-radius:50%;width:60px;height:60px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}