@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Cinzel:wght@400;500;600;700&family=Josefin+Sans:wght@100;300;400&display=swap";
.header-calendar-container{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000001a;border-radius:12px;width:100%;min-height:auto;margin-top:1rem;padding:12px;overflow:hidden}.header-calendar-title{color:#fff;margin-bottom:8px;font-size:1.2rem;font-weight:500}.header-calendar{width:100%;max-width:300px;margin:0 auto;overflow:hidden}.header-calendar *{scrollbar-width:none;-ms-overflow-style:none}.header-calendar ::-webkit-scrollbar{display:none}.header-calendar .MuiDateCalendar-root{width:100%;max-width:100%;margin:0;overflow:hidden}.header-calendar .MuiPickersLayout-root{background:0 0;max-width:100%;overflow:hidden}.header-calendar .MuiPickersCalendarHeader-root{max-width:100%;overflow:hidden}.header-calendar .MuiDayCalendar-header,.header-calendar .MuiDayCalendar-weekContainer{justify-content:space-between;max-width:100%}.header-calendar .MuiPickersDay-root{width:32px;height:32px;font-size:.8rem}.header-calendar .MuiDayCalendar-weekDayLabel{width:32px;height:32px;font-size:.75rem}@media (max-width:750px){.header-calendar-container{width:100%;max-width:300px;margin:1rem auto 0;padding:1rem;display:block}.header-calendar-title{font-size:1rem}.header-calendar{max-width:250px}.header-calendar .MuiPickersDay-root{width:28px;height:28px;font-size:.75rem}.header-calendar .MuiDayCalendar-weekDayLabel{width:28px;height:28px;font-size:.7rem}}@media (max-width:500px){.header-calendar-container{max-width:280px;padding:.75rem}.header-calendar{max-width:220px}.header-calendar .MuiPickersDay-root{width:24px;height:24px;font-size:.7rem}.header-calendar .MuiDayCalendar-weekDayLabel{width:24px;height:24px;font-size:.65rem}.header-calendar-title{font-size:1rem}}@media (min-width:1024px){.header-calendar-container{max-width:380px;padding:2rem}.header-calendar{max-width:320px}.header-calendar .MuiPickersDay-root{width:36px;height:36px;font-size:.875rem}.header-calendar .MuiDayCalendar-weekDayLabel{width:36px;height:36px;font-size:.8rem}}
:root{--background:0 0% 100%;--foreground:222.2 84% 96.1%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 91.4%;--popover:0 0% 100%;--popover-foreground:222.2 84% 96.1%;--card:0 0% 100%;--card-foreground:222.2 84% 96.1%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--primary:222.2 47.4% 11.2%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--ring:215 20.2% 65.1%;--radius:.5rem;--primary-color:#2dd3cd;--primary-light:#a8e6cf;--primary-dark:#25b6b0;--sand-light:#fff6e6;--sand-medium:#f3e5d4;--sand-warm:#f0e4d4;--sand-beige:#e6d5c3;--coral-color:#ff9a8b;--card-color:#3b8888}*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-user-select:none;user-select:none;width:100%;max-width:100vw;height:100%;font-family:Montserrat,sans-serif;overflow-x:hidden}body{background-image:url(/images/global/background/gb-01.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;flex-direction:column;min-height:100vh;margin:0;padding:0;display:flex;position:relative}main{flex:1 0 auto;width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden}section{z-index:3;width:100%;max-width:100vw;position:relative;overflow-x:hidden}.container-custom{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem;overflow-x:hidden}.container-responsive{box-sizing:border-box;width:100%;max-width:100vw;margin:0 auto;padding:0 .5rem;overflow-x:hidden}@media (max-width:767px){.container-responsive{padding:0 .25rem}}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.section-spacing{padding:3rem 1rem}.fade-in{animation:.5s ease-in forwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}@media (max-width:750px){.container-responsive{padding:0 .5rem}.section-spacing{padding:2rem .5rem}.flex-center,.flex-between{flex-direction:column;align-items:flex-start}}@media (min-width:750px){.container-responsive{max-width:750px}}@media (min-width:768px){.container-responsive{max-width:768px}.section-spacing{padding:4rem 2rem}}@media (min-width:1024px){.container-responsive{max-width:1024px}.section-spacing{padding:5rem 2rem}}@media (min-width:1280px){.container-responsive{max-width:1280px}}.pattern-background{z-index:-9999;pointer-events:none;opacity:.05;width:100%;height:100%;position:fixed;top:0;left:0}.background-overlay{z-index:-9998;background:var(--sand-light);opacity:.5;width:100%;height:100%;position:fixed;top:0;left:0}.back-to-top-button{background-color:var(--primary-color);z-index:50;cursor:pointer;border:none;border-radius:9999px;padding:.75rem;transition:all .3s ease-in-out;animation:3s ease-in-out infinite float;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 15px -3px #0000001a}.back-to-top-button:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 15px 20px -3px #0003}.back-to-top-button:focus{ring:2px solid var(--primary-light);outline:none}.back-to-top-icon{color:#fff;width:1.5rem;height:1.5rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}
