/*
Generated time: May 16, 2024 04:56
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-to-buttons{display:flex;flex-wrap:wrap;background:#eee;padding:15px 0;border-radius:4px}.scroll-to-buttons .scroll-to-button{font-size:14px;background:0 0;color:var(--colorBtnPrimary);position:relative;padding:0 18px}.scroll-to-buttons .scroll-to-button::before{position:absolute;content:'';display:block;width:1px;height:100%;top:0;right:0;background:var(--colorBtnPrimary)}.scroll-to-buttons .scroll-to-button:last-child:before{display:none}.scroll-to-buttons__wrapper{position:relative}.scroll-to-buttons__wrapper .next-button,.scroll-to-buttons__wrapper .prev-button{position:absolute;top:0;height:100%;align-items:center;background:rgb(238 238 238);justify-content:center;z-index:1;width:20px;display:none}.scroll-to-buttons__wrapper .next-button svg,.scroll-to-buttons__wrapper .prev-button svg{width:12px;height:12px}.scroll-to-buttons__wrapper .prev-button{left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.scroll-to-buttons__wrapper .next-button{right:0;border-top-right-radius:4px;border-bottom-right-radius:4px}@media only screen and (max-width:767px){.scroll-to-buttons__wrapper .next-button,.scroll-to-buttons__wrapper .prev-button{display:flex}.scroll-to-buttons{flex-wrap:nowrap;overflow-y:auto}.scroll-to-buttons .scroll-to-button{flex-grow:1;flex-basis:100%;white-space:nowrap}}