:root {
  --black: black;
}

.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;
}

body {
  color: #333;
  font-family: Epilogue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.d {
  margin-bottom: 20px;
  line-height: 1;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
  color: #000;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .1rem solid #000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 400;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.button:hover {
  color: #000;
  background-color: #fff;
  border: .1rem solid #000;
}

.button.dd {
  color: #000;
  background-color: #fff;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-large {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

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

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-align-center {
  text-align: center;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-xlarge.display-inline {
  display: inline-block;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-top: 20px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding.dd {
  padding-top: 0;
}

.page-padding.ff {
  background-color: #000;
  padding-top: 0;
}

.page-padding.ggg, .page-padding.rrrr, .page-padding.t {
  padding-top: 0;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 400;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.button-secondary:hover {
  color: #fff;
  background-color: #000;
}

.button-secondary.is-menu {
  color: #fff;
  border-color: #fff;
  margin-left: 1rem;
}

.button-text {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: .1rem solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 400;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.button-text:hover {
  border-bottom-color: #000;
}

.button-text.text-align-left {
  text-align: left;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxhuge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-vertical.padding-xxhuge.verticale {
  padding-top: 1.9rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  min-height: 100vh;
  color: #fff;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  width: 100%;
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.home-hero_component {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.home-hero_image-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero-main-image {
  z-index: 20;
  position: relative;
}

.home-hero-right-image {
  z-index: 10;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: auto;
  right: -34%;
}

.home-hero-image-left {
  z-index: 30;
  position: absolute;
  top: -18%;
  bottom: auto;
  left: -25%;
  right: auto;
}

.navbar1_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_menu-buttons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.button-secondary-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-secondary-2.button-small {
  padding: .5rem 1.25rem;
}

.navbar_link {
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: .5rem;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.navbar_link:hover {
  color: #838282;
  border-bottom-color: #fff;
}

.navbar_link.w--current {
  color: red;
}

.navbar_link.s {
  padding-right: 40px;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .5rem;
}

.navbar_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_component {
  z-index: 20;
  height: auto;
  background-color: #000;
  border-bottom: 1px solid #000;
  align-items: center;
  padding: 1.25rem 5%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.button-small {
  padding: .5rem 1.25rem;
}

.navbar_menu {
  align-items: center;
  display: flex;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_menu-button {
  padding: 0;
}

.navbar1_button-wrapper {
  margin-left: 1rem;
}

.home-tagline_component {
  z-index: 20;
  position: relative;
}

.home-tagline-pattern {
  z-index: 10;
  position: absolute;
  top: -71%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.home-logo_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo4_logo {
  max-height: 3.5rem;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.logo4_wrapper {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  padding: .75rem .875rem;
  display: flex;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.home-logo_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}

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

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #333;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer_credit-text {
  font-size: .875rem;
}

.footer3_legal-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer_column-layout {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer_link {
  width: auto;
  min-width: 50%;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.footer_link:hover {
  border-bottom-color: #000;
}

.footer_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_bottom-link {
  font-size: .875rem;
}

.footer_column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer_component {
  border-top: 1px solid #000;
  position: relative;
}

.footer_socials-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.home-projects_item {
  position: relative;
}

.home-projects_item:nth-child(2n), .home-projects_item.even-item:nth-child(2n) {
  margin-top: 20rem;
}

.home-projects_list {
  grid-column-gap: 7rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-projects_link-block {
  z-index: 20;
  color: #333;
  text-decoration: none;
  position: relative;
}

.home-projects_image-wrapper {
  z-index: 30;
  position: relative;
}

.tabs {
  justify-content: flex-start;
  display: flex;
}

.tabs-menu {
  width: 30%;
  flex-direction: column;
  align-items: stretch;
  margin-right: 3rem;
  display: flex;
}

.home-service-tab {
  width: auto;
}

.home-service-tabl-link.button-text.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.home-service-tabl-link.button-text.text-align-left {
  text-align: left;
  border-bottom-width: 1px;
  justify-content: flex-start;
  display: flex;
}

.home-service-tabl-link.button-text.text-align-left.w--current {
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: flex-start;
  padding-left: 2rem;
  display: flex;
}

.home-service-tabl-link.button-text.text-align-left.w--current:hover {
  border-bottom-width: 1px;
}

.home-service_grid {
  grid-column-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-service_tab-content {
  width: 66%;
  overflow: hidden;
}

.tabs-menu-icon {
  width: 60px;
  height: 60px;
  background-color: #3cd1c9;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.tabs-menu-2 {
  width: 45%;
  flex-direction: column;
  display: flex;
}

.tabs-heading-wrap {
  width: 40%;
  margin-bottom: 60px;
}

.tabs-heading {
  color: #1e1e1e;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.tabs-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tabs-paragraph {
  font-size: 18px;
  line-height: 27px;
}

.tabs-content {
  width: 50%;
  text-align: right;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tabs-img {
  width: 100%;
  height: 100%;
  max-width: 390px;
  object-fit: cover;
  border-radius: 30px;
}

.tab-link {
  opacity: .7;
  filter: grayscale();
  color: #5e5e5e;
  background-color: #fff;
  border-radius: 14px;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.tab-link:hover {
  box-shadow: 0 10px 40px rgba(133, 133, 133, .05);
}

.tab-link.w--current {
  z-index: 2;
  opacity: 1;
  filter: grayscale(0%);
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(133, 133, 133, .05);
}

.tabs-section {
  color: #999;
  background-color: #fff;
  padding: 140px 3%;
}

.tab-pane {
  height: 100%;
}

.tabs-2 {
  position: static;
}

.home-service_wrapper {
  position: relative;
}

.navbar1_link-2 {
  padding: .5rem 1rem;
}

.navbar1_link-2.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_component-2 {
  height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
}

.navbar1_button-wrapper-2 {
  margin-left: 1rem;
}

.navbar2_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: 8px;
  position: absolute;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar2_menu {
  align-items: center;
}

.navbar2_button-navbar {
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
}

.navbar2_button-wrapper {
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1.5rem;
}

.navbar2_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_component {
  height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar1_container-2 {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-service-tabs_icon-wrapper, .home-service-tab-image {
  margin-right: .5rem;
}

.about-hero_component {
  height: 70vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.about-hero_component.h {
  height: 60vh;
}

.about-hero_component.h.euro {
  background-image: url('../images/euroceramiche.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  padding-left: 20px;
}

.about-hero_component.h.euro.servizi {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/servizi-euro.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.about-hero_component.arredo-bagno {
  background-color: rgba(0, 0, 0, .29);
  background-image: linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/arredo-bagno-niscemi.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-left: 20px;
}

.about-hero_component.pvimenti {
  text-shadow: 0 3px 1px var(--black);
  background-image: url('../images/PAVIMENTI-E-RIVESTIMENTI-NISCEMI.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.about-hero_component.sanitari-e-rubinetti {
  background-image: url('../images/sanitari-.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.about-hero_component.contatti {
  background-image: url('../images/contatti-euroceramiche.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.about-hero_image-wrapper {
  width: 100%;
  position: relative;
}

.section-about-scrolling {
  width: 100%;
}

.section-about-scrolling.overflow-hidden {
  overflow: hidden;
}

.about-scrolling_component {
  width: 200%;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.big-mover-dev-only {
  margin-top: 619px;
  margin-bottom: 619px;
}

.about-scrolling_card {
  width: 50%;
  white-space: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-xxlarge {
  font-size: 6rem;
}

.heading-xxlarge.display-inline {
  display: inline-block;
}

.heading-xxlarge.heading-scrolling {
  white-space: nowrap;
  margin-right: 1rem;
  font-style: normal;
  display: inline-block;
}

.contact-form_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.contact-form {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-field {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #424242;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
}

.home-cta_component {
  z-index: 20;
  position: relative;
}

.home-cta-pattern {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.projects-explainer_component {
  justify-content: flex-end;
  display: flex;
}

.projects-explainer_content {
  width: 40%;
}

.section-load-screen {
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.load-screen-panel {
  width: 50%;
  height: 100vh;
  background-color: #fff;
  transform: rotate(0);
}

.load-screen-panel.load-screen-bottom {
  width: 100%;
  height: 50vh;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.load-screen-panel.load-screen-top {
  width: 100%;
  height: 50vh;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: none;
}

.load-screen-panel.load-screen-left {
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.load-screen-panel.load-screen-right {
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.loading-screen_logo-component {
  z-index: 9999999;
  align-items: center;
  display: flex;
  position: absolute;
}

.loading-screen-line {
  width: 2px;
  height: 3.3rem;
  background-color: #000;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
}

.loading-screen-line.line-white {
  color: #fff;
  background-color: #fff;
}

.loading-screen_logo-wrapper {
  position: absolute;
}

.loading-screen_logo-wrapper.overflow-hidden {
  position: relative;
}

.heading-display-text-span {
  display: inline-block;
}

.home-projects-shadow {
  z-index: 10;
  width: 100px;
  height: 150px;
  background-color: #000;
  position: absolute;
  top: -12%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.home-projects-image {
  z-index: 30;
  position: relative;
}

.home-projects-item-hover {
  width: 0;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-cta-sliding-block {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer-block-sliding {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-arrow {
  color: #fff;
}

.h1-hero-load {
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

.h1-hero-load.bianco {
  color: #fff;
  text-shadow: 0 1px 1px rgba(255, 247, 247, .2);
}

.h1-hero-load.shadow {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .99);
}

.about-wide-image-panel {
  width: 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.projects-multi_item:nth-child(2n) {
  margin-top: 8rem;
}

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

.text-block {
  color: #fff;
  font-size: 3rem;
}

.text-block-2 {
  color: #fff;
  font-size: 1.5rem;
}

.transition-mask {
  z-index: 200;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.transition-mask.bottom {
  align-items: flex-end;
  display: flex;
}

.container {
  height: 100vh;
  min-width: 1024px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.content-row {
  flex: 0 auto;
  align-items: flex-start;
  margin-top: 3%;
  line-height: 22px;
  display: flex;
}

.col-02 {
  max-height: 50%;
  min-width: 25%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 5%;
  display: flex;
}

.content-header {
  max-height: 50%;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.page-content {
  opacity: 0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  transform: translate(0, 5px);
}

.page-content._02 {
  opacity: 1;
  display: block;
}

.page-content._03 {
  opacity: 1;
  display: block;
  transform: none;
}

.page-content._01 {
  opacity: 1;
  display: flex;
  transform: none;
}

.content-body {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.social-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  transition: border .3s linear;
  display: flex;
}

.social-link:hover {
  border-width: 1px;
  border-color: #ffd13f;
}

.button-3 {
  background-color: rgba(0, 0, 0, 0);
  border-left: 2px solid #ffd13f;
  padding: 10px 0 10px 10px;
  transition: border .3s cubic-bezier(.215, .61, .355, 1);
}

.button-3:hover {
  border-left-width: 10px;
}

.slide-link-container {
  position: relative;
}

.col {
  height: 0%;
  border-right: 1px solid rgba(255, 255, 255, .5);
  flex: 1;
}

.col-01 {
  z-index: 10000;
  display: flex;
  position: relative;
}

.content-main {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.slide-link-cover {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.content {
  z-index: 300;
  flex-direction: column;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-col {
  flex: 1;
  padding-right: 50px;
}

.slide-link {
  width: 80px;
  height: 50px;
  color: #ffd13f;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 20px;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.slide-link:hover {
  transform: scale(1.4);
}

.slide-link._01, .slide-link._03 {
  background-image: none;
}

.brand {
  color: #fff;
  text-decoration: none;
}

.header-social {
  width: 80px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.slides {
  flex: 1;
  display: flex;
  position: relative;
}

.slide {
  flex: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide._02 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0)), url('../images/photo-1463694023725-91c761715d21.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
}

.slide._01 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0)), url('../images/niklas-weiss--2WlTWZLnRc-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.slide._03 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0)), url('../images/photo-1482274364774-a3c3e13adb3f.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
}

.col-panels {
  z-index: 200;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.panel-lines {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, .2);
  flex: 1;
}

.panel-lines.last {
  border-right-style: none;
}

.title {
  color: #fff;
  font-size: 100px;
  line-height: 100px;
}

.mask {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(135deg, rgba(0, 0, 0, .4) 22%, rgba(255, 255, 255, 0)), url('../images/img2.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slide-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(135deg, rgba(0, 0, 0, .4) 22%, rgba(255, 255, 255, 0)), url('../images/img3.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slide-nav {
  width: 30px;
  height: 100%;
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0;
  bottom: 0;
  right: -95%;
}

.social-links {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  line-height: 20px;
  display: flex;
}

.tab-title {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  font-size: 14px;
}

.section {
  position: relative;
}

.project-year {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  top: 200px;
  left: 40px;
}

.slide-counter {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.slider {
  z-index: 1;
  height: 100vh;
}

.slide-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(135deg, rgba(0, 0, 0, .4) 22%, rgba(255, 255, 255, 0)), url('../images/img1.webp');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slide-tab {
  width: 33.33%;
  height: 100%;
  color: #000;
  background-color: #31667a;
  border-right: 1px solid rgba(0, 0, 0, .2);
  padding: 20px;
  text-decoration: none;
  transition: background-color .5s;
}

.slide-tab:hover {
  background-color: #bc8726;
}

.slide-tab.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
}

.text-block-5 {
  text-align: left;
  letter-spacing: -1px;
  text-shadow: 1px 1px 6px #000;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-5.fff {
  color: #fff;
}

.social-link-2 {
  width: 20px;
  height: 20px;
  background-image: url('../images/facebook-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .5s;
}

.social-link-2:hover {
  transform: scale(1.2);
}

.social-link-2.instagram {
  width: 20px;
  height: 20px;
  background-image: url('../images/instagram-white.svg');
}

.social-link-2.instagram.you {
  background-image: url('../images/youtube.svg');
  background-size: cover;
  display: none;
}

.slide-total {
  opacity: .5;
  margin-left: 10px;
}

.slide-content {
  height: 100%;
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10%;
  font-size: 20px;
  display: flex;
}

.slide-number {
  font-size: 40px;
}

.text-block-6 {
  color: rgba(255, 255, 255, .82);
  text-align: left;
  margin-top: 25px;
  margin-left: 0%;
  font-size: 15px;
  line-height: 20px;
}

.tabs-3 {
  width: 50%;
  height: 100%;
  float: right;
}

.bottom {
  z-index: 20;
  height: auto;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tab-subtitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
}

.slide-arrows {
  display: none;
}

.project-container {
  z-index: 10;
  width: 95%;
  height: 100%;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, .03);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 15%;
  display: flex;
  position: absolute;
}

.bold-text {
  letter-spacing: -1px;
}

.div-block {
  height: 50vh;
  background-image: url('../images/fap-pavimenti.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-2 {
  height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/preve.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f {
  margin-bottom: 30px;
}

.white, .wwwhi {
  color: #fff;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  text-align: justify;
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.italic-text {
  text-transform: none;
}

.paragraph {
  text-align: left;
  line-height: 2;
}

.paragraph.c {
  text-align: center;
}

.paragraph.spazio {
  padding-top: 60px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-2 {
  font-size: 3rem;
}

.bold-text-2 {
  font-size: 1.4rem;
}

.html-embed {
  height: 500px;
}

.columns, .columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-9 {
  background-color: #fff;
  padding-top: 165px;
  padding-bottom: 50px;
}

.text-block-65 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.text-block-66 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-277 {
  height: 2px;
  background-color: rgba(0, 0, 0, .03);
  margin-top: 20px;
}

.text-block-67 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.container-12 {
  margin-top: 100px;
}

.traspa {
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  font-size: 1rem;
}

.bold-text-3 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .button-secondary.is-menu {
    margin-left: 1rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .navbar1_dropdwn-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 1rem;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar_container {
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: flex;
    overflow: auto;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar1_button-wrapper {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .home-tagline-pattern {
    top: -41%;
  }

  .home-logo_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-logo_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .footer_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-projects_list {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .tabs-menu {
    margin-right: 5rem;
  }

  .home-service_grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .tabs-menu-2 {
    width: 50%;
    flex: none;
    margin-right: 10%;
  }

  .tabs-heading-wrap {
    width: 100%;
  }

  .tabs-content {
    width: 40%;
    position: relative;
  }

  .tabs-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar1_button-wrapper-2 {
    flex-direction: column;
    margin-bottom: 1rem;
    margin-left: 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    overflow: auto;
  }

  .navbar2_button-navbar {
    width: 100%;
    margin-top: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .heading-xxlarge {
    font-size: 4rem;
  }

  .home-projects-shadow {
    width: 90px;
    height: 120px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .button-secondary {
    width: 100%;
  }

  .button-secondary.is-menu {
    margin-left: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .home-hero_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .navbar_component {
    height: 4rem;
  }

  .navbar_menu {
    padding: 1rem 5% 2rem;
  }

  .home-logo_grid {
    width: 100%;
  }

  .logo4_logo {
    max-height: 3rem;
  }

  .logo4_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .home-logo_component {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_credit-text {
    margin-top: 1.5rem;
  }

  .footer3_legal-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .home-projects_item:nth-child(2n) {
    margin-top: 5rem;
  }

  .home-projects_item.even-item:nth-child(2n) {
    margin-top: 0;
  }

  .home-projects_list {
    grid-column-gap: 7rem;
    grid-row-gap: 10rem;
    grid-template-columns: 1fr;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3rem;
    margin-right: auto;
  }

  .tabs-menu.margin-right.margin-xhuge {
    width: 100%;
  }

  .home-service-tabl-link {
    width: auto;
  }

  .home-service_grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-service_tab-content {
    width: 100%;
  }

  .tabs-menu-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .tabs-heading-wrap {
    margin-bottom: 40px;
  }

  .tabs-heading {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 50px;
  }

  .tabs-content {
    width: 100%;
    text-align: left;
  }

  .tabs-img {
    height: auto;
  }

  .tab-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .tab-pane {
    height: auto;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .navbar1_component-2 {
    height: 4rem;
  }

  .navbar2_button-navbar {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: .25rem 1rem;
  }

  .navbar2_component {
    height: 4rem;
  }

  .contact-form_component {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .home-projects-shadow {
    width: 80px;
    height: 90px;
  }

  .hero-heading-center, .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
  }

  .menu-icon_line-middle {
    background-color: var(--black);
  }

  .navbar_link {
    color: #000;
  }

  .menu-icon_line-top {
    background-color: #fff;
  }

  .home-tagline-pattern {
    top: -32%;
  }

  .home-logo_grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo4_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .home-logo_component {
    grid-template-columns: 1fr;
  }

  .footer_column-layout {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .home-projects_list {
    grid-column-gap: 7rem;
    grid-row-gap: 9rem;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .home-service_grid {
    grid-template-columns: 1fr;
  }

  .tabs-img {
    border-radius: 14px;
  }

  .about-scrolling_component {
    width: auto;
  }

  .heading-xxlarge.heading-scrolling {
    font-size: 40px;
  }

  .home-projects-shadow {
    width: 70px;
    height: 80px;
  }

  .h1-hero-load {
    font-size: 30px;
  }

  .social-links {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .slider {
    height: 70vh;
  }

  .text-block-5 {
    text-align: center;
    font-size: 17px;
    line-height: 21px;
  }

  .social-link-2 {
    margin-right: 20px;
  }

  .social-link-2.instagram.you {
    background-image: url('../images/youtube.svg');
    background-size: cover;
  }

  .slide-total {
    line-height: 25px;
  }

  .slide-number {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-6 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bottom {
    height: auto;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .project-container {
    width: 100%;
    padding-top: 8%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-wrapper {
    align-items: center;
  }

  .margin-bottom-24px, .paragraph {
    text-align: left;
  }

  .heading {
    text-align: center;
  }

  .container-3 {
    max-width: none;
  }

  .heading-2 {
    font-size: 30px;
  }

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_734c42e9-a34b-b294-1b06-c9849803cd1f-6b366680, #w-node-a9d240f8-0661-0b93-165a-936c7398d22b-6b366680, #w-node-e940986e-951d-a151-ec25-fa4e1775ffb1-6b366680, #w-node-_4851a07b-8d00-7f69-1dff-6ed5f800afc8-6b366680, #w-node-_24e79f42-b137-9ffc-5631-33365d3ec444-6b366680, #w-node-c4324d7e-8a45-3895-4b21-fa30ac6e00d4-6b366680, #w-node-c1b9fef8-a7ab-494c-f576-3c34571d25c6-6b366680, #w-node-_034cbed6-d893-429f-9292-754ef17a75c4-6b366680, #w-node-_43da9b42-ae3a-74f2-dcc2-4814e5bd0684-6b366680, #w-node-_4d7dee45-f99b-1529-7193-4dc8c562561a-6b366680, #w-node-_4d7dee45-f99b-1529-7193-4dc8c562561c-6b366680, #w-node-_98c7c598-57c7-3c1d-db16-34abaf82883e-6b366680, #w-node-_98c7c598-57c7-3c1d-db16-34abaf828840-6b366680 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9eb19ee5-421c-a040-7be4-4ed3255e6c80-6b366680, #w-node-_9eb19ee5-421c-a040-7be4-4ed3255e6c81-6b366680, #w-node-_9eb19ee5-421c-a040-7be4-4ed3255e6c83-6b366680 {
  align-self: center;
  justify-self: center;
}

#w-node-_9eb19ee5-421c-a040-7be4-4ed3255e6c85-6b366680 {
  justify-self: center;
}

#w-node-_9eb19ee5-421c-a040-7be4-4ed3255e6c87-6b366680, #w-node-_9eb19ee5-421c-a040-7be4-4ed3255e6c89-6b366680 {
  align-self: center;
  justify-self: center;
}

#w-node-_9eb19ee5-421c-a040-7be4-4ed3255e6c8b-6b366680 {
  justify-self: center;
}

#w-node-_9eb19ee5-421c-a040-7be4-4ed3255e6c8d-6b366680 {
  align-self: center;
  justify-self: center;
}

#w-node-_9eb19ee5-421c-a040-7be4-4ed3255e6c8f-6b366680 {
  justify-self: center;
}

#contact-form.w-node-_7602c773-4b36-ac2d-74a4-8a50184c0d04-6b366680, #w-node-_7602c773-4b36-ac2d-74a4-8a50184c0d1a-6b366680, #w-node-_324626d7-3477-92c4-30ff-c846d5acb74d-0f366684, #w-node-_324626d7-3477-92c4-30ff-c846d5acb74f-0f366684, #w-node-_324626d7-3477-92c4-30ff-c846d5acb758-0f366684, #w-node-_324626d7-3477-92c4-30ff-c846d5acb75a-0f366684, #w-node-_324626d7-3477-92c4-30ff-c846d5acb763-0f366684, #w-node-_324626d7-3477-92c4-30ff-c846d5acb765-0f366684, #w-node-_9f858734-bef5-1a7e-919f-10344444dc7c-0e366685, #contact-form.w-node-_018bf4f8-b55f-7f57-0297-e638205df569-0e366685, #w-node-_018bf4f8-b55f-7f57-0297-e638205df56c-0e366685, #w-node-_324626d7-3477-92c4-30ff-c846d5acb74d-6bb12e69, #w-node-_324626d7-3477-92c4-30ff-c846d5acb74f-6bb12e69, #w-node-_324626d7-3477-92c4-30ff-c846d5acb758-6bb12e69, #w-node-_324626d7-3477-92c4-30ff-c846d5acb75a-6bb12e69, #w-node-_324626d7-3477-92c4-30ff-c846d5acb763-6bb12e69, #w-node-_324626d7-3477-92c4-30ff-c846d5acb765-6bb12e69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


