#sticky-box-container {
    position: fixed;
    height: 136px;
    bottom: 0;
	width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	z-index: 100;
	opacity: 0;
    transition: opacity 1s ease-in-out;
   }
   
   #sticky-box-container.visible {
      opacity: 1;
    }
	
	a#sticky-box {
    background: white;
    position: relative;
    height: 104px;
    z-index: 1000;
    margin: 16px 40px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: unset;
	text-decoration: none;
	
	bottom: calc(-10rem);
	opacity: 0;
    transition: bottom .6s ease-in-out, opacity .2s ease-in-out;
    }
	
	a#sticky-box.visible {
      opacity: 1;
	  bottom: 0;
    }

	.box-svg-sx {
	background-image: url('/system/modules/it.sistinf.digitalhub.preprod/resources/svg/svg-sx-piedino-desktop.svg');
	 width: 268px;
	 height: 104px;
	 position: absolute;
	 left: 0;
	 bottom: 0;
	}
	
	.box-svg-dx {
	background-image: url('/system/modules/it.sistinf.digitalhub.preprod/resources/svg/svg-dx-piedino-desktop.svg');
	width: 20px;
	 height: 36px;
	bottom: 0;
    right: 13rem;
     position: absolute;
	}
	
	 @media only screen and (max-width: 768px) {
	 
	 #sticky-box {
	height: 80px !important;
	margin: 8px 10px !important;
	}
	
	#sticky-box-container {
    height: 96px !important;
   }
	 
	 .box-svg-sx {
	background-image: url('/system/modules/it.sistinf.digitalhub.preprod/resources/svg/svg-sx-piedino-mobile.svg') !important;
	 width: 115px !important;
	 height: 43px !important;
	}
	
	.box-svg-dx {
	background-image: url('/system/modules/it.sistinf.digitalhub.preprod/resources/svg/svg-dx-piedino-mobile.svg') !important;
	width: 10px !important;
	 height: 17px !important;
	 right: 6rem !important;
	}
	 
	 }

    .content-box-header h2 {
	  font-size: 28px;
      font-weight: bold;
	     -webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		color: #004c97;
		line-height: 1.43;
		white-space: pre !important;
		text-align: center;
		text-decoration: none;
    }
	
	@media only screen and (max-width: 992px) and (min-width: 768px){
	
	.content-box-header h2 {
	  font-size: 18px !important;
	  }
	  
	  }
	  
	  @media only screen and (min-width: 576px) and (max-width: 768px) {
	  
	  .digital-hub-link {
      top: 19px !important;
    }
	
	}

	  
	  @media only screen and (max-width: 768px) {
	  
	  #sticky-box {
	  cursor: pointer !important;
      }

	   .digital-hub-link {
        display: none !important;
      }

      .digital-hub-arrow-link {
      display: block !important;
    }
	
	  }

    @media only screen and (max-width: 768px) {

      .sticky-content-box {
        display: flex !important;
        justify-content: space-around !important;
      }

      .content-box-header h2 {
        font-size: 15px !important;
		line-height: 1.33 !important;
      }
	  
    }

    .digital-hub-arrow-link {
      display: none;
    }

    .content-box-header {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .digital-hub-link {
      background: -moz-linear-gradient(to right, #003e7b 2%, #1899d0 51%, #50af00 100%);
      background: -webkit-linear-gradient(to right, #003e7b 2%, #1899d0 51%, #50af00 100%);
      background: linear-gradient(to right, #003e7b 2%, #1899d0 51%, #50af00 100%);
      text-decoration: none !important;
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 24px;
      font-size: 12px;
      font-weight: 600;
      cursor: pointer;
      position: absolute;
      right: 34px;
      top: 34px;
    }

    .digital-hub-link:hover {
      color: white;
    }