.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{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{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;height:auto;margin-top:0;margin-bottom:3rem}.hero-video{order:1;margin-bottom:2rem}.hero-text{order:2;margin-bottom:3rem}.hero-text h1,.hero-text h1+h1{font-size:3rem}.hero-text p{padding-right:0;font-size:1rem}.hero-text h2{margin-bottom:0;margin-left:.2rem}}.contact-section{flex-direction:row;justify-content:space-between;align-items:center;gap:6rem;width:90%;margin:0 auto 5rem;display:flex}.contact-about{width:50%}.contact-about h1{text-align:start;font-size:2.5rem}.contact-form{background-color:var(--primary);width:50%;color:var(--white);border-radius:15px;flex-direction:column;justify-content:center;justify-items:center;gap:1rem;padding:2.5rem;font-size:1.2rem;display:flex}@media (max-width:1024px){.contact-section{flex-direction:column;gap:2rem;margin-bottom:1rem}.contact-about{order:1;width:100%}.contact-form{order:2;width:100%}.contact-about h1{text-align:justify;font-size:1.5rem}}.contact-form form{flex-direction:column;gap:1.5rem;display:flex}.contact-form input{border-bottom:1px solid var(--white);background-color:var(--primary);width:100%;color:var(--white);border-radius:5px;padding:.8rem;font-size:1rem}.contact-form input:focus{border-bottom:1px solid var(--white);outline:none}.contact-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.contact-form input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.contact-form input[type=number]{-moz-appearance:textfield}.contact-form button{background-color:var(--white);width:100%;color:var(--primary);cursor:pointer;border:none;border:1px solid var(--white);border-radius:5px;padding:.8rem}.contact-form button:hover{background-color:var(--primary);border:1px solid var(--white);color:var(--white)}.contact-form textarea{background-color:var(--primary);width:100%;color:var(--white);border:1px solid var(--white);border-radius:5px;padding:.8rem}.contact-form textarea:focus{border:1px solid var(--white);outline:none}.placeholder{pointer-events:none;color:var(--white);transition:all .2s;position:absolute;top:49%;left:20px;transform:translateY(-50%)}.input:focus+.placeholder,.input:not(:placeholder-shown)+.placeholder{color:var(--white);z-index:1;font-size:15px;top:-1px;left:20px;background-color:var(--primary)!important;border:none!important}@media (max-width:768px){.contact-form{font-size:1rem}.placeholder{left:20px}.input:focus+.placeholder,.input:not(:placeholder-shown)+.placeholder{font-size:13px;left:20px}.contact-about h1{text-align:center}}
