:root {
    --bs-border-radius: 20px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;700&display=swap');

* {
	font-family: 'Raleway', sans-serif;
}

body {
	color: #38245A !important;
	font-weight: 400;
}
body.j {
	overflow-y: auto;
}
a {
/*	color: #38245A !important;*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
    font-weight: 700;
}
.background-index {
	height: 100%;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
	background: no-repeat url('../img/background-index.jpg') center center;
	background-size: cover;
}
.background-index:after {
    overflow: hidden;
    position: fixed;
	content: ' ';
	opacity: 0.85;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
	background-image: rgba(0, 0, 0, .5);
}
#draw_view,
.view {
	display: none;
}
.panel-content {
	margin: 25px 50px;
}

footer {
	font-size: 10px;
	color: #fff;
	line-height: 21px;
}

.btn-submit .j-button-label { 
	height: 44px;
	line-height: 44px;
	text-transform: uppercase;
	text-align: center;
}
.btn-submit {
	color: #fff !important;
	background: #38245A !important;
	width: 150px;
}

.j-button.btn-submit:hover label,
.j-button.btn-submit label {
	color: #fff;
}
.btn-submit:hover {
	background: #b7419b !important;
}

#main form {
	max-width: 400px;
	margin: auto;
}

.form-confirm-message {
	display: none;
}

.description,
p {
	margin-bottom: 10px;
	line-height: 1.3em;
}

.versione-demo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100px;
	height: 40px;
	background-color: #f00;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	z-index: 100000;
}

.form-confirm-message {
	display: none:
}
.page-small,
.page {
	margin: auto;
	position: relative;
}
.page {
	max-width: 700px;
}
.page-small {
	max-width: 320px;
	margin-left: 250px;	
	top: 50%;
	transform: translateY(-50%);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);	
}
.page-small-inner {
	background: #fff;
	padding: 40px 20px;
}
header img {
	max-width: 100%;
}
header {
	margin-bottom: 40px;
	position: relative;
}
header .btn-lingua {
	position: absolute;
	top: -30px;
	right: 0;
	font-size: 11px;
	font-weight: bold;
}
.j-application-menu-lingua.j-list-button {
	width: 60px;
}
footer {
	text-align: right;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
}
footer div {
	display: inline-block;
	margin: 8px 10px 0 10px;
}

h1,h2,h3 {
	font-weight: normal;
}
h1 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}
h2, h3 {
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}

.j-field.j-field-checkbox label {
	color: #fff;
}
.j-form-line.line-no-margin {
	margin-bottom: 0;
}
.j-field.field-no-margin-top {
	margin-top: 0;
}
.pagina header img {
	height: 50px;
}
.pagina .page-small {
	margin: 50px auto;
	width: calc(100% - 20px);
	max-width: 1000px;
	transform: none;
	top: auto;
}

form .j-field-light-button.j-button-is-label.btn-riga .j-button-label {
	width: 100%;
	float: none;
}

@media screen and (max-width: 700px) {
.page-small {
	float: none;
	margin: 10px auto;
}
}

/* Utilities */
.lf-d-flex {
    display: flex;
    flex-wrap: wrap;
}
.lf-relative {
    position: relative;
    flex-wrap: wrap;
}
.lf-justify-content-between {
    justify-content: space-between;
}
.lf-v-center {
    display: flex;
    justify-content: center;
    flex-direction:column;
}

/* Login */
.login-wrapper {
    height: 100vh;
}

.login-wrapper .page-small-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #0000009e;
    top: 0;
    backdrop-filter: blur(2px);
}
.login-wrapper .page-small-inner .j-field-box {
    background: white;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
}
.login-wrapper .page-small-inner .j-field-box label {
    bottom: 12px;
    left: 15px;
    width: calc(100% - 30px);
}
.login-wrapper .page-small-inner .j-field-box input[type="password"] {
    max-width: calc(100% - 15px);
}
.login-wrapper .page-small-inner .j-field-box div[data-password-visibility] {
    right: 15px;
}
.login-wrapper .page-small-inner .btn-submit {
    border-radius: 10px;
    border: none;
    width: 100%;
}
.login-wrapper .page-small-inner .j-field-fixedtext-inner {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.login-wrapper .login-teaser {
    color: white;
    background-color: var(--color-background-dark);
    flex: 1;
    overflow: auto;
    padding-bottom: 50px;
}
.module-title {
    /* text-align: center; */
    font-weight: 700;
    font-size: 30px;
}
@media(min-width:768px){
    .module-title {
        font-size: 40px;
    }
}
.module-description {
    /* text-align: center; */
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width:768px){
    .module-description {
        max-width: 80%;
    }
}
.module-description .module-title {
    margin-bottom: 15px;
}
.module-eventi {
    padding-top: 40px;
}
.single-event, .single-sponsor {
    cursor: pointer;
    flex:1;
    border-radius: 15px;
    overflow: hidden;
    color: white;
}
.single-event:hover {
    text-decoration: none !important;
}
.single-event header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.single-event .single-event-body {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.single-event header {
    aspect-ratio: 16/9;
    background-size: cover;
    margin-bottom: 0;
}
.single-event {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.single-event-body {
    background-color: var(--color-background-dark-2);
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex: 1;
    position: relative;
}
.single-event-body .date {
    background-color:  var(--color-background-dark-3);
    padding: 10px;
    border-radius: 5px;
    min-width: 78.5px;
    text-align: center;
}
@media (max-width:768px){
    .single-event-body .date {
        position: absolute;
bottom: 100%;
right: 4px;
margin-bottom: 3px;
font-size: 12px !important;
padding: 0px 0px;
opacity: 0.9;
font-weight: bold;
    }
    .single-event-body .date month, .single-event-body .date day{
        font-size: 13px !important;
}
}
.sponsor-wrapper {
    overflow: auto;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px;
}
.eventi-wrapper {
    overflow: auto;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px;
}

.sponsor-wrapper .single-sponsor{
    min-width: 200px;
}
.eventi-wrapper, .sponsor-wrapper, .workshop-wrapper {
    margin-top: 20px;;
}
.texts {
    margin-right: 5px;
}
.single-event-body .month, .single-event-body month {
    font-size: 11px;
    text-transform: uppercase;
}
.single-event-body .day, .single-event-body day {
    font-size: 22px !important;
    line-height: 15px;
}
.time {
    font-size: 14px;
}
.event-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.hashtag {
    font-size: 13px;
}

.module-sponsor {
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.single-sponsor {
    max-width: 200px;
    aspect-ratio: 3/4;
    position: relative;
    background-size: cover;
    background-position: center;
}
.single-sponsor::before {
    content: ' ';
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.sponsor-image {
    width: 45%;
    aspect-ratio: 1;
    margin: 10px;
    margin-left: 15px;
    margin-left: auto;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
    position: relative;
}
.sponsor-title {
    position: relative;
    margin: 8px;
    font-weight: 700;
    margin-top: 25px;
}

.module-networking {
    margin-top: 50px;
}

.module-networking img {
    width: 100%;
    border-radius: 18px;
    background: #ffffff29;
}

.module-workshop {
    margin-top: 30px;
}
.single-workshop {
    border-radius: 20px;
}

.module-workshops {
    margin-top: 50px;
    margin-bottom: 50px;
}

#login-popup .login-popup-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #efebff;
    padding: 30px;
    border-radius: 15px;
}

#login-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1400;
}
#login-header {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(224, 224, 224);
    width: 100%;
    padding: 10px 0;
}
#login-header img {
    height: 50px;
    width: auto;
}
#login-button {
    background: #38245A;
    border-radius: 60px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    height: max-content;
    padding: 7px 29px;
    color: white;
    cursor: pointer;
    margin-left: auto;
}
.login-teaser-header {
    position: relative;
    padding-top: 110px;
    padding-bottom: 160px;
    background-size: cover;
    background-position: center;
}

.login-teaser-header-with-img{

}

.login-teaser-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(40, 43, 35, 0.18) 0%, rgba(40, 43, 35, 0) 40%, rgba(40,43,35,0) 100%)
}

.tipo-visitatore-profile-card-box {
    gap: 20px;
    padding: 30px
  }

  .tipo-visitatore-profile-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #5351A4;
    min-width: 150px;
    max-width: 150px;
    height: 130px;
    border-radius: 20px;
  }

  .tipo-visitatore-profile-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .tipo-visitatore-profile-card h5 {
    color: #F3BE34;
    font-weight: 700;
  }

.login-teaser-header-wrapper-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}
.login-teaser-header-wrapper-text {
    font-size: 20px;
    margin-bottom: 20px;
}
.login-teaser-header-btn, .login-teaser-btn {
    background: #efebff;
    border-radius: 60px;
    display: inline-block;
    font-size: 17px;
    height: auto;
    padding: 13px 35px;
    color: #1f2644;
    margin-top: 20px;
    font-weight: 700;
}
.login-popup-close-btn {
    position: absolute;
    top: 0;
    right: 0px;
    padding-right: 14px;
    padding-top: 10px;
    color: gray;
    cursor: pointer;
}

.speakers-wrapper {
    overflow: auto;
    flex-wrap: nowrap;
    gap: 20px;
    position: relative;
    padding-right: 20px;
    padding-bottom: 15px;
}
.single-speakers {
    display: flex;
    border-radius: 10px;
    color: black;
    background-color: #98a1ce;
    padding: 10px 5px;
    min-width: 250px;
}
.single-speakers .texts {
    display: flex;
    flex-direction: column;
    padding-left: 11px;
    font-size: 14px;
    justify-content: center;
}
.single-speakers .texts .speaker-nome {
    font-weight: bold;
}
.single-speakers .texts .speaker-posizione {
    font-size: 15px;
}
.single-speakers .speaker-image {
    width: 80px;
    height: 80px;
    aspect-ratio: 1;
    border-radius: 100px;
    background-size: cover;
}

.module-numeri-container {
    background-color: var(--color-background-default);
}

.module-numeri {
    margin-top: -60px;
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #1f2644;
}
.module-numeri .module-title {
    padding-bottom: 20px;
}
.module-numeri .module-numeri-col {
    text-align: center;
}
@media(min-width:768px){
    .module-numeri .module-numeri-col:not(:last-child) {
        border-right: 1px solid #ebe5ff;
    }
}
.module-numeri .number-value {
    font-size: 22px;
    font-weight: 700;
}
@media(min-width:768px){
    .module-numeri .number-value {
        font-size: 25px;
    }
}
@media(min-width:1280px){
    .module-numeri .number-value {
        font-size: 40px;
    }
}
.module-numeri .number-description {
    font-size: 20px;
}
.module-video {
    position: relative;
    overflow: hidden;
    padding: 100px 0 50px 0;
    padding-top:0;
    padding-bottom:0;
}
@media(min-width:768px){
    .module-video {
        padding: 100px 0 100px 0;
    }
}

.module-video .module-title, .module-video .module-description {
    text-align: left;
}
.module-video .lf-relative {
    z-index: 3;
}
.module-video .video-wrapper {
    padding-bottom: 56.25%;
    position: relative;
}
@media (min-width:768px){
.module-video .video-wrapper {
    position: absolute;
    top: 50%;
    left: 40%;
    width: 60%;
    transform: translateY(-50%);
}
.module-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, var(--color-background-default) 40%, rgba(0, 0, 0, 0.18) 57%, rgba(40,43,35,0) 100%);
}
}
.video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.module-features {
    padding-top: 20px;
    margin-bottom: 20px;
}
.module-features ul, ul.list-wrapper {
    list-style-type: none;
    padding-left: 0;
}
.module-features ul li div, ul.list-wrapper li div {
    width: 100%;
}
.module-features ul li, ul.list-wrapper li {
    display: flex;
    font-size: 19px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 300;
}
.module-features ul li b, ul.list-wrapper li b {
    font-weight: 500;
}
.module-features svg, .list-wrapper svg {
    width: 35px;
    fill: #F5860E;
    height: 35px;
    margin-top: -4px;
    margin-right: 10px;
}
/* .module-features .module-title {
    text-align: left;
} */
.module-features .container {
    background: var(--color-background-module);
    border-radius: 20px;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.module-features .col-md-4 {
    border-right: 1px solid #ebe5ff59;
}

@media (min-width: 1680px){
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1920px){
    .container {
        max-width: 1680px;
    }
}

.module-aziende {
    background-color: var(--color-background-module);
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 20px;
}

.module-review .container {
    background-color: #634eb2;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 20px;
}
.module-review {
    margin-top: 50px;
    margin-bottom: 50px;
}
.module-review .stars {
    display: flex;
}
.module-review .stars svg {
    fill: #F7BC11;
    width: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.module-review .review-header {
    display: flex;
}

.module-review .single-review {
    background: #7962ce;
    padding: 10px;
    border-radius: 11px;
}
.module-review .review-header img {
    border-radius: 100%;
    margin-right: 12px;
    width: 50px;
    height: 50px;
}

#draw_view {
    display: block !important;
}
.page-small {
    z-index: 1200;
    max-width: none;
    top: 0;
    transform: none;
    left: 0;
    margin: 0;
}
.page-small-inner > header {
    display: none;
}
.page-small-inner {
    padding: 0;
    height: auto;
}

.page-small > form {
    display: none;
}
.btn-registrati {
    display: block;
height: 44px;
line-height: 44px;
text-transform: uppercase;
text-align: center;
font-size: 15px;
font-weight: 300;
background-color: #8c6ef7 !important;
}
.login-form-oppure {
    text-align: center;
    margin-bottom: 10px;
}
.text-center {
    text-align: center;
} 
.text-start {
    text-align: left;
} 
@media (min-width:768px) {
.text-md-start {
        text-align:left;
    }
.text-md-center {
        text-align:center;
    }
}
.bg-image {
    background-size: cover;
    background-position: center;
}
.header-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 100%;
    max-height: 370px;
    height: auto;
    object-fit: contain;
}



@media (min-width:768px) {
    .header-logo {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: unset;
    }

    .header-logo-container {
        padding-top: 50px;
    }
}
.login-body {
  display: none;
}

/* Versione sfondo img */
/* #draw_view::before {
    content: "";
    display: block;
    background-image: url(/assets/img/landing/landing-0.jpg);
    background-size: cover;
    background-position: fixed;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.module-video {
    margin-top: 60px;
}
.login-teaser-header::before {
    display: none;
  }

  .login-wrapper .login-teaser, .login-teaser-header {
    background: none;
    background-image: none !important;
  } */

  
.login-logo {
  display:none;
}

.page-small-inner {
  width: 100% !important;
  padding: 0 !important;
  color: #5D3592;
}
/*15/09/2023*/
.page-small-inner .form-wrapper {
    padding: 0;
}
.page-small .btn-submit{
    margin-top: 0;
}
.page-small .j-field label {
    color: #999 !important;
    height: 20px;
}
.login-popup-wrapper header {
  margin-bottom: 40px;
}
.j-field-textarea-readonly, [id^="_view_id_"] input[type="text"], [id^="_view_id_"] input[type="password"], [id^="_view_id_"] select {
  height: 24px !important;
}
.j-field-textarea-readonly, [id^="_view_id_"] input[type="text"], [id^="_view_id_"] input[type="password"], [id^="_view_id_"] select, [id^="_view_id_"] textarea {
  line-height: 24px !important;
  padding: 0 2px !important;
}
.page-small div[data-name="e_mail"] input, .page-small div[data-name="password"] input {
    color: black !important;
}

.form-account-non-confermato .j-field[data-name="codice"] textarea{
    color:black !important;
}

.form-account-non-confermato .j-form-line.j-no-stampa label {
     color: #5D3592;
}


.nav-menu a {
    color: black;
    text-decoration: none;
    position: relative;
 }
.nav-menu li:not(.active) a{
  opacity: 0.6;
 }
.nav-menu li.active a::after {
     content: "";
     display: block;
     width: 100%;
     height: 1px;
     background: #38245A;
     position: absolute;
     bottom: -5px;
     left: 0;
 }
 #login-header ul {
    margin-top:0;
    margin-right: auto;
    display: flex;
    margin-bottom: 0;
    list-style: none;
    gap: 10px;
    border-left: 1px solid #9b9b9b;
    padding-left: 15px;
    margin-left: 20px;
}
.background-index, body {
    background: transparent !important;
}
* {
    box-sizing: border-box;
}
.tab-iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    display: none;
    overflow-y: scroll;
    /* transition: 0.3s; */
    opacity: 0;
}
.background-index {
    z-index: -999 !important;
}

.login-teaser-header{
    background-color: var(--color-background-default) !important;
}

.landing-footer {
    background-color: var(--color-background-dark-2);
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 50px;
    margin-bottom: -50px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .login-teaser-header-with-img {
      background-image: none !important;
    }
  }


  /* onland */
  .landing-onland-scopri-di-piu-btn {
    min-width: 250px;
    height: 52px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #4A2C8F;
    border: none;
    outline: none;
  }

  .module-tipo-visitatore {
    padding: 100px 0;
  }

  .tipo-visitatore-profile-card-box {
    gap: 20px;
    padding: 30px
  }

  .tipo-visitatore-profile-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #5351A4;
    min-width: 150px;
    max-width: 150px;
    height: 130px;
    border-radius: 20px;
  }

  .tipo-visitatore-profile-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .tipo-visitatore-profile-card h5 {
    color: #F3BE34;
    font-weight: 700;
  }

  .tipo-visitatore-profile-info-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }

  .tipo-visitatore-profile-info-box h1 {
    font-weight: 700;
    font-size: 48px;
  }

  .tipo-visitatore-profile-info-box p {
    font-size: 20px;
  }

  .tipo-visitatore-profile-info-box button {
    max-width: 260px;
    height: 52px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #4A2C8F;
    border: none;
    outline: none;
  }

  .tipo-visitatore-profile-info-box a {
    text-decoration: none;
  }

  .tipo-visitatore-profile-info-box a:hover {
    text-decoration: none;
  }

  .module-iscriviti {
    background-color: #5351A4;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 30px 60px;
    margin: 90px 0;
  }

  .module-iscriviti a {
    text-decoration: none;
  }

  .module-iscriviti a:hover {
    text-decoration: none;
  }

  .module-iscriviti p {
    font-weight: 200;
    font-size: 20px;
  }

  .module-iscriviti button {
    min-width: 260px;
    height: 52px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #4A2C8F;
    border: none;
    outline: none;
  }

  .gruppo_banner_tre_immagini {
    background-color: #5351A4;
    border-radius: 25px;
    padding: 30px 60px;
  }

  .gruppo_banner_tre_immagini-left-box {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    padding-right: 30px !important;
  }

  .gruppo_banner_tre_immagini-left-box h1 {
    font-weight: 700;
    font-size: 56px;
  }

  .gruppo_banner_tre_immagini-left-box h3 {
    font-weight: 600;
    font-size: 36px;
  }

  .gruppo_banner_tre_immagini-left-box p {
    font-size: 18px;
    font-weight: 200;
  }

  .gruppo_banner_tre_immagini-left-box span {
    font-size: 14px;
  }

  .gruppo_banner_tre_immagini-left-box sup {
    color: #F3BE34;
    font-weight: 700;
  }

  .gruppo_banner_tre_immagini-right-box {
    padding-top: 20px;
    padding-left: 30px !important;
    border-left: 1px solid grey;
  }

  .gruppo_banner_tre_immagini-card {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
  }

  .gruppo_banner_tre_immagini-card p {
    font-size: 20px;
    font-weight: 200;
  }

  .gruppo_banner_tre_immagini-card img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    text-align: center;
  }

  #landing-onland-scopri-di-piu-modal {
    z-index: 9999 !important;
  }

.landing-onland-scopri-di-piu-modal-content {
    padding: 20px;
    background-color: #5351A4 !important; 
    color: white !important;
}

  @media (max-width: 768px) {
    .gruppo_banner_tre_immagini {
        padding: 30px 15px;
        margin: 0 10px !important;
      }

    .gruppo_banner_tre_immagini-card {
        flex-direction: column;
        align-items: flex-start;
      }
    
    .gruppo_banner_tre_immagini-card img {
        align-self: center;
    }

    .gruppo_banner_tre_immagini-right-box {
        padding-left: 0 !important;
        border: none;
      }
    
    .gruppo_banner_tre_immagini-left-box {
        padding-right: 0 !important;
      }
  }

  @media (max-width: 992px) { 
    .gruppo_banner_tre_immagini-right-box {
        padding-left: 0 !important;
        border: none;
      }

      .module-iscriviti {
        text-align: center !important;
      }
  }

.gruppo_banner_due_colonne button {
    max-width: 260px;
    height: 52px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #4A2C8F;
    border: none;
    outline: none;
}

.gruppo_banner_due_colonne p {
    font-size: 20px;
}

.gruppo_banner_due_colonne button {
    width: 100%;
}

.gruppo_banner_due_colonne button a,
.gruppo_banner_due_colonne button a:hover {
    text-decoration: none;
}