@font-face {
  font-family: Itc Avant Garde Gothic;
  src: url('../fonts/ITC-Avant-Garde-Gothic-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itc Avant Garde Std Bk;
  src: url('../fonts/ITC-Avant-Garde-Std-Bk.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --regular_font: "Itc Avant Garde Std Bk", Arial, sans-serif;
  --bold_font: "Itc Avant Garde Gothic", Arial, sans-serif;
  --primary: #ff690a;
}

.body {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/bg_locandina.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
}

.page-wrapper {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  max-width: 1400px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
  position: static;
}

.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem 2rem 1.25rem 5rem;
  display: flex;
}

.right {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.logo {
  width: 300px;
}

.heading {
  z-index: 4;
  font-family: var(--regular_font);
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.bold {
  font-family: var(--bold_font);
  font-size: 16px;
  font-weight: 700;
}

.left-button-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  justify-items: start;
  padding-top: 0;
  display: grid;
}

.piattaforma {
  object-fit: cover;
}

.link {
  aspect-ratio: 214 / 134;
  object-fit: cover;
  border-image: linear-gradient(#fff, #0000) 1 100%;
  border-radius: 10px;
  flex: 0 auto;
  min-height: 150px;
  max-height: 150px;
  transition-property: border-color;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: relative;
  overflow: hidden;
}

.link:hover {
  border: 1px solid var(--white);
}

.background {
  z-index: 1;
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-piattaforma {
  z-index: 2;
  max-width: 85%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.squircle-shadow {
  z-index: 2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 80%;
  max-width: 500px;
  display: block;
  position: relative;
}

.bg {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: 1;
  opacity: .35;
  filter: none;
  mix-blend-mode: normal;
  object-fit: cover;
  background-image: url('../images/texture.png');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
  max-height: 100vh;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(-50%, -50%);
}

.squircle {
  z-index: 2;
  filter: drop-shadow(0 2px 20px #af9c32);
  pointer-events: none;
  width: 80%;
  max-width: 650px;
  display: block;
  position: relative;
}

.heading-mobile {
  font-family: var(--regular_font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: none;
}

.paragraph {
  z-index: 2;
  font-family: var(--regular_font);
  margin-bottom: 0;
  position: relative;
}

.coso {
  width: 100px;
  height: 100px;
}

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

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

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

@media screen and (min-width: 1440px) {
  .body {
    text-decoration: none;
  }

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

  .heading {
    text-align: left;
  }

  .link {
    border: 0 solid #fff;
    text-decoration: none;
  }

  .paragraph {
    font-family: var(--regular_font);
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 50% 0;
  }

  .page-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
  }

  .left {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem 2rem 0;
  }

  .right {
    justify-content: center;
    align-items: center;
    padding-bottom: 1.25rem;
  }

  .logo {
    width: auto;
    display: block;
  }

  .heading {
    text-align: left;
    font-size: 16px;
  }

  .left-button-box {
    flex: 1;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: flex-start center;
  }

  .bg {
    width: 140vw;
  }

  .squircle {
    width: 85%;
  }

  .paragraph {
    z-index: 4;
    text-align: left;
    margin-bottom: 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: visible;
  }

  .page-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-flow: row;
    width: 100svw;
    height: auto;
    overflow: hidden;
  }

  .left {
    justify-content: flex-start;
    align-items: center;
    padding-top: 2.8125rem;
    padding-bottom: 5rem;
  }

  .right {
    padding-top: 55px;
  }

  .logo {
    display: none;
  }

  .heading {
    text-align: center;
    display: none;
  }

  .left-button-box {
    justify-content: center;
    align-items: flex-start;
  }

  .logo-piattaforma {
    max-width: 75%;
  }

  .bg {
    flex: 0 auto;
    width: 150%;
    max-width: none;
    max-height: none;
    display: block;
    inset: 50% 0% auto 50%;
    overflow: clip;
  }

  .heading-mobile {
    z-index: 4;
    text-align: center;
    text-wrap: balance;
    display: block;
    position: relative;
  }

  .paragraph {
    display: none;
  }

  .gradient {
    width: 100svw;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 50% 0;
    background-size: cover;
  }

  .page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
    overflow: hidden;
  }

  .left {
    padding: 2rem 0 5rem;
  }

  .right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .heading-mobile {
    width: 90%;
    font-size: 14px;
  }
}

#w-node-da2bbd50-0970-a833-0227-03f1227e29bc-a7ed129e {
  align-self: center;
}

#w-node-_30189236-73fd-faa7-9bc2-67442e7ba346-a7ed129e {
  order: 0;
  place-self: center;
}

#w-node-_7ca3b7b9-0b15-f404-52dd-bf0da8994577-a7ed129e, #w-node-_6e9cf664-64cd-f197-dc5d-0d43286bf60a-a7ed129e, #w-node-_58b17964-2110-5d0d-59f3-0a8e99af7f12-a7ed129e, #w-node-_8f1b7007-0ae5-df6d-ace1-3181ed57bf08-a7ed129e {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8f1b7007-0ae5-df6d-ace1-3181ed57bf08-a7ed129e {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-da2bbd50-0970-a833-0227-03f1227e29bc-a7ed129e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_8f1b7007-0ae5-df6d-ace1-3181ed57bf08-a7ed129e {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-da2bbd50-0970-a833-0227-03f1227e29bc-a7ed129e, #w-node-_8f1b7007-0ae5-df6d-ace1-3181ed57bf08-a7ed129e {
    align-self: center;
  }
}


@font-face {
  font-family: 'Itc Avant Garde Gothic';
  src: url('../fonts/ITC-Avant-Garde-Gothic-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc Avant Garde Std Bk';
  src: url('../fonts/ITC-Avant-Garde-Std-Bk.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}