@media (max-width:768px){[style*=grid-template-columns]{grid-template-columns:1fr!important}[style*="display: flex"][style*="justify-content: space-between"]{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}[style*="padding: 1.5rem"],[style*="padding: 2rem"]{padding:1rem!important}[style*="font-size: 1.5rem"],[style*='fontSize: "1.5rem"']{font-size:1.25rem!important}[style*="font-size: 2rem"],[style*='fontSize: "2rem"']{font-size:1.5rem!important}}@media (max-width:480px){[style*="padding: 1.5rem"],[style*="padding: 2rem"]{padding:.75rem!important}[style*="padding: 1rem"]{padding:.5rem!important}[style*="font-size: 1.5rem"],[style*='fontSize: "1.5rem"']{font-size:1.1rem!important}[style*="font-size: 1.2rem"],[style*='fontSize: "1.2rem"']{font-size:1rem!important}[style*="gap: 1.5rem"],[style*="gap: 2rem"]{gap:1rem!important}}*{box-sizing:border-box}body{overflow-x:hidden;max-width:100vw}img{max-width:100%;height:auto}input,select,textarea{max-width:100%;width:100%}@media (max-width:768px){input,select,textarea{font-size:16px}}input[type=date],input[type=time]{position:relative;cursor:pointer}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(1);opacity:.7;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}input[type=date]::-webkit-calendar-picker-indicator:hover,input[type=time]::-webkit-calendar-picker-indicator:hover{opacity:1}input[type=date]::-webkit-calendar-picker-indicator:focus,input[type=time]::-webkit-calendar-picker-indicator:focus{opacity:1;filter:invert(1) brightness(1.5)}input[type=date]::-moz-calendar-picker-indicator,input[type=time]::-moz-calendar-picker-indicator{cursor:pointer;filter:invert(1);opacity:.7}input[type=date]:invalid,input[type=time]:invalid{border-color:rgba(255,68,68,.5)!important}input[type=date]:valid,input[type=time]:valid{border-color:rgba(57,255,20,.3)!important}