.elementor-188 .elementor-element.elementor-element-171c165{--display:flex;}.elementor-188 .elementor-element.elementor-element-171c165.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-188 .elementor-element.elementor-element-507162a{--display:flex;}.elementor-188 .elementor-element.elementor-element-507162a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-188 .elementor-element.elementor-element-6ae58a19{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-188 .elementor-element.elementor-element-8052634{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}.elementor-188 .elementor-element.elementor-element-f45edab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-188 .elementor-element.elementor-element-0477a8b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-188 .elementor-element.elementor-element-38758d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-188 .elementor-element.elementor-element-58062a58{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-188 .elementor-element.elementor-element-3be493eb{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-188 .elementor-element.elementor-element-c7bc491{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-188 .elementor-element.elementor-element-4dd8294{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}@media(min-width:768px){.elementor-188 .elementor-element.elementor-element-171c165{--width:100%;}.elementor-188 .elementor-element.elementor-element-507162a{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-171c165 */.elementor-188 .elementor-element.elementor-element-171c165 {
  background-image: url('/wp-content/uploads/2025/10/3751785_1983365-02-1.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;    
  aspect-ratio: 192 / 85;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-507162a */.elementor-188 .elementor-element.elementor-element-507162a {
  background-image: url('/wp-content/uploads/2025/10/Business-1.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;    
  aspect-ratio: 1 / 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8052634 */.text-ins{
    font-size: 30px;
    text-align: center
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-624df70 */.about-text-mobile{
    font-size: 20px;
      text-align: center;    
      text-justify: inter-word;
      margin: 30px;
     
}
.elementor-188 .elementor-element.elementor-element-624df70{
    color: #ffffff;
}

.about-wrap-mobile{
 background-color: rgba(77, 103, 239, 0.60);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4994635 *//* Card principale */
.ins-card {
  max-width: 1400px;
  margin: 40px auto;
  padding: 30px;
  background-color: rgba(217, 217, 217, 0.40);
  border-radius: 30px;
}

/* Titolo centrato */
.ins-card-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 50px;
}

/* Sottotitolo + immagine affiancati e centrati */
.ins-card-subtitle-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px 10px;
}

.ins-card-subtitle {
  font-size: 20px;
  margin: 0;
}

.ins-card-subtitle-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Griglia a due colonne */
.ins-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* Bottoni */
.ins-type-button {
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  background-color: #ffffff;
  color: #293B8F;
  border: 2px solid #CACACA;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
  overflow: visible;
}

/* Hover base */
.ins-type-button:hover {
  background-color: white;
  color: #293B8F; 
}

.ins-type-button:active {
  background-color: white;
  color: #293B8F; 
}

/* Popup come immagine */
.popup-img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  width: 400px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 10;
  pointer-events: none;
}

/* Mostra immagine al hover */
.ins-type-button:hover .popup-img {
  opacity: 1;
  visibility: visible;
}

/* Centrare l’ultimo bottone se dispari */
.centered-button {
  grid-column: 1 / -1;
  justify-self: center;
}

.highlight-blue {
  color: #293B8F; 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4cd77cd */.ins-card-mobile {
  max-width: 1400px;
  margin: 40px auto;
  padding: 30px;
 
  border-radius: 30px;
}

.ins-card-title-mobile {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.highlight-blue-mobile {
  color: #293B8F;
}

.ins-card-subtitle-wrap-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px 10px;
}

.ins-card-subtitle-mobile {
  font-size: 20px;
  margin: 0;
}

.ins-card-subtitle-img-mobile {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.ins-type-grid-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.ins-type-item-mobile {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.ins-type-button-mobile {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  background-color: #ffffff;
  color: #293B8F;
  border: 2px solid #CACACA;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  z-index: 1;
  position: relative;
}

.ins-type-button-mobile:hover{
     background-color: white !important;
  color: #293B8F; 
}

.ins-type-button-mobile:active{
     background-color: white !important;
  color: #293B8F; 
}

.centered-button-mobile {
  align-self: center;
}

.popup-img-mobile {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 2;
}/* End custom CSS */