@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;900&display=swap";html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}.right{float:right}.back-button{text-align:center}.back-button a,.btn--primary,.btn--projects{display:inline-block;text-decoration:none;padding:.45em 1.25em;text-transform:uppercase;font-weight:400;letter-spacing:1px;font-size:.75rem;border-radius:25px;color:#fff;font-family:Open Sans,sans-serif;transition:all .25s ease;cursor:pointer}.btn--primary{border:1px solid #fff}.btn--primary:hover{background-color:#fff;color:#000}.btn--projects{background-color:#3b82f6;border:none;font-size:.8em}.btn--projects:hover{background-color:#0b63f3;transform:translateY(-2px)}.projects-page{font-family:Open Sans,sans-serif;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.hero-section{position:relative;width:100%;height:100vh;overflow:hidden}.hero-section__video-container{position:absolute;inset:0;width:100%;height:100%}.hero-section__video{width:100%;height:100%;object-fit:cover}.hero-section__overlay{position:absolute;inset:0;background:rgba(0,0,0,.4)}.hero-section__content{position:relative;z-index:10;height:100%;display:flex;align-items:center}.hero-section__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;height:100%}@media screen and (min-width:75em){.hero-section__grid{grid-template-columns:repeat(12,1fr)}}.hero-section__text{color:#fff}@media screen and (min-width:75em){.hero-section__text{grid-column:span 6}}.hero-section__badge{margin-bottom:2rem}.hero-section__badge-text{display:inline-block;background:rgba(59,130,246,.2);backdrop-filter:blur(4px);border:1px solid rgba(59,130,246,.3);padding:.75rem 1rem;border-radius:9999px;color:#93c5fd;font-size:.875rem;font-weight:600}.hero-section__title{font-size:2.5rem;font-weight:900;margin-bottom:1.5rem;line-height:1.1}@media screen and (min-width:31.25em){.hero-section__title{font-size:3rem}}@media screen and (min-width:75em){.hero-section__title{font-size:3.75rem}}.hero-section__title--accent{color:#60a5fa}.hero-section__subtitle{font-size:1.25rem;color:#e5e7eb;margin-bottom:2rem;max-width:32rem;line-height:1.6}.hero-section__actions{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:3rem}@media screen and (min-width:31.25em){.hero-section__actions{flex-direction:row;align-items:flex-start}}.hero-section__btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:700;font-size:1rem;text-decoration:none;text-align:center;width:fit-content;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}@media screen and (min-width:31.25em){.hero-section__btn{padding:1rem 2rem;font-size:1.125rem}}.hero-section__btn--primary{background:#fff;color:#000}.hero-section__btn--primary:hover{background:#f3f4f6;transform:scale(1.05);box-shadow:0 10px 25px rgba(0,0,0,.2)}.hero-section__btn--secondary{border:2px solid #fff;color:#fff}.hero-section__btn--secondary:hover{background:#fff;color:#000}.hero-section__stats{display:flex;align-items:center;gap:1.5rem}@media screen and (min-width:31.25em){.hero-section__stats{gap:2rem}}.hero-section__stat{text-align:center}.hero-section__stat-number{font-size:1.5rem;font-weight:700;color:#60a5fa}@media screen and (min-width:31.25em){.hero-section__stat-number{font-size:1.875rem}}.hero-section__stat-label{font-size:.75rem;color:#d1d5db}@media screen and (min-width:31.25em){.hero-section__stat-label{font-size:.875rem}}.hero-section__mobile-menu{position:fixed;top:1rem;right:1rem;z-index:30;background:rgba(0,0,0,.7);color:#fff;padding:.5rem;border-radius:.5rem;border:none;cursor:pointer;display:block}@media screen and (min-width:75em){.hero-section__mobile-menu{display:none}}.hero-section__mobile-menu-icon{width:1.5rem;height:1.5rem}.timeline-wrapper{position:relative;padding:4em 0 8em;background:linear-gradient(#1a1a2e,#16213e 30%,#0f3460 70%,hsla(0,0%,100%,.1))}.timeline-wrapper:after{content:"";display:block;background-image:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.1)),url(https://images.unsplash.com/photo-1446776877081-d282a0f896e2?ixlib=rb-4.0.3&auto=format&fit=crop&w=2072&q=80);height:400px;width:100%;background-size:cover;position:absolute;background-position:50%;z-index:-10;bottom:0}.svg-timeline{position:absolute;margin-left:50%;transform:translateX(-50%);display:none;z-index:1}@media screen and (min-width:50em){.svg-timeline{display:block}}.timeline{transition:all .25s ease;width:90%;margin:0 auto;position:relative;z-index:2}@media screen and (min-width:31.25em){.timeline{width:85%}}@media screen and (min-width:50em){.timeline{width:95%}}.timeline__item{margin-bottom:4em;clear:both;position:relative}@media screen and (min-width:50em){.timeline__item{width:45%}.timeline__item:nth-child(2n){float:right;clear:right}.timeline__item:nth-child(2n) .timeline__content{text-align:left}.timeline__item:nth-child(odd){float:left;clear:left}.timeline__item:nth-child(odd) .timeline__content{text-align:right}}.timeline__content{background:hsla(0,0%,100%,.95);padding:2em;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.3);transition:all .3s ease;position:relative;min-height:280px;display:flex;flex-direction:column;justify-content:space-between}.timeline__content:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.4)}@media screen and (min-width:50em){.timeline__content:before{content:"";position:absolute;top:50%;width:0;height:0;border:15px solid transparent;transform:translateY(-50%)}.timeline__item:nth-child(odd) .timeline__content:before{right:-30px;border-left-color:hsla(0,0%,100%,.95)}.timeline__item:nth-child(2n) .timeline__content:before{left:-30px;border-right-color:hsla(0,0%,100%,.95)}}.timeline__year{font-weight:600;font-size:.9em;color:#3b82f6;text-transform:uppercase;padding-bottom:.5em;display:block;letter-spacing:1px}.timeline__title{font-weight:700;font-size:1.4em;color:#333;margin-bottom:.8em;line-height:1.3}.timeline__description{color:#666;font-weight:400;font-size:.95em;line-height:1.6;margin-bottom:1.5em;flex-grow:1;display:flex;align-items:center}.timeline__link{display:inline-block;color:#3b82f6;text-decoration:none;font-weight:600;font-size:.9em;transition:all .25s ease;margin-top:auto}.timeline__link:hover{color:#0a59da;transform:translateX(5px)}.back-button{padding:3em 0}.back-button a{background:#3b82f6;border:none;padding:.8em 2em;font-size:.9em}.back-button a:hover{background:#0b63f3;transform:translateY(-2px)}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}