/*
Generated time: July 9, 2025 02:21
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.scroll-arrow{position:absolute;width:40px;height:40px;bottom:100px;left:50%;margin-left:-20px;transform:rotate(45deg);border-left:none;border-top:none;border-right:4px #f5f3f1 solid;border-bottom:4px #f5f3f1 solid;z-index:10;pointer-events:none}.scroll-arrow:before{content:'';position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;border-left:none;border-top:none;border-right:2px #f5f3f1 solid;border-bottom:2px #f5f3f1 solid;animation-duration:2s;animation-iteration-count:infinite;animation-name:arrow}@keyframes arrow{0%{opacity:1}100%{opacity:0;transform:translate(-10px,-10px)}}@media (max-width:749px){.scroll-arrow{display:none}}