@import"https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p{font-weight:400}li{list-style:none}a{text-decoration:none;color:inherit}body{min-height:100vh;font-family:Roboto,sans-serif;font-size:clamp(1.125rem,1.082rem + .2151vw,1.25rem);color:#555;overflow-x:hidden}html{scroll-behavior:smooth}input,button,textarea{font:inherit}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.flex{display:flex;align-items:center}.container{max-width:1300px;padding-inline:20px;margin:auto}@media (min-width: 1270px){.container{padding:0}}.bold{font-weight:700}.semiBold{font-weight:600}.medium{font-weight:500}.italic{font-style:italic}.uppercase{text-transform:uppercase}.pointer{cursor:pointer}.transition{transition:all .25s}.hidden{display:none}.ffRoboto{font-family:Roboto,sans-serif}.ffMerriweather{font-family:Merriweather,serif}.fs300{font-size:clamp(.875rem,.832rem + .2151vw,1rem)}.fs400{font-size:clamp(1rem,.957rem + .2151vw,1.125rem)}.fs500{font-size:clamp(1.125rem,1.082rem + .2151vw,1.25rem)}.fs600{font-size:clamp(1.375rem,1.3105rem + .3226vw,1.5625rem)}.fs700{font-size:clamp(1.75rem,.8026rem + 1.4737vw,2rem)}.fs800{font-size:clamp(1.125rem,.676rem + 2.2449vw,5rem)}.clrPrimary{color:#316383}.clrSecondary{color:#70a6c9}.clrPrimaryHover{color:#2b98a7}.clrGray{color:#d7d7d7}.clrBlack{color:#000}.headerTop{flex-direction:column;padding-block:10px;border-bottom:1px solid #555555;justify-content:space-between;gap:5px}.header{padding-block:10px;justify-content:space-between}.headerLogo{width:200px}.navList{gap:50px;position:fixed;top:0;left:0;width:100vw;height:100vh;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;z-index:1000;transform:translateY(-250%)}.navPage{border-bottom:2px solid transparent}.navPage:hover,.navPageActive{border-bottom:2px solid #316383}.open{transform:translateY(0)}.headerMenuBtn{border:none;background-color:transparent;z-index:1001}.headerMenu{width:25px;height:25px}.sticky{position:sticky;top:0;left:0;background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:10000}@media (min-width: 768px){.headerLogo{width:250px}.headerTop{flex-direction:row}.navList{flex-direction:row;gap:40px;position:static;transform:translateY(0);width:auto;height:auto}.headerMenuBtn{display:none}}.banner{position:relative;border-radius:25px;margin-top:25px;margin-bottom:75px}.bannerImg{width:100%;border-radius:25px;height:250px;object-fit:cover}.bannerContent{position:absolute;top:0;left:0;right:0;bottom:0;justify-content:center;flex-direction:column;text-align:center}.bannerHeader{text-shadow:1px 1px 1px white}.bannerHeader span{display:block}.bannerBtn{padding:5px 25px;border:2px solid #316383;background-color:transparent;border-radius:10px;margin-top:10px;font-size:clamp(.875rem,.6217rem + 1.1579vw,1.5625rem)}.bannerBtn:hover{background-color:#316383;color:#fff}@media (min-width: 768px){.bannerBtn{padding:15px 50px}.bannerImg{height:500px}}.characteristics{justify-content:space-evenly;flex-wrap:wrap;gap:20px;row-gap:20px}.characteristicsCard{width:200px;height:175px;justify-content:center;flex-direction:column;gap:15px;border:2px solid #316383;border-radius:15px}.characteristicsCard img{width:50px;height:50px}.animated{animation-duration:1s;animation-fill-mode:both;opacity:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width: 768px){.characteristics{margin-block:75px}.characteristicsCard{width:225px;height:190px}.characteristicsCard img{width:75px;height:75px}}.media{flex-direction:column;margin-block:25px;gap:50px}.mediaCard{width:100%;justify-content:space-between;flex-direction:column;gap:25px}.reversed{flex-direction:column-reverse}.mediaCardImage{width:300px}.mediaCardContent{max-width:650px}.mediaCardContentHeading{margin-bottom:30px}.mediaCardContentText{line-height:25px}@media (min-width: 500px){.mediaCardImage{width:450px}}@media (min-width: 768px){.media{margin-block:75px}.mediaCard{flex-direction:row}.mediaCardImage{width:350px}}@media (min-width: 1000px){.mediaCardImage{width:500px}}.contact{margin-block:25px;gap:20px;flex-direction:column;align-items:center;text-align:center}.contactHeading{margin-bottom:10px}.formContainer{position:relative;width:100%;gap:10px;flex-direction:column;align-items:flex-start}.form{flex-direction:column;width:100%;gap:15px}.contactLeft,.contactRight{align-items:center;flex-direction:column;width:100%}.inputContainer{flex-direction:column;align-items:flex-start;gap:10px;width:min(100%,500px);margin-bottom:20px}.input,.textarea{padding:20px 15px;background-color:#f7f7f7;border:none;border-radius:5px;width:100%}.textarea{min-height:200px;height:100%;resize:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.submitBtn{padding:15px 50px;background-color:#316383;border:1px solid #316383;color:#fff;margin:auto;border-radius:10px}.submitBtn:hover{background-color:transparent;color:#316383}@media (min-width: 768px){.contact{margin-block:75px;align-items:flex-start;text-align:left}.formContainer{gap:25px}.form{flex-direction:row;align-items:flex-start;margin-top:25px}.contactLeft,.contactRight{padding-inline:5px;align-items:flex-start}.textarea{height:277px}.submitBtn{margin:0}}@media (min-width: 967px){.textarea{height:284px}}.partners{flex-wrap:wrap;align-items:center;justify-content:space-evenly;gap:20px;background-color:#f7f7f7;padding:25px;margin-block:25px}.partnerImg{width:125px}@media (min-width: 500px){.partnerImg{width:175px}}@media (min-width: 768px){.partners{margin-block:75px}.partnerImg{width:200px}}.location{margin-block:25px}.locationScreen{width:100%;height:225px}@media (min-width: 768px){.location{margin-block:75px}.locationScreen{height:300px}}@media (min-width: 1000px){.locationScreen{height:350px}}.footerContainer{background-color:#d7d7d7}.footer{flex-direction:column;gap:25px;padding-block:25px}.footerTop{flex-direction:column;width:100%}.footerLeft{justify-content:center;align-items:center;flex-direction:column;gap:15px;max-width:325px;text-align:center}.footerLogo{width:250px}.footerRight{width:100%;justify-content:space-evenly;margin-block:25px;align-items:flex-start}.footerListConatiner{flex-direction:column;gap:10px}.footerList{flex-direction:column;gap:5px}.footerListItem{padding-bottom:2px;border-bottom:1px solid transparent}.footerListItem:hover{border-bottom:1px solid #555555}.flexEnd{align-items:flex-end}.footerBottom{padding-top:25px;border-top:.5px solid #555555;width:100%;text-align:center}@media (min-width: 768px){.footerTop{flex-direction:row;justify-content:space-between}.footerLeft{align-items:flex-start;text-align:left}.footerRight{width:auto;gap:50px}}.textBanner{flex-direction:column;gap:25px;margin-block:25px}.textBannerHeader{padding-bottom:10px;border-bottom:2px solid #316383;margin-bottom:25px}.textContainer{width:100%;gap:25px;flex-direction:column;align-items:flex-start;justify-content:space-between;text-align:center;line-height:25px}.textContainer>*{width:100%;max-width:600px;margin:auto}.textContent{flex-direction:column;gap:20px}@media (min-width: 768px){.textBanner{margin-block:50px 75px;flex-direction:column}.textContainer{flex-direction:row;align-items:flex-start;text-align:left}.textContainer>*{margin:0}}.achievements{margin-block:25px;gap:15px;align-items:center;flex-direction:column;width:100%}.achievementsCardContainer{width:100%;gap:15px;flex-direction:column}.achievementsCard{width:100%;padding-block:25px;background-color:#316383;flex-direction:column;gap:10px;color:#fff}.bgSecondary{background-color:#70a6c9}@media (min-width: 768px){.achievements{margin-block:75px}.achievementsCardContainer{flex-direction:row}}.gallery{padding:4rem 0}.gallery__container{max-width:1200px;margin:0 auto;padding:0 1rem}.gallery__title{font-size:clamp(1.75rem,.8026rem + 1.4737vw,2rem);text-align:center;margin-bottom:2rem}.gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media (min-width: 768px){.gallery__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}}.gallery__item{overflow:hidden;border-radius:8px;cursor:pointer;aspect-ratio:4/3}.gallery__item:hover .gallery__img{transform:scale(1.05)}.gallery__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000eb;display:flex;align-items:center;justify-content:center}.lightbox__img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px;-webkit-user-select:none;user-select:none}.lightbox__close{position:absolute;top:1rem;right:1.5rem;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1;z-index:10;transition:opacity .2s}.lightbox__close:hover{opacity:.7}.lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;font-size:3rem;padding:.25rem .75rem;cursor:pointer;border-radius:4px;z-index:10;line-height:1;transition:background .2s}.lightbox__arrow:hover{background:#ffffff4d}.lightbox__arrow--prev{left:1rem}.lightbox__arrow--next{right:1rem}.lightbox__counter{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);color:#fff;font-size:.95rem;opacity:.8}
