@charset "UTF-8";

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-LtEx.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-LtEx.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-LtExO.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-LtExO.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Ex.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Ex.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-ExO.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-ExO.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-MdEx.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-MdEx.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-MdExO.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-MdExO.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    background-color: #F0ECEB;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
}
#container {
    overflow: hidden;
    width: 100%;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    padding-top: 98px;
}

.hide-accessible, 
.visually-hidden {
    position: absolute;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.wrapper {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
.row {
    padding: 0 32px;
}

.c-header {
    position: fixed;
    left: 16px;
    top: 16px;
    right: 16px;
    background-color: #ffffff;
    padding: 16px;
    z-index: 10;
}
.c-header img {
    height: 32px;
    float: left;
    width: auto;
}
.c-header .wrapper {
    max-width: 100%;
}
.c-header .row {
    padding: 0 16px;
}

.c-header nav {
    float: right;
    padding-top: 8px;
}

.c-header nav li {
    display: inline-block;
    margin-left: 48px;
}
.c-header nav ul {
    text-align: right;
}
.c-header nav li a {
    color: #4E4B4A;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
}
.c-header nav li:first-child {
    margin-left: 0;
}

.big-title {
    font-size: 96px;
    line-height: 96px;
    font-weight: 300;
    color: #A6A091;
    padding-top: 106px;
    margin-bottom: 32px;
}
.big-title--dark {
    color: #4E4B4A;
}

.deco-top-grey, 
.deco-bottom-grey, 
.deco-bottom-white, 
.deco-bottom-black, 
.deco-bottom-green {
    position: relative;
    overflow: hidden;
}
.deco-top-grey:before {
    content: ' ';
    position: absolute;
    background-image: url('../images/deco-top-grey.svg');
    top: -1px;
    left: -1px;
    pointer-events: none;
    width: 216px;
    height: 96px;
    background-size: cover;
    z-index: 5;
}
.deco-bottom-grey:after {
    content: ' ';
    position: absolute;
    background-image: url('../images/deco-bottom-grey.svg');
    bottom: -1px;
    right: -1px;
    pointer-events: none;
    width: 216px;
    height: 96px;
    background-size: cover;
}
.deco-bottom-white:after {
    content: ' ';
    position: absolute;
    background-image: url('../images/deco-bottom-white.svg');
    bottom: -1px;
    right: -1px;
    pointer-events: none;
    width: 216px;
    height: 96px;
    background-size: cover;
}
.deco-bottom-black:after {
    content: ' ';
    position: absolute;
    background-image: url('../images/deco-bottom-black.svg');
    bottom: -1px;
    right: -1px;
    pointer-events: none;
    width: 216px;
    height: 96px;
    background-size: cover;
}
.deco-bottom-green:after {
    content: ' ';
    position: absolute;
    background-image: url('../images/deco-bottom-green.svg');
    bottom: -1px;
    right: -1px;
    pointer-events: none;
    width: 108px;
    height: 48px;
    background-size: cover;
}

.title {
    max-width: 650px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 300;
    margin-bottom: 44px;
}
.text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 44px;
}
.text--on-right {
    width: 66.6666%;
    margin-left: 33.3333%;
}
.title--green, 
.text--green {
    color: #93CA15;
}
.title--grey, 
.text--grey {
    color: #716E6E;
}
.title--grey2, 
.text--grey2 {
    color: #716E6E;
}
.title--white, 
.text--white {
    color: #ffffff;
}
.title--black, 
.text--black {
    color: #24272C;
}

.text--dark-grey {
    color: #716E6E;
    margin-bottom: 0;
}
.text--dark-grey p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 24px;
}
.text--dark-grey strong {
    font-weight: 700;
}

.float-left {
    float: left;
}

.project-details {
    max-width: 440px;
    width: 100%;
    float: right;
}
.project-details p {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 16px;
}
.project-details a {
    color: #B2D583;
}
.project-details strong {
    font-weight: 700;
}

.title--bold {
    font-weight: 700;
}

.col {
    float: left;
}
.col--33 {
    width: 33.3333%;
}
.col--50 {
    width: 50%;
}
.col--66 {
    width: 66.6666%;
}

.col--special {
    padding: 4px;
    box-sizing: border-box;
}

.img-1-1 img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.img-16-9 img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.people img {
    max-width: 216px;
    width: 100%;
    height: auto;
}
.people {
    margin-bottom: 24px;
}
.people--single {
    position: relative;
}
.people .title {
    margin-bottom: 0;
}
.vertical-space-20 {
    height: 20px;
}

.title--small-exc {
    font-size: 16px;
    line-height: 24px;
}

.people--multiple > div {
    width: 25%;
    margin-bottom: 24px;
    float: left;
}
.people--multiple > div img {
    margin-right: 0;
    margin-bottom: 16px;
    max-width: 160px;
}

.aligned-bottom {
    height: 100%;
    display: flex;
    position: absolute;
    left: 264px;
    top: 0;
    bottom: 0;
    right: 0;
    justify-content: flex-end;
    flex-direction: column;
}

.aligned-bottom p {
    margin-bottom: 0;
}

.people-info {
    padding-top: 16px;
}
.people-info li {
    margin-bottom: 16px !important;
}
.people-info li:last-child {
    margin-bottom: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.people-info.smaller {
    padding-top: 8px !important;
}
.people-info.smaller li {
    font-size: 12px !important;
    line-height: 16px !important;
    padding-left: 17px !important;
    margin-bottom: 8px !important;
}
.people-info.smaller li:last-child {
    margin-bottom: 0 !important;
}
.people-info.smaller li:before {
    width: 9px !important;
    height: 9px !important;
    top: 5px !important;
}

.card--25, 
.card--33 {
    padding: 4px;
    box-sizing: border-box;
    float: left;
}
.card--25 {
    width: 25%;
}
.card--33 {
    width: 33.3333%;
}
.cards-container {
    margin: 48px -4px -4px;
}

.small-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #4D5B32;
}

.bg--white, 
.bg--green {
    padding-top: 96px;
    padding-bottom: 144px;
}
.bg--white {
    background-color: #ffffff;
}
.bg--green {
    background-color: #4D5B32;
}

.content-with-bg {
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(77,91,50);
    background: linear-gradient(180deg, rgba(77,91,50,0.75) 0%, rgba(78,75,74,0.75) 100%);
    padding-top: 96px;
    padding-bottom: 96px;
}
.content-with-bg.on-top {
    top: 0;
}
.content-with-bg.on-bottom {
    bottom: 0;
}

.number {
    margin-bottom: 44px;
}
.number:last-child {
    margin-bottom: 0;
}
.number span {
    display: block;
    margin: 0;
}

.columns-space {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.columns-space-2 {
    margin: 0 -4px -4px;
}

.title-bg {
    background-color: #93CA15;
    margin-top: -1px;
    min-height: 132px;
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: left;
    width: 100%;
}
.title-bg .small-title {
    width: 100%;
}

.deco-img-bg:before {
    content: ' ';
    background: rgb(178,213,131);
    background: linear-gradient(180deg, rgba(178,213,131,0.5) 0%, rgba(214,211,210,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.c-footer {
    margin-top: -1px;
    background-color: #24272C;
    padding-top: 96px;
    padding-bottom: 96px;
    margin-left: 16px;
    margin-right: 16px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

ul, ol {
    list-style: none;
}

#container li, .url {
    padding-left: 20px;
    color: #4D5B32;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 44px;
    position: relative;
    font-weight: 500;
}
#container ul.links li {
    margin-bottom: 20px;
}
#container li a, .url a {
    color: #4D5B32;
    font-weight: 700;
    text-decoration: underline;
}

#container li:last-child, 
.url:last-child {
    margin-bottom: 0;
}

#container li.no-style {
    padding-left: 0;
}

#container li:before, 
.url:before {
    width: 12px;
    height: 12px;
    content: ' ';
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #4D5B32;
    display: block;
}

#container li.no-style:before {
    display: none;
}

#container li.no-style img {
    height: 16px;
    margin-right: 36px;
    width: auto;
}

.url {
    display: block;
    width: 100%;
}

.c-footer img {
    height: 64px;
    width: auto;
    float: left;
}

body .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left][data-tp-anchored] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-top-left-radius: 0 !important;
}

.c-footer nav {
    float: right;
    padding-top: 47px;
}

.c-footer nav li {
    display: inline-block;
    margin-left: 48px;
}
.c-footer nav ul {
    text-align: right;
}
.c-footer nav li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: underline;
}
.c-footer nav li:first-child {
    margin-left: 0;
}

#closure {
    padding: 8px 16px;
    text-align: right;
}
#closure img {
    width: auto;
    height: 48px;
    display: inline-block;
}

.page-block {
    margin-bottom: 20px;
}

.page-block .full-img img {
    margin-bottom: 20px;
}
.imgs-additional-space {
    height: 16px;
}

.minor-margin {
    margin-bottom: 20px !important;
}
.max-width-text {
    max-width: 650px;
}
.services-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.button {
    background-color: #93CA15;
    height: 49px;
    line-height: 49px !important;
    min-width: 250px;
    padding: 0 30px;
    box-sizing: border-box;
    text-decoration: underline;
    color: #4D5B32;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}

.minor-divider {
    height: 8px;
}

.project-half {
    width: 50%;
    float: left;
}

.secondary-project.reflected {
    display: flex;
}
.secondary-project.reflected .project-half-1 {
    order: 1;
}
.secondary-project.reflected .project-half-2 {
    order: 2;
}

.secondary-project {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.project-half-2 {
    padding-top: 96px;
    padding-bottom: 96px;
}

.centered-part {
    max-width: 514px;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
}

#additional-projects {
    position: relative;
}
#additional-projects:after {
    width: 8px;
    left: 50%;
    margin-left: -4px;
    height: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #F0ECEB;
}

.project-half-1 {
    position: relative;
}
.project-half-1:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(77, 91, 50);
    background: linear-gradient(180deg, rgba(77, 91, 50, 0.5) 0%, rgba(78, 75, 74, 0.5) 100%);
    content: ' ';
}

.project-half-1 img {
    min-height: 550px;
}

@media (max-width: 1400px) {
    .title {
        font-size: 24px;
        line-height: 32px;
    }

    .deco-top-grey:before, 
    .deco-bottom-grey:after, 
    .deco-bottom-white:after, 
    .deco-bottom-black:after {
        width: 108px;
        height: 48px;
    }

    .big-title {
        font-size: 48px;
        line-height: 48px;
    }

    .content-with-bg, .bg--white, .bg--green {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .card--25 {
        width: 33.3333%;
    }
}

@media (max-width: 950px) {
    .img-16-9 img {
        min-height: 500px;
    }

    .text {
        margin-bottom: 24px;
    }

    .col--50 .img-16-9 img {
        min-height: 50px;
    }

    .people--multiple > div {
        width: 33.3333%;
    }
}

@media (max-width: 900px) {
    .c-header nav {
        display: none !important;
    }
    .c-header img {
        margin: 0 auto;
        float: none;
    }

    .text--on-right {
        width: 100%;
        margin-left: 0;
    }
    #home-about .col--33, 
    #home-about .col--66 {
        width: 100%;
        float: none;
    }
    .columns-space {
        display: block;
        align-items: initial;
        justify-content: initial;
    }
    .number {
        margin-bottom: 20px !important;
    }

    #home-about .col--66 {
        padding-top: 24px;
    }

    .big-title {
        padding-top: 64px;
    }

    .card--25 {
        width: 50%;
    }

    .cards-container {
        margin-top: -4px;
    }

    .people--multiple > div {
        width: 100%;
    }
    .people .title {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media (max-width: 750px) {
    .big-title {
        font-size: 32px;
        line-height: 48px;
    }

    .content-with-bg, .bg--white, .bg--green {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .deco-top-grey:before, 
    .deco-bottom-grey:after, 
    .deco-bottom-white:after, 
    .deco-bottom-black:after {
        width: 54px;
        height: 24px;
    }

    .card--33 {
        width: 100%;
    }

    .c-footer .wrapper {
        text-align: center !important;
    }
    .c-footer img {
        float: none;
        margin: 0 auto;
    }

    .c-footer nav li {
        display: block;
        text-align: center;
        margin: 0 0 10px !important;
        width: 100% !important;
    }

    .c-footer nav ul {
        width: 100% !important;
    }

    .c-footer {
        padding-top: 48px;
        padding-bottom: 38px;
    }

    .c-footer nav {
        float: none;
        width: 100%;
    }

    .button {
        font-size: 16px;
        line-height: 36px !important;
        height: 36px !important;
        min-width: 180px !important;
    }
}

@media (max-width: 680px) {
    #additional-projects:after {
        display: none;
    }

    .secondary-project {
        display: block !important;
    }

    .project-half-1, 
    .project-half-2 {
        width: 100% !important;
        float: none !important;
    }

    #home-projects .title, 
    #additional-projects .title {
        font-weight: 700;
    }
    #home-projects .services-text, 
    #additional-projects .services-text {
        font-weight: 300;
    }

    #additional-projects img {
        max-height: 120px;
        min-height: 120px;
    }

    .project-half-2 {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    
    .project-details {
        max-width: 100% !important;
        float: none !important;
    }
    .project-details p {
        margin-bottom: 10px;
    }
    .project-details p:last-child {
        margin-bottom: 0;
    }
    #container li a, .url a {
        word-break: break-all;
    }

    .people img {
        display: none;
    }
    .aligned-bottom {
        position: relative;
        display: block;
        justify-content: initial;
        flex-direction: initial;
        left: 0;
    }
}

@media (max-width: 600px) {
    .card--25 {
        width: 100%;
    }
    .title-bg {
        min-height: 40px;
    }
    .small-title {
        font-size: 16px;
        line-height: 24px;
    }
    .deco-bottom-green:after {
        width: 54px;
        height: 24px;
    }
    .card--25 img {
        aspect-ratio: 6 / 2;
        object-fit: cover;
    }

    .big-title {
        font-size: 24px;
        line-height: 32px;
    }

    #home-opening .text {
        margin-bottom: 0;
    }
    .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .text, .small-title, #container li, .url, 
    .text--dark-grey p {
        font-size: 14px;
        line-height: 22px;
    }

    #container li:before, .url:before {
        width: 9px;
        height: 9px;
        top: 6px;
    }

    .c-footer img {
        max-height: 32px;
    }

    #container li, .url {
        margin-bottom: 24px;
    }

    .big-title {
        padding-top: 48px;
    }

    .col--50.col--special {
        width: 100%;
        float: none;
    }

    #container #home-contacts li.no-style {
        text-align: right;
    }
    
    #container #home-contacts li.no-style a {
        display: inline-block;
    }

    #home-contacts li a {
        word-break: initial !important;
    }

    .people .title {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .people--multiple > div {
        margin-bottom: 12px;
    }
    .people {
        margin-bottom: 0;
    }
    .people--multiple > div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 420px) {
    .title {
        font-size: 14px;
        line-height: 22px;
    }
    .text, .small-title, #container li, .url, .text--dark-grey p {
        font-size: 12px;
        line-height: 20px;
    }

    .row {
        padding: 0 20px;
    }

    .title-bg {
        padding: 14px;
        min-height: 20px;
    }

    .button {
        font-size: 12px;
        min-width: 160px !important;
    }

    .big-title {
        padding-top: 32px;
        margin-bottom: 16px;
    }
}