@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Italic;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #1e1e1e;
  --white: white;
  --grey: #747474;
  --light-blue: #c1d0d8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Satoshi, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  letter-spacing: -3px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10vw;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--black);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.nav-menu-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left {
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-brand {
  width: 320px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container.m-top {
  margin-top: 80px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-images-wrapper {
  align-items: stretch;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-background {
  background-image: url('../images/cielo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.page-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: hard-light;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-flex;
  position: absolute;
  inset: 5vw 0% auto;
}

.hero-image-foreground {
  z-index: 3;
  background-image: url('../images/intro-image-2026.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.grey-text {
  color: var(--grey);
  font-size: 1rem;
}

.grey-text.bottom-margin-60px {
  margin-bottom: 60px;
}

.about-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  position: relative;
}

.stat {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-size: 2.5rem;
  line-height: 100%;
}

.section {
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.section.bottom-padding-200px {
  padding-bottom: 200px;
}

.section.black-bg {
  background-color: var(--black);
  padding-bottom: 250px;
}

.section.top-padding-0px {
  padding-top: 0;
}

.section.top-padding-0px.sezione-pagina {
  min-height: 50vh;
  margin-top: 100px;
  margin-bottom: 100px;
}

.section.top-padding-0px.padding-bottom {
  padding-bottom: 100px;
}

.section.top-100px {
  padding-top: 100px;
}

.section.pad-top {
  padding-top: 150px;
}

.section.pad-bottom {
  padding-bottom: 150px;
}

.section.section-gallery {
  padding-top: 50px;
  padding-bottom: 100px;
}

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-image-wrapper.contact-section {
  max-width: 45vw;
  max-height: none;
}

.floating-image-wrapper.in-slide {
  justify-content: flex-start;
}

.floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 90%;
  height: 600px;
  position: relative;
  overflow: clip;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  display: flex;
}

.logos-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
}

.service-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 60%;
}

.number {
  color: var(--grey);
  margin-top: 2px;
  font-weight: 400;
}

.services-list {
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.separator-line {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
}

.separator-line.m-top {
  margin-top: 50px;
}

.service-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 250px;
  max-width: 20vw;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  left: 0;
  right: auto;
}

.project-content-box.left-aligned.view-testo {
  min-width: 500px;
}

.project-content-box.card-servizi {
  min-width: 550px;
  padding-left: 50px;
  padding-right: 50px;
}

.project-content-box.in-slide {
  left: auto;
  right: 10%;
}

.project-label {
  color: var(--grey);
  font-size: .875rem;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-text {
  color: #c1d0d8;
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 150%;
}

.slider {
  background-color: #ddd0;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  padding-left: 40px;
  padding-right: 40px;
}

._2x1-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-items: stretch;
}

._2x1-grid.more-gap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

._2x1-grid.griglia-impianti {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-columns: .75fr 1fr;
}

._2x1-grid.griglia-pagina.m-top {
  margin-top: 80px;
}

.about-blocks-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: stretch;
  display: flex;
}

.bottom-margin-medium {
  margin-bottom: 40px;
}

.bottom-margin-medium.right.m-top-servizi, .bottom-margin-medium.m-top-servizi {
  margin-top: 200px;
}

.bottom-margin-small {
  margin-bottom: 10px;
}

.accordion-item-wrapper {
  background-color: #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.accordion-trigger {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.expand-icon {
  transition: color .3s;
  display: flex;
}

.accordion-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 0;
  padding-right: 0;
  transition: opacity .2s;
  overflow: hidden;
}

.accordion-content.first {
  height: 0;
}

.accordion-content-text {
  padding-top: 10px;
}

.service-bullet-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.bullet-indicator {
  background-color: var(--grey);
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.accordion-grid-wrapper {
  grid-template-rows: auto;
  align-items: stretch;
  padding-top: 20px;
  display: block;
}

.animated-grid-image {
  width: 300px;
  height: 100%;
}

.single-service-grid {
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  padding-top: 20px;
}

.stats-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.stats-block.right {
  justify-content: flex-end;
  margin-top: 50px;
  margin-left: auto;
  margin-right: 0;
}

.stats-block._80 {
  max-width: 80%;
}

.uppercase-small-heading {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: .875rem;
}

.uppercase-small-heading.bottom-margin-small {
  margin-bottom: 10px;
}

.uppercase-small-heading.m-top {
  margin-top: 50px;
}

.uppercase-large-heading {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 10vw;
  font-weight: 700;
}

.div-block-72 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 30vh;
}

.inner-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.center-image {
  width: 100%;
}

.top-left-image {
  z-index: 5;
  width: 100%;
  position: relative;
  top: 15px;
  left: 30px;
}

.top-right-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: -30px;
}

.bottom-left-image {
  width: 100%;
  position: relative;
  left: 0;
}

.bottom-right-image {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
}

.large-title {
  font-family: Raleway, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.animated-overlay-blocks {
  z-index: 4;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(-100%);
}

.right-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(100%);
}

.project-thumbnails-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.images-wrapper {
  min-height: 100vh;
}

.slide-nav {
  display: none;
}

.center-aligned-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.left-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto 0 0% -100px;
}

.image {
  margin-right: 0;
  display: inline-flex;
}

.right-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto -100px 0% 0;
}

.flex-block-3 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.div-block-75 {
  align-self: center;
}

.white-text {
  color: #fff;
}

.form-field-wrapper {
  margin-bottom: 10px;
}

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

.form-label {
  color: var(--grey);
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
}

.form-block {
  max-width: 40vw;
}

.floating-image-wrapper-2 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65vw;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-field {
  color: #848484;
  background-color: #f7f7f7;
  border: 1px #000;
}

.work-with-us-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  position: relative;
}

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #fff;
  width: 100%;
  padding: 8px 30px;
  font-size: .75rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.primary-button:hover {
  background-color: var(--light-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e1e1e;
}

.footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.footer-link:hover {
  color: var(--black);
}

.newsletter-form-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-grid-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  justify-items: stretch;
  margin-bottom: 40px;
  padding-right: 0;
}

.footer-grid-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 20px;
  display: grid;
}

.dark-footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.dark-footer-link:hover {
  color: var(--black);
}

.dark-footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.form-label-2 {
  color: #777;
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
}

.form-block-3 {
  max-width: 40vw;
  padding-top: 250px;
}

.footer-section {
  margin-top: -100px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-section.top-normale {
  margin-top: 100px;
}

.styleguide-element-wrapper-2 {
  margin-top: 40px;
}

.secondary-button {
  background-color: var(--light-blue);
  color: var(--black);
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: .75rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.secondary-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.secondary-button:focus-visible, .secondary-button[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.label {
  border: 1px #000;
  border-top: 1px solid #98a4a4;
  margin-top: 20px;
  padding-top: 5px;
  font-size: 12px;
}

.color-wrapper {
  width: 100%;
  height: 100%;
}

.white {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  min-height: 60px;
}

.color-palette-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.black {
  background-color: var(--black);
  min-height: 60px;
}

.bottom-margin-150px {
  margin-bottom: 150px;
}

.styleguide-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.project-rich-text {
  margin-bottom: 40px;
}

.buttons-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
}

.primary-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 6px 30px 5px;
  text-decoration: none;
}

.primary-button-2:focus-visible, .primary-button-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.light-blue {
  background-color: var(--light-blue);
  min-height: 60px;
}

.help-page-h2 {
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 4vw;
}

.grey {
  background-color: var(--grey);
  min-height: 60px;
}

.link-text {
  color: var(--black);
  font-weight: 500;
}

.bottom-margin-100px {
  margin-bottom: 100px;
}

.bottom-margin-60px {
  margin-bottom: 60px;
}

.changelog-wrapper {
  width: 100%;
}

.changelog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.table-header {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-bottom-color: #9a846a;
  border-left-color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-content-item {
  border: 1px #000;
  border-bottom: 1px solid #ebe1d2;
  min-height: 40px;
}

.gallery-image {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 500px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.page-popups-wrapper {
  z-index: 1000;
  padding-bottom: 10px;
  padding-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-popup {
  color: var(--white);
  background-color: #0055d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.buy-template-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.all-templates-popup {
  color: var(--white);
  background-color: #292929;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.all-templates-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.titoli-sezione {
  color: var(--grey);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: .875rem;
  font-weight: 500;
}

.h2 {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 8px;
  font-size: 2.5rem;
}

.h2.bianco {
  color: var(--white);
}

.h2.m-super-top {
  margin-top: 50px;
}

.h3 {
  color: var(--grey);
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 400;
}

.h3.titolo-aziende {
  color: var(--black);
  margin-bottom: 8px;
}

.bottone {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  letter-spacing: .1rem;
  text-transform: uppercase;
  align-items: center;
  padding: 8px 5px;
  font-size: .7rem;
  display: inline-flex;
}

.bottone.m-top {
  letter-spacing: 1px;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 20px;
  font-size: .8rem;
}

.blocco-testo {
  width: 600px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.grid-azienda {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}

.box-azienda {
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 400px;
  margin-bottom: 20px;
  padding: 50px;
  display: flex;
  position: relative;
}

.box-azienda.offset {
  margin-top: 80px;
  position: relative;
}

.sezione-nera {
  background-color: #000;
  padding: 150px 40px 200px;
}

.sezione-nera.m-top {
  margin-top: 100px;
  position: relative;
}

.sezione-nera.m-top.m-bottom {
  margin-bottom: 100px;
}

.sezione-nera.m-bottom {
  margin-bottom: 50px;
}

.bianco {
  color: var(--white);
}

.bianco.absolute {
  position: absolute;
  top: -35px;
  right: 40px;
}

.bianco.absolute.nero {
  color: var(--black);
}

.sede-nome {
  color: var(--white);
  margin-bottom: 8px;
}

.numero {
  margin-right: 10px;
  font-weight: 400;
}

.titolo-small {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: .875rem;
  font-weight: 400;
}

.titolo-small.bianco {
  margin-bottom: 30px;
}

.grid-5-1 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.invert {
  filter: invert();
}

.right {
  text-align: right;
}

.right.m-bottom {
  margin-bottom: 40px;
}

.titolo-blocco {
  margin-bottom: 50px;
}

.citazione-sezione {
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}

.testp-citazione {
  color: var(--grey);
  text-align: center;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 55px;
}

.titolo-pagina {
  background-color: var(--black);
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 50px;
}

.h1-pagina {
  color: var(--white);
  font-size: 3vw;
}

.ul {
  margin-top: 20px;
  margin-bottom: 15px;
}

.li {
  margin-bottom: 10px;
}

.griglia-download {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.griglia-download.a-2 {
  grid-template-columns: 1fr 1fr;
}

.griglia-download.m-bottom {
  margin-bottom: 10px;
}

.button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  text-transform: uppercase;
  border: 1px solid #000;
  justify-content: space-between;
  padding: 20px 30px;
  display: inline-flex;
}

.button.m-top {
  margin-top: 30px;
}

.button.bianco {
  border-color: var(--white);
  color: var(--white);
}

.button.btn-progetto {
  margin-top: 20px;
  padding: 15px 20px;
}

.button.gallery-lightbox {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.flex-download {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.titolo-servizi {
  margin-bottom: 10px;
  font-weight: 600;
}

.label-form {
  color: var(--white);
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 400;
}

.grid-form {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.grid-form.a-1 {
  grid-template-columns: 1fr;
}

.grid-form.m-top {
  margin-top: 40px;
}

.btn-form {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: .7rem;
}

.field {
  border-style: none none solid;
  border-width: 1px 1px .4px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #333;
}

.field.text-area {
  min-height: 120px;
}

.maschera-titolo {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-contatti {
  padding-left: 40px;
  padding-right: 40px;
}

.nero-form {
  background-color: var(--black);
  padding: 100px 40px;
}

.form-block-contatti {
  margin-top: 50px;
}

.titolo-decpagina {
  letter-spacing: -3px;
  font-size: 4.5rem;
  font-weight: 700;
  position: sticky;
  top: 20px;
}

.sezione {
  padding: 100px 40px;
}

.griglia-contatti {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.box-contatti {
  background-color: #e8e8e8;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 500px;
  padding: 40px;
  display: flex;
  position: relative;
}

.h4-contatti {
  font-size: 16px;
  font-weight: 500;
}

.icona-contatti {
  position: absolute;
  top: 40px;
  left: 40px;
}

.sezione-mappa {
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.mappa {
  width: 100%;
  height: 550px;
  position: relative;
}

.img-map {
  filter: brightness(36%);
  width: 100%;
  height: 100%;
}

.cta-mappa {
  z-index: 2;
  background-color: var(--white);
  width: 500px;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 50px;
  transform: translate(0, -50%);
}

.p-cta-contatti {
  margin-bottom: 20px;
}

.footer-sito {
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.hero-pagina {
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.content-hero-pagina {
  height: 750px;
  position: relative;
}

.content-hero-pagina.contatti {
  background-image: linear-gradient(0deg, #000000cf, #fff0), url('../images/img-contatti.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.content-hero-pagina.contatti.ambiente {
  background-image: linear-gradient(0deg, #000000cf, #fff0), url('../images/ambiente.webp');
}

.content-hero-pagina.contatti.servizi {
  background-image: linear-gradient(0deg, #000000cf, #fff0), url('../images/servizi-copertina.webp');
}

.content-hero-pagina.contatti.about {
  background-image: linear-gradient(0deg, #000000cf, #fff0), url('../images/intro-about.webp');
}

.content-hero-pagina.contatti.news {
  background-image: linear-gradient(0deg, #000000cf, #fff0), url('../images/intro-news.webp');
}

.content-hero-pagina.contatti.news.in-news {
  background-image: linear-gradient(0deg, #000000cf, #fff0);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.text-intro-pagina {
  width: 850px;
  position: absolute;
  bottom: 100px;
  left: 40px;
}

.h1.bianco {
  font-size: 4vw;
}

.sottotitolo-hero {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
}

.ul-sedi {
  margin-top: 40px;
  margin-bottom: 40px;
}

.flex-top {
  margin-top: 50px;
}

.dec-citazione {
  opacity: .15;
  color: var(--grey);
  font-size: 300px;
  line-height: 100px;
  position: absolute;
  top: 45%;
  left: 35%;
}

.swiper-slide {
  width: 100%;
}

.frecce {
  z-index: 5;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
  position: absolute;
  bottom: -30px;
  right: 10%;
}

.freccia {
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.icona-freccia {
  width: 40px;
}

.icona-freccia.prev {
  transform: rotate(-180deg);
}

.intro-blog {
  width: 600px;
}

.box-new {
  margin-bottom: 30px;
}

.lista-articoli {
  margin-top: 40px;
}

.tiolo-blog-anteprima {
  margin-top: 20px;
}

.meta-articolo {
  color: var(--grey);
  font-weight: 400;
}

.anteprima-news {
  width: 100%;
  height: 350px;
}

.anteprima-news.flat {
  height: 250px;
}

.sticky-blog {
  position: sticky;
  top: 20px;
}

.meta-interno-news {
  color: var(--white);
  font-size: .8rem;
  font-weight: 300;
}

.copertina-news {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.paragraph {
  font-size: 1rem;
}

.collection-list {
  flex-flow: row;
  display: flex;
}

.lightbox-galley {
  width: 100%;
  height: 250px;
}

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

.logo-azienda {
  width: 70%;
  position: absolute;
  top: 40px;
  left: 40px;
}

.logo-azienda.smaller {
  width: 50%;
}

.mapp-embed {
  filter: grayscale();
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
}

.privacy-line {
  margin-bottom: 20px;
}

.privacy-span {
  color: var(--white);
}

.link {
  color: var(--white);
  text-decoration: underline;
}

.link-2 {
  color: var(--black);
  text-decoration: underline;
}

.arrow-download {
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 991px) {
  .nav-menu-two {
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 20px 20px 15px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .hero-image-background {
    background-attachment: scroll;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    top: 10vw;
  }

  .hero-image-foreground {
    background-attachment: scroll;
  }

  .section {
    padding: 80px 15px;
    overflow: hidden;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .floating-image-wrapper.contact-section {
    max-width: none;
  }

  .floating-image {
    height: 500px;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .logos-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .separator-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .service-wrapper {
    max-width: none;
  }

  .project-content-box {
    box-shadow: none;
    min-width: auto;
    max-width: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .project-content-box.in-slide {
    width: 70%;
    position: absolute;
    right: 0%;
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .project-description {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._2x1-grid {
    grid-template-columns: 1fr;
  }

  .bottom-margin-medium {
    font-size: 3rem;
  }

  .stats-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    max-width: none;
  }

  .inner-images-wrapper {
    max-width: none;
  }

  .large-title {
    font-size: 9vw;
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    max-width: none;
    padding-top: 0;
  }

  .footer-section {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .styleguide-block {
    text-align: left;
  }

  .project-rich-text {
    max-width: none;
  }

  .help-page-h2 {
    font-size: 3rem;
  }

  .bottom-margin-100px {
    margin-bottom: 75px;
  }

  .footer {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .grid-5-1.tablet {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .25fr 1fr;
  }

  .griglia-download {
    grid-template-columns: 1fr 1fr;
  }

  .titolo-decpagina {
    margin-top: 0;
  }

  .griglia-contatti {
    grid-template-columns: 1fr 1fr;
  }

  .hero-pagina {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-intro-pagina {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -2px;
    font-size: 3rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-link {
    display: inline-block;
  }

  .navbar-brand {
    width: 200px;
    padding-left: 0;
  }

  .hero-images-wrapper {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .about-block {
    flex-flow: column;
    max-width: none;
  }

  ._2x1-grid.griglia-impianti {
    grid-template-columns: 1fr;
  }

  .about-blocks-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-bullet-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-block {
    justify-content: space-between;
  }

  .div-block-72 {
    position: static;
  }

  .large-title {
    font-size: 9vw;
  }

  .images-wrapper {
    min-height: auto;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    margin-bottom: 80px;
  }

  .secondary-button {
    flex: 1;
  }

  .color-palette-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .buttons-grid {
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .help-page-h2 {
    font-size: 2.5rem;
  }

  .bottom-margin-100px {
    margin-bottom: 50px;
  }

  .box-azienda.offset {
    margin-top: 0;
  }

  .testp-citazione {
    font-size: 40px;
  }

  .griglia-download, .griglia-download.a-2 {
    grid-template-columns: 1fr;
  }

  .form-block {
    max-width: 100%;
  }

  .grid-form {
    grid-template-columns: 1fr;
  }

  .intro-blog {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2px;
    font-size: 14vw;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-title {
    padding-left: 10px;
    padding-right: 10px;
    top: 10vh;
  }

  .grey-text {
    font-size: .7rem;
    line-height: 120%;
  }

  .stat {
    font-size: 2rem;
  }

  .section {
    padding-top: 50px;
  }

  .floating-image {
    width: 100%;
    height: 220px;
  }

  .service-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .services-list {
    align-items: flex-start;
    display: block;
  }

  .project-content-box.left-aligned.view-testo {
    width: 100%;
    min-width: 100%;
  }

  .project-content-box.card-servizi {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .project-content-box.in-slide {
    width: 100%;
    position: static;
  }

  .project-thumbnail {
    margin-bottom: 80px;
  }

  .project-description {
    margin-top: 0;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  ._2x1-grid.griglia-impianti {
    grid-template-columns: 1fr;
  }

  .bottom-margin-medium {
    font-size: 2rem;
  }

  .bottom-margin-medium.right.m-top-servizi, .bottom-margin-medium.m-top-servizi {
    margin-top: 100px;
  }

  .accordion-item-wrapper {
    align-items: flex-start;
  }

  .accordion-trigger {
    padding-bottom: 5px;
  }

  .open-close-box {
    right: 5%;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .single-service-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .uppercase-small-heading {
    margin-top: 0;
  }

  .inner-images-wrapper {
    position: relative;
  }

  .center-image {
    width: 50vw;
    position: static;
  }

  .top-left-image {
    width: 35vw;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .top-right-image {
    width: 35vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bottom-left-image {
    width: 30vw;
    position: absolute;
    inset: auto auto -20px 0%;
  }

  .bottom-right-image {
    width: 40vw;
    position: absolute;
    inset: auto 0% -40px auto;
  }

  .large-title {
    font-size: 9vw;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-top {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-grid-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .dark-footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .footer-section.top-normale {
    margin-top: 50px;
    padding-top: 50px;
  }

  .secondary-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .primary-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-margin-100px {
    margin-bottom: 40px;
  }

  .utility-page-content {
    width: 300px;
  }

  .buy-template-popup, .all-templates-popup {
    font-size: .9rem;
  }

  .box-azienda, .box-azienda.offset {
    padding: 20px;
  }

  .sezione-nera.m-bottom {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5-1.tablet {
    grid-template-columns: .25fr;
  }

  .citazione-sezione {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testp-citazione {
    font-size: 30px;
    line-height: 35px;
  }

  .titolo-pagina {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 20px;
  }

  .h1-pagina {
    letter-spacing: 0;
    font-size: 4.5vw;
  }

  .button {
    font-size: .7rem;
  }

  .button.bianco {
    padding: 10px 20px;
    font-size: .6rem;
  }

  .section-contatti {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nero-form {
    padding: 50px 20px;
  }

  .sezione {
    padding-left: 20px;
    padding-right: 20px;
  }

  .griglia-contatti {
    grid-template-columns: 1fr;
  }

  .box-contatti {
    min-height: 400px;
  }

  .sezione-mappa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mappa {
    height: auto;
  }

  .cta-mappa {
    background-color: #eee;
    width: 100%;
    padding: 20px;
    position: relative;
    top: 0%;
    left: 0;
    right: 0;
    transform: none;
  }

  .footer-sito {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-hero-pagina.contatti, .content-hero-pagina.contatti.about {
    height: 400px;
  }

  .text-intro-pagina {
    width: 80%;
    bottom: 20px;
    left: 20px;
  }

  .h1.bianco {
    letter-spacing: 0;
    font-size: 7vw;
  }

  .sottotitolo-hero {
    font-size: 1rem;
  }

  .logo-azienda {
    left: 20px;
  }

  .mapp-embed {
    height: 300px;
  }

  .text-block {
    font-size: .7rem;
  }

  .heading {
    font-size: 1rem;
  }
}

#w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-fa798697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_427b26cd-8a7b-6c2f-81f3-f0b362a500ee-fa798697, #w-node-b46db727-f2de-96bd-e3d3-aad2bd561235-fa798697 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_94617c6d-4492-c53d-ef1b-9e89caac6801-caac67c6 {
  justify-self: end;
}

#w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda7a-fa79869a, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda7b-fa79869a, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda80-fa79869a, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda81-fa79869a, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda86-fa79869a, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda87-fa79869a, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda8c-fa79869a, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda8d-fa79869a, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42eda97-fa79869a, #w-node-ba06bae5-fbf4-3045-1e07-23a9d42edaa2-fa79869a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b0c63c9-3272-2fab-d2e1-e6bc7e63dfa0-7e63df98 {
  justify-self: end;
}

#w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf0-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf1-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf3-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf4-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf6-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf7-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bf9-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfa-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfc-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bfd-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259bff-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c00-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c02-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c03-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c04-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c05-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c06-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c07-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c08-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c09-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0a-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0b-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0c-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0d-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0e-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c0f-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c10-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c11-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c12-fa79869c, #w-node-_3477c818-e27a-a80b-5fa5-54fc71259c13-fa79869c, #w-node-_203efd7e-e516-2651-9b04-3ca6822bbd90-fa79869f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-fa798697 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94617c6d-4492-c53d-ef1b-9e89caac6801-caac67c6 {
    justify-self: center;
  }

  #w-node-_203efd7e-e516-2651-9b04-3ca6822bbd90-fa79869f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}