.section-schedule{background-color:var(--blue-1)}.container-schedule{max-width:1320px;padding:var(--section-padding-y)0;gap:var(--spacing-xl);margin:0 auto;position:relative}.schedule-text{align-items:flex-start;gap:var(--spacing-md);padding:0 var(--section-padding-x);padding-bottom:var(--spacing-lg);flex-direction:column;display:flex}.schedule-content{box-sizing:border-box;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding-bottom:calc(var(--spacing-md));gap:64px;overflow-x:auto}.schedule-img{max-width:100%;height:auto}.schedule-paragraphs{padding-top:calc(var(--spacing-md));padding-left:calc(var(--spacing-md)*1.5);padding-right:calc(var(--spacing-md));box-sizing:border-box;width:100%;display:flex}.schedule-paragraphs p{text-wrap:balance}.schedule-morning{width:30.6667%}.schedule-afternoon{width:66.6667%;padding-left:calc(var(--spacing-lg) + 8px);max-width:585px}@media screen and (width<=1200px){.schedule-afternoon{padding-left:calc(var(--spacing-lg) - 8px)}}@media screen and (width<=992px){.schedule-afternoon{padding-left:calc(var(--spacing-lg) - 14px)}}@media screen and (width<=768px){.schedule-img{max-width:900px}.schedule-paragraphs{width:900px}.schedule-morning{min-width:250px}.schedule-afternoon{max-width:90vw;padding-left:calc(var(--spacing-lg) - 20px)}}.schedule-content::-webkit-scrollbar{height:8px}.schedule-paragraphs::-webkit-scrollbar{height:8px}.schedule-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.schedule-paragraphs::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.schedule-content::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}.schedule-paragraphs::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}.schedule-content::-webkit-scrollbar-thumb:hover{background:#0670be}.schedule-paragraphs::-webkit-scrollbar-thumb:hover{background:#0670be}.schedule-content::-webkit-scrollbar-button{display:none}.schedule-paragraphs::-webkit-scrollbar-button{display:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0670be}*{scrollbar-width:thin;scrollbar-color:var(--primary)#f1f1f1;-ms-overflow-style:-ms-autohiding-scrollbar}