.projects-page .projects-hero-section{background-color:#f5f9ff;position:relative}.projects-page .projects-hero-section .bg{width:100%;height:100%;position:absolute;left:0;top:0;background-color:transparent;overflow:hidden}.projects-page .projects-hero-section .bg img{width:1000px;position:absolute;opacity:.5;right:-100px;bottom:-200px;-webkit-animation:vibrate-1 30s linear infinite both;animation:vibrate-1 30s linear infinite both}.projects-page .projects-hero-section .bg img:first-child{top:-20px;right:0;opacity:.3}.projects-page .projects-hero-section .bg img:last-child{bottom:-20px;left:0;opacity:.1}.projects-page .projects-hero-section .content{width:100%;padding:224px 0;position:relative;z-index:2}.projects-page .projects-hero-section .content .con{display:flex;flex-direction:column;gap:5rem}.projects-page .projects-hero-section .content .con .title{display:flex;align-items:flex-start;gap:7vw;margin-bottom:80px}.projects-page .projects-hero-section .content .con .title .section-tag{min-width:300px}.projects-page .projects-hero-section .content .con .title h1{width:700px}.projects-page .projects-hero-section .content .con .events-filter-wrapper{display:flex;align-items:center;gap:.5rem}@media only screen and (max-width:790px){.projects-page .projects-hero-section .content{width:100%;padding:112px 0;position:relative;z-index:2}.projects-page .projects-hero-section .content .con{display:flex;flex-direction:column;gap:5rem}.projects-page .projects-hero-section .content .con .title{flex-direction:column;gap:1rem;margin-bottom:0}.projects-page .projects-hero-section .content .con .title .section-tag{min-width:100%}.projects-page .projects-hero-section .content .con .title h1{width:100%}.projects-page .projects-hero-section .content .con .events-filter-wrapper{flex-wrap:wrap;align-items:flex-start}}.project-details{display:flex;flex-direction:column;gap:4rem;padding-bottom:2rem}.project-details .top h2{font-size:4em;font-weight:700;color:#040118;margin-bottom:2rem}.project-details .top>img{width:100%;height:500px;border-radius:10px;object-fit:cover;object-position:center;margin-bottom:1rem}.project-details .top>.info{display:flex;align-items:flex-start;justify-content:space-between}.project-details .top>.info .meta h5{font-size:1.25em;font-weight:600;color:#040118}.project-details .top>.info .meta p{font-size:1em;font-weight:400;color:#666}.project-details .top>.info .description{width:700px}.project-details .top>.info .description p{margin-bottom:2rem}@media only screen and (max-width:790px){.project-details{gap:3rem}.project-details .top h2{font-size:2.25em;line-height:110%}.project-details .top>img{height:300px}.project-details .top>.info{flex-direction:column;align-items:flex-start;justify-content:flex-start}.project-details .top>.info .meta{margin-bottom:1rem}.project-details .top>.info .meta h5{font-size:1.25em;font-weight:600;color:#040118}.project-details .top>.info .meta p{font-size:1em;font-weight:400;color:#666}.project-details .top>.info .description{width:100%}.project-details .top>.info .description p{margin-bottom:1rem}}.event-speakers{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:2rem}.event-speakers .member-card .img>img{height:300px}@media only screen and (max-width:790px){.event-speakers{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:1rem}.event-speakers .member-card .img>img{height:200px}}