<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap');*/
/*font-family: "Oswald", sans-serif;*/
/*font-optical-sizing: auto;*/
/*font-weight: &lt;weight&gt;;*/
/*font-style: normal;*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;family=Oswald:wght@200..700&amp;display=swap');
/*font-family: "Jost", sans-serif;*/
/*font-optical-sizing: auto;*/
/*font-weight: &lt;weight&gt;;*/
/*font-style: normal;*/

body {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    color: #fff;
    background: #2B3030;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::placeholder {
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    letter-spacing: .1em;
    font-size: 1.25rem;
}


h1, h2, h3, h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .06em;
    line-height: 1.4em;
}

h1 {
    font-size: 6rem;
}

h2 {
    font-size: 1.75rem;
}

@media (min-width: 576px) {
    h2 {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 3rem;
    }
}

h3 {
    font-size: 1.15rem;
}

@media (min-width: 576px) {
    h3 {
        font-size: 1.25rem;
    }
}


a {
    transition: color .25s ease-in-out;
}

@media (max-device-width: 1500px) {
    h1 {
        font-size: 5rem;
    }
}

@media (max-device-width: 900px) {
    h1 {
        font-size: 4rem;
    }
}

@media (max-device-width: 600px) {
    h1 {
        font-size: 3rem;
    }
}

a {
    color: #fff;
}

p {
    font-size: 16px;
}

#main_section {
    height: 100vh;
}

@media (max-height: 575px) and (max-width: 991.98px) and (orientation: landscape) {
    #main_section {
        height: 160vh;
    }
}

#main_section h1 span {
    font-size: 1.5rem;
}

/*#main_section #preview_img {*/
/*    object-fit: cover;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/


#main_section__info_wrapper {
    position: absolute;
    top: 30vh;
    z-index: 4;
    width: 100%;
}

@media (min-width: 576px) {
    #main_section h1 span {
        font-size: 2rem;
    }

    #main_section__info_wrapper {
        top: 20vh;
    }
}

/*@media (min-width: 768px) {*/
/*    #main_section h1 span {*/
/*        font-size: 2rem;*/
/*    }*/
/*}*/

@media (min-width: 922px) {
    #main_section h1 span {
        font-size: 2.5rem;
    }

    #main_section__info_wrapper {
        top: 30vh;
    }
}

@media (min-width: 1200px) {
    #main_section h1 span {
        font-size: 3.5rem;
    }
}

#main_section__info {
    align-items: center;
}

#main_section__info p {
    font-size: 36px;
}

@media (max-device-width: 1500px) {
    #main_section__info p {
        font-size: 30px;
    }
}

@media (max-device-width: 900px) {
    #main_section__info p {
        font-size: 26px;
    }
}

@media (max-device-width: 600px) {
    #main_section__info p {
        font-size: 22px;
    }
}


.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}


.bg-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-separator {
    position: relative;
    height: 600px;
}

@media (min-width: 576px) {
    .section-separator {
        height: 630px;
    }
}

@media (min-width: 768px) {
    .section-separator {
        height: 680px;
    }
}

@media (min-width: 992px) {
    .section-separator {
        height: 706px;
    }
}

.separator-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.separator-wrapper .container {
    opacity: 1;
    transition: opacity .50s ease-in-out;
}

.separator-inner {
    backdrop-filter: blur(10px) contrast(100%);
    -webkit-backdrop-filter: blur(10px) contrast(100%);
    padding: 20px 30px;
    display: block;
    width: 100%;
    transition: opacity .75s ease-in-out;
}

.project-teaser {
    padding: 1.25rem;
    border-radius: 5px;
    border: 2px solid transparent;
    /*border: 2px solid rgba(255, 255, 255, .04);*/
    transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out;
    position: relative;
}

.project-teaser:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out;
}

.project-teaser:hover {
    border-color: #01FEFE;
    box-shadow: 0 0 8px #01FEFE;
    -moz-box-shadow: 0 0 8px #01FEFE;
    -webkit-box-shadow: 0 0 8px #01FEFE;
}

.project-teaser:hover:before {
    box-shadow: inset 0 0 6px #01FEFE;
    -moz-box-shadow: inset 0 0 6px #01FEFE;
    -webkit-box-shadow: inset 0 0 6px #01FEFE;
}


.project-teaser h3 {
    font-size: 1.5rem;
}

.project-teaser__info {
    display: flex;
    justify-content: space-between;
    font-size: .85rem;
}

@media (min-width: 576px) {
    .project-teaser__info {
        font-size: 1.05rem;
    }

    .project-teaser h3 {
        font-size: 1.75rem;
    }
}

@media (min-width: 768px) {
    .project-teaser__info {
        font-size: 1.25rem;
    }

    .project-teaser h3 {
        font-size: 2rem;
    }
}

.project-teaser__info__item {
    display: flex;
    align-items: center;
}


.map-wrapper {
    height: 400px;
    position: relative;
}

.map-nav-link {
    display: block;
    height: 50%;
    width: 50%;
    left: 25%;
    top: 25%;
    position: absolute;
}

@media (min-width: 576px) {
    .map-wrapper {
        height: 600px;
    }
}

@media (min-width: 768px) {
    .map-wrapper {
        height: 852px;
    }
}

@media (min-width: 992px) {
    .map-nav-link {
        display: none;
    }
}

#request button span {
    padding-top: 14px;
    padding-bottom: 14px;
}

#explain_village {
    /*height: 700px;*/
    position: relative;
}

#explain_wrapper {
    position: relative;
}


#explain_village_section__info_wrapper {
    top: 8vh;
    position: absolute;
    width: 100%;
}

@media (min-width: 576px) {
    #explain_village {
        /*height: 900px;*/
    }

    #explain_village_section__info_wrapper {
        top: 8vh;
    }
}

@media (min-width: 768px) {
    #explain_village {
        /*height: 1000px;*/
    }

    #explain_village_section__info_wrapper {
        top: 10vh;
    }
}

@media (min-width: 992px) {
    #explain_village {
        /*height: 1100px;*/
    }

    #explain_village_section__info_wrapper {
        top: 10vh;
    }
}

@media (min-width: 1200px) {
    #explain_village {
        /*height: 1200px;*/
        /*height: 878px;*/
    }

    #explain_village_section__info_wrapper {
        top: 12vh;
    }
}

@media (min-width: 1400px) {
    #explain_village {
        /*height: 1280px;*/
        /*height: 1316px;*/
    }

    #explain_village_section__info_wrapper {
        top: 17vh;
    }
}

footer .gp-link-text {
    font-size: .75rem;
}

footer {
    font-size: .75rem;
}

@media (min-width: 576px) {
    footer .gp-link-text {
        font-size: 1rem;
    }

    footer {
        font-size: 1rem;
    }
}

.request-mobile-button {
    position: absolute !important;
    bottom: 6px;
}

.after-head {
    font-size: 1.15rem;
}

@media (min-width: 576px) {
    .after-head {
        font-size: 1.5rem;
    }
}


.request-info {
    font-size: 1rem;
}

@media (min-width: 576px) {
    .request-info {
        font-size: 1.15rem;
    }
}

@media (min-width: 768px) {
    .request-info {
        font-size: 1.05rem;
    }
}

@media (min-width: 992px) {
    .request-info {
        font-size: 1.05rem;
    }
}

@media (min-width: 1200px) {
    .request-info {
        font-size: 1.25rem;
    }
}


.modal-header {
    border-bottom: 1px solid #01FEFE;
}

.modal-dialog {
    height: auto;
}

@media (min-width: 992px) {
    .modal-dialog {
        /*height: 100%;*/
        height: auto;
    }
}

.modal-content {
    background: #2B3030;
}

i.bi {
    color: #01FEFE;
}</pre></body></html>