@import"https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap";.loader[data-v-46146cd2]{background-color:#085fe2;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;position:fixed;left:0px;top:0px;animation-delay:3.5s;animation-duration:1s;animation-name:fade-up-46146cd2;animation-fill-mode:forwards;z-index:1000}.mobile-only[data-v-46146cd2]{display:none}.text[data-v-46146cd2]{color:#fff;text-transform:uppercase;font-size:54px;letter-spacing:12px}.hands[data-v-46146cd2]{display:block;position:absolute}#hand-1[data-v-46146cd2]{left:-50vw;top:15vh;max-height:25vw;animation-name:left-swing-in-46146cd2;animation-duration:.5s;animation-fill-mode:forwards}#hand-2[data-v-46146cd2]{left:-50vw;top:45vh;max-height:25vw;animation-name:left-swing-in-46146cd2;animation-delay:.5s;animation-duration:.65s;animation-fill-mode:forwards}#hand-3[data-v-46146cd2]{left:20vw;bottom:-50vw;max-height:25vw;animation-name:bottom-swing-in-46146cd2;animation-delay:1.15s;animation-duration:.5s;animation-fill-mode:forwards}#hand-4[data-v-46146cd2]{left:50vw;bottom:-50vw;max-height:25vw;animation-name:bottom-swing-in-46146cd2;animation-delay:1.65s;animation-duration:.65s;animation-fill-mode:forwards}#hand-5[data-v-46146cd2]{right:-50vw;top:30vh;max-height:30vw;animation-name:right-swing-in-46146cd2;animation-delay:2.25s;animation-duration:.5s;animation-fill-mode:forwards}#hand-6[data-v-46146cd2]{right:-50vw;top:10vh;max-height:35vw;animation-name:right-swing-in-46146cd2;animation-delay:2.75s;animation-duration:.5s;animation-fill-mode:forwards}@keyframes left-swing-in-46146cd2{0%{left:-50vw}to{left:0vw}}@keyframes right-swing-in-46146cd2{0%{right:-50vw}to{right:0vw}}@keyframes bottom-swing-in-46146cd2{0%{bottom:-50vw}to{bottom:0vw}}@keyframes fade-up-46146cd2{0%{top:0px;opacity:100}to{top:-150vh;opacity:0}}@media screen and (max-width: 768px){.text[data-v-46146cd2]{font-size:35px;line-height:35px;text-align:center;margin-top:-30px}.mobile-only[data-v-46146cd2]{display:block}#hand-1[data-v-46146cd2]{max-height:20vh}#hand-2[data-v-46146cd2]{top:55vh;max-height:20vh}#hand-3[data-v-46146cd2]{bottom:-75vw;left:-10vw;max-height:28vh}#hand-4[data-v-46146cd2]{max-height:25vh}#hand-5[data-v-46146cd2]{right:-75vw;top:45vh;max-height:30vh}#hand-6[data-v-46146cd2]{right:-75vw;top:10vh;max-height:30vh}@keyframes left-swing-in-46146cd2{0%{left:-50vw}to{left:-5vw}}@keyframes right-swing-in-46146cd2{0%{right:-75vw}to{right:-15vw}}@keyframes bottom-swing-in-46146cd2{0%{bottom:-50vw}to{bottom:0vw}}}body,html{background-color:#fff;scroll-behavior:smooth}header{height:40px;padding:0 10px;background-color:#085fe2;display:flex;justify-content:space-between;align-content:center}.buttons{display:flex;justify-content:center;align-items:center;height:100%}.buttons a{text-decoration:none;display:block;appearance:none;background:none;border:none;color:#fff;cursor:pointer;margin:0 10px;opacity:.75;transition:opacity .25s}.buttons a:hover{opacity:1}header h1{padding:10px;text-align:left;color:#fff;font-size:20px;line-height:20px;font-weight:700}@media screen and (max-width: 768px){header h1{font-size:15px}.buttons a{font-size:12px}}:root{--vc-clr-primary: #000;--vc-clr-secondary: #090f207f;--vc-clr-white: #ffffff;--vc-icn-width: 1.2em;--vc-nav-width: 30px;--vc-nav-height: 30px;--vc-nav-border-radius: 0;--vc-nav-color: var(--vc-clr-primary);--vc-nav-color-hover: var(--vc-clr-secondary);--vc-nav-background: transparent;--vc-pgn-width: 12px;--vc-pgn-height: 4px;--vc-pgn-margin: 4px;--vc-pgn-border-radius: 0;--vc-pgn-background-color: var(--vc-clr-secondary);--vc-pgn-active-color: var(--vc-clr-primary)}.carousel{position:relative;text-align:center;box-sizing:border-box}.carousel *{box-sizing:border-box}.carousel__track{display:flex;margin:0;padding:0;position:relative}.carousel__viewport{overflow:hidden}.carousel__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.carousel__pagination{display:flex;justify-content:center;list-style:none;line-height:0;margin:10px 0 0}.carousel__pagination-button{display:block;border:0;margin:0;cursor:pointer;padding:var(--vc-pgn-margin);background:transparent}.carousel__pagination-button:after{display:block;content:"";width:var(--vc-pgn-width);height:var(--vc-pgn-height);border-radius:var(--vc-pgn-border-radius);background-color:var(--vc-pgn-background-color)}.carousel__pagination-button:hover:after,.carousel__pagination-button--active:after{background-color:var(--vc-pgn-active-color)}.carousel__prev,.carousel__next{box-sizing:content-box;background:var(--vc-nav-background);border-radius:var(--vc-nav-border-radius);width:var(--vc-nav-width);height:var(--vc-nav-height);text-align:center;font-size:var(--vc-nav-height);padding:0;color:var(--vc-nav-color);display:flex;justify-content:center;align-items:center;position:absolute;border:0;cursor:pointer;margin:0 10px;top:50%;transform:translateY(-50%)}.carousel__prev:hover,.carousel__next:hover{color:var(--vc-nav-color-hover)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__prev{left:0}.carousel__next{right:0}.carousel--rtl .carousel__prev{left:auto;right:0}.carousel--rtl .carousel__next{right:auto;left:0}.carousel__icon{width:var(--vc-icn-width);height:var(--vc-icn-width);fill:currentColor}.carousel__slide{scroll-snap-stop:auto;flex-shrink:0;margin:0;position:relative;display:flex;justify-content:center;align-items:center}body,html{scroll-behavior:smooth}.grid{background-color:#085fe2;display:flex;flex-wrap:wrap}.grid-item{min-width:33.33%;height:350px;background-position:center;background-size:cover;cursor:pointer}.bio{background-color:#085fe2;color:#fff;font-size:28px;padding:60px;min-height:100vh;display:flex;align-items:center}.bio a{font-weight:700;color:#fff}.bio p{margin:20px 0}.modal-wrapper{background-color:#000000a6;padding:30px;box-sizing:border-box;position:fixed;top:0px;left:0px;width:100vw;height:100vh}.carousel-wrapper,.single-image-wrapper{padding:30px;background-color:#fff;box-sizing:border-box;width:100%;height:100%}.single-image-wrapper{display:flex;justify-content:center;align-items:center}.single-image-wrapper img{max-width:100%;max-height:calc(100vh - 100px)}.close-modal{position:absolute;right:40px;top:40px;color:#000;appearance:none;background:transparent;border:none;z-index:1;cursor:pointer;opacity:.75;transition:opacity .25s}.close-modal:hover{opacity:1}.carousel__next,.carousel__prev{background-color:#fff;border-radius:50%}.carousel{background-color:#fff;height:100%;overflow:hidden}.carousel__slide{max-height:calc(100vh - 100px)}.carousel__slide img{max-width:100%;max-height:100%;margin:15px}.carousel-footer{background-color:#000;padding:5px 15px;width:100%;color:#fff;position:absolute;bottom:0px;left:0px;text-align:left}@media screen and (max-width: 768px){.grid-item{min-width:50%;height:225px}.modal-wrapper,.carousel-wrapper{padding:15px}.carousel__slide{max-height:calc(100vh - 60px)}.carousel__slide img{margin:7.5px}.close-modal{right:15px;top:20px}.carousel{display:flex;justify-content:center;align-items:center}}:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;position:relative;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Josefin Sans;font-weight:400}
