.fade-in-left{animation:fadeInLeft .7s forwards}.fade-in-right{animation:fadeInRight .7s forwards}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-200px);width:calc(100% - 200px)}to{opacity:1;transform:translateX(0);width:100%}}@keyframes fadeInRight{from{opacity:0;transform:translateX(200px);width:calc(100% - 200px)}to{opacity:1;transform:translateX(0);width:100%}}:root{--dark-bg: #27272F;--dark-bg-accent: #181a20;--brand-1: #BC1C8E;--brand-2: #93278F;--brand-3: #662E90;--brand-4: #2F3191;--brand-5: #0155A6}.hero-font{font-size:4rem}.hero-section{position:relative;display:flex;align-items:center;background:var(--dark-bg);min-height:60vh;overflow:visible}.hero-section .mud-container{padding-top:4rem;padding-bottom:4rem}.hero-section::after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:128px;background:linear-gradient(82deg, var(--brand-5) 0%, var(--brand-1) 100%);transform:skewY(-5deg);transform-origin:top left;pointer-events:none}.about-section{padding-bottom:100px}.stats-section{background:var(--dark-bg-accent);padding:3rem 0}.testimonials-section{background:var(--mud-palette-surface);padding:4rem 0}.sponsors-section{background:var(--mud-palette-background);padding:2rem 0}.hero-text{background:linear-gradient(82deg, var(--brand-5) 0%, var(--brand-1) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.features-section{background:var(--mud-palette-background);padding-top:100px;padding-bottom:100px}.my-container{overflow:hidden;position:relative}.image{background-size:cover}.text{background-color:var(--dark-bg-accent);position:relative}.text>div{position:relative;z-index:1}.text:before{content:"";background-color:var(--dark-bg-accent);position:absolute;height:100%;width:120%;top:-120px;left:-10%;transform:rotate(-5deg);z-index:0;min-height:530px}
