html,body{font-family:'Open Sans',sans-serif;font-weight:400;color:#003661!important}h1,.h1{font-family:Oswald,sans-serif;font-weight:500}h2,.h2,h3,.h3{font-family:Oswald,sans-serif;font-weight:400}h5,.h5,h6,.h6{font-weight:400;color:#c4d3d8}h4,.h4{font-weight:400;color:#e0eaed}.lead{color:#003661!important}.hero{position:relative;background-image:url(../images/cover-landing-dico-1000.jpg);background-size:cover;background-position:50% 50%;width:100%;height:calc(100vh - 240px);min-height:550px;z-index:1}@media (max-width:992px){.hero{height:calc(100vh - 240px);min-height:500px}.hero>.container>.logo{top:15px;right:15px;width:80px}.cta{margin-top:1rem!important}}@media (max-width:768px){.hero{height:calc(100vh - 120px);max-height:450px}}.hero:after{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .35);z-index:2}.hero>.hero-text{position:relative;z-index:3}.hero>.container>.logo{position:absolute;top:10px;right:10px;width:100px;z-index:3}.display-3{line-height:1;font-weight:500}.cta{position:sticky;margin-top:-60px;background-color:#c4d3d8;border-radius:4px;-webkit-box-shadow:0 2px 2px 1px rgb(0 54 97 / .25);box-shadow:0 2px 2px 1px rgb(0 54 97 / .25);z-index:4;top:45px}.highlight{background-color:#f0f4f5;border-radius:4px;-webkit-box-shadow:0 2px 2px 1px rgb(0 54 97 / .25);box-shadow:0 2px 2px 1px rgb(0 54 97 / .25)}.title-box{padding-left:40px}h3{color:#003661!important}ul.icon-list li{list-style:none;position:relative;padding-left:32px;margin-bottom:12px;line-height:1.4}ul.with-check li::before,li.with-check::before{content:"";position:absolute;left:0;top:4px;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%23003661' d='M0 256a160 160 0 1 1 320 0 160 160 0 1 1 -320 0z'/></svg>")}ul.with-deny li::before,li.with-deny::before{content:"";position:absolute;left:0;top:8px;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%23cc0000' d='M0 256a160 160 0 1 1 320 0 160 160 0 1 1 -320 0z'/></svg>")}.btn-primary{background-color:#003661;font-weight:700}.btn-seda{font-weight:600;font-style:normal;font-size:14px;color:#FFF;line-height:14px;border:1px solid #FFF;background-color:#005AAB;border-radius:10px;text-transform:uppercase;padding:15px}.btn-seda:hover{color:#005AAB;border:1px solid #005AAB;background-color:#FFF}.nav-tabs{border-bottom:none;border-top:1px solid #AAC4E7}.nav-tabs .nav-item .nav-link.active{border-color:#AAC4E7;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-top:-1px;border-bottom:1px solid #AAC4E7;border-top:none}.nav-link>h4{font-size:18px;color:#AAC4E7;font-weight:600;font-style:normal;text-transform:uppercase}.swiper-quotes{height:400px}.swiper-quotes .swiper-slide{display:flex;flex-direction:column;align-items:center;justify-content:center}.swiper-hidden{visibility:hidden}
.hero > .container > .logo-sx{
	position: absolute;
	top: 10px;
	left: 10px;
	width:100px;
	z-index: 3;
}
@media (max-width: 992px) {
	.hero > .container > .logo-sx{
		top: 15px;
		left: 15px;
		width:80px;
	}
}
.bollino{
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.bollino.rosso{
	background-color: #CC0000;
	color:#FFFFFF;
}
.bollino.bianco{
	background-color: #FFFFFF;
	color:#005AAB;
}
.evidenziato{
	display: inline-block;
	padding: 4px 4px;
	background-color: #005AAB
}

.lead > strong{
	font-weight: bold !important;
}
.geko-badge{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:14px 18px;
  border:2px solid #5e8ab4;
  border-radius:12px;
  background:transparent;
  box-shadow:0 4px 14px rgba(94,138,180,0.30);
  /*max-width:420px;*/
	width:100%;
}

.geko-badge__icon{
  width:40px;
  height:40px;
  min-width:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#eaf3ff;
  color:#1d4f91;
  font-size:20px;
  font-weight:700;
  line-height:1;
}

.geko-badge__content{
  display:flex;
  flex-direction:column;
  line-height:1.5;
}
.geko-badge__content strong{
	font-weight: bold;
}

.geko-badge__brand{
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  color:#5e8ab4;
	margin-top:2px;
  margin-bottom:2px;
}

.geko-badge__brand strong{
	color: #003661;
}

.geko-badge__title{
  font-size:18px;
  font-weight:700;
  color:#003661;
	margin-top:2px;
  margin-bottom:2px;
}

.geko-badge__subtitle{
  font-size:14px;
  font-weight:500;
  color:#2f4b6e;
}

@media (max-width: 576px){
  .geko-badge{
    gap:10px;
    padding:12px 14px;
    border-radius:14px;
  }

  .geko-badge__icon{
    width:34px;
    height:34px;
    min-width:34px;
    font-size:17px;
  }

  .geko-badge__title{
    font-size:16px;
  }

  .geko-badge__subtitle{
    font-size:13px;
  }
}
/*
.feature-icon {
  flex: 0 0 42px;
  color: #5e8ab4;
  line-height: 1;
  margin-top: 0.15rem;
}

.feature-icon svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 42px;
}*/
