html {
  font-size: 16px;
  text-align: justify;
}

.w-nav-overlay {
  top: 0%;
}

.field-input:focus-visible {
  outline: none;
}

.field-input-upp:focus-visible {
  outline: none;
}

/* Trasforma in maiuscolo il valore digitato */
.field-input-upp {
  text-transform: uppercase;
}

/* Mantieni il placeholder in minuscolo */
.field-input-upp::placeholder {
  text-transform: none;
}


.toggle-body {
  transition: background-color 0.3s ease;
}

.toggle-body-dot {
  transition: transform 0.3s ease;
}

.toggle:checked~.toggle-body {
  background-color: #028080;
}

.toggle:checked~.toggle-body .toggle-body-dot {
  transform: translateX(100%);
}

.range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: #E4E7EC;
  outline: none;
  border-radius: 999px;
  position: relative;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background: white;
  border: 1.5px solid #028080;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/* .checkbox-label {
  color: #222;
  margin-left: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
}

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

.w-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  z-index: 1;
  cursor: pointer;
}

.w-checkbox input[type="checkbox"] + .checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.w-checkbox input[type="checkbox"]:checked + .checkbox-label::before {
  background-color: #028080;
  border-color: #028080;
}

.w-checkbox input[type="checkbox"]:checked + .checkbox-label::after {
  content: "";
    position: absolute;
    left: 8px;
    top: 5px;
    width: 3px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.w-checkbox input[type="checkbox"]:focus + .checkbox-label::before {
  box-shadow: 0 0 3px 1px #02808066;
} */


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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #737373;
  background-color: #fcfcfc;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h1 {
  color: #737373;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

h2 {
  color: #737373;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h3 {
  color: #737373;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

h4 {
  color: #737373;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

a {
  color: #737373;
  text-decoration: none;
}

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

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

label {
  margin-bottom: 0;
  font-weight: 500;
}

.g--padding-horizontal {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.5rem;
}

.g--wmax-wrapper {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

.g--wmax-wrapper-prod {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}

.link_brand {
  justify-content: center;
  align-items: center;
  max-width: 12rem;
  max-height: 2rem;
}

.brand-photo {
  display: inline-block;
}

.t--text-medium-16px {
  font-weight: 500;
}

.t--text-medium-16px.c--dark {
  color: #737373;
}

.t--text-medium-16px.c--dark.animated-link {
  transition: all .3s;
}

.t--text-medium-16px.c--dark.animated-link:hover {
  color: teal;
}

.t--text-medium-16px.c--dark.e-op-70 {
  opacity: .7;
}

.t--text-medium-16px.e--op80 {
  opacity: .8;
}

.t--text-medium-16px.white.allcaps {
  text-transform: uppercase;
}

.t--text-medium-16px.white.allcaps.bold {
  font-weight: 700;
}

.t--text-medium-16px.center {
  text-align: center;
}

.t--text-medium-16px.dark-50 {
  opacity: .5;
  color: #737373;
}

.wrapper-user-btns {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.solution-images {
  width: 100px;
  height: 100px;
}

.cta-icon {
  width: 60px;
  height: 60px;
}

.cta-icon-home {
  width: 60px;
  height: 60px;
}

.cta-icon-soc {
  width: 30px;
  height: 30px;
}




/* .cta-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    border-radius: 0.8rem;
} */

.cta-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px));
  gap: 20px;
  border-radius: 0.8rem;
  display: contents;
}

.cta-section-home {
  display: flex;
  gap: 20px;
  width: 100%;
}

/* .cta-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
} */

.cta-card-home {
  background-color: white;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.cta-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cta-card-home h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.green {
  color: #028080;

}

.light-green {
  color: #E5F2F2;

}

.cta-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  margin-left: 29px;
}

.cta-card-home p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}




.cta-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.cta-contact a img {
  width: 20px;
  height: 20px;
}

/* Sezione principale */
.cta-section.contactss {
  background-color: #028080;
  /* Colore blu scuro */
  padding: 50px 20px;
  text-align: center;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}





/* Titolo "Contattaci" */
.cta-section.contactss h3 {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  text-align: center;
}

.cta-section.contactss p {
  color: white;
}



/* Rimuove lo stile di link per mantenere il design uniforme */
.cta-card-link {
  text-decoration: none;
  display: inline-block;
}

/* Stile uniforme per tutte le card */
.cta-card.contactss {
  background-color: white;
  color: #028080;
  border-radius: 8px;
  padding: 3rem;
  width: 280px;
  height: 280px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  gap: 0.7rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}



/* Hover per effetto di sollevamento */
.cta-card.contactss:hover {

  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Icona */
.cta-card.contactss img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
  filter: grayscale(100%) brightness(0.5);
  opacity: 0.5;
}

/* Titolo principale della card */
.cta-card.contactss h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #028080;
  display: flex;
  justify-content: start;
}

/* Testo della descrizione */
.cta-card.contactss p {
  font-size: 1.1rem;
  font-weight: normal;
  color: #555;
  margin: 0;
  display: flex;
  justify-content: start;
}

.cta-card.contactss p:last-of-type {
  font-size: 1.1rem;
  font-weight: bold;
  color: #028080;
  /* Stesso colore della card telefono */
  margin-bottom: 0;
  /* Mantiene allineamento corretto */
  display: flex;
  justify-content: start;

}


.cta-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 900px;
}






.t--text-bold-16px {
  font-weight: 700;
}

.t--text-bold-16px.center {
  font-weight: 700;
  text-align: center;
}

.t--text-bold-16px.c--green {
  color: #028080;
}

.t--text-bold-16px.c--dark {
  color: #737373;
}

.t--text-bold-16px.c--dark.grey {
  color: #b6b9be;
}

.main-screen {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

.main-screen-intro {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  max-width: 60rem;
  margin: 0 auto;
}

.main-screen.var-100dvh {
  min-height: 100dvh;
}

.center {
  padding-left: 0.5rem;
}

.main-screen-content.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-screen-content.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.main-screen-content.flex.prod-form {
  /* grid-column-gap: 16rem; */
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.main-screen-content.flex-st {
  flex-flow: column;
  display: flex;
}

.t--flex-vertical-center-center-gap32px-desktop {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.h4.center.grey {
  text-align: center;
  color: #737373;
}

.h1.green.full-size {
  text-align: center;
  flex: 1;
}

.tab-wrapper {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 3.25rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.tabs-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem .5rem .5rem;
  transition: all .3s;
  display: flex;
}

.tabs-item:hover {
  color: #fff;
  background-color: #53575b;
}

.tabs-item.active-individuals.w--current {
  color: #fff;
  background-color: #028080;
}

.tabs-item.active-company.w--current {
  color: #fff;
  background-color: #4285f4;
}

.wrapper-image-32px {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
}

.image-tabs {
  flex: none;
}

.t--text-bold-20px {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

.t--text-bold-20px.c--currentc {
  color: currentColor;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
}

.t--flex-vertical-center-top-gap48px-desktop {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t--flex-horizontal-center-center-gap16px-desktop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t--flex-horizontal-center-center-gap16px-desktop.wrp-down {
  flex-flow: wrap;
}

.t--btn-small-bold {
  color: #fff;
  background-color: #028080;
  border-radius: 2rem;
  padding: .5rem 1rem;
  font-weight: 700;
}

.t--btn-small-medium {
  color: #222;
  background-color: #fcfcfc;
  border: 1px solid #222;
  border-radius: 2rem;
  padding: .5rem 1rem;
  font-weight: 500;
  transition: all .3s;
}

.t--btn-small-medium:hover {
  color: #fff;
  background-color: #53575b;
  border-color: #53575b;
}

.t--btn-small-medium.filter-active {
  color: #fff;
  background-color: teal;
  border-color: teal;
}

.t--btn-small-medium.filter-active-blue {
  color: #fff;
  background-color: #4285f4;
  border-color: #4285f4;
}

.message-box {
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  border-left: 4px solid #3b82f6;
  padding: 16px;
  font-family: Arial, sans-serif;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.float {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

.float:hover {
  /* background-color: #00796b; */
  transform: scale(1.1);
}

/* .yodha-ai {
  width: 90%;
  height: 90%;
  border-radius: 50%;
} */

.yodha-ai {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}


.chat-container {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 300px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 1000;
}

.chat-container.active {
  display: flex;
  /* Mostra la chat quando attiva */
}

/* Header della chat */
.chat-header {
  background: teal;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header button {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

/* Corpo della chat */
.chat-body {
  padding: 10px;
  max-height: 200px;
  overflow-y: auto;
}

/* Stile dei messaggi */
.chat-messages {
  overflow-y: auto;
  max-height: 400px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.chat-messages::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Nasconde lo sfondo della scrollbar */
}

.chat-messages li {
  padding: 8px;
  border-radius: 10px;
  margin-bottom: 5px;
  width: fit-content;
  max-width: 80%;
}

.other {
  background: #e0e0e0;
  align-self: flex-start;
}

.t--wrr-wmax-586px.mr-2 {
  margin-right: 1em;
}

.self {
  background: #00796b;
  color: white;
  align-self: flex-end;
  margin-left: auto;
}

/* Footer della chat */
/* .chat-footer {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ddd;
} */

.chat-footer {
  display: none !important;
}

.chat-header-buttons {
  display: flex;
  gap: 10px;
}

.chat-options .clear-chat {
  background: rgb(2, 128, 128);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  margin-top: 10px;
  transition: background 0.3s ease;
}




.chat-header .expand-chat {
  border: none;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 14px;
}



/* Modalità espansa */
.chat-container.expanded {
  width: 800px;
  height: 500px;
}

.chat-container.expanded .chat-body {
  max-height: 350px;
}



#chat-input {
  flex: 1;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#send-chat {
  background: teal;
  color: white;
  border: none;
  padding: 5px 10px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.grey {
  color: #666;
}

/* SVG color classes */
.svg-item-64px .green {
  fill: #007F7F;
}

.svg-item-64px .white {
  fill: white;
}

.product-intro-header {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.product-intro-title {
  text-align: start;
  margin-left: 20px;
  display: flex;

  span {
    margin-left: 20px;
  }
}

.product-category {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border-radius: 20px;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.product-short-description {
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.product-price-info {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  margin: 30px auto;
  max-width: 500px;
}

.price-label {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
}

.price-value {
  font-size: 24px;
  font-weight: bold;
  color: #028080;
}

.product-long-description {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}

.product-long-description p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.product-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  font-size: smaller;
}

.cont-cta-rx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-cta-rx {
  gap: 15px;
  font-size: smaller;
}

.back-btn {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #666;
}

.list-lx-intro,
.list-rx-intro {
  margin: 0 0 10px 10px;
  padding: 0;
  list-style-type: none;
  font-size: smaller;
}

.list-lx-intro li,
.list-rx-intro li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 15px;
}

.list-lx-intro img,
.list-rx-intro img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}


.container-intro {
  width: 100%;
  display: flex;
  gap: 20px;
}

.intro-sx {
  width: 70%;
  border: 1px solid #cccccc;
  padding: 1rem;
  border-radius: 10px;
}

.intro-dx {
  width: 30%;
  border: 1px solid #cccccc;
  padding: 1rem;
  border-radius: 10px;
}

.caratteristiche-list {
  display: flex;
}

.intro-desc-rx {
  font-size: small;
  line-height: normal;
}

.green-box {
  background-color: #F2F9F9;
  padding: 15px;
  font-size: small;
  line-height: normal;
}

.faq-container {
  color: #000;
  margin-top: 40px;
}

.faq-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.faq-item h3 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
}

.faq-item p {
  margin: 0;
  font-size: 15px;
  color: #555;
}



@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounce {
  animation: bounce 0.6s ease;
}


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

.filter-item-tab {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.grid-wrapper-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(19rem, auto));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.items-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.t--flex-vertical-default-gap24px-desktop {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.green {
  color: #028080;
}

.white {
  color: #fff;
}

.svg-item-64px {
  width: 4rem;
  height: 4rem;
}

.t--flex-vertical-default-gap12px-desktop {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.t--flex-horizontal-left-bottom-gap8px-desktop {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.h4.center {
  text-align: center;
  font-weight: 500;
  line-height: normal;
  font-size: 1rem;
  color: #fff;
}

.h4.white {
  font-weight: 500;
  line-height: normal;
  font-size: 1rem;
  color: #fff;
}

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

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

.t--flex-vertical-default-gap8px-desktop {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.t--btn-medium-bold {
  color: #fff;
  border-radius: 2rem;
  padding: .75rem 1rem;
  font-weight: 700;
}

.t--btn-medium-bold.btn-blue {
  background-color: #4285f4;
}

.t--btn-medium-bold.btn-green {
  background-color: teal;
}

.footer {
  background-color: #222;
}

.footer-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-top: 4rem;
}

.t--wrapper-flex-horizontal-topsb-gap32px {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.t--wrapper-flex-vertical-leftt-gap32px {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.t--wrapper-flex-vertical-leftt-gap32px.stretch {
  align-self: stretch;
}

.t--wrapper-flex-vertical-leftt-gap24px {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.t--wrapper-flex-horizontal-centerl-gap8px {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.item-social {
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.item-social:hover {
  background-color: #028080;
}

.svg-item-32px {
  flex: none;
  justify-content: center;
  align-items: center;
  max-height: 1.125rem;
}

.t--wrapper-flex-horizontal-centerl-gap4px {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-item-location {
  width: 100%;
  transition: all .3s;
}

.link-item-location:hover {
  color: #028080;
}

.t--wrapper-flex-vertical-leftt-gap8px {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.t--wrapper-flex-vertical-leftt-gap8px.align-stretch {
  align-self: stretch;
}

.t--wrapper-flex-horizontal-topl-gap24px {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-price{
  text-align: center;
    margin-top: 30px;
    font-size: small;
    line-height: normal;
    font-style: italic;
}

.t--wrapper-flex-horizontal-topl-gap24px.grow-on {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}

.item-footer {
  max-width: 16rem;
}

.item-footer.v2 {
  max-width: 18rem;
}

.t--wrapper-flex-horizontal-topl-gap4px {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #393939;
  margin-top: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.blue {
  color: #4285f4;
}

.g--wrr-wmax-1312px {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

.g--header-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.g--wrr-pg-h-64-32-16px {
  padding-left: 4rem;
  padding-right: 4rem;
}

.g--header-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.burger-menu {
  width: 250px;
  height: 250px;
}

.g--header-navmenu {
  z-index: 2;
}

.g--header-bg {
  z-index: 1;
  background-color: #fff;
  position: absolute;
  inset: 0%;
  max-height: 88px;
  height: 100%;
}

.g--header-brand {
  z-index: 2;
  justify-content: center;
  align-items: center;
  max-width: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.g--header-wrr-navmenu-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.g--header {
  z-index: 9999;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper-svg {
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 1.125rem;
  display: flex;
}

.wrapper-user-login {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  min-width: 29rem;
  padding: 2rem;
  display: flex;
}

.t--flex-vertical-default-gap16px-desktop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.btn-social-login {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid #eaecf0;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.svg-item-24px {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.svg-item-24px.orange {
  color: #ffbd13;
  flex: none;
}

.decor-or {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.decor-line {
  background-color: #eaecf0;
  width: 100%;
  height: .0625rem;
}

.t--text-medium-14px {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.t--text-medium-14px.green.cursor-pointer {
  cursor: pointer;
}

.t--text-medium-14px.center {
  text-align: center;
}

.t--text-medium-14px.center.c--dark {
  color: #737373;
}

.form-block-log-in {
  margin-bottom: 0;
}

.form-body {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.field-label {
  color: #737373;
}

.form-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.form-item.full-size {
  flex: 1;
}

.field-input, .field-input-upp {
  color: #737373;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: .5rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 500;
}

.field-input:focus-visible {
  border-color: teal;
}

.field-input-upp:focus-visible {
  border-color: teal;
}

.field-input[data-wf-focus-visible] {
  border-color: teal;
}

.field-input-upp[data-wf-focus-visible] {
  border-color: teal;
}

.field-input.text-area, .field-input-upp.text-area {
  resize: vertical;
  height: auto;
  min-height: 6.5rem;
}

.field-input.phone {
  border-style: none;
}

.form-submit {
  color: #fff;
  background-color: teal;
  border-radius: 3rem;
  padding: 1rem;
  font-weight: 700;
}

.t--text-regular-14px {
  color: #737373;
  font-size: .875rem;
  line-height: 1.25rem;
}

.t--text-regular-14px.center {
  text-align: center;
}

.t--text-regular-14px.center.dark {
  color: #737373;
}

.t--text-regular-14px.c--grey {
  color: #737373;
}

.t--text-regular-14px.c--grey p {
  padding-top: .5rem;
}

.t--text-regular-14px.c--grey.list {
  text-align: left;
}

.t--text-regular-14px.c--grey.list.no-style {
  list-style: none;
  font-weight: bold;
}

.p-10 {
  padding: 10px 0;
}

.t--text-regular-14px.c--orange {
  color: #ffbd13;
}

.span-bold {
  color: teal;
  font-weight: 700;
}

.span-bold.expired {
  color: #ffbd13;
}

.wrapper-user-signup {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  min-width: 29rem;
  padding: 2rem;
  display: flex;
}

.btn-social-signup {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid #eaecf0;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.form-block-signup {
  margin-bottom: 0;
}

.t--wrr-wmax-300px {
  max-width: 18.75rem;
}

.t--wrr-wmax-300px.center {
  align-self: center;
  padding: 0 10px;
}

.t--wrr-wmax-600px.center {
  padding: 0 10px;
}

.btn-user {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.insurance-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  /* background-color: #fff; */
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 1;
  margin-left: 0;
  padding: 2rem;
  display: flex;
}

.t--wrr-wmax-586px {
  max-width: 36.625rem;
}

.dropdown {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-toggle {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.dropdown-arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.dropdown-arrow.green.mobile-version {
  display: none;
}

.grid-dropdown {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(392px, auto));
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
}

.grid-dropdown-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #ddddde;
  border-radius: 1rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.grid-dropdown-item.remove-active {
  border-color: #028080;
}

.t--wrapper-flex-horizontal-centersb-gap8px {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.t--text-bold-14px {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.t--text-bold-14px.green.height-24px,
.t--text-bold-14px.white.height-24px {
  line-height: 1.5rem;
}

.t--text-bold-14px.center-nowrap {
  text-align: center;
  white-space: nowrap;
}

.t--text-bold-14px.center-nowrap.steps-active {
  color: #028080;
}

.t--text-bold-14px.center-nowrap.no-height {
  line-height: 1;
}

.t--text-bold-14px.orange {
  color: #ffbd13;
}

.t--text-bold-14px.orange.height-24px {
  line-height: 1.5rem;
}

.wrapper-add-remove-tag {
  display: flex;
}

.tag-dropdown-item {
  border: 1px solid #028080;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .125rem .5rem;
  display: flex;
}

.tag-dropdown-item.remove-variant {
  background-color: #028080;
}

.tag-dropdown-item.remove-variant.no-view,
.tag-dropdown-item.no-view {
  display: none;
}

.t--flex-vertical-default-gap4px-desktop {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.insurance-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  /* padding: 2rem; */
}

.insurance-card {
  background-color: #006cff0d;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

.insurance-card.home {
  background-color: rgba(27, 132, 132, 0.11);
}

.insurance-card.life {
  background-color: rgba(27, 132, 132, 0.47);
}

.insurance-card:hover {
  transform: translateY(-10px);
}

.insurance-card.highlighted {
  background-color: rgba(27, 132, 132, 0.71);
  color: white;
}

.insurance-card.solutions {
  background-color: rgba(231, 231, 231, 1);
}

.insurance-card.highlighted h3,
.insurance-card.highlighted p {
  color: white;
}

.card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;

}

.card-icon.auction {
  filter: invert(1) brightness(2);

}

.insurance-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.insurance-card p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #555;
}

.insurance-card div {
  font-size: 1rem;
  margin-bottom: 5.6rem;
  color: #555;
}


.card-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0.75rem;
  border-radius: 2rem;
  background-color: #ffffff;
  color: #028080;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
  margin-top: auto;
  box-sizing: border-box;
}

.card-button.outlined {
  background-color: transparent;
  color: #028080;
  border: 1px solid #028080;
}

/* .card-button:hover {
  background-color: #007bff;
  color: white;
} */


.t--flex-vertical-default-gap4px-desktop.wh {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
  color: #fff;
}

.t--flex-vertical-default-gap4px-desktop.center {
  justify-content: center;
  align-items: center;
}

.dropdown-total {
  background-color: #fff;
  border-radius: 1.5rem;
  flex: 1;
  max-width: 26rem;
  padding: 1.5rem;
  position: sticky;
  top: 228px;
}

.dropdown-total-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-total-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: auto;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  width: 100%;
}

.dropdown-total-list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 1rem;
  display: flex;
}

.item-total {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper-total-price-arrow {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.verification-steps {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 22rem;
  display: flex;
  position: relative;
}

.partner{
  text-align:center; 
  padding-top:50px;
  font-weight: bold;
}

.img-partner{
  display: flex;
  justify-content:center;
  align-items:center;
}

.cons-pers{
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
}
.verification-tabs {
  flex-flow: column;
  width: 100%;
  max-width: 40rem;
}

.steps-items {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 2rem;
  display: flex;
}

.steps-number {
  color: #222;
  background-color: #fff;
  border: 1px solid #2223;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps-number.steps-active {
  color: #fff;
  background-color: #028080;
  border-color: #028080;
  overflow: visible;
}

.steps-number.steps-active.steps-complite {
  cursor: pointer;
}

.decor-line-2px {
  background-color: #2223;
  flex: 1;
  height: .125rem;
}

.decor-line-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

.verification-tabs-insurance {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.form-wrapper-insurance-data.w-form {
  border: 1px solid #cccccc;
  padding: 1rem;
  border-radius: 10px;
}

.border-grey {
  border: 1px solid #cccccc;
  border-radius: 10px;
}


.form-wrapper-2items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-body-16px {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.checkbox {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  text-align: justify;
  gap: 5px;
}

.check {
  float: none;
  border: 1px solid #e5e5e5;
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.check.w--redirected-checked {
  background-color: #028080;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #028080;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
}

.check.w--redirected-focus {
  box-shadow: 0 2px 8px #02808033;
}

.check.w--redirected-focus-visible {
  margin-top: 0;
  margin-left: 0;
  box-shadow: 0 2px 8px #02808033;
}

/*
.checkbox-label {
  color: #222;
  flex-flow: column;
  margin-left: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
} */

.span-regular {
  color: #53575b;
  font-weight: 400;
}

.radio-button {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.radio-button-toggle {
  float: none;
  border: 1px solid #e5e5e5;
  border-radius: 9999px;
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
}

.radio-button-toggle.w--redirected-checked {
  background-color: #fff;
  border: 4px solid #028080;
}

.radio-button-toggle.w--redirected-focus {
  box-shadow: 0 2px 8px #0003;
}

.radio-button-toggle.w--redirected-focus-visible {
  box-shadow: 0 2px 8px #02808033;
}

.radio-button-label {
  color: #222;
  flex-flow: column;
  margin-left: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

/* Radio button cerchio interno custom con colore personalizzato */
.radio-button input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.radio-button input[type='radio']:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.2s ease;
}


.radio-button input[type='radio']:checked:after {
  background-color: #028080;
}


.form-toggle {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.toggle {
  order: 0;
  margin-top: 0;
  margin-left: 0;
  display: none;
}

.toggle-label {
  color: #222;
  flex-flow: column;
  margin-left: .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.toggle-body {
  background-color: #e5e5e5;
  border-radius: 9999px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 2.25rem;
  height: 1.25rem;
  padding: .125rem;
  position: relative;
}

.toggle-body-dot {
  background-color: #fff;
  border-radius: 999px;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: auto;
  right: auto;
}

.form-select {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.select-arrow {
  background-color: #fff;
  height: 1.25rem;
  padding-right: 1rem;
  position: absolute;
  inset: auto 1px auto auto;
}

.select-svg-arrow {
  width: 1.25rem;
  height: 1.25rem;
}

.range-slider {
  width: 100%;
  display: block;
  position: relative;
  appearance: none;
  height: 6px;
  border-radius: 10px;
  background: linear-gradient(to right, #028080 0%, #ccc 0%);
  outline: none;
}



.form-range-slider {
  justify-content: center;
  align-items: center;
  height: 2rem;
  position: relative;
}

.range-slider::-webkit-slider-thumb {
  appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #028080;
  cursor: pointer;

}

.range-slider::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #028080;
  cursor: pointer;
}


.slider-value {
  color: #222;
  margin-bottom: 0;
  font-weight: 500;
  position: absolute;
  inset: 1rem auto auto .75rem;
  transform: translateX(-50%);
}

.fixed-button-submit {
  z-index: 1000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fcfcfc;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.submit-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #028080;
  border: 1px solid teal;
  border-radius: 9999px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 20.25rem;
  padding: 1rem 2rem;
  font-weight: 700;
  display: flex;
}

.submit-btn.full-size {
  max-width: none;
}

.arrow-rigth-16px {
  width: 1rem;
}

.form-btn-back {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #028080;
  background-color: #fcfcfc;
  border: 1px solid #028080;
  border-radius: 9999px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 20.25rem;
  padding: 1rem 2rem;
  font-weight: 700;
  display: flex;
}

.arrow-left-16px {
  width: 1rem;
}

.verification-tabs-phone-validation {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.wrapper-phone-send {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #89898933;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding-right: .5rem;
  display: flex;
}

.btn-send {
  color: #fff;
  white-space: nowrap;
  background-color: #028080;
  border-radius: .25rem;
  padding: .5rem;
  font-weight: 700;
}

.variants-steps {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.check-steps {
  z-index: 1;
  background-color: teal;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.check-steps.complite-disable {
  display: none;
}

.check-24px {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.hover-circle {
  border: 2px solid #02808080;
  border-radius: 9999px;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  inset: auto;
}

.pop-up {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark semi-transparent background */
  display: flex;
  /* Use Flexbox to center */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  position: fixed;
  /* Fixed position to cover entire screen */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
  /* Hidden by default */
  visibility: hidden;
  /* Hidden by default */
}

.pop-up.email,
.pop-up.successful-shedule {
  opacity: 0;
  display: none;
}

.pop-up-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 1;
  max-width: 26rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.pop-up-content.shedule-variant {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.form-confirmation-code {
  margin-bottom: 0;
}

.form-confirmation-code-body {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.span-send-new {
  color: #028080;
  cursor: pointer;
  font-weight: 700;
}

.button-close-pop-up {
  cursor: pointer;
  background-color: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: 0% -48px auto auto;
}

.close-svg {
  flex: none;
  width: .75rem;
  height: .75rem;
  display: block;
}

.complite-send-code {
  color: #fff;
  background-color: teal;
  border-radius: 9999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.check-15px {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.verification-tabs-email-validation {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form-wrapper-email-confirmation-copy {
  margin-bottom: 0;
}

.wrapper-email-send {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #89898933;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding-right: .5rem;
  display: flex;
}

.btn-back {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #222;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.wrapper-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-horizontal.sb {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.wrapper-horizontal.sb.welcome {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 20%;
}


.wrapper-horizontal.sb.center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 30px;
  text-align: center;
}

.svg-120px {
  width: 7.5rem;
  height: 7.5rem;
}

.svg-120px.center {
  color: #028080;
  align-self: center;
}

.t--flex-vertical-default-gap64px-desktop {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.profile-info-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  /* border: 1px solid #ddddde; */
  border-radius: 1rem;
  flex-flow: column;
  padding: 3rem;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
}

.small-btn {
  color: #028080;
  cursor: pointer;
  border: 1px solid #028080;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.small-btn.remove-variant {
  background-color: #028080;
}

.small-btn.remove-variant.no-view,
.small-btn.no-view {
  display: none;
}

.small-btn.save {
  color: #fff;
  background-color: #028080;
  min-width: 150px;
  border: none;
}

.small-btn.save:hover {
  background-color: #1c6666;
}

.small-btn.save.doc {
  color: #fff;
  background-color: #028080;
  min-width: 240px;
}

.small-btn.save.doc.prof {
  color: #fff;
  background-color: #028080;
  min-width: 320px;
  width: 100%;
}

.small-btn.save.doc.prof.wh {
  color: #028080;
  background-color: #fff;
  border: 1px solid rgb(209 213 219);
  min-width: 320px;
  width: 100%;
}

.small-btn.save.doc.prof.wh:hover {
  color: #fff;
  background-color: #028080;
}

.small-btn.save.doc:hover {
  background-color: #1c6666;
}

.contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.small-btn.cancel {
  color: #53575b;
  border-color: #53575b;
}

.form-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-btn-profile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.all-insurance-content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(30rem, auto));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.all-insurance-content-grid.nologged {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  /* padding-top: 1.5rem; */
}

.all-insurance-content-grid-welcome {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.all-insurance-content-grid-welcome.nologged {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.all-insurance-content-grid-solution {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.item-all-insurance-content-grid {
  /* border: 1px solid #ddddde; */
  border-radius: .75rem;
  flex-flow: column;
  display: flex;
}

.item-all-insurance-content-grid.nologged {
  border-radius: .75rem;
  flex-flow: column;
  display: flex;
}

.denuncia-sinistro-container {
  flex: 0 auto;
  padding-top: 5rem;
  background-color: #028080;
  color: #fff;
}

.verifica-numero-container {
  flex: 0 auto;
  background-color: #028080;
  color: #fff;
}

.staff-details-container {
  flex: 0 auto;
  background-color: #028080;
  color: #fff;
}

.denuncia-sinistro {
  display: flex;
  margin-left: 4rem;
  padding: 2rem;
  gap: 1rem;
  flex-direction: column;
}

.staff {
  display: flex;
  margin-left: 2rem;
  padding: 2rem;
  gap: 1rem;
  flex-direction: column;
  margin-bottom: 2rem;

}

.verifica-numero {
  display: flex;
  padding: 2rem;
  margin-left: 4rem;
  gap: 1rem;
  margin-bottom: 2rem;
  justify-content: start;
  align-items: center;
}

.staff-details {
  display: flex;
  padding: 2rem;
  margin-left: 4rem;
  gap: 1rem;
  margin-bottom: 2rem;
  justify-content: start;
  align-items: center;
}

.item-all-insurance-content-grid.welcome {
  border: 1px solid #ddddde;
  border-radius: .75rem;
  flex-flow: column;
  display: flex;
  background-color: #38abab;
}

.item-all-insurance-content-grid.professionals {
  /* border: 1px solid #ddddde; */
  border-radius: .75rem;
  flex-flow: column;
  display: flex;
}

.item-all-insurance-content-grid.expired {
  border-color: #ffbd13;
}

.t--flex-horizontal-left-center-gap8px-desktop {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t--flex-horizontal-left-center-gap8px-desktop.welcome {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t--flex-horizontal-left-center-gap8px-desktop.tipo {
  padding-bottom: .50rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t--text-bold-18px {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.t--text-bold-18px.solution {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-align: center;
}

.alert-info {
  background-color: #F0FDF4;
  border: 1px solid rgb(187 247 208);
  color: #737373;
  text-align: center;
}

.alert-warning {
  background-color: #FEF2F2;
  border: 1px solid #FECACA;
  color: #991B1B;
  text-align: center;
}

.alert {
  padding: 15px 20px;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  text-align: center;
}

.italic {
  font-style: italic;
}

.tag-item-insurance {
  border: 1px solid #028080;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .125rem .5rem;
  display: flex;
}

.tag-item-insurance.remove-variant {
  background-color: #028080;
}

.tag-item-insurance.remove-variant.no-view,
.tag-item-insurance.no-view {
  display: none;
}

.tag-item-insurance.expired {
  border-color: #ffbd13;
}

.wrapper-tag-insurance {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-insurance {
  font-weight: 500;
}

.span-price {
  color: #222;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.75rem;
}

/* .item-first-insurance {
  padding: 1.5rem;
  min-height: 220px;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
} */

.item-first-insurance {
  padding: 1.5rem;
  min-height: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
}

.item-first-insurance.nologged {
  padding: 1.5rem;
  min-height: 120px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
}

.item-first-insurance.flex {
  padding: 1.5rem;
  display: flex;
}

.item-first-insurance.welcome {
  align-items: center;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
}

.btn-center {
  display: flex;
  justify-content: center;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.icon {
  font-size: 20px;
  color: #00796b;
  margin-top: 4px;
}

/* Icone con Font Awesome (o simili) */
.icon-societa::before {
  content: '\f1ad';
  /* fa-building */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.icon-location::before {
  content: '\f3c5';
  /* fa-map-marker-alt */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.icon-age::before {
  content: '\f017';
  /* fa-clock */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.icon-target::before {
  content: '\f406';
  /* fa-user-friends */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.label {
  display: block;
  font-size: 13px;
  color: #666;
}

.value {
  display: block;
  font-size: 16px;
  font-weight: 500;
}


.btn-center.prof {
  display: flex;
  justify-content: center;
  width: 100%;
}

.contacts-img {
  padding-right: 15px;
}

/* .item-second-insurance {
  flex-flow: column;
  align-items: stretch;
  padding: 1.5rem;
} */

.item-second-insurance {
  margin-top: auto;
  padding-top: 1rem;
}

.t--flex-horizontal-left-top-gap8px-desktop {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.t--flex-horizontal-left-top-gap8px-desktop.no-view {
  display: none;
}

.t--flex-horizontal-left-top-gap8px-desktop.expired {
  opacity: 1;
}

.t--flex-horizontal-left-top-gap8px-desktop.expired.no-view {
  opacity: 0;
  display: flex;
}

.btn-more {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #028080;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.home-insurance-content {
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 54rem;
  padding: 3rem;
  display: flex;
}

.t--wrr-wmax-864px {
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: 54rem;
  display: flex;
}

.t--wrr-wmax-864px.center {
  align-self: center;
}

.grid-home-insurance {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.item-grid-home-insurance,
.item-home-insurance {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.grid-home-insurance-file {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(7.75rem, auto));
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: stretch;
  display: grid;
}

.item-grid-home-insurance-file {
  cursor: pointer;
  border: 1px solid #53575b80;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.svg-item-48px {
  flex: none;
  width: 3rem;
  height: 3rem;
}



/* dettaglio professionisti */

/* .professional-detail-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.card {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card h2, .card h3 {
  font-size: 1.5rem;
  color: #028080;
  margin-bottom: 15px;
  text-align: center;
}

.card ul {
  list-style: none;
  padding: 0;
}

.card ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

.contact-card {
  text-align: center;
  padding-top: 30px;
}

.profile-image {
  width: 100%;
  max-width: 350px;
  max-height: 350px;
  height: 100%;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.profile-image img{
  border-radius: 14px;
}

.contact-card p {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

.contact-card .btn {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #028080;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}

.contact-card .btn:hover {
  background-color: #005960;
}

.btn-back {
  display: inline-block;
  margin-top: 20px;
  color: #028080;
  text-decoration: none;
  font-weight: bold;
}

.btn-back:hover {
  text-decoration: underline;
}


.grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
  list-style: disc;
  margin-left: 20px;
}

.grid-list li {
  font-size: 14px;
  color: #737373;
  list-style-position: outside;
  padding-left: 10px;
} */

/* Contenitore principale con griglia flessibile */
.professional-detail-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: stretch;
  /* Allinea tutte le card alla stessa altezza */
}

/* Contenitore di sinistra con le due card */
.left-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Card con altezza dinamica per mantenere uniformità */
.cta-card {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /*min-height: 300px;  Altezza minima per evitare differenze */
  /*height: 100%;  Occupa tutta l'altezza disponibile */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.success-message {
  text-align: center;
  background-color: #F0FDF4;
  padding: 30px;
  /* border: 1px solid rgb(187 247 208); */
  border-radius: 30px;
}

.error-message {
  text-align: center;
  background-color: #FEF2F2;
  padding: 30px;
  /* border: 1px solid #FCA5A5; */
  border-radius: 30px;
  color: #B91C1C;
}


.cta-card-home {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-height: 300px;
  /* Altezza minima per evitare differenze */
  height: 100%;
  /* Occupa tutta l'altezza disponibile */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Colonna destra (Immagine + Contatti) */
.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Forza la stessa altezza per entrambe le card a sinistra */
.left-column .cta-card {
  flex-grow: 1;
  /* Si espande per riempire lo spazio disponibile */
}

.left-column .cta-card-home {
  flex-grow: 1;
  /* Si espande per riempire lo spazio disponibile */
}

/* Lista di informazioni */
.cta-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  /* Occupa tutto lo spazio disponibile */
}

/* .info-company li::before {
  content: '🏢';
  margin-right: 8px;
  padding: 0;
} */

.info-company li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('/images/building-svgrepo-com.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.info-location li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('/images/position-location-map-navigation-gps-direction-arrow-svgrepo-com.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.info-age li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('/images/clock-three-svgrepo-com.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.info-target li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('/images/users-svgrepo-com.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}



.cta-card-home ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  /* Occupa tutto lo spazio disponibile */
}


.profile-image img {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1 / 1;
  /* mantiene il rapporto 1:1 */
  object-fit: cover;
  /* ritaglia l'immagine per riempire il contenitore */
  border-radius: 50%;
  border: 5px solid white;
}


/* Contenitore contatti */
.contact-card {
  text-align: center;
  padding-top: 20px;
  /* min-height: 400px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}


.container-polizze {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.profile-info-content-polizze-lx {
  width: 25%;
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #cccccc;
  padding: 1rem;
}

.profile-info-content-polizze-rx {
  width: 75%;
}

.card-polizza {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
}

.card-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.circle-profile {
  width: 80px;
  height: 80px;
  background: #028080;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
}

.info-base h3 {
  margin: 0;
  font-size: 1.1rem;
}

.info-base .codice,
.info-base .tipo {
  font-size: 0.9rem;
  color: #666;
}

.card-center {
  display: flex;
  gap: 2rem;
  text-align: center;
}

.card-center div {
  font-size: 0.9rem;
}

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

.status-pill.attiva {
  background: #d3fbe1;
  color: #0a7b4c;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.status-pill.in-attesa {
  background: rgb(255, 255, 0);
  color: #028080;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.status-pill.in-scadenza {
  border: 1px solid #fa9600;
  background: rgb(255 139 0);
  color: #fff;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.status-pill.non-attiva {
  background: rgb(172, 39, 39);
  color: #fff;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.btn-outline,
.btn-download {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  cursor: pointer;
  margin-top: 0.3rem;
}

.btn.btn-outline.mod-prof {
  display: block;
  text-align: center;
  font-weight: bold;
}

.btn-download {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.profile-detail-polizze {
  text-align: left;
}

.img-name-user-polizze {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.card-policy-title {
  display: flex;
  justify-content: space-between;
}

.card-policy-title-inner {
  display: flex;
}

.card-policy-body {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
}

.card-policy {
  margin-bottom: 1rem;
  border: 1px solid #cccccc;
  padding: 2rem;
  border-radius: 10px;
}



.btn-container-policies {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.btn-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
  min-width: 140px;
  height: 44px;
}

.btn-policy.green {
  background-color: #00795c;
  color: white;
}

.btn-policy.green:hover {
  background-color: #00664f;
}

.btn-policy.outline {
  border: 2px solid #333;
  background-color: white;
  color: #333;
}

.btn-policy.outline:hover {
  background-color: #f5f5f5;
}

.btn-policy .icon {
  width: 17px;
  margin-right: 8px;
}


.name-policy {
  margin-left: 1rem;
  line-height: 0.5rem;
}

.lh-profile {
  line-height: 1rem;
  margin-bottom: 1.5rem;
}

.btn-back-policies {
  text-align: left;
  color: #00796b;
  display: flex;
  align-items: center;
}



@media (min-width: 1024px) {

  .insurance-cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 991px) {

  .profile-info-content-polizze-lx {
    width: 30%;
  }

  .profile-info-content-polizze-rx {
    width: 70%;
  }

  .insurance-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .chat-container.expanded {
    width: 700px;
    height: 500px;
  }

  .g--padding-horizontal {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .g--padding-horizontal.price-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .t--text-medium-16px.c--dark.animated-link {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .main-screen.var-100dvh {
    flex-flow: column;
  }

  .main-screen.var-100dvh.price-under-0rem {
    padding-bottom: 0;
  }

  .main-screen-content.flex {
    flex-flow: column;
    min-height: 100dvh;
    position: relative;
  }

  .t--wrapper-flex-horizontal-topsb-gap32px,
  .t--wrapper-flex-horizontal-topl-gap24px.grow-on {
    flex-flow: column;
  }

  .g--header-content {
    z-index: -1;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    display: flex;
  }

  .g--wrr-pg-h-64-32-16px {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .burger-menu {
    width: 100%;
    height: 100%;
  }

  .g--header-navmenu {
    z-index: 0;
    background-color: #fff;
  }

  .g--header-menubtn {
    z-index: 2;
    background-color: #0000;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .g--header-menubtn.w--open {
    background-color: #0000;
  }

  /* .insurance-content {
    flex: 0 auto;
    margin-left: 2rem;
    margin-right: 2rem;
  } */

  .insurance-content {
    width: 100%;
  }

  .dropdown-arrow.green.mobile-version {
    display: block;
  }

  .grid-dropdown {
    grid-template-columns: repeat(auto-fit, minmax(284px, auto));
  }

  .t--wrapper-flex-horizontal-centersb-gap8px {
    flex-flow: column;
  }

  .t--wrapper-flex-horizontal-centersb-gap8px.horizontal {
    flex-flow: row;
  }

  .dropdown-total {
    z-index: 999;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    position: sticky;
    inset: auto 0% 0%;
  }

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

  .all-insurance-content-grid-welcome {
    grid-template-columns: 1fr;
  }

  .item-first-insurance.flex {
    display: flex
  }

  .wrapper-horizontal.sb.welcome {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 10%;
  }

  .t--flex-vertical-default-gap4px-desktop {
    text-align: center;
    align-items: center;
  }

  .item-all-insurance-content-grid.welcome {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .item-first-insurance.flex {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    /* text-align: center; */
  }

  .denuncia-sinistro {
    margin-left: 2rem;
    padding: 2rem;
  }

  .wrapper-horizontal.sb {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {

  .cta-card-home {
    width: 100%;
  }

  .product-long-description {
    padding: 15px;
  }

  .product-price-info {
    margin: 20px 15px;
  }

  .container-polizze {
    display: block;
  }

  .profile-info-content-polizze-lx {
    width: 100%;
  }

  .profile-info-content-polizze-rx {
    width: 100%;
    margin-top: 2rem;
  }

  .insurance-cards-container {
    grid-template-columns: 1fr;
  }

  .insurance-card {
    padding: 1.5rem;
  }

  .chat-container.expanded {
    width: 600px;
    height: 400px;
  }

  .wrapper-horizontal.sb.left {
    display: contents;
  }

  .g--padding-horizontal {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .t--text-medium-16px.c--dark.animated-link {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .main-screen {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .main-screen.var-100dvh.mobile-padding {
    padding-bottom: 13rem;
  }

  .g--wrr-pg-h-64-32-16px {
    padding-left: 1rem;
    padding-right: 1rem;
    max-height: 88px;
    height: 100%;
  }

  .g--header-brand {
    max-width: 10rem;
    padding-left: 0;
  }

  .wrapper-user-login,
  .wrapper-user-signup {
    min-width: 100%;
  }

  /* .insurance-content {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  } */
  .insurance-content {
    margin: 0 auto;
  }


  .fixed-button-submit {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 9999;
  }

  .submit-btn.no-max-mobile,
  .form-btn-back.no-max-mobile {
    align-self: stretch;
    max-width: none;
  }

  .pop-up-content {
    max-width: 22rem;
  }

  .button-close-pop-up {
    inset: auto 0 -48px 45%;
  }

  .wrapper-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper-horizontal.sb.no-vertical {
    flex-flow: row;
  }

  .wrapper-horizontal.sb.left {
    justify-content: space-between;
    align-items: flex-start;
  }

  .profile-info-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .all-insurance-content-grid {
    grid-template-columns: auto;
  }

  .price-insurance,
  .btn-more {
    flex: none;
  }

  .home-insurance-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .all-insurance-content-grid-welcome {
    grid-template-columns: 1fr;
  }

  .all-insurance-content-grid {
    display: flex;
    flex-direction: column;
  }

  .cta-section {
    display: flex;
    flex-direction: column;
  }

  .cta-section-home {
    display: flex;
    flex-direction: column;
  }


  .cta-contact {
    padding-top: 10%;
  }

  .item-first-insurance.flex {
    display: block
  }

  .wrapper-horizontal.sb.welcome {
    width: 100%;
    align-items: center;
    padding-bottom: 10%;
  }

  .t--flex-vertical-default-gap4px-desktop {
    text-align: center;
    align-items: center;
  }

  .grid-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .denuncia-sinistro {
    margin-left: 2rem;
    padding: 2rem;
  }

  .wrapper-horizontal.sb {
    justify-content: center;
  }

  .staff-details {
    margin-left: 0;
  }

}

@media screen and (max-width: 479px) {

  .cta-card-home {
    width: 100%;
  }

  .container-intro {
    display: block;
  }

  .intro-sx {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .intro-dx {
    width: 100%;
  }


  .container-polizze {
    display: block;
  }

  .profile-info-content-polizze-lx {
    width: 100%;
  }

  .profile-info-content-polizze-rx {
    width: 100%;
    margin-top: 2rem;
  }

  .card-policy-body {
    flex-wrap: wrap;
  }

  .fs-large {
    font-size: large;
  }

  .chat-container.expanded {
    width: 300px;
    height: 450px;
  }

  .t--flex-vertical-default-gap4px-desktop {
    text-align: center;
    align-items: center;
    padding-bottom: 2rem;
  }

  .wrapper-user-btns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .g--header-brand {
    max-width: 7rem;
  }

  .g--header-wrr-navmenu-btn {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .g--header-menubtn {
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .wrapper-user-login,
  .wrapper-user-signup {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-dropdown {
    flex-flow: column;
    display: flex;
  }

  .t--text-bold-14px.center-nowrap {
    white-space: pre-wrap;
  }

  .verification-steps {
    max-width: 16rem;
  }

  .form-wrapper-2items.vertical {
    flex-flow: column;
    align-items: stretch;
  }

  .pop-up.successful-shedule {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .wrapper-horizontal.sb.no-vertical.mobile-vertical-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .profile-info-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .small-btn {
    flex: none;
  }

  .wrapper-btn-profile.vertical {
    flex-flow: column;
  }

  .all-insurance-content-grid-welcome {
    grid-template-columns: 1fr;
  }

  .item-first-insurance.flex {
    display: block
  }

  .wrapper-horizontal.sb.welcome {
    width: 100%;
    align-items: center;
    padding-bottom: 10%;
  }



  .grid-list {
    grid-template-columns: repeat(1, 1fr);
    /* 1 colonna per smartphone */
  }


  .professional-detail-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }

  .denuncia-sinistro {
    padding: 2rem;
    margin-left: 0;
  }

  .verifica-numero {
    padding: 2rem;
    margin-left: 0;
  }

  .staff-details {
    flex-direction: column;
    margin-left: 0;
  }

  .staff {
    padding: 2rem;
    margin-left: 0;
  }

  .wrapper-horizontal.sb {
    justify-content: center;
  }
}

#w-node-_425888ac-15de-0e1d-9f3c-e49ae06dfacf-443474d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_425888ac-15de-0e1d-9f3c-e49ae06dfacf-443474d4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_425888ac-15de-0e1d-9f3c-e49ae06dfacf-443474d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Adjusted Slider Styling */
.swiper-container {
  width: 100%;
  height: 70vh;
  /* Set height to 50% of the viewport */
}

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

/* Slider Content */
.slide-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: #fff;
}

.slide-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.slide-content p {
  font-size: 18px;
}