body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.navbar-hidden{transition:.2s ease-out;z-index:-1}.navbar{align-items:center;background-color:#209259;color:#fff;display:flex;height:64px;justify-content:space-between;position:absolute;width:100%;z-index:10}.navbar-brand{color:#fff;font-size:1.5rem;font-weight:700;padding-left:1.5rem;text-decoration:none}.navbar-toggler{align-items:center;background-color:initial;border:none;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center}.navbar-toggler-icon{display:flex;height:1.5rem;width:1.5rem}.navbar-toggler-close,.navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox%3D%220 0 30 30%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath stroke%3D%22%23fff%22 stroke-width%3D%223%22 stroke-linecap%3D%22round%22 stroke-miterlimit%3D%2210%22 d%3D%22M4 7h22M4 15h22M4 23h22%22%2F%3E%3C%2Fsvg%3E");background-size:cover}.navbar-toggler-close{background:inherit;border:none;cursor:pointer;display:inline-block;justify-content:center;padding-top:.5rem}.navbar-collapse{background-color:#ad8;left:0;max-height:0;overflow-y:auto;position:absolute;right:0;top:64px;transition:max-height .2s ease-out}.navbar-collapse.show{max-height:400px}.navbar-nav{align-items:center;display:flex;list-style:none;margin:0;padding:0}.nav-item{margin:0 1rem}.nav-link{color:#fff;display:block;font-size:1rem;font-weight:400;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s ease-out}.nav-link:hover{background-color:hsla(0,0%,100%,.1)}@media (max-width:768px){.navbar-nav{flex-direction:column}.navbar-toggler{display:block}.nav-item{margin:.5rem 0}}.container{align-items:center;display:flex;justify-content:space-evenly;margin:0 auto}@media (max-width:992px){.container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:95%}}.left-container-w-text{box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1rem .5rem;width:40%}@media (max-width:992px){.left-container-w-text{width:95%}}.right-container-w-img{height:auto;overflow:hidden;padding-bottom:1rem;padding-top:1rem;width:40%}@media (max-width:992px){.right-container-w-img{align-items:center;justify-content:center;width:100%}}.right-container-w-img img{height:auto;object-fit:cover;width:100%}@media (max-width:992px){.right-container-w-img img{align-items:center;justify-content:center;width:100%}}h1{font-size:clamp(25px,10vw,50px)}.single-article{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.right-container-w-text{box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1rem .5rem;width:40%}@media (max-width:992px){.right-container-w-text{width:95%}}.left-container-w-img{height:auto;overflow:hidden;width:40%}@media (max-width:992px){.left-container-w-img{align-items:center;justify-content:center;width:100%}}.left-container-w-img img{height:auto;object-fit:cover;padding-bottom:1rem;padding-top:1rem;width:100%}@media (max-width:992px){.left-container-w-img img{align-items:center;justify-content:center;width:100%}}.section2{background-position:50%;background-size:cover;color:#fff;height:85vh;text-align:center}.container2{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 2rem}h2{font-size:clamp(2rem,10vw,3rem);font-weight:700;margin-bottom:1rem}h2,p{color:#000;font-family:coolvetica,helvetica,roboto,courier}p{font-size:1.5rem;font-weight:400;margin-bottom:2rem}.cool-button{background-color:#000;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;padding:.5rem 1rem;text-decoration:none;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.cool-button:hover{-webkit-transform:scale(1.1) rotate(5deg);transform:scale(1.1) rotate(5deg)}.blog-section{display:flex;justify-content:space-evenly}.container3{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:90%}.article{box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:4rem;text-align:center;width:calc(33.333% - 2rem)}@media (max-width:992px){.container3{align-items:center;flex-direction:column;justify-content:center;width:100%}.article{margin-bottom:2rem;width:90%}}.article img{height:auto;margin-bottom:1rem;object-fit:cover;width:100%}.article h3{font-size:1.5rem;font-weight:300;margin-bottom:.5rem}.form{box-shadow:0 2px 4px rgba(0,0,0,.1);padding:2rem}.form h1{font-size:2rem;font-weight:600;margin-bottom:1rem;margin-top:0;text-align:center}.form h2{font-size:1.5rem;font-weight:500;margin-bottom:2rem;text-align:center}.form label{display:block;font-size:1rem;font-weight:500;margin:1rem}.form input,.form select,.form textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem;max-width:600px;padding:.5rem;width:100%}.form select{-webkit-appearance:none;appearance:none;background-color:#fff;background-position:right .5rem center;background-repeat:no-repeat;height:3.5rem}.form textarea{height:10rem;resize:vertical}.form input[type=email]{height:2.5rem}.form button[type=submit]{background-color:#333;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin:2rem auto;padding:.75rem 2rem;transition:background-color .2s}.form button[type=submit]:hover{background-color:#444}.flex-grid{display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(3,33.33%)}figure{display:flex;flex-direction:column;margin:1rem}@media only screen and (max-width:768px){.flex-grid{grid-template-columns:1fr;margin:0;width:100%}.flex-grid p{font-size:medium;margin:auto;padding:.5rem}figure{flex-direction:row}figure:nth-of-type(2n){flex-direction:row-reverse}.flex-grid-pics{height:auto;max-width:50%;object-fit:cover}.text-container{max-width:50%}}.footer{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;padding:1rem;text-align:center}.footer span{word-wrap:break-word;max-width:100px;padding:1rem}.social-links{align-items:center;display:flex;flex-direction:column;height:20vh;justify-content:flex-start;width:100px}@media only screen and (max-width:768px){.social-links{height:25vh}}#mask{height:100%;width:100%}.AnimatingText{font-size:clamp(3rem,15vw,20rem)}.AnimatingText,.AnimatingTextMedium{background:url(https://media4.giphy.com/media/7LsYKNn60KhUs/giphy.gif?cid=ecf05e47buz1wr3kg06d6sj0kbfmy4fv42883yn9m47ke2rl&rid=giphy.gif&ct=g) repeat;-webkit-background-clip:text;background-clip:text;background-position:10px;color:transparent;font-family:coolvetica,helvetica,roboto,courier;font-weight:700;margin:0 auto}.AnimatingTextMedium{font-size:clamp(1.5rem,10vw,10rem)}.AnimatingTextSmall{background:url(https://media4.giphy.com/media/7LsYKNn60KhUs/giphy.gif?cid=ecf05e47buz1wr3kg06d6sj0kbfmy4fv42883yn9m47ke2rl&rid=giphy.gif&ct=g) repeat;-webkit-background-clip:text;background-clip:text;background-position:10px;color:transparent;font-family:coolvetica,helvetica,roboto,courier;font-size:clamp(1rem,5vw,5rem);font-weight:700;margin:0 auto}.blurred-bg-img{background-position:50%;background-size:cover;color:#fff;-webkit-filter:blur(2px);filter:blur(2px);height:85vh;left:0;margin-left:auto;margin-right:auto;object-fit:cover;position:absolute;right:0;text-align:center;width:100%;z-index:-1}.text-over-bg{position:absolute;top:0;z-index:2}.typewriter{-webkit-animation:typing 2s steps(48),blink .5s step-end infinite alternate;animation:typing 2s steps(48),blink .5s step-end infinite alternate;border-right:3px solid;font-size:clamp(small,15vw,5rem);overflow:hidden;white-space:nowrap;width:100%}@-webkit-keyframes typing{0%{width:0}}@keyframes typing{0%{width:0}}@-webkit-keyframes blink{50%{border-color:transparent}}@keyframes blink{50%{border-color:transparent}}.SubtitleThing{font-size:clamp(.6rem,2vw,3rem);width:90%}.SubtitleThing,.SubtitleThingMedium{color:#000;font-family:coolvetica,helvetica,roboto,courier;font-weight:400;margin-bottom:2rem}.SubtitleThingMedium{font-size:clamp(.6rem,3vw,3rem)}.SubtitleThingSmall{color:#000;font-family:coolvetica,helvetica,roboto,courier;font-size:clamp(.6rem,2vw,2rem);font-weight:400;margin-bottom:2rem}.moveBox{margin:0 auto;width:100%}a,a:active,a:focus,a:hover{color:inherit;text-decoration:none}.cookie-popup{align-items:center;background-color:#eeeae6;bottom:0;box-shadow:0 -1px 3px rgba(0,0,0,.1);display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}@media screen and (max-width:600px){.cookie-popup{align-items:center;flex-direction:column}.cookie-popup button{margin-top:10px}}.cookie-popup.active{-webkit-transform:translateY(0);transform:translateY(0)}.cookie-popup button{border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;margin:5px;padding:10px 20px;transition:background-color .2s ease-out}.cookie-popup .accept{background:#22c346;background:linear-gradient(0deg,#22c346,#2dfdb4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#22c346",endColorstr="#2dfdb4",GradientType=1)}.cookie-popup .accept:hover{background-color:#3e9f3e}.cookie-popup .reject{background:#fcb045;background:linear-gradient(180deg,#fcb045,#fd1d1d);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb045",endColorstr="#fd1d1d",GradientType=1)}.cookie-popup .reject:hover{background-color:#d32f2f}
/*# sourceMappingURL=main.79d1bfea.css.map*/