:root {
  --black: #201b1f;
  --orange: #ff6e41;
  --blue: #0d3ab7;
  --white: white;
  --green: #75c8be;
  --light-gray: #e2e2e2;
  --azure: #9fc8e8;
}

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

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

.container {
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
}

.container.ty {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.header {
  z-index: 10;
  background-color: var(--black);
  position: sticky;
  top: 0;
}

.logo-header {
  width: 12%;
  display: block;
}

.logo-header.footer {
  width: 50%;
}

.logo-header.urbi._30 {
  width: 30%;
}

.button {
  background-color: var(--orange);
  color: var(--black);
  text-transform: uppercase;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  padding: 15px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 105%;
  text-decoration-style: solid;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

.button:where(.w-variant-b648e6f4-c7f0-280a-391a-f13ae373889c) {
  background-color: var(--blue);
  color: var(--white);
}

.button:where(.w-variant-8d870771-6167-ce8d-a3d5-b2f449e1e145) {
  background-color: var(--green);
  color: var(--black);
}

.button:hover {
  background-color: #e24f21;
}

.button:hover:where(.w-variant-b648e6f4-c7f0-280a-391a-f13ae373889c) {
  background-color: #0a2b88;
}

.button:hover:where(.w-variant-8d870771-6167-ce8d-a3d5-b2f449e1e145) {
  background-color: #469b91;
}

.header-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Brygada 1918", sans-serif;
  font-size: 50px;
  line-height: 105%;
}

.h1.black {
  color: var(--black);
}

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

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

.paragraph {
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragraph.black {
  color: var(--black);
}

.paragraph.black:where(.w-variant-976ce110-c979-a6ff-0d88-688e61a7499b) {
  color: var(--white);
}

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

.paragraph.black.bold {
  font-weight: 700;
}

.paragraph.black.contorno:where(.w-variant-976ce110-c979-a6ff-0d88-688e61a7499b) {
  color: var(--black);
}

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

.paragraph.white.bold:where(.w-variant-976ce110-c979-a6ff-0d88-688e61a7499b) {
  font-weight: 700;
}

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

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

.hero-text {
  color: var(--green);
  justify-content: space-between;
  padding-top: 3%;
  padding-bottom: 0%;
  display: flex;
}

.hero-text-left {
  width: 68%;
}

.hero-text-right {
  width: 30%;
}

.orange {
  color: var(--orange);
}

.hero-image-bg {
  background-image: linear-gradient(180deg, var(--light-gray), #fff0 20%), url('../images/map-background.webp');
  text-align: center;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-full {
  max-height: 100vh;
  overflow: hidden;
}

.body {
  background-color: var(--light-gray);
}

.image {
  object-fit: cover;
  object-position: 50% 0%;
  max-width: 70%;
}

.about {
  background-color: var(--black);
}

.about-div {
  min-height: 60vh;
  display: flex;
  position: relative;
}

.about-div-sx {
  background-color: var(--orange);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 40vh;
  display: flex;
}

.about-div-center {
  align-self: center;
  padding: 5%;
}

.about-div-dx {
  width: 25%;
}

.separator-10 {
  height: 10px;
}

.separator-20 {
  width: 100%;
  height: 20px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Brygada 1918", sans-serif;
  font-size: 42px;
  line-height: 100%;
}

.h2.black {
  color: var(--black);
}

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

.h2.white {
  display: none;
}

.div-block {
  min-width: 40vh;
}

.image-2 {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
}

.decoration {
  z-index: 9;
  width: 6%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.funzionalit {
  padding-top: 8%;
  padding-bottom: 8%;
}

.funzionalit--text {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  padding-bottom: 5%;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Brygada 1918", sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.h3.black {
  color: var(--black);
}

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

.toggle-title {
  z-index: 9;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.toggle-icon {
  background-color: var(--white);
  padding: 5px;
}

.toggle-div-icon {
  -webkit-clip-path: polygon(50% 0%, 0% 50%, 50% 100%, 100% 50%);
  clip-path: polygon(50% 0%, 0% 50%, 50% 100%, 100% 50%);
}

.toggle {
  padding: 20px 30px;
  position: relative;
}

.toggle.green {
  background-color: var(--green);
}

.toggle.azure {
  background-color: var(--azure);
}

.toggle.orange {
  background-color: var(--orange);
}

.toggle.blue {
  background-color: var(--blue);
}

.toggle-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.toggle-image {
  width: 30%;
}

.toggle-content-interno {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.toggle-content-interno.top {
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.toggle-div-bullet {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.toggle-text {
  width: 70%;
}

.bullet-list {
  width: 30%;
  padding-top: 20px;
  font-size: 16px;
  line-height: 130%;
}

.toggle-p {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.toggle-p.black {
  color: var(--black);
}

.toggle-p.white {
  color: var(--white);
}

.bullet {
  width: 30%;
}

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

.bullet.full {
  width: 100%;
}

.toggle-col {
  width: 50%;
}

.image-3 {
  position: absolute;
  bottom: -20px;
  left: -30px;
}

.toggle-decoration {
  position: absolute;
}

.toggle-decoration.db-mob {
  width: 6%;
  bottom: 0;
  left: 0;
}

.toggle-decoration.standard {
  z-index: 5;
  width: 7%;
  bottom: 0;
  right: 0;
}

.toggle-decoration.case {
  width: 6%;
}

.toggle-decoration.case.sx {
  transform-style: preserve-3d;
  bottom: 0;
  left: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.toggle-decoration.case.dx {
  transform-style: preserve-3d;
  top: 0;
  right: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.demo {
  background-color: var(--white);
}

.demo-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.demo-div-text, .demo-div-image {
  width: 48%;
}

.h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Brygada 1918", sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.h4.black {
  color: var(--black);
}

.h4.blue {
  color: var(--blue);
}

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

.subtitle {
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.subtitle.black {
  color: var(--black);
}

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

.case-study {
  background-color: var(--green);
  position: relative;
}

.case-study-div {
  justify-content: space-between;
  align-items: center;
  padding-top: 7%;
  padding-bottom: 7%;
  display: flex;
}

.case-study-text-div {
  width: 48%;
}

.case-study-video-div {
  aspect-ratio: 16 / 9;
  background-image: url('../images/copertina-pdf.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.caratteristiche {
  padding-top: 5%;
  padding-bottom: 5%;
}

.caratteristiche-div {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.caratteristiche-div.m-1 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.caratteristiche-single {
  width: 100%;
  overflow: hidden;
}

.caratteristiche-single.m1 {
  text-align: left;
  margin-top: 30px;
}

.caratteristiche-single.m2 {
  margin-top: 60px;
}

.caratteristiche-single.m3 {
  margin-top: 90px;
}

.caratteristiche-single.m4 {
  margin-top: 120px;
}

.caratteristiche-title {
  aspect-ratio: 1;
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 2%;
  display: flex;
}

.caratteristiche-title.azure {
  background-color: var(--azure);
}

.caratteristiche-title.orange {
  background-color: var(--orange);
}

.caratteristiche-title.blue {
  background-color: var(--blue);
}

.caratteristiche-title.green {
  background-color: var(--green);
}

.clienti {
  background-color: var(--white);
  padding-top: 5%;
  padding-bottom: 5%;
}

.loghi-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5% 3%;
  display: grid;
}

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

.footer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1.75fr;
  grid-auto-columns: 1fr;
  padding-top: 5%;
  padding-bottom: 5%;
  display: grid;
}

.small {
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 115%;
}

.small.black {
  color: var(--black);
}

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

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

.small.white.nobold {
  font-weight: 400;
}

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

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

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15%;
  padding-right: 15%;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
  display: none;
}

.slide-nav, .icon, .icon-2 {
  display: none;
}

.left-arrow, .right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.separator-50 {
  height: 50px;
}

.elmo-show {
  cursor: pointer;
  text-decoration: underline;
}

.overlay {
  filter: blur(5px);
  width: 100%;
  height: 100%;
}

.herobts {
  background-color: var(--black);
  position: relative;
}

.container-div-noright {
  justify-content: space-between;
  align-items: stretch;
  min-height: 80vh;
  padding-left: 5%;
  display: flex;
}

.headerbts-txt {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 42%;
  padding-top: 10px;
  display: flex;
}

.text-span {
  color: var(--orange);
}

.div-block-4 {
  justify-content: space-between;
  display: flex;
}

.headerbts-image {
  background-image: linear-gradient(90deg, var(--orange), var(--blue));
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  justify-content: center;
  align-items: flex-end;
  width: 55%;
  display: flex;
}

.button-circle {
  background-color: var(--orange);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 20px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 105%;
  text-decoration-style: solid;
  transition: background-color .2s ease-out;
}

.button-circle:where(.w-variant-b648e6f4-c7f0-280a-391a-f13ae373889c) {
  background-color: var(--blue);
  color: var(--white);
}

.button-circle:where(.w-variant-8d870771-6167-ce8d-a3d5-b2f449e1e145) {
  background-color: var(--green);
  color: var(--black);
}

.button-circle:hover {
  background-color: #e24f21;
}

.button-circle:hover:where(.w-variant-b648e6f4-c7f0-280a-391a-f13ae373889c) {
  background-color: #0a2b88;
}

.button-circle:hover:where(.w-variant-8d870771-6167-ce8d-a3d5-b2f449e1e145) {
  background-color: #469b91;
}

.button-circle.azure {
  background-color: var(--azure);
}

.button-circle.azure:hover {
  background-color: #459ce0;
}

.rombo {
  background-color: var(--white);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  width: 50px;
  height: 50px;
  position: static;
  inset: auto auto 0% 0%;
}

.rombo.green {
  background-color: var(--green);
}

.rombo.green.left-bottom {
  position: absolute;
  inset: auto auto 0% 0%;
}

.rombo.green.left-top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.rombo.azure {
  background-color: var(--azure);
}

.rombo.azure.right-top {
  position: absolute;
  inset: 0% 0% auto auto;
}

.rombo.azure.right-bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.rombo.orange {
  background-color: var(--orange);
}

.rombo.orange.left-bottom {
  position: absolute;
  inset: auto auto 0% 0%;
}

.btstogglesection {
  padding-top: 60px;
  padding-bottom: 60px;
}

.buttontab {
  background-color: var(--white);
  border-style: solid;
  border-width: 2px;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 12px 23px;
  display: flex;
}

.buttontab.w--current {
  background-color: var(--white);
}

.buttontab.orange {
  border-color: var(--orange);
  color: var(--black);
}

.buttontab.orange.w--current {
  background-color: var(--orange);
}

.buttontab.blue {
  border-color: var(--blue);
}

.buttontab.blue.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.buttontab.green {
  border-color: var(--green);
}

.buttontab.green.w--current {
  background-color: var(--green);
}

.divbuttontab {
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.strumento {
  background-color: var(--light-gray);
  border-radius: 70px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 27px;
  display: flex;
}

.strumento.struttura {
  background-color: var(--orange);
  border-radius: 24px;
  flex-flow: wrap;
  padding: 0;
  transition: all .2s ease-out;
}

.strumento.struttura:where(.w-variant-976ce110-c979-a6ff-0d88-688e61a7499b) {
  background-color: var(--blue);
}

.strumento.struttura:where(.w-variant-717df753-1ff0-488d-e69e-7b5fe302dc55) {
  background-color: var(--green);
}

.strumento.struttura.open {
  border-bottom-right-radius: 700px;
  border-bottom-left-radius: 0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  transition: all .2s ease-out;
  position: relative;
}

.toggle-text-nome {
  background-color: var(--black);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 20px;
  display: flex;
}

.arrow-toogle {
  width: 50px;
  height: 50px;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: all .3s ease-out;
}

.arrow-toogle.open {
  z-index: 10;
  margin-right: 60px;
  transform: rotate(-180deg);
}

.divtoggle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.toggle-txt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  transition: padding .3s ease-out;
  display: flex;
}

.toggle-txt.open {
  padding-left: 60px;
}

.div-block-9 {
  background-color: var(--light-gray);
  border-radius: 10px;
  padding: 5px 10px;
}

.immagine-toggle {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 40%;
  height: 100%;
  transition: height .3s ease-out;
  display: block;
}

.immagine-toggle.open {
  height: auto;
  display: block;
}

.toggle-txt-spiegazione {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 60px;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.toggle-txt-spiegazione.open {
  height: auto;
  transition-duration: .2s;
  display: block;
}

.footer-toogle {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  padding: 10px 60px;
  transition: all .2s ease-out;
  display: flex;
  overflow: hidden;
}

.footer-toogle.open {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  transition-duration: .2s;
  display: flex;
}

.image-6 {
  border-radius: 10px;
  width: 40px;
}

.video-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.text-span-2 {
  text-decoration: underline;
}

.content-toggle {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease-out;
  display: flex;
  overflow: hidden;
}

.content-toggle.open {
  height: auto;
  display: block;
}

.header-toggle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 60px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.content-info {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.content-info.open {
  max-height: 100%;
}

.toggleimagediv {
  aspect-ratio: 1;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  width: 40%;
  min-height: 50vh;
  overflow: hidden;
}

.div-block-11 {
  border-bottom-left-radius: 70px;
}

.toggleimage {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.btsform {
  background-color: var(--black);
}

.container-div {
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
}

.container-div.client {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-div-noleft {
  justify-content: space-between;
  align-items: stretch;
  min-height: 90vh;
  padding-right: 5%;
  display: flex;
}

.divformbtsimg {
  background-image: linear-gradient(180deg, var(--orange), var(--blue));
  border-top-right-radius: 300px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 35%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-7 {
  max-width: 140%;
}

.divformbts {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.btsinput {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 20px;
}

.btsinput.hidden {
  display: none;
}

.form {
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.btsformdivrow {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 48%;
  display: flex;
}

.div-block-14 {
  width: 100%;
}

.gridcheckbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.checkorange {
  accent-color: #ff6e41;
}

.checkblue {
  accent-color: #0d3ab7;
}

.checkgreen {
  accent-color: #75c8be;
}

.div {
  width: 100%;
}

.hr {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-16 {
  background-color: var(--white);
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
}

.btsclient {
  background-color: var(--light-gray);
}

.div-block-17 {
  width: 40%;
  padding-bottom: 61px;
}

.list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.tabs {
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-18 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 58%;
  display: flex;
}

.popup {
  z-index: 100;
  background-color: #201b1fcc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.popup.mappa-flussi, .popup.report-citta, .popup.clienti-condivisi, .popup.zona-attrazione, .popup.sentimenti, .popup.brand-grocery {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.video-div {
  width: 50%;
}

.close-popup {
  z-index: 5;
  background-color: var(--white);
  cursor: pointer;
  position: relative;
  transform: rotate(45deg);
}

.divprivacy {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.success-message {
  background-color: #0000;
}

@media screen and (max-width: 991px) {
  .container.demo, .container.car {
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo-header.footer {
    width: 20%;
  }

  .logo-header.urbi._30 {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    padding: 10px 20px;
    font-size: 16px;
  }

  .h1 {
    font-size: 36px;
  }

  .hero-text {
    flex-flow: column;
    padding-bottom: 1%;
  }

  .hero-text-left {
    width: 100%;
  }

  .hero-text-right {
    width: 100%;
    padding-top: 20px;
  }

  .hero-full {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .image {
    max-width: 100%;
  }

  .about-div-sx {
    display: none;
  }

  .h2 {
    font-size: 30px;
  }

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

  .funzionalit--text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .h3 {
    font-size: 24px;
  }

  .toggle-image {
    width: 40%;
  }

  .toggle-content-interno {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .toggle-div-bullet {
    flex-flow: column;
    padding-top: 0;
  }

  .toggle-text {
    width: 100%;
  }

  .bullet {
    width: 100%;
    margin-bottom: 0;
  }

  .toggle-col {
    width: auto;
  }

  .demo-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .demo-div-text {
    text-align: center;
    width: 100%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .demo-div-image {
    width: 100%;
  }

  .subtitle.black.mobile {
    text-align: center;
  }

  .case-study-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .case-study-text-div, .case-study-video-div {
    width: 100%;
  }

  .caratteristiche-div.m-1 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 50px;
    padding-left: 20px;
    display: none;
    overflow: scroll;
  }

  .caratteristiche-single {
    min-width: 40%;
  }

  .caratteristiche-single.m1, .caratteristiche-single.m2, .caratteristiche-single.m3, .caratteristiche-single.m4 {
    margin-top: 0;
  }

  .loghi-div {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-div {
    flex-flow: column;
    display: flex;
  }

  .footer-loghi {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small.black.mobile, .small.white.mobile-center, .footer-social {
    text-align: center;
  }

  .image-4 {
    width: 100%;
  }

  .icon-soc {
    max-width: 80%;
  }

  .slider {
    display: block;
  }

  .container-div-noright {
    flex-flow: column;
    min-height: 0;
    max-height: 90vh;
    padding-left: 0%;
    overflow: hidden;
  }

  .headerbts-txt {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .headerbts-image {
    border-top-right-radius: 500px;
    border-bottom-left-radius: 0;
    width: auto;
  }

  .button-circle {
    padding: 10px 20px;
    font-size: 16px;
  }

  .buttontab {
    width: 100%;
  }

  .toggle-txt {
    width: 90%;
  }

  .toggle-txt-spiegazione {
    order: 2;
    width: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-toogle {
    order: 3;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-info {
    flex-flow: column;
  }

  .toggleimagediv {
    border-radius: 50px;
    width: 50%;
    min-height: 0;
    margin-left: 20px;
  }

  .toggleimage {
    order: 1;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .container-div {
    padding-top: 20px;
  }

  .container-div.demo, .container-div.car {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-div.client {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .container-div-noleft {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    padding-left: 0%;
    padding-right: 0%;
  }

  .divformbtsimg {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-7 {
    max-width: 50%;
  }

  .divformbts {
    width: 100%;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-17 {
    width: 100%;
    padding-bottom: 0;
  }

  .tabs {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-18 {
    width: 100%;
  }

  .video-div {
    width: 80%;
  }

  .div-block-19 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-20, .div-block-21 {
    border-radius: 50px;
  }

  .image-9 {
    max-width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .logo-header {
    width: 30%;
  }

  .logo-header.footer {
    width: 40%;
  }

  .logo-header.urbi {
    display: block;
  }

  .logo-header.urbi._30 {
    width: 40%;
  }

  .button {
    text-align: center;
  }

  .h1 {
    font-size: 34px;
  }

  .hero-text {
    padding-top: 15%;
  }

  .hero-image {
    margin-top: 60px;
  }

  .hero-full {
    max-height: none;
  }

  .about-div-center {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .div-block {
    display: none;
  }

  .decoration {
    width: 20%;
  }

  .funzionalit {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .toggle {
    padding: 10px 20px;
  }

  .toggle-image {
    width: 80%;
  }

  .toggle-content-interno {
    padding-top: 20px;
  }

  .toggle-decoration.db-mob, .toggle-decoration.standard {
    width: 12%;
  }

  .toggle-decoration.case {
    width: 15%;
  }

  .demo-div-text {
    padding-top: 25%;
  }

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

  .case-study-div, .caratteristiche {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .caratteristiche-div.m-1 {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    padding-right: 20px;
  }

  .caratteristiche-single {
    min-width: 70%;
  }

  .clienti {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .loghi-div {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-div {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container-div-noright {
    min-height: 80vh;
    max-height: 100vh;
  }

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

  .rombo.azure.right-top {
    inset: auto 0% 0% auto;
  }

  .buttontab {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-toogle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .video-toggle {
    max-width: none;
  }

  .toggleimagediv {
    width: 60%;
  }

  .container-div.client {
    padding-top: 60px;
  }

  .divformbtsimg {
    overflow: visible;
  }

  .image-7 {
    max-width: 90%;
  }

  .btsformdivrow {
    width: 100%;
  }

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

  .video {
    height: 100%;
  }

  .video-div {
    height: 80%;
  }

  .divprivacy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .image-9 {
    max-width: 120%;
  }
}


