@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap";.nav-logo{display:flex;gap:1em;align-items:center;text-decoration:none;filter:drop-shadow(0 0 3px var(--highlight-color))}nav{display:flex;place-items:center}nav ul{display:flex;gap:1em;margin:0}nav ul li{flex-shrink:1}.nav-logo img{max-width:50px}.logo-feature{box-shadow:0 0 83px 13px var(--primary-color)}header{background-color:#3c404b;color:var(--white-color);display:flex;justify-content:space-between;padding:.5em 20px}#landing{color:var(--white-color);min-height:90vh;background-color:var(--primary-color);display:grid;place-items:center;padding-bottom:30px;box-shadow:0 0 20px 20px var(--primary-color)}#landing>.wrapper{display:flex;justify-content:center;align-items:center;width:100%}#landing>.wrapper>*{flex:1}@media screen and (max-width: 1000px){#landing>.wrapper{flex-wrap:wrap;gap:2em;text-align:center}}.logo-lg{display:flex;justify-content:center;filter:drop-shadow(0 0 10px var(--highlight-color))}.logo-lg img{max-width:min(400px,70vw)}#myVision,#myMission{margin:20vh unset}.carousel{display:flex;height:150px;gap:.5em}.carousel-item{height:100%;width:250px;border:2px solid var(--primary-color);background-size:cover;transition:all linear 5s;background-position:center;background-size:contain;background-repeat:no-repeat}.logo-icon-grid{display:flex;grid-auto-flow:column;place-items:center;flex-wrap:wrap;justify-content:center;margin:70px 0;row-gap:3em}.logo-icon{flex-shrink:1;flex-basis:20%;display:grid;place-items:center}.logo-icon img{width:100px;transition:all ease .5s}@media screen and (max-width: 1000px){.logo-icon-grid{row-gap:1em}.logo-icon img{width:5em}}.logo-icon img:hover{transform:scale(1.15)}.slide{height:600px;display:flex;box-shadow:0 5px 5px #3f3f3f62}.slide-image{flex:2;background-size:cover;background-position:center;background-repeat:no-repeat}.slide-image img{height:100%;width:100%;object-fit:cover}@media screen and (max-width: 1000px){.slide{height:unset;flex-direction:column}.slide-image img{height:450px}.slide-content{font-size:.95em}}.slide-content{flex:2;background-color:var(--white-color);color:var(--primary-color);padding:4em 3em;display:flex;flex-direction:column;justify-content:space-between}.btn-paginate{width:1.5em;height:1em;border-radius:.2em;border:none;background-color:#e0e0e0}.active{background:var(--secondary-color)!important}.pagination{display:flex;justify-content:center;align-items:center;gap:1em;margin-top:1.5em;padding:.8em}.btn-paginate:hover{cursor:pointer}.banner{background-color:var(--primary-color);padding:1.5em 0;color:var(--white-color);display:block;text-align:center;margin:2em 0}.banner-link{font-size:2em;text-align:center;text-decoration:none;font-family:Unbounded}@media screen and (max-width: 1000px){.banner-link{font-size:1.3em}}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1em}@media screen and (max-width: 1000px){.card-grid{grid-template-columns:repeat(1,1fr)}}.card{font-size:.8em;border-radius:.5em;overflow:hidden;box-shadow:.2em .2em .6em #00000060;background-color:#fff}.card-head{height:10em;text-align:center;background:linear-gradient(#fff,var(--white-color));padding:2em 0}.card-head img{max-width:100%;height:100%;object-fit:contain;object-position:center}.card-body{padding:1em .75em .75em}.card-body p{margin:0}.card-body h3{min-height:2.5em}.card-body p.card-content{margin:1em 0}.form-set{display:flex;flex-direction:column}.form-label{font-size:0}.form-input{background-color:var(--white-color);border:none;padding:1em;border-radius:.2em;font-family:inherit;font-size:.8em}textarea.form-input{resize:vertical;min-height:6em;max-height:20em}.contact-form{display:grid;grid-template-areas:"fname org" "email phone" "subject subject" "message message" "button button";grid-template-columns:1fr 1fr;gap:1em;row-gap:1.5em}#contact{position:relative}.form-send{display:flex;justify-content:flex-end}form{pointer-events:none;user-select:none}.coming-soon{background:#f3eff570;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);position:absolute;width:100%;z-index:10;height:100%;display:grid;place-items:center}.soon-message{padding:1em;background-color:#fff;border-radius:.3em;text-align:center;border:2px solid black;box-shadow:2px 2px 10px #3f3f3f63}.soon-message p{margin:.5em 0}.soon-message a{font-size:1em;font-weight:700}*,*:before,*:after{box-sizing:border-box}:root{font-family:Manrope;font-size:20px;--primary-color: #454955;--secondary-color: #F09D51;--white-color: #F3EFF5;--highlight-color: #838aa1;color:var(--primary-color)}@media screen and (max-width: 1000px){:root{font-size:18px}}body{margin:0;padding:0}h1,h2,h3,h4,h5,.subtitle{font-family:Unbounded;margin:0}h1{font-size:2.6em}h2{font-size:1.5em;font-weight:400;margin-bottom:1em}h3{font-weight:400;font-size:1.25em}p{line-height:2}a{font-size:.8em;color:inherit}ul{padding:0;list-style:none}strong{font-weight:bolder;color:var(--secondary-color)}#myVision{margin-bottom:3em}footer{background-color:var(--primary-color);padding:2em 0;color:#fff;font-size:.65em;text-align:center;margin-top:2em}p.sm{font-size:.8em;line-height:2}.btn{border:2px solid #2f2f2f;background-color:#fff;padding:.2em 2em;font:inherit;font-size:.8em;box-shadow:2px 2px 4px #00000060;font-weight:600;transform:all ease .25s;color:var(--primary-color)}.btn:hover{cursor:pointer}.btn:active{transform:translate(1px,1px);box-shadow:1px 1px 4px #00000060}.wrapper{max-width:1080px;margin:auto;padding:0 1em}@media screen and (max-width:500px){.wrapper{max-width:unset;width:100%}header{display:none}}.spaced{margin-top:20vh!important;margin-bottom:15vh!important}.spaced-sm{margin-top:10vh!important;margin-bottom:10vh!important}.spaced-btm{margin-bottom:20vh!important}
