@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap);
*,*::before,*::after{margin:0;padding:0;box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%;scroll-behavior:smooth}@media(max-width: 1500px){html{font-size:57.25%}}@media(max-width: 1200px){html{font-size:50%}}@media(max-width: 770px){html{font-size:43.75%}}@media(max-width: 615px){html{font-size:40%}}@media(max-width: 350px){html{font-size:35%}}body{min-height:100vh;color:#c3c0c0;font-family:montserrat,sans-serif;background-color:#191c40;overflow-x:hidden}li{list-style:none}a{text-decoration:none;color:inherit}button{border:none;outline:none;background-color:rgba(0,0,0,0);color:inherit}.contact{position:relative;margin-left:auto;margin-right:auto;display:flex;width:500px;flex-direction:column;align-items:center;justify-content:center;z-index:10;margin-bottom:10rem}@media(max-width: 700px){.contact{width:400px}}@media(max-width: 470px){.contact{width:330px}}@media(max-width: 400px){.contact{width:260px}}.contact__heading{margin-top:-4rem !important;margin-bottom:6rem !important}.contact__heading:before{position:absolute;content:"";border-bottom:18px solid #b29758;width:21rem;display:block;margin:0 auto;position:relative;left:3.5rem;top:6.3rem;z-index:-1}@media(max-width: 770px){.contact__heading:before{border-bottom:14px solid #b29758}}.contact__text{font-size:1.8rem;margin-bottom:6rem;text-align:center}.contact__form{display:flex;flex-direction:column;align-items:center;justify-content:center}.contact__form-name,.contact__form-email{margin-bottom:6px;padding:1rem;height:4rem}.contact__form-message{height:12rem;padding:1rem}.contact__form-submit-2{align-self:flex-start;margin-top:0 !important}.contact input,.contact textarea{width:500px;resize:none;border:none;color:inherit;background-color:#404472;font-size:1.6rem;font-family:monserrat,sans-serif;border-left:2px solid rgba(0,0,0,0);border-radius:0}@media(max-width: 700px){.contact input,.contact textarea{width:400px}}@media(max-width: 470px){.contact input,.contact textarea{width:330px}}@media(max-width: 400px){.contact input,.contact textarea{width:260px}}.contact input:focus,.contact textarea:focus{outline:none}.contact input::placeholder,.contact textarea::placeholder{color:rgba(195,192,192,.6);opacity:1}.contact input :-ms-input-placeholder,.contact textarea :-ms-input-placeholder{color:rgba(195,192,192,.6)}.contact input ::-ms-input-placeholder,.contact textarea ::-ms-input-placeholder{color:rgba(195,192,192,.6)}.contact__form-error-submit{margin-top:1.5rem;height:7rem;width:100%;display:flex;justify-content:space-between;align-items:center}.form-error{align-self:start;font-size:1.6rem;font-weight:500;line-height:1.5}.form-error>*{display:none}.input-error{border-left:2px solid #b29758 !important}.contact__links{display:flex;gap:2rem;margin-top:2rem;margin-bottom:4rem;align-items:center;justify-content:center;flex-wrap:wrap}@media(max-width: 700px){.contact__links{gap:1.5rem;margin-top:1.5rem;margin-bottom:3rem}}@media(max-width: 470px){.contact__links{gap:1rem;flex-direction:column;margin-bottom:2rem}}.contact__link-btn{display:flex;align-items:center;gap:.8rem;padding:1rem 2rem;background-color:rgba(0,0,0,0);border:2px solid #b29758;color:#b29758;text-decoration:none;font-size:1.6rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;transition:all .3s ease;border-radius:4px;cursor:pointer}@media(max-width: 700px){.contact__link-btn{padding:.8rem 1.6rem;font-size:1.4rem}}@media(max-width: 470px){.contact__link-btn{width:100%;justify-content:center;max-width:300px}}.contact__link-btn img{width:24px;height:24px;object-fit:contain}@media(max-width: 700px){.contact__link-btn img{width:20px;height:20px}}.contact__link-btn:hover{background-color:#b29758;color:#191c40;transform:translateY(-2px);box-shadow:0 4px 12px rgba(178,151,88,.3)}.contact__link-btn:active{transform:translateY(0)}.contact__link-btn--icon{padding:1.2rem;width:56px;height:56px;justify-content:center;border-radius:50%}@media(max-width: 700px){.contact__link-btn--icon{width:50px;height:50px;padding:1rem}}.contact__link-btn--icon img{width:32px;height:32px}@media(max-width: 700px){.contact__link-btn--icon img{width:28px;height:28px}}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-1rem)}100%{transform:translateY(0)}}.footer{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:160px;background-color:#404472}.copyright{color:#c3c0c0;font-size:10px;font-weight:500}.return-home{position:absolute;top:-25px;width:40px;height:45px;margin-right:auto;margin-left:auto;left:0;right:0;text-align:center;background-color:#b29758;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}.return-home:hover{cursor:pointer;animation-name:bounce;-moz-animation-name:bounce}.return-home svg{width:100%}.intro{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:8rem 2rem 6rem;z-index:10}@media(max-width: 1200px){.intro{padding:6rem 2rem 4rem}}@media(max-width: 768px){.intro{padding:4rem 1.5rem 3rem}}.intro__title{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-bottom:4rem;text-align:center;z-index:999}@media(max-width: 768px){.intro__title{margin-bottom:3rem}}.typewriter-cursor{display:inline-block;width:3px;background-color:#b29758;margin-left:2px;animation:blink-cursor .75s step-end infinite;vertical-align:baseline;box-shadow:none;text-shadow:none;filter:none}@keyframes blink-cursor{from,to{opacity:1}50%{opacity:0}}.intro__title-line-1,.intro__title-line-2{font-size:6rem;background-color:rgba(25,28,64,.25);white-space:nowrap;line-height:1.2;color:#c3c0c0;font-weight:300;margin-bottom:0}@media(max-width: 1200px){.intro__title-line-1,.intro__title-line-2{font-size:5rem}}@media(max-width: 900px){.intro__title-line-1,.intro__title-line-2{font-size:4.5rem}}@media(max-width: 700px){.intro__title-line-1,.intro__title-line-2{font-size:4rem;white-space:normal}}@media(max-width: 550px){.intro__title-line-1,.intro__title-line-2{font-size:3.5rem}}.intro__title-line-1 span{color:#b29758;font-weight:400}.intro__subtitle{font-size:2.4rem;color:#c3c0c0;font-weight:300;text-align:center;margin-top:-2rem;margin-bottom:2rem;z-index:999}@media(max-width: 1200px){.intro__subtitle{font-size:2.2rem}}@media(max-width: 900px){.intro__subtitle{font-size:2rem}}@media(max-width: 700px){.intro__subtitle{font-size:1.8rem;margin-top:-1.5rem;margin-bottom:1.5rem}}@media(max-width: 550px){.intro__subtitle{font-size:1.6rem}}.intro__subtitle a{text-decoration:none;transition:all .2s}.intro__subtitle--lab{color:#b29758;font-weight:400}.intro__subtitle--lab:hover{color:hsl(42,36.8852459016%,62.1568627451%);text-decoration:underline}.intro__subtitle--university{color:#b29758;font-weight:400}.intro__subtitle--university:hover{color:hsl(42,36.8852459016%,62.1568627451%);text-decoration:underline}.intro__images{display:flex;justify-content:center;align-items:center;gap:4rem;width:100%;margin-bottom:4rem}@media(max-width: 1200px){.intro__images{gap:3rem}}@media(max-width: 900px){.intro__images{gap:2rem;flex-direction:column}}@media(max-width: 768px){.intro__images{margin-bottom:3rem}}.intro__image{display:flex;justify-content:center;align-items:center;flex:1;max-width:750px}@media(max-width: 900px){.intro__image{max-width:100%;width:100%}}.intro__image .profile__picture{height:60rem;width:auto;display:flex;justify-content:center;align-items:center}@media(max-width: 1200px){.intro__image .profile__picture{height:52.5rem}}@media(max-width: 900px){.intro__image .profile__picture{height:45rem}}@media(max-width: 700px){.intro__image .profile__picture{height:37.5rem}}@media(max-width: 500px){.intro__image .profile__picture{height:30rem}}.intro__image .profile__picture img{height:100%;width:auto;object-fit:contain;max-width:100%}.intro__bio{display:flex;gap:3rem;width:100%;max-width:1200px;align-items:flex-start;justify-content:center;margin-bottom:4rem}@media(max-width: 900px){.intro__bio{flex-direction:column;gap:2rem;margin-bottom:3rem}}@media(max-width: 700px){.intro__bio{padding:0 1.5rem}}@media(max-width: 500px){.intro__bio{padding:0 1rem}}.intro__bio-paragraph{flex:1;color:#c3c0c0;font-size:1.6rem;line-height:1.8;text-align:left;width:100%}@media(max-width: 900px){.intro__bio-paragraph{text-align:center;width:100%;max-width:100%;flex:none}}@media(max-width: 700px){.intro__bio-paragraph{font-size:1.4rem}}@media(max-width: 500px){.intro__bio-paragraph{font-size:1.2rem}}.intro__bio-paragraph p{margin:0;text-align:inherit;width:100%}@media(max-width: 900px){.intro__bio-paragraph p{text-align:center}}.intro__bio-paragraph strong{color:#b29758;font-weight:700}.intro__cta-container{display:flex;gap:2rem;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:2rem}@media(max-width: 700px){.intro__cta-container{gap:1.5rem}}.intro__cta{text-decoration:none;color:inherit;display:block;width:auto}.intro__cta-button{position:relative;display:flex;align-items:center;justify-content:center;padding:1rem 3.5rem;min-width:27.5rem;height:5.2rem;background-color:#191c40;border:double 3px rgba(0,0,0,0);border-image-slice:1;border-width:3px;background-image:linear-gradient(#191c40, #191c40),radial-gradient(circle at top left, #5c5f7c, #b29758);border-radius:10px;background-origin:border-box;background-clip:padding-box,border-box;color:#b29758;font-size:2.4rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:all .2s}@media(max-width: 1500px){.intro__cta-button{min-width:auto;width:auto}}@media(max-width: 700px){.intro__cta-button{padding:.9rem 2.5rem;font-size:2rem;height:4.8rem}}@media(max-width: 550px){.intro__cta-button{padding:.8rem 2rem;font-size:1.8rem;height:4.5rem}}.intro__cta-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 30px rgba(178,151,88,.4)}.intro__cta-button:active{transform:translateY(-1px)}.intro__cta-arrow{display:inline-block;height:24px;width:24px;margin-left:15px;transform:rotate(90deg);fill:#b29758;transition:all .3s}@media(max-width: 770px){.intro__cta-arrow{height:20px;width:20px}}@media(max-width: 615px){.intro__cta-arrow{margin-left:10px}}@media(max-width: 550px){.intro__cta-arrow{height:16px;width:16px}}.main-bg{min-height:100vh;height:100%;position:fixed;top:0;left:0;width:100%;background-color:#191c40;z-index:-1}.main-bg .canvas{position:absolute;top:0;left:0;width:100%;height:100%}.navigation{display:flex;margin-right:10rem;font-size:2rem;font-weight:500;letter-spacing:1px}@media(max-width: 1200px){.navigation{margin-right:3rem}}@media(max-width: 700px){.navigation{margin-right:0}}.navigation-bar{position:sticky;position:-webkit-sticky;top:0;display:flex;justify-content:flex-end;align-items:center;height:6rem;border-bottom:1px solid #191c40;background-color:rgba(64,68,114,.95);backdrop-filter:blur(8px);box-shadow:0 4px 4px rgba(0,0,0,.3);z-index:99999999999}@media(max-width: 700px){.navigation-bar{justify-content:center}}.navigation__item{transition:all .2s}.navigation__item:not(:last-child){margin-right:3rem}.navigation__item--active{color:#b29758}.navigation__item:hover{color:#b29758}.projects{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.publications__container{width:100%;display:flex;flex-direction:column;align-items:center}.project{display:flex;width:100%;max-width:1200px;margin-bottom:8rem;gap:4rem;align-items:center;position:relative}@media(max-width: 768px){.project{flex-direction:column;margin-bottom:6rem;gap:2rem;max-width:100%}}.project-left{justify-content:flex-start;align-self:flex-start;margin-left:10%}@media(max-width: 1200px){.project-left{margin-left:5%}}@media(max-width: 768px){.project-left{margin-left:0;align-self:center}}.project-right{justify-content:flex-end;align-self:flex-end;margin-right:10%}@media(max-width: 1200px){.project-right{margin-right:5%}}@media(max-width: 768px){.project-right{margin-right:0;align-self:center}}.project__image-container{position:relative;width:500px;height:350px;background-color:#404472;overflow:hidden;border-radius:4px;flex-shrink:0;cursor:pointer}.project__image-container img{transition:transform .5s cubic-bezier(0.16, 1, 0.3, 1)}.project__image-container:hover img{transform:scale(1.05)}.project__image-container::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(25, 28, 64, 0.7) 0%, transparent 60%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.project__image-container:hover::after{opacity:1}@media(max-width: 1100px){.project__image-container{width:450px;height:315px}}@media(max-width: 900px){.project__image-container{width:400px;height:280px}}@media(max-width: 768px){.project__image-container{width:100%;max-width:500px;height:300px}}.project__image-container.weather{display:flex;align-items:center;justify-content:flex-start}.project__image-container.todo{display:flex;align-items:center;justify-content:flex-end}.project__image-container--white-bg{background-color:#fff;display:flex;align-items:center;justify-content:center}.project__image-image{width:85%;height:100%}.project__image-image img{width:100%;height:100%;object-fit:cover;display:block}.project__image-image--contain{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem}.project__image-image--contain img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.project__info{max-width:500px;position:relative}@media(max-width: 768px){.project__info{max-width:100%;text-align:center}}.project__preview-btn{margin-top:1.5rem;width:32px;height:32px;border:1px solid rgba(178,151,88,.4);background-color:rgba(0,0,0,0);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;opacity:.7;padding:0;align-self:flex-start}.project__preview-btn svg{width:14px;height:14px;stroke:rgba(178,151,88,.8);transition:all .3s ease}.project__preview-btn:hover{width:40px;height:40px;opacity:1;background-color:rgba(178,151,88,.1);border-color:rgba(178,151,88,.8);transform:scale(1.1)}.project__preview-btn:hover svg{width:18px;height:18px;stroke:#b29758}.project__preview-btn:active{transform:scale(0.95)}.project__title{font-size:2.8rem;font-weight:600;margin-bottom:2rem;line-height:1.3;color:#c3c0c0}@media(max-width: 900px){.project__title{font-size:2.4rem}}@media(max-width: 768px){.project__title{font-size:2.2rem;margin-bottom:1.5rem}}.project__description{font-size:1.6rem;line-height:1.6;color:#c3c0c0;margin-bottom:1rem}@media(max-width: 768px){.project__description{font-size:1.4rem}}.project__description:last-child{margin-bottom:0}.project-left{flex-direction:row}.project-left .project__info{order:1}.project-left .project__image-container{order:2}@media(max-width: 768px){.project-left{flex-direction:column}.project-left .project__info{order:2}.project-left .project__image-container{order:1}}.project-right{flex-direction:row-reverse}.project-right .project__info{order:1}.project-right .project__image-container{order:2}@media(max-width: 768px){.project-right{flex-direction:column}.project-right .project__info{order:2}.project-right .project__image-container{order:1}}.publications__filters{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem;margin-top:2rem}@media(max-width: 560px){.publications__filters{gap:1rem;margin-bottom:3rem}}.publication__filter-btn{font-size:1.6rem;font-weight:700;letter-spacing:3px;line-height:1;text-transform:uppercase;padding:1rem 1.2rem;background:rgba(0,0,0,0);border:none;color:inherit;cursor:pointer;position:relative;transition:all .2s;isolation:isolate}.publication__filter-btn:after{position:absolute;content:"";height:2px;background-color:#b29758;width:100%;left:0;bottom:1px;display:block;transform-origin:bottom;transition:all .25s;z-index:-1}.publication__filter-btn:hover{color:#191c40}.publication__filter-btn:hover:after{height:100%}.publication__filter-btn--active{color:#191c40}.publication__filter-btn--active:after{height:100%;background-color:#b29758}.publication__filter-btn--active:hover{color:#191c40}.publication-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:10000;align-items:center;justify-content:center;padding:2rem;backdrop-filter:blur(4px)}.publication-modal__content{position:relative;width:75%;max-width:1400px;height:85vh;max-height:900px;background-color:#191c40;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.5)}@media(max-width: 1200px){.publication-modal__content{width:90%;height:90vh}}@media(max-width: 768px){.publication-modal__content{width:95%;height:95vh;flex-direction:column}}.publication-modal__close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border:none;background-color:rgba(0,0,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;transition:all .3s ease}.publication-modal__close svg{stroke:hsla(0,0%,100%,.9);width:20px;height:20px}.publication-modal__close:hover{background-color:rgba(0,0,0,.6);transform:rotate(90deg)}.publication-modal__close:hover svg{stroke:#fff}.publication-modal__body{display:flex;flex:1;overflow:hidden;height:100%}@media(max-width: 768px){.publication-modal__body{flex-direction:column}}.publication-modal__image{flex:0 0 50%;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden;position:relative}@media(max-width: 768px){.publication-modal__image{flex:0 0 40%;padding:1rem}}.publication-modal__image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:opacity .3s ease}.publication-modal__carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background-color:rgba(0,0,0,.4);border:none;color:#fff;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.publication-modal__carousel-nav:hover{background-color:rgba(0,0,0,.7);transform:translateY(-50%) scale(1.1)}.publication-modal__carousel-nav--prev{left:1rem}.publication-modal__carousel-nav--next{right:1rem}.publication-modal__carousel-nav svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2.5}.publication-modal__carousel-dots{position:absolute;bottom:1.2rem;left:50%;transform:translateX(-50%);display:flex;gap:.6rem;z-index:10}.publication-modal__carousel-dot{width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.25);border:none;cursor:pointer;padding:0;transition:all .3s ease}.publication-modal__carousel-dot--active{background-color:#b29758;transform:scale(1.3)}.publication-modal__text{flex:0 0 50%;padding:3rem;overflow-y:auto;display:flex;flex-direction:column}@media(max-width: 768px){.publication-modal__text{flex:1;padding:2rem}}.publication-modal__title{font-size:2.4rem;font-weight:600;margin-bottom:2rem;color:#c3c0c0;line-height:1.3}@media(max-width: 768px){.publication-modal__title{font-size:2rem;margin-bottom:1.5rem}}.publication-modal__content-text{font-size:1.6rem;line-height:1.8;color:#c3c0c0;flex:1}@media(max-width: 768px){.publication-modal__content-text{font-size:1.4rem}}.publication-modal__content-text p{margin-bottom:1.5rem}.publication-modal__content-text p:last-child{margin-bottom:0}.publication-modal__actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);flex-wrap:wrap}@media(max-width: 768px){.publication-modal__actions{flex-direction:column;gap:1rem}}.publication-modal__action-btn{display:inline-block;padding:1rem 2.5rem;background-color:rgba(64,68,114,.6);border:2px solid rgba(178,151,88,.6);color:hsla(0,0%,100%,.9);text-decoration:none;font-size:1.4rem;font-weight:500;border-radius:4px;transition:all .3s ease;cursor:pointer;min-width:200px;text-align:center}@media(max-width: 768px){.publication-modal__action-btn{font-size:1.2rem;padding:.8rem 2rem;min-width:180px}}.publication-modal__action-btn:hover:not(.publication-modal__action-btn--disabled){background-color:#b29758;color:#191c40;border-color:#b29758;transform:translateY(-2px);box-shadow:0 4px 12px rgba(178,151,88,.3)}.publication-modal__action-btn--disabled{opacity:.5;cursor:not-allowed;background-color:rgba(64,68,114,.3);border-color:rgba(178,151,88,.3);color:hsla(0,0%,100%,.5)}.publication-modal__review-notice{font-size:1.1rem;color:hsla(0,0%,100%,.6);text-align:center;font-style:italic;margin-top:.5rem;line-height:1.5;display:none}@media(max-width: 768px){.publication-modal__review-notice{font-size:1rem}}.section-heading{position:relative;font-size:5.5rem;font-weight:700;margin-top:9rem;margin-bottom:13rem;z-index:9999}@media(max-width: 1200px){.section-heading{margin-bottom:10rem}}@media(max-width: 1000px){.section-heading{margin-top:6rem}}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(0.16, 1, 0.3, 1),transform .8s cubic-bezier(0.16, 1, 0.3, 1)}.reveal--visible{opacity:1;transform:translateY(0)}.reveal--delay-1{transition-delay:0.12s}.reveal--delay-2{transition-delay:0.24s}.reveal--delay-3{transition-delay:0.36s}.reveal--delay-4{transition-delay:0.48s}.reveal--delay-5{transition-delay:0.6s}.reveal--delay-6{transition-delay:0.72s}.reveal--delay-7{transition-delay:0.84s}.reveal--delay-8{transition-delay:0.96s}.reveal-left{opacity:0;transform:translateX(-60px);transition:opacity .8s cubic-bezier(0.16, 1, 0.3, 1),transform .8s cubic-bezier(0.16, 1, 0.3, 1)}.reveal-left.reveal--visible{opacity:1;transform:translateX(0)}.reveal-right{opacity:0;transform:translateX(60px);transition:opacity .8s cubic-bezier(0.16, 1, 0.3, 1),transform .8s cubic-bezier(0.16, 1, 0.3, 1)}.reveal-right.reveal--visible{opacity:1;transform:translateX(0)}.reveal-scale{opacity:0;transform:scale(0.9);transition:opacity .6s cubic-bezier(0.16, 1, 0.3, 1),transform .6s cubic-bezier(0.16, 1, 0.3, 1)}.reveal-scale.reveal--visible{opacity:1;transform:scale(1)}.stats{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:6rem 2rem;gap:2rem;z-index:10}@media(max-width: 900px){.stats{flex-wrap:wrap;padding:4rem 2rem}}@media(max-width: 550px){.stats{flex-direction:column;gap:3rem}}.stats__item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;position:relative}@media(max-width: 900px){.stats__item{flex:0 0 45%}}@media(max-width: 550px){.stats__item{flex:none;width:100%;padding:2rem}}.stats__item:not(:last-child)::after{content:"";position:absolute;right:0;top:25%;height:50%;width:1px;background:linear-gradient(to bottom, transparent, rgba(178, 151, 88, 0.4), transparent)}@media(max-width: 900px){.stats__item:not(:last-child)::after{display:none}}.stats__number{font-size:5.5rem;font-weight:700;color:#b29758;line-height:1;margin-bottom:1rem;font-family:"Raleway",sans-serif}@media(max-width: 768px){.stats__number{font-size:4.5rem}}@media(max-width: 550px){.stats__number{font-size:4rem}}.stats__label{font-size:1.6rem;font-weight:500;color:#c3c0c0;letter-spacing:2px;text-transform:uppercase}@media(max-width: 768px){.stats__label{font-size:1.4rem}}.timeline{position:relative;width:100%;max-width:900px;margin:0 auto;padding:0 2rem 6rem;z-index:10}.timeline__heading{text-align:center;margin-bottom:6rem}@media(max-width: 768px){.timeline__heading{margin-bottom:4rem}}.timeline__line{position:relative}.timeline__line::before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:0;bottom:0;width:2px;background:linear-gradient(to bottom, transparent, rgba(178, 151, 88, 0.6) 10%, rgba(178, 151, 88, 0.6) 90%, transparent)}@media(max-width: 768px){.timeline__line::before{left:20px;transform:none}}.timeline__item{position:relative;display:flex;align-items:flex-start;margin-bottom:4rem}@media(max-width: 768px){.timeline__item{margin-bottom:3rem;padding-left:50px}}.timeline__item:last-child{margin-bottom:0}.timeline__item::before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:1.8rem;width:14px;height:14px;border-radius:50%;background-color:#404472;border:2px solid rgba(178,151,88,.6);z-index:2;transition:all .3s ease}@media(max-width: 768px){.timeline__item::before{left:20px;transform:translateX(-50%)}}.timeline__item--active::before{background-color:#b29758;border-color:#b29758;box-shadow:0 0 12px rgba(178,151,88,.4)}.timeline__item:nth-child(odd){justify-content:flex-start;padding-right:calc(50% + 40px)}@media(max-width: 768px){.timeline__item:nth-child(odd){padding-right:0}}.timeline__item:nth-child(even){justify-content:flex-end;padding-left:calc(50% + 40px)}@media(max-width: 768px){.timeline__item:nth-child(even){padding-left:50px}}.timeline__content{background-color:rgba(64,68,114,.5);border:1px solid rgba(178,151,88,.15);border-radius:8px;padding:2.5rem 3rem;max-width:380px;width:100%;transition:all .3s ease}@media(max-width: 768px){.timeline__content{max-width:100%}}.timeline__content:hover{border-color:rgba(178,151,88,.4);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.timeline__content--link{text-decoration:none;color:inherit;display:block;cursor:pointer}.timeline__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:.8rem}.timeline__header-text{flex:1}.timeline__logo{flex-shrink:0;width:44px;height:44px;border-radius:8px;overflow:hidden;background-color:hsla(0,0%,100%,.05)}.timeline__logo img{width:100%;height:100%;object-fit:contain}.timeline__year{font-size:1.4rem;font-weight:700;color:#b29758;letter-spacing:2px;text-transform:uppercase;margin-bottom:.4rem}.timeline__title{font-size:2rem;font-weight:600;color:#c3c0c0;line-height:1.3;margin-bottom:.4rem}@media(max-width: 768px){.timeline__title{font-size:1.8rem}}.timeline__subtitle{font-size:1.5rem;font-weight:400;color:rgba(195,192,192,.7);margin-bottom:.6rem}@media(max-width: 768px){.timeline__subtitle{font-size:1.4rem}}.timeline__description{font-size:1.4rem;color:rgba(195,192,192,.6);line-height:1.6}@media(max-width: 768px){.timeline__description{font-size:1.3rem}}.featured-section{display:flex;flex-direction:column;align-items:center;padding:2rem;z-index:10;position:relative}.featured-card{display:block;width:100%;max-width:800px;padding:4rem;background:linear-gradient(135deg, rgba(64, 68, 114, 0.6), rgba(64, 68, 114, 0.3));border:1px solid rgba(178,151,88,.2);border-radius:12px;text-decoration:none;color:inherit;transition:all .4s cubic-bezier(0.16, 1, 0.3, 1);position:relative;overflow:hidden;text-align:center}.featured-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(178, 151, 88, 0.05), transparent 60%);opacity:0;transition:opacity .4s ease}.featured-card:hover{border-color:rgba(178,151,88,.5);transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.3)}.featured-card:hover::before{opacity:1}@media(max-width: 768px){.featured-card{padding:3rem 2rem}}.featured-card__badge{display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#b29758;margin-bottom:1.5rem;position:relative;z-index:1}.featured-card__title{font-size:4rem;font-weight:700;color:#c3c0c0;margin-bottom:1.5rem;font-family:"Raleway",sans-serif;position:relative;z-index:1}@media(max-width: 768px){.featured-card__title{font-size:3rem}}.featured-card__description{font-size:1.6rem;color:rgba(195,192,192,.7);line-height:1.6;max-width:500px;margin:0 auto 2rem;position:relative;z-index:1}@media(max-width: 768px){.featured-card__description{font-size:1.4rem}}.featured-card__link{font-size:1.6rem;font-weight:600;color:#b29758;position:relative;z-index:1;transition:letter-spacing .3s ease}.featured-card:hover .featured-card__link{letter-spacing:2px}.featured-more{display:inline-block;margin-top:2rem;font-size:1.5rem;font-weight:500;color:rgba(195,192,192,.5);text-decoration:none;transition:all .3s ease;letter-spacing:1px}.featured-more:hover{color:#b29758;letter-spacing:2px}.news-page{position:relative;width:100%;max-width:900px;margin:0 auto;padding:10rem 2rem 4rem;z-index:10}.news-page__heading{text-align:center;font-size:5.5rem;font-weight:700;margin-bottom:6rem;color:#c3c0c0}.news-timeline{position:relative}.news-timeline::before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:0;bottom:0;width:2px;background:linear-gradient(to bottom, transparent, rgba(178, 151, 88, 0.5) 5%, rgba(178, 151, 88, 0.5) 95%, transparent)}@media(max-width: 768px){.news-timeline::before{left:20px;transform:none}}.news-item{position:relative;display:flex;margin-bottom:5rem}@media(max-width: 768px){.news-item{padding-left:50px;margin-bottom:4rem}}.news-item:last-child{margin-bottom:0}.news-item::before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:3rem;width:14px;height:14px;border-radius:50%;background-color:#b29758;border:2px solid #b29758;box-shadow:0 0 10px rgba(178,151,88,.3);z-index:2}@media(max-width: 768px){.news-item::before{left:20px;transform:translateX(-50%)}}.news-item:nth-child(odd){justify-content:flex-start;padding-right:calc(50% + 40px)}@media(max-width: 768px){.news-item:nth-child(odd){padding-right:0}}.news-item:nth-child(even){justify-content:flex-end;padding-left:calc(50% + 40px)}@media(max-width: 768px){.news-item:nth-child(even){padding-left:50px}}.news-card{display:block;width:100%;max-width:380px;background:rgba(64,68,114,.5);border:1px solid rgba(178,151,88,.15);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:all .4s cubic-bezier(0.16, 1, 0.3, 1)}@media(max-width: 768px){.news-card{max-width:100%}}.news-card:hover{border-color:rgba(178,151,88,.5);transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.3)}.news-card__image{width:100%;height:200px;overflow:hidden}.news-card__image img{width:100%;height:100%;object-fit:cover;object-position:center 20%;transition:transform .5s ease}.news-card:hover .news-card__image img{transform:scale(1.05)}.news-card__body{padding:2.5rem}.news-card__badge{display:inline-block;font-size:1rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#b29758;margin-bottom:.6rem;padding:.3rem .8rem;background:rgba(178,151,88,.1);border-radius:3px}.news-card__date{font-size:1.2rem;color:rgba(195,192,192,.4);margin-bottom:1rem}.news-card__title{font-size:2.2rem;font-weight:600;color:#c3c0c0;margin-bottom:1rem;line-height:1.3}@media(max-width: 768px){.news-card__title{font-size:2rem}}.news-card__description{font-size:1.4rem;color:rgba(195,192,192,.6);line-height:1.6;margin-bottom:1.5rem}.news-card__link{font-size:1.3rem;font-weight:600;color:#b29758;transition:letter-spacing .3s ease}.news-card:hover .news-card__link{letter-spacing:1.5px}

/*# sourceMappingURL=434.b03304be1d4d71cb9fd5.css.map*/