@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9f9f9;font-family:Montserrat,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{align-items:center;display:flex;height:calc(100vh - 50px);justify-content:center;margin:0 auto;width:96%}.nav{background-color:#fff;box-shadow:0 1px 6px -2px rgba(0,0,0,.1);font-family:Montserrat,sans-serif;font-weight:600;height:50px}.nav .container{height:100%;justify-content:space-between}.nav .container,.nav__links{align-items:center;display:flex}.nav__links ul{display:flex;list-style-type:none;margin:0;padding:0}.nav__links li{margin:1.2vw;position:relative}.nav__links li:after{background-color:#14868c;bottom:0;content:"";height:2px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;width:100%}.nav__links li:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1)}.nav a{color:#000;text-decoration:none}.nav__logo{width:75px}.nav__icon{margin-left:5vw;width:32px}.nav__icon:hover{cursor:pointer}.container .nav__mobile__hamburger{width:24px}.container .nav__mobile__logo{height:30px;margin-top:4px}.container__side__nav{background-color:#fff;box-shadow:-2px 0 4px 0 rgba(0,0,0,.1);right:-100%;width:70%;z-index:2}.active__blur,.container__side__nav{height:100%;position:fixed;top:0;transition:all .5s}.active__blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000040;width:100%;z-index:1}.container__side__nav.active{right:0}.nav__mobile__close{display:flex;margin-left:auto;padding:4%;width:24px}.container__side__nav ul{display:flex;flex-direction:column;font-size:1.3rem;list-style-type:none;margin:auto;padding:0;width:80%}.container__side__nav ul li{border-bottom:1px solid #14868c;margin-bottom:6%;margin-top:10%;padding-bottom:2%}.home__wrap{display:flex;flex-wrap:nowrap;justify-content:space-between;width:65%}.info__wrap p{font-size:50px;font-weight:600;margin:0}.info__wrap .last__row{font-size:30px;margin-top:20px}.info__wrap .icons__wrap{display:flex}.info__wrap .dot{align-items:center;background-color:#94ceca;border-radius:50%;display:flex;height:50px;margin:10px;transition:all .1s linear;width:50px}.info__wrap .dot:hover{cursor:pointer;scale:1.05}.info__wrap .dot:first-child{margin-left:0}.info__wrap .info__icon{height:auto;margin:auto;width:30px}.image__wrap>*{transition:all .2s linear}.image__wrap>:hover{scale:1.05}.image__wrap .circle{background-color:#94ceca;border-radius:50%;height:300px;width:300px}.image{display:flex;height:auto;margin:auto;width:250px}@media only screen and (max-width:768px){.home__wrap{flex-wrap:wrap;justify-content:center;margin-top:1vh}.image__wrap{margin-top:15%}}.about__wrap{display:flex;justify-content:space-between;margin:auto;width:60%}.photo__wrap img{height:auto;width:250px}.text__wrap h2{color:#fff;font-size:2.5vh;text-align:center}.about__wrap .text__wrap{background-color:#94ceca;border-radius:30px;width:60%}.about__wrap .about__cont{border-radius:30px;margin:auto auto 1.5%;padding:1%;width:95%}.about__cont p{color:#fff;margin:0!important;padding:10px}@media only screen and (max-width:992px){.about__wrap{width:100%}}@media only screen and (max-width:576px){.about__wrap{flex-wrap:wrap;justify-content:center;width:100%}.about__wrap .text__wrap{width:90%}.about__wrap .photo__wrap{margin-bottom:10vh}}.tiles__wrap{align-content:space-evenly;display:flex;flex-wrap:wrap;justify-content:space-around;margin:auto;width:80%}@media only screen and (max-width:992px){.tiles__wrap{height:auto;margin-top:1vh}}.tiles__wrap .tiles{background:#94ceca;border-radius:30px;margin:2%;padding:0 1.5% 1.5%;transition:all .1s linear;width:40%}.tiles__wrap .tiles:hover{cursor:pointer;scale:1.02}.tiles__wrap .tiles p{color:#fff;font-size:2.2vh;font-weight:600;margin:0;padding:2%;text-align:center}.tiles .image__box{background-color:#fff;border-radius:30px;margin:auto}.tiles .image__box img{border-radius:30px;display:block;width:100%}@media only screen and (max-width:992px){.tiles__wrap .tiles{margin-top:5%;width:100%}.tiles__wrap .tiles:last-child{margin-bottom:5%}}.contact__wrap{background-color:#94ceca;border-radius:30px;margin:10vh auto;padding:5px 20px;width:40%}.contact__wrap h2{color:#fff;font-size:2.5vh;text-align:center}.contact__wrap .form__wrap{background-color:#fff;border-radius:30px;display:flex;flex-direction:column;margin:auto;padding:2%;width:95%}.form__wrap input,textarea{border:none;border-bottom:2px solid #f0f0f0;font-family:Montserrat,sans-serif;margin-bottom:2.5%;margin-top:2.5%;padding:.5%}.form__wrap textarea{resize:none}.form__wrap input:focus,.form__wrap textarea:focus{border-bottom:2px solid #14868c;outline:none}.contact__wrap button{background-color:#14868c;border:none;border-radius:30px;color:#fff;display:flex;font-family:Montserrat,sans-serif;font-weight:600;margin:2% auto;padding:1.5% 4%;transition:all .2s linear}.contact__wrap button:hover{cursor:pointer;scale:1.05}@media only screen and (max-width:768px){.contact__wrap{margin:10vh auto;width:90%}}
/*# sourceMappingURL=main.e7581f7e.css.map*/