.hero-section{flex-direction:row;justify-content:space-between;align-items:center;width:90%;margin:5rem auto;display:flex}.hero-text{text-align:start}.hero-text h1{font-size:6rem}.hero-text h1+h1{color:var(--white);background:linear-gradient(-45deg,#011d41,#1f304e,#2a4270,#011d41) 0 0/400% 400%;width:fit-content;margin-bottom:1rem;padding:0 1rem;font-size:6rem;animation:3s infinite gradientShift}@keyframes gradientShift{0%{background-position:0%}25%{background-position:50%}50%{background-position:100%}75%{background-position:50%}to{background-position:0%}}.hero-text h2{margin-bottom:-1rem;margin-left:.5rem;font-size:1.3rem}.hero-text p{padding-right:20%;font-size:1.5rem}.hero-video{flex-direction:column;align-items:center;width:45%;height:auto;display:flex;position:relative}.hero-video img{border-radius:10px;width:80%}@media (max-width:1024px){.hero-text h1,.hero-text h1+h1,.hero-text h1+h1+h1,.hero-text h1+h1+h1+h1{font-size:4.5rem}.hero-text p+p{padding-right:20%;font-size:1.3rem}.hero-video{width:70%}.hero-video img{border-radius:10px;width:100%}.hero-text h2{font-size:1rem}}@media (max-width:768px){.hero-section{flex-direction:column;margin-top:1rem;margin-bottom:3rem}.hero-video{order:1;margin-bottom:2rem}.hero-text{order:2}.hero-text h1,.hero-text h1+h1,.hero-text h1+h1+h1,.hero-text h1+h1+h1+h1{font-size:3rem}.hero-text p{padding-right:0;font-size:1rem}.hero-text h2{margin-bottom:0;margin-left:.2rem;padding-right:0}}.event-section{width:90%;margin:0 auto 5rem}.event-section h1{color:var(--primary);font-size:3rem}@media (max-width:768px){.event-section{margin-bottom:1rem}.event-section h1{margin-bottom:0;font-size:1.5rem}}.together-image img{border-radius:10px;width:100%;margin-bottom:3rem}.event-content{flex-direction:row;justify-content:space-between;align-items:center;gap:3rem;display:flex}.event-image{flex-direction:column;gap:3rem;width:50%;display:flex}.event-image img{border-radius:10px;width:100%}.event-about{flex-direction:column;gap:3rem;width:50%;display:flex}.event-about1{background-color:var(--primary);border-radius:10px;padding:2rem}.event-about1 h2{color:var(--white);margin-bottom:.5rem;font-size:2rem}.event-about1 p{color:var(--gray2);text-align:justify;font-size:1.2rem}@media (max-width:1024px){.event-content{flex-direction:column;gap:1rem;display:flex}.event-image{order:2;width:100%}.event-about{flex-direction:column;order:1;gap:3rem;width:100%;display:flex}}@media (max-width:768px){.event-section+.event-section{margin-top:3rem}.event-about1 h2{font-size:1.5rem}.event-about1 p{font-size:1rem}.event-image,.event-about{gap:1rem}.together-image img{margin-bottom:1rem}}
