.floating{animation-duration:3s;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:float;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}.pulsing{animation-duration:2s;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:pulse;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}.bounce-animation{animation-duration:2s;animation-timing-function:ease;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:bounce;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}.snowflake{position:absolute;color:rgb(255, 255, 255);font-size:1.2rem;text-shadow:rgba(255, 255, 255, 0.7) 0px 0px 5px;user-select:none;z-index:10;}.firework{position:absolute;width:2px;height:2px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;pointer-events:none;z-index:5;}.bg-pattern{background-image:radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);}*{transition-behavior:normal;transition-duration:0.3s;transition-timing-function:ease;transition-delay:0s;transition-property:all;}::-webkit-scrollbar{width:8px;}::-webkit-scrollbar-track{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(241, 241, 241);}::-webkit-scrollbar-thumb{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(197, 48, 48);border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}::-webkit-scrollbar-thumb:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(229, 62, 62);}@keyframes float{0%, 100%{transform:translateY(0px);}50%{transform:translateY(-10px);}}@keyframes pulse{0%, 100%{opacity:1;}50%{opacity:0.8;}}@keyframes bounce{0%, 20%, 50%, 80%, 100%{transform:translateY(0px);}40%{transform:translateY(-20px);}60%{transform:translateY(-10px);}}@media (max-width: 768px){.text-5xl{font-size:2.5rem;}.text-4xl{font-size:2rem;}.text-3xl{font-size:1.875rem;}.text-2xl{font-size:1.5rem;}.text-xl{font-size:1.25rem;}.hero-content{padding-top:4rem;padding-bottom:4rem;}}