.ampersun-landing{--ampersun-primary:#CEFF00;--ampersun-primary-rgb:206,255,0;--ampersun-primary-foreground:#000000;--ampersun-secondary:#000000;--ampersun-secondary-foreground:#FFFFFF;--ampersun-tertiary:#BFBFBF;--ampersun-tertiary-foreground:#000000;--ampersun-light:#F2F2F2;--ampersun-light-foreground:#000000;--ampersun-dark:#111827}.ampersun-landing .ampersun-carousel-scroll{animation:ampersun-scroll 30s linear infinite}.ampersun-landing .ampersun-carousel-scroll:hover{animation-play-state:paused}.ampersun-landing .ampersun-carousel-scroll-mobile{animation:ampersun-scroll-fast 8s linear infinite}.ampersun-landing .ampersun-carousel-scroll-mobile:hover,.ampersun-landing .ampersun-pause-animation{animation-play-state:paused}@keyframes ampersun-scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes ampersun-scroll-fast{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.ampersun-landing .ampersun-bg-primary{background-color:var(--ampersun-primary);color:var(--ampersun-primary-foreground)}.ampersun-landing .ampersun-text-primary{color:var(--ampersun-primary)}.ampersun-landing .ampersun-bg-secondary{background-color:var(--ampersun-secondary);color:var(--ampersun-secondary-foreground)}.ampersun-landing .ampersun-text-secondary{color:var(--ampersun-secondary)}.ampersun-landing .ampersun-bg-tertiary{background-color:var(--ampersun-tertiary);color:var(--ampersun-tertiary-foreground)}.ampersun-landing .ampersun-text-tertiary{color:var(--ampersun-tertiary)}.ampersun-landing .ampersun-bg-light{background-color:var(--ampersun-light);color:var(--ampersun-light-foreground)}.ampersun-landing .ampersun-text-light{color:var(--ampersun-light)}.ampersun-landing .ampersun-gradient-radial{background:radial-gradient(ellipse at center,var(--tw-gradient-stops))}.ampersun-landing .ampersun-float{animation:ampersun-float 3s ease-in-out infinite}@keyframes ampersun-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ampersun-landing .ampersun-mobile-hidden{display:none}@media (min-width:768px){.ampersun-landing .ampersun-mobile-hidden{display:block}}.ampersun-landing .ampersun-desktop-hidden{display:block}@media (min-width:768px){.ampersun-landing .ampersun-desktop-hidden{display:none}}