@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: black; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
  animation: fadeout 450ms ease-in-out forwards;
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
html, body {
  height: 100%;
}

body {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: -0.3px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2em;
  color: black;
  background-color: #f4f0ec;
}

a {
  color: black;
  text-decoration: none;
}
a:hover, a.current, a.active {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
a.title:hover, a.title.active {
  font-style: italic;
  letter-spacing: 1.2px;
  text-decoration: none;
}
a.link {
  transition: margin-left 200ms ease-out;
}
a.link::before {
  content: "→";
}
a.link:hover {
  margin-left: 5px;
  font-style: normal;
  letter-spacing: inherit;
  text-decoration: none;
}
a.email:hover {
  font-style: normal;
  letter-spacing: inherit;
  text-decoration: underline;
}

i {
  font-style: italic;
}

em, blockquote {
  font-family: Spectral, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1em;
  font-style: italic;
  line-height: 1.1em;
  margin: 35px 0;
}

strong {
  font-weight: 600;
}

p {
  margin: 20px 0;
}

textarea:focus, input:focus {
  outline: 0 none;
}

input[type=text], input[type=email] {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  width: 100%;
  border: none;
  background-color: #f4f0ec;
  border-bottom: 1px solid black;
}
textarea {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  width: 100%;
  border: none;
  background-color: #f4f0ec;
  border: 1px solid black;
}

input[type=submit], button {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.4px;
  background-color: #f4f0ec;
  border: 0.5px solid black;
  border-radius: 18px;
  padding: 2px 10px;
  cursor: pointer;
}

.button {
  letter-spacing: 0.1px;
  padding: 2px 8px 2px 8px;
  border: 1px solid black;
  border-radius: 20px;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.button:hover, .button:active {
  font-style: normal;
  text-decoration: none;
  background-color: black;
  color: white;
}
.button.white {
  color: white;
  border: 1px solid white;
  padding: 8px 14px 6px 14px;
}
.button.white:hover, .button.white:active, .button.white.active {
  background-color: white;
  color: black;
}

.tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tag {
  font-family: Spectral, serif;
  font-size: 14.5px;
  font-weight: normal;
  font-variant-caps: small-caps;
  text-transform: lowercase;
  letter-spacing: 0;
  display: block;
  padding: 1px 8px 1px 8px;
  margin: 0 8px 8px 0;
  border: 1px solid black;
  border-radius: 25px;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.tag:hover, .tag:active {
  font-style: normal;
  text-decoration: none;
  background-color: black;
  color: white;
}
.tag:last-of-type {
  margin-right: 0;
}

.arrow:after {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  content: "→";
  margin: 0 5px;
}

.nowrap {
  white-space: nowrap;
}

header.muzeo img {
  display: block;
  height: 40px;
  margin-top: -6px;
}

nav {
  font-family: Spectral, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1em;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px 30px 15px;
  background-color: black;
  color: #cccccc;
  opacity: 0;
  z-index: -1;
  overflow: auto;
  transition: all 300ms;
}
@media (min-width: 769px) {
  nav {
    left: 50%;
    padding: 0 30px 35px 30px;
  }
}
nav a {
  color: #cccccc;
}

nav ul.nav-menu {
  margin-right: 50px;
}
nav ul.nav-menu > li {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  nav ul.nav-menu > li {
    flex-direction: row;
  }
  nav ul.nav-menu > li:first-child {
    border-top: 0;
  }
}
nav ul.nav-menu > li:hover {
  color: white;
}
nav ul.nav-menu > li:hover > div {
  border-top: 1px solid white;
}
nav ul.nav-menu > li > div {
  width: 7em;
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
@media (min-width: 769px) {
  nav ul.nav-menu > li > div {
    padding: 15px 0;
  }
}
nav ul.nav-menu > li:first-child > div {
  border-top: 0;
}
nav ul.nav-menu a:hover, nav ul.nav-menu a.current {
  color: white;
  text-decoration: none;
}

nav ul.nav-menu > li {
  position: relative;
}
nav ul.nav-menu > li:hover > .submenu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
nav ul.nav-menu > li .submenu {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
}
@media (min-width: 769px) {
  nav ul.nav-menu > li .submenu {
    flex-grow: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    margin-left: 7em;
    padding-left: 30px;
    padding-top: 25px;
    border-top: 1px solid white;
  }
}
@media (min-width: 769px) {
  nav ul.nav-menu > li .submenu.projects {
    padding-top: 30px;
  }
}
nav ul.nav-menu > li .submenu.projects li:last-child {
  margin-bottom: 25px;
}
nav ul.nav-menu > li .submenu li {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 7px;
}
@media (min-width: 769px) {
  nav ul.nav-menu > li .submenu li::before {
    content: "";
    display: inline-block;
    width: 20px;
  }
  nav ul.nav-menu > li .submenu li:hover::before {
    content: "→";
  }
}
nav ul.nav-menu > li .submenu li.submenu__service-category {
  font-family: Spectral, serif;
  font-size: 14.5px;
  font-weight: normal;
  font-variant: all-small-caps;
  text-transform: lowercase;
  line-height: 1em;
  padding: 8px 0 4px 0;
  margin: 0;
}
@media (min-width: 769px) {
  nav ul.nav-menu > li .submenu li.submenu__service-category {
    padding: 15px 0 4px 0;
  }
}
nav ul.nav-menu > li .submenu li.submenu__service-category::before {
  content: "";
}
nav ul.nav-menu > li .submenu li.submenu__service-category:hover::before {
  content: "";
}
nav ul.nav-menu > li .submenu li.submenu__service-category:first-child {
  padding-top: 0;
}
@media (min-width: 769px) {
  nav ul.nav-menu > li .submenu li.submenu__service-category:first-child {
    padding-top: 8px;
  }
}
nav ul.nav-menu > li .submenu li.submenu__service {
  padding: 0 0 8px 0;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  nav ul.nav-menu > li .submenu li.submenu__service {
    padding: 4px 0;
  }
  nav ul.nav-menu > li .submenu li.submenu__service:hover::before {
    content: "→";
    display: inline-block;
    width: 20px;
  }
}
nav ul.nav-menu > li .submenu li.submenu__service:last-child {
  margin-bottom: 15px;
}

nav .nav-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 60px;
}
nav .nav-footer .nav-logo img {
  display: block;
  width: 110px;
  margin-top: -8px;
}
nav .nav-footer .social {
  display: flex;
  flex-direction: row;
}
nav .nav-footer .social > li {
  margin-right: 8px;
}
nav .nav-footer .social > li:last-child {
  margin-right: 0;
}
nav .nav-footer .social img {
  width: 30px;
}

label.nav-button {
  display: block;
  position: fixed;
  top: 13px;
  right: 13px;
  padding: 11px 9px;
  cursor: pointer;
  z-index: 100;
  border: 1px solid black;
  border-radius: 100%;
  background-color: black;
  margin: 0;
}
@media (min-width: 769px) {
  label.nav-button {
    top: 28px;
    right: 28px;
  }
}
label.nav-button .bar {
  display: block;
  width: 16px;
  height: 1px;
  margin: 4px auto;
  transition: all 0.3s ease-in-out;
  background-color: white;
}
label.nav-button .bar:first-child {
  margin-top: 0;
}
label.nav-button .bar:last-child {
  margin-bottom: 0;
}

input#nav-button {
  display: none;
}

input#nav-button:checked + label {
  border: 1px solid white;
  background-color: white;
}
input#nav-button:checked + label .bar {
  background-color: black;
}
input#nav-button:checked + label .bar:nth-child(2) {
  opacity: 0;
}
input#nav-button:checked + label .bar:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
input#nav-button:checked + label .bar:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

input#nav-button:checked ~ nav {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  padding-top: 5px;
}

.nav-lang {
  position: fixed;
  top: 65px;
  right: 13px;
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  font-variant: all-small-caps;
  text-transform: lowercase;
  line-height: 1em;
  display: flex;
  flex-direction: row;
}
@media (min-width: 769px) {
  .nav-lang {
    top: 35px;
    right: 85px;
  }
}
.nav-lang li:first-child {
  border-right: 1px solid white;
  padding-right: 14px;
  margin-right: 14px;
}
.nav-lang li a:hover {
  font-style: normal;
  letter-spacing: inherit;
  text-decoration: underline;
}
.nav-lang li .current {
  font-style: normal;
  letter-spacing: inherit;
  text-decoration: underline;
}

nav ul.nav-menu ul.nav-menu-projects {
  margin-top: 5px;
}
@media (min-width: 769px) {
  nav ul.nav-menu ul.nav-menu-projects {
    display: block;
  }
}
nav ul.nav-menu ul.nav-menu-projects > li {
  font-family: Spectral, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1em;
  font-variant: all-small-caps;
  text-transform: lowercase;
  padding: 6px 0;
  transition: font-style 500ms ease;
}
nav ul.nav-menu ul.nav-menu-projects > li::before {
  content: "→";
  display: inline-block;
  width: 40px;
}

.nav-menu-projects-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 300ms;
}
@media (min-width: 769px) {
  .nav-menu-projects-wrapper {
    display: block;
  }
}

.nav-menu-projects {
  min-height: 0;
  transition: visibility 300ms;
  visibility: hidden;
}
@media (min-width: 769px) {
  .nav-menu-projects {
    min-height: auto;
    visibility: visible;
  }
}

#nav-button-projects {
  display: none;
}

#nav-button-projects:checked ~ .nav-menu-projects-wrapper {
  grid-template-rows: 1fr;
}
#nav-button-projects:checked ~ .nav-menu-projects-wrapper .nav-menu-projects {
  visibility: visible;
}

main .main-right {
  padding: 15px 15px 10px 15px;
}
@media (min-width: 769px) {
  main .main-right {
    padding: 30px 30px 15px 30px;
  }
}

footer {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid black;
}
footer > :first-child img:first-child {
  height: 14px;
  display: inline-block;
  margin-bottom: -1px;
}
footer > :first-child > span:last-child {
  display: none;
}
@media (min-width: 769px) {
  footer > :first-child > span:last-child {
    display: inline;
    font-family: Spectral, serif;
    font-size: 16px;
    font-weight: normal;
    font-variant: all-small-caps;
    text-transform: lowercase;
  }
}
footer > :first-child .arrow {
  display: none;
}
@media (min-width: 769px) {
  footer > :first-child .arrow {
    display: inline;
    font-family: Spectral, serif;
    font-size: 14.5px;
    font-weight: normal;
    font-variant: all-small-caps;
    text-transform: lowercase;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 769px) {
  footer > :last-child {
    padding-top: 0;
  }
}
footer > :last-child img {
  display: block;
  max-height: 27px;
}

main.home {
  scroll-snap-type: y mandatory;
  overflow: scroll;
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  main.home {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
main.home .home-logo {
  position: fixed;
  top: 9px;
  left: 15px;
}
@media (min-width: 769px) {
  main.home .home-logo {
    top: 24px;
    left: calc(50% + 30px);
  }
}
main.home .home-logo img {
  height: 40px;
}
main.home #home-section-scrollto {
  display: none;
}
@media (min-width: 769px) {
  main.home #home-section-scrollto {
    display: block;
    position: absolute;
    font-size: 30px;
    right: 30px;
    bottom: 72px;
    cursor: pointer;
    transition: rotate 500ms;
  }
  main.home #home-section-scrollto:hover {
    text-decoration: none;
  }
}
main.home .home-images {
  display: none;
}
@media (min-width: 769px) {
  main.home .home-images {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  main.home .home-images img {
    position: fixed;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    width: 50%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transition: opacity 300ms ease;
  }
  main.home .home-images img:first-child {
    opacity: 1;
  }
  main.home .home-images img.top {
    opacity: 1;
  }
}
main.home footer {
  margin: 0 15px;
  padding: 10px 0 10px 0;
}
@media (min-width: 769px) {
  main.home footer {
    margin: 0 30px 0 30px;
    padding: 12px 0 20px 0;
  }
}
main.home .home-sections section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  min-height: 100dvh;
  scroll-snap-align: start;
}
@media (min-width: 769px) {
  main.home .home-sections section {
    justify-content: flex-end;
  }
}
@media (min-width: 769px) {
  main.home .home-sections section .home-image-mobile {
    display: none;
  }
}
main.home .home-sections section .home-image-mobile img {
  display: block;
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}
main.home .home-sections section.home-section-0 p {
  font-family: Spectral, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
  line-height: 1.2em;
  padding: 0 15px 0 15px;
  margin-top: auto;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-0 p {
    font-family: Spectral, serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1em;
    line-height: 1.2em;
    max-width: 80%;
    margin: 0 0 12px 0;
    padding: 30px 0 0 30px;
  }
}
main.home .home-sections section.home-section-0 em.muzeo {
  font-family: "Gotham Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 27px;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-1 {
    padding-bottom: 20px;
  }
}
main.home .home-sections section.home-section-1 p {
  font-family: Spectral, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
  padding: 0 15px;
  margin: 0 0 20px 0;
}
main.home .home-sections section.home-section-1 p:first-of-type {
  margin-top: auto;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-1 p {
    font-family: Spectral, serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1em;
    max-width: 80%;
    margin: 0 0 12px 0;
    padding: 30px 0 0 30px;
  }
}
main.home .home-sections section.home-section-1 p.italic {
  font-style: italic;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-1 p.italic {
    padding: 10px 0 0 30px;
  }
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-2 {
    padding-bottom: 20px;
  }
}
main.home .home-sections section.home-section-2 p.title {
  padding: 0 15px;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-2 p.title {
    font-family: Spectral, serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1em;
    max-width: 80%;
    margin: 0;
    padding: 0 0 30px 30px;
  }
}
main.home .home-sections section.home-section-2 p.text {
  padding: 0 15px;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-2 p.text {
    max-width: 80%;
    margin: 0 0 12px 0;
    padding: 30px 0 0 30px;
  }
}
main.home .home-sections section.home-section-3 {
  justify-content: flex-end;
}
main.home .home-sections section.home-section-3 .home-projects-header {
  margin: 0 15px;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-3 .home-projects-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin: 0 30px 20px 30px;
  }
}
main.home .home-sections section.home-section-3 .home-projects-header h2 {
  font-family: Spectral, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
  font-style: italic;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-3 .home-projects-header h2 {
    font-family: Spectral, serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1em;
  }
}
main.home .home-sections section.home-section-3 .home-projects-header .button {
  display: none;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-3 .home-projects-header .button {
    display: block;
    font-family: Spectral, serif;
    font-size: 14.5px;
    font-weight: normal;
    font-variant-caps: small-caps;
    text-transform: lowercase;
    letter-spacing: 0;
    letter-spacing: 0.1px;
  }
}
main.home .home-sections section.home-section-3 .home-projects {
  margin: 0 15px 15px 15px;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-3 .home-projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 30px 20px 30px;
  }
}
main.home .home-sections section.home-section-3 .home-projects > a {
  display: block;
  font-family: Spectral, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2em;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-3 .home-projects > a {
    font-family: Spectral, serif;
    font-size: 19px;
    font-weight: normal;
  }
}
main.home .home-sections section.home-section-3 .home-projects > a:nth-child(4) {
  display: none;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-3 .home-projects > a:nth-child(4) {
    display: block;
  }
}
main.home .home-sections section.home-section-3 .home-projects img {
  display: block;
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 0 6px 0;
}
@media (min-width: 769px) {
  main.home .home-sections section.home-section-3 .home-projects img {
    margin: 0 0 8px 0;
    height: 140px;
  }
}
@media (min-width: 1080px) {
  main.home .home-sections section.home-section-3 .home-projects img {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  main.home .home-sections section.home-section-3 .home-projects img {
    height: 200px;
  }
}

/* Marquee styles */
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 10s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}
/* Attempt to size parent based on content. Keep in mind that the parent width is equal to both content containers that stretch to fill the parent. */
.marquee--fit-content {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* A fit-content sizing fix: Absolute position the duplicate container. This will set the size of the parent wrapper to a single child container. Shout out to Olavi's article that had this solution 👏 @link: https://olavihaapala.fi/2021/02/23/modern-marquee.html  */
.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

/* Enable position absolute animation on the duplicate content (last-child) */
.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}
/* Other page demo styles */
.marquee {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 5px 0 4px 0;
}

.marquee__content > * {
  flex: 0 0 auto;
  font-family: Spectral, serif;
  font-size: 14.5px;
  font-weight: normal;
  font-variant-caps: small-caps;
  text-transform: lowercase;
  letter-spacing: 0;
  line-height: 1em;
}
@media (min-width: 769px) {
  .marquee__content > * {
    font-family: Spectral, serif;
    font-size: 19px;
    font-weight: normal;
  }
}

main.projects {
  height: 100%;
}
@media (min-width: 769px) {
  main.projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
main.projects .main-right {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 769px) {
  main.projects .main-right {
    overflow: auto;
    scroll-behavior: smooth;
  }
}
main.projects .main-right h1 {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  font-variant: all-small-caps;
  text-transform: lowercase;
  margin-top: 35px;
  margin-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid black;
}
main.projects .main-right h1 img {
  width: 10px;
  margin: 0 4px 1px 4px;
}
main.projects .main-right footer {
  margin-top: auto;
}
@media (min-width: 769px) {
  main.projects .main-right .project:first-child h2 {
    margin-top: 0;
  }
}
main.projects .main-right .project a:hover h2, main.projects .main-right .project a.active h2 {
  letter-spacing: 1px;
  font-weight: 400;
}
main.projects .main-right .project h2 {
  position: relative;
  font-family: Spectral, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1em;
  line-height: 1.15em;
  border-top: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  main.projects .main-right .project h2 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
  }
}
main.projects .main-right .project img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  main.projects .main-right .project img {
    display: none;
  }
}
main.projects .main-left {
  display: none;
}
@media (min-width: 769px) {
  main.projects .main-left {
    display: block;
    overflow: auto;
    scroll-behavior: smooth;
  }
}
main.projects .main-left .projects__image img {
  display: block;
  width: 100%;
}

main.project {
  display: grid;
  height: 100%;
}
@media (min-width: 769px) {
  main.project {
    grid-template-columns: auto 450px;
  }
}
main.project .main-left {
  display: none;
  visibility: hidden;
}
@media (min-width: 769px) {
  main.project .main-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    visibility: visible;
    padding: 30px 0 30px 30px;
    overflow: auto;
    scroll-behavior: smooth;
  }
}
main.project .main-left .project-image img {
  width: 100%;
}
main.project .main-right {
  overflow: auto;
}
main.project .main-right section {
  padding: 15px 0;
  border-top: 1px solid black;
}
main.project .main-right section:first-of-type {
  border-top: 0;
}
main.project .main-right h1 {
  font-family: Spectral, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1em;
  line-height: 1.18em;
  padding: 15px 0 0 0;
}
main.project .main-right h2 {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  font-variant: all-small-caps;
  text-transform: lowercase;
}
main.project .main-right h3 {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  font-variant: all-small-caps;
  text-transform: lowercase;
  margin-top: 20px;
  padding: 6px 0 5px 0;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
main.project .main-right h4 {
  font-family: "Gotham Narrow", sans-serif;
  font-size: 14.5px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
main.project .main-right p {
  margin: 0 0 15px 0;
}
@media (min-width: 769px) {
  main.project .main-right p {
    margin: 0;
  }
}
main.project .main-right .project-tags {
  padding: 0 0 15px 0;
}
main.project .main-right .project-tags h4 {
  margin-top: 15px;
  margin-bottom: 4px;
}
main.project .main-right .project-tags h4:nth-of-type(2) {
  margin-top: 10px;
}
main.project .main-right .project-details > div {
  font-family: Spectral, serif;
  font-size: 14.5px;
  font-weight: normal;
  font-variant-caps: small-caps;
  text-transform: lowercase;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}
main.project .main-right .project-details > div:last-of-type {
  margin-bottom: 0;
}
main.project .main-right .project-details > div:first-line {
  font-family: "Gotham Narrow", sans-serif;
  font-size: 14.5px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.3em;
}
main.project .main-right .project-images-mobile img {
  display: block;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  main.project .main-right .project-images-mobile img {
    display: none;
  }
}
@media (min-width: 769px) {
  main.project .main-right .project-images-mobile {
    display: none;
  }
}
main.project .main-right .project-first-image-mobile {
  margin-top: -2px;
}
main.project .main-right .project-first-image-mobile img {
  display: block;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  main.project .main-right .project-first-image-mobile {
    display: none;
  }
}
main.project .main-right footer {
  display: block;
  text-align: right;
  border-top: 0;
}
@media (min-width: 769px) {
  main.project .main-right footer {
    padding: 30px;
  }
}
main.project .main-right footer img {
  height: 25px;
  margin-left: auto;
}

.view-image {
  width: 100%;
}
.view-image img {
  display: block;
  width: 100%;
}

@media (min-width: 1080px) {
  .view-image-display1, .view-image-display2 {
    align-self: end;
    width: 50%;
  }
}
@media (min-width: 1080px) {
  .view-image-display1 ~ .view-image-display1, .view-image-display1 ~ .view-image-display2, .view-image-display2 ~ .view-image-display1, .view-image-display2 ~ .view-image-display2 {
    padding-left: 35px;
  }
}
@media (min-width: 1080px) {
  .view-image-display1 ~ .view-image-display1 ~ .view-image-display1, .view-image-display1 ~ .view-image-display1 ~ .view-image-display2, .view-image-display1 ~ .view-image-display2 ~ .view-image-display1, .view-image-display1 ~ .view-image-display2 ~ .view-image-display2, .view-image-display2 ~ .view-image-display1 ~ .view-image-display1, .view-image-display2 ~ .view-image-display1 ~ .view-image-display2, .view-image-display2 ~ .view-image-display2 ~ .view-image-display1, .view-image-display2 ~ .view-image-display2 ~ .view-image-display2 {
    padding-left: 35px;
  }
}

@media (min-width: 1080px) {
  .view-image-display3 {
    width: 80%;
    margin: 0 auto;
  }
}

.view-image-caption {
  padding: 20px 0;
}
.view-image-caption > div {
  min-height: 1.2em;
}

main.news {
  display: grid;
  height: 100%;
}
@media (min-width: 769px) {
  main.news {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 769px) {
  main.news .main-right {
    overflow: auto;
    scroll-behavior: smooth;
  }
}
main.news .main-right h1 {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  font-variant: all-small-caps;
  text-transform: lowercase;
  margin-top: 35px;
  margin-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid black;
}
main.news .main-right h2 {
  font-family: Spectral, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1em;
  line-height: 1.1em;
  padding-top: 4px;
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  main.news .main-right h2 {
    padding-bottom: 30px;
  }
}
main.news .main-right h3 {
  font-family: "Gotham Narrow", sans-serif;
  font-weight: 400;
  font-size: 15.5px;
  letter-spacing: 0.3px;
  line-height: 1.15em;
  border-top: 1px solid black;
  padding-top: 14px;
}
main.news .main-right .news-image-mobile {
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  main.news .main-right .news-image-mobile {
    display: none;
  }
}
main.news .main-right .news-image-mobile img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
main.news .main-left {
  display: none;
}
@media (min-width: 769px) {
  main.news .main-left {
    display: block;
    overflow: auto;
    scroll-behavior: smooth;
  }
}
main.news .main-left .news-image img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

main.newsview {
  display: grid;
  height: 100%;
}
@media (min-width: 769px) {
  main.newsview {
    grid-template-columns: 1fr 1fr;
  }
}
main.newsview .main-left {
  display: none;
}
@media (min-width: 769px) {
  main.newsview .main-left {
    display: block;
  }
}
main.newsview .main-left .news-image img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
main.newsview .main-right {
  position: relative;
  padding: 0;
}
@media (min-width: 769px) {
  main.newsview .main-right {
    overflow: auto;
    scroll-behavior: smooth;
  }
}
main.newsview .main-right header {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: row;
  padding: 20px;
  background-color: #f4f0ec;
}
@media (min-width: 769px) {
  main.newsview .main-right header {
    padding: 30px 30px 20px 30px;
  }
}
main.newsview .main-right header h4 {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  font-variant: all-small-caps;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  flex-grow: 1;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-right: 20px;
}
main.newsview .main-right header h4 .category:before {
  content: "→";
  padding: 0 10px 0 5px;
}
main.newsview .main-right section {
  padding: 0 20px;
}
@media (min-width: 769px) {
  main.newsview .main-right section {
    padding: 0 30px;
  }
}
main.newsview .main-right h1 {
  font-family: Spectral, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1em;
  line-height: 1.1em;
  padding-top: 4px;
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  main.newsview .main-right h1 {
    border-bottom: 1px solid black;
  }
}
main.newsview .main-right h2 {
  font-family: Spectral, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1em;
  font-style: italic;
  line-height: 1.1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
main.newsview .main-right h3 {
  font-family: "Gotham Narrow", sans-serif;
  font-weight: 400;
  font-size: 15.5px;
  letter-spacing: 0.3px;
  line-height: 1.15em;
}
main.newsview .main-right p {
  margin: 20px 0 0 0;
}
main.newsview .main-right p:first-child {
  margin-top: 0;
}
main.newsview .main-right .news-image-mobile {
  padding-bottom: 35px;
}
@media (min-width: 769px) {
  main.newsview .main-right .news-image-mobile {
    display: none;
  }
}
main.newsview .main-right .news-image-mobile img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
main.newsview .main-right footer {
  display: block;
  text-align: right;
  border-top: 0;
  padding: 20px;
}
@media (min-width: 769px) {
  main.newsview .main-right footer {
    padding: 30px;
  }
}
main.newsview .main-right footer img {
  height: 25px;
  margin-left: auto;
}

main.about {
  display: grid;
  height: 100%;
}
@media (min-width: 769px) {
  main.about {
    grid-template-columns: 1fr 1fr;
  }
}
main.about blockquote {
  font-size: 35px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.18em;
  margin: 60px 0 30px 0;
}
main.about h2 {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  font-variant: all-small-caps;
  text-transform: lowercase;
  line-height: 1.3em;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 8px 0 6px 0;
  margin-top: 60px;
}
main.about h2:first-of-type {
  margin-top: 0;
}
main.about h3 {
  font-family: Spectral, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
  font-weight: 300;
  line-height: 1.18em;
  letter-spacing: -0.6px;
  padding-top: 15px;
}
@media (min-width: 769px) {
  main.about h3 {
    font-family: Spectral, serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1em;
  }
}
main.about .m {
  font-family: "Gotham Narrow", sans-serif;
  font-weight: 400;
  font-size: 15.5px;
  letter-spacing: 0.3px;
  margin-top: 10px;
}
main.about hr {
  border-top: 1px solid black;
  margin: 60px 0 0 0;
}
main.about p {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  main.about .main-right {
    overflow: auto;
    scroll-behavior: smooth;
  }
}
main.about .team {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  main.about .team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  main.about .team {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
main.about .team img {
  display: block;
  width: 100%;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: contain;
     object-fit: contain;
}
main.about .team .team-name {
  font-family: "Gotham Narrow", sans-serif;
  font-weight: 400;
  font-size: 15.5px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-top: 15px;
}
main.about .team .team-role {
  line-height: 1.15em;
  margin-bottom: 30px;
}
main.about .about-logos {
  margin-top: 30px;
}
main.about .about-logos img {
  height: 60px;
  mix-blend-mode: multiply;
}
main.about .about-images {
  position: relative;
  overflow: hidden;
  height: 100%;
}
main.about .about-images img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 300ms ease;
}
main.about .about-images img:first-child {
  opacity: 1;
}
main.about .about-images img.over, main.about .about-images img.top {
  opacity: 1;
}

main.expertise, main.solution {
  display: grid;
  height: 100%;
}
@media (min-width: 769px) {
  main.expertise, main.solution {
    grid-template-columns: 1fr 1fr;
  }
}
main.expertise .breadcrumb, main.solution .breadcrumb {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  font-variant: all-small-caps;
  text-transform: lowercase;
  line-height: 1.18em;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 35px;
  padding: 6px 0 5px 0;
}
main.expertise .breadcrumb .category:before, main.solution .breadcrumb .category:before {
  content: "→";
  padding: 0 8px 0 8px;
}
main.expertise h1, main.solution h1 {
  font-family: Spectral, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1em;
  font-style: italic;
  line-height: 1.2em;
  padding: 20px 0 0 0;
}
main.expertise section, main.solution section {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid black;
}
main.expertise section:last-of-type, main.solution section:last-of-type {
  padding-bottom: 0;
}
main.expertise section.paragraph h2.paragraph-title, main.solution section.paragraph h2.paragraph-title {
  font-family: Spectral, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1em;
  line-height: 1.2em;
}
main.expertise section.paragraph h2.paragraph-title ~ .paragraph-subtitle, main.solution section.paragraph h2.paragraph-title ~ .paragraph-subtitle {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid black;
}
main.expertise section.paragraph .paragraph-subtitle, main.solution section.paragraph .paragraph-subtitle {
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
main.expertise section.paragraph .paragraph-subtitle::first-line, main.solution section.paragraph .paragraph-subtitle::first-line {
  font-family: Spectral, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1em;
  font-style: italic;
  line-height: 1.2em;
}
main.expertise section.paragraph .p-block, main.solution section.paragraph .p-block {
  margin: 30px 0;
}
@media (min-width: 769px) {
  main.expertise section.paragraph .p-block, main.solution section.paragraph .p-block {
    display: grid;
    grid-template-columns: 30% auto;
  }
}
main.expertise section.paragraph .p-block h3, main.solution section.paragraph .p-block h3 {
  font-family: "Gotham Narrow", sans-serif;
  font-size: 14.5px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-right: 30px;
}
main.expertise section.paragraph .p-block p, main.solution section.paragraph .p-block p {
  margin-bottom: 15px;
}
main.expertise section.paragraph .p-block p:last-of-type, main.solution section.paragraph .p-block p:last-of-type {
  margin-bottom: 0;
}
main.expertise section.paragraph .image img, main.solution section.paragraph .image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main.expertise section.links, main.solution section.links {
  margin: 30px 0 10px 0;
}
@media (min-width: 769px) {
  main.expertise section.links, main.solution section.links {
    display: grid;
    grid-template-columns: 30% auto;
  }
}
main.expertise section.links h3, main.solution section.links h3 {
  font-family: "Gotham Narrow", sans-serif;
  font-size: 14.5px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-right: 30px;
}
main.expertise p, main.solution p {
  margin: 0;
}
main.expertise .main-right, main.solution .main-right {
  display: flex;
  flex-direction: column;
}
main.expertise .main-right footer, main.solution .main-right footer {
  margin-top: auto;
}
@media (min-width: 769px) {
  main.expertise .main-right, main.solution .main-right {
    overflow: auto;
    scroll-behavior: smooth;
  }
}
main.expertise .main-left, main.solution .main-left {
  display: none;
}
@media (min-width: 769px) {
  main.expertise .main-left, main.solution .main-left {
    display: block;
  }
}
main.expertise .main-left .service-images, main.solution .main-left .service-images {
  position: relative;
  overflow: hidden;
  height: 100%;
}
main.expertise .main-left .service-images img, main.solution .main-left .service-images img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 300ms ease;
}
main.expertise .main-left .service-images img:first-child, main.solution .main-left .service-images img:first-child {
  opacity: 1;
}
main.expertise .main-left .service-images img.over, main.expertise .main-left .service-images img.top, main.solution .main-left .service-images img.over, main.solution .main-left .service-images img.top {
  opacity: 1;
}

@media (min-width: 769px) {
  main.contact {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
main.contact h2 {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  font-variant: all-small-caps;
  text-transform: lowercase;
  line-height: 1.3em;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 8px 0 6px 0;
  margin-top: 60px;
  margin-bottom: 20px;
}
main.contact h2:first-of-type {
  margin-top: 0;
}
main.contact section {
  margin-bottom: 60px;
}

.contact-form blockquote {
  font-size: 35px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.18em;
  margin: 60px 0 20px 0;
}
@media (min-width: 769px) {
  .contact-form blockquote {
    margin: 60px 0 30px 0;
  }
}
.contact-form label {
  font-family: Spectral, serif;
  font-size: 19px;
  font-weight: normal;
  display: inline-block;
  margin-top: 20px;
}
.contact-form input[type=submit] {
  margin-top: 20px;
}

#form-message {
  opacity: 0;
}

.creation-muzeo img {
  width: 60%;
  margin: 0 auto;
}

.map {
  display: none;
}
@media (min-width: 769px) {
  .map {
    display: block;
  }
}

#map {
  position: fixed;
  top: 0;
  min-height: 400px;
  height: 100vh;
  width: 50%;
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

.map-locations li {
  margin-bottom: 20px;
}
.map-locations li:first-line {
  font-family: "Gotham Narrow", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2px;
}

a.close-button {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  margin: -2px -2px 0 0;
  padding: 11px 9px;
  cursor: pointer;
  z-index: 101;
  border: 1px solid black;
  border-radius: 100%;
  background-color: black;
}
@media (min-width: 769px) {
  a.close-button {
    top: 30px;
    right: 30px;
  }
}
a.close-button .bar {
  display: block;
  width: 16px;
  height: 1px;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
  background-color: white;
}
a.close-button .bar:first-child {
  transform: translateY(2px) rotate(45deg);
}
a.close-button .bar:last-child {
  transform: translateY(-2px) rotate(-45deg);
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #f4f0ec;
  border-top: 1px solid black;
}
.cookie-consent > div {
  margin-top: 20px;
}
.cookie-consent button {
  color: black;
  letter-spacing: 0.4px;
  padding: 6px 12px 4px 12px;
  border: 1px solid black;
  border-radius: 25px;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.cookie-consent button:hover, .cookie-consent button:active {
  font-style: normal;
  text-decoration: none;
  background-color: black;
  color: white;
}
