@font-face {
    font-family: 'Questrial';
    src: url('../../media/fonts/Questrial/questrial-regular-webfont.woff2') format('woff2'),
         url('../../media/fonts/Questrial/questrial-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'IBM_Plex_Sans';
    src: url('../../media/fonts/IBM_Plex_Sans/ibmplexsans-variablefont_wdthwght-webfont.woff2') format('woff2'),
         url('../media/fonts/IBM_Plex_Sans/ibmplexsans-variablefont_wdthwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




body {
  font-family: "IBM_Plex_Sans";
  background-color: #FFFFFF;
  color:#004080;
}

H1, H2, H3, H4 {
    font-family: "Questrial";
}


H1 {
    color: #004080;
    font-style: normal;
    font-size: 60px;
    line-height: 60px;
}

H2 {
    color: #004080 !important;
    font-size:38px;
    line-height: 38px;
}

/* Override h2 pseudo-elements */
h2::before, h2::after, .h2::before, .h2::after {
    display: none !important;
    background-color: transparent !important;
    content: none !important;
    height: 0 !important;
    width: 0 !important;
    position: static !important;
}

.accordion_block H2 {
    color: #853036 !important;
}

H3 {
    color: #004080 !important;
    font-size:28px;
    line-height: 28px;
}

H4 {
    color: #004080 !important;
    font-size:20px;
    line-height: 20px;
}

p {
    font-size: 14px;
    line-height: 18px;
}

.has-primary-color, .has-primary-color > * {
  color: #004080 !important;
}

.page-template-template-exhibitors-2025 .exhibitors-item {
    font-size: .875rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.exhibitors-item .btn {
	font-size:0.9rem
}

/******* Utilities *******/

.title-md {
    font-size: 24px
}

.title-lg {
    font-size: 32px
}

.title-xl {
    font-size: 50px;
}

@media only screen and (min-width:991px) {
    .title-xl {
        font-size: 64px;
    }
}

.title:after,
.title:before {
    display:none;
}

.btn-custom {
    background-color: #ECE8EF;
    color: #004080 !important;
    font-weight: 900;
    padding: 10px 15px;
    display:inline-block !important;
    border-radius:10px;
    outline: 2px #004080 solid !important;
    outline-offset: -2px;

}

.btn-custom:hover {
    color: #fff;
}



.btn-custom.icon.animate img {
    transition: transform 0.3s ease-in-out;
}

.btn-custom.icon.animate:hover img {
    animation: rotate 1s linear infinite;
}

.btn-custom.icon figure {
    padding: 14px;
    padding-right:0;
    border-left: 1px dashed #fff;
}

.btn-custom.icon img {
    max-width:20px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 13px solid #852E36;
}

.background {
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
    position:relative;
}

.overlay-white:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgba(255,255,255,0.7)
}

.overlay-primary:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgba(133,46,54, 0.7);
}

/******* Header *******/

main {
    padding-top: 4.25rem;
}

.home main {
    padding-top: 73px
}

@media only screen and (min-width:991px) {
     main {
        padding-top: 11.25rem;
    }
    
}


.medium-logo {
    max-width: 130px;
}

.wpml-ls-item {
    display: none;
}

.wp-block-button__link {
	border-radius:11px;
}

@media only screen and (min-width:991px) {
     .medium-logo {
        max-width: 200px;
    }
    

	.wp-block-button__link {
		text-align:left;
		position:relative;
		font-size:16px;
		padding-right: 80px;
	}

	.wp-block-button__link:after {
		content: "";
        background-image: url(/wp-content/uploads/2025/02/stellina.svg);
        background-size: contain;
        background-position: center;
        height: 100%;
        width: 20px;
        position: absolute;
        right: 0;
        background-repeat: no-repeat;
        margin: 0 10px;
        top: 0;
	}

    .wp-block-button__link:before {
        top: 0;
        content: "";
        position: absolute;
        right: 42px;
        border-right: 1px dashed;
        height: 100%;
    }

	.wp-block-button__link:hover {
        color: #fff;
        background-color: #842f35;
	}

	.wp-block-button__link:hover:after {
		animation: rotate 1s linear infinite;
	}
}

.site-header {
    padding-bottom:0;
}

.header_box {
    padding:13px 0;
    background-color:#39C3C8;
    height: 73px;
}

.btn-buy {
    position: fixed;
    bottom: 0%;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.btn-buy a {
    font-size:16px;
    padding:0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    padding-left: 25px!important;
}

.btn-buy a span {
   display: inline-block;
   transition:0.3s
}

.btn-buy a figure {
    border-left: 1px dashed #fff!important;
    transition:0.3s;
    padding: 10px 25px!important;
}

.btn-buy a img{
    border-left: 0!important;
    max-width: 15px!important;
}



.btn-buy a:hover figure {
    padding-top: 15px!important;
}

.time_from {
    font-weight:900;
    text-transform:uppercase;
    font-size:13px
}

.social_header  {
    gap:8px
}

.social_header a {
    height: 24px;
    width: 24px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social_header a i {
    font-size:14px
}

.social-container .social-item {
  background-color: #00408000;
  width: 1.4375rem;
  height: 1.4375rem;
  line-height: 1.4375rem;
  color: #fff;
  border: 1px solid white;
}


.toggler {
    width: 39px;
    height: 33px;
    background: #39C3C8;;
    border-radius: 11px;
    position: relative;
    cursor: pointer;
}

.toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 60%;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    left: 50%;
    -webkit-transform: rotate(0deg)translateX(-50%);
    transform: rotate(0deg)translateX(-50%);
    -webkit-transition: .25sease-in-out;
    transition: .25sease-in-out;
}

.toggler.open span {
    left:20%;
}

.toggler span:nth-child(1) {
    top:9px;
}

.toggler span:nth-child(2) {
    top:16px;
}

.toggler span:nth-child(3) {
    top:23px;
}

.toggler.open span:nth-child(1) {
    top:16px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.toggler.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.toggler.open span:nth-child(3) {
    top:16px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.h_header {
    gap:10px
}

.h_header p {
    font-size:11px;
    font-weight:900;
    text-transform:uppercase
}

.cta_header .btn-custom {
    font-size:12px;
	min-height:40px;
	padding: 0 10px;
    white-space: nowrap;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.2;
}

.cta_header .btn-custom.icon img {
    padding: 9px;
    padding-right:0;
    max-width: 20px;
    border-left: 1px dashed #fff
}

.menu_right {
    gap:10px;
}

.nav_header {
    position: fixed;
    left: 0;
    transform: translateX(-100%);
    transition: 0.5s;
    height: calc(100vh - 74px);
    top: 74px;
    background-color: #E1DDD9;
    width: 100%;
    display:flex;
    z-index: 9999999;
    overflow-y:auto;
}

.nav_header.open {
    transform: translateX(0);
}

.nav_header .sub-menu {
    display:none;
    padding:0;
}

.nav_header .sub-menu li {
    margin-bottom:0;
    margin-top:10px
}

.navbar_nav-box {
    padding: 1.5rem;
    width: 100%;
}

.navbar_nav-image {
    width: 35%;
}

.navbar_nav-image img {
    object-fit: cover;
}

.navbar_nav {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.navbar_nav li {
    margin-bottom:20px
}

.navbar_nav li:before {
    display:none!important
}

.navbar_nav a {
    font-size:20px;
    color: #004080;
    text-transform:uppercase;
    font-weight:900;
    position:relative;
    display: flex;
    align-items: center;
    font-family: 'Questrial', sans-serif;  /* nuovo font */
}

.navbar_nav .sub-menu a {
    width: 100%;
}

.navbar_nav .menu-item-has-children a:after {
    content:"";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 13px solid #852E36;
    transform: rotate(180deg);
    margin-left: auto;
}

.navbar_nav .sub-menu a:after {
    display: none;
}

.navbar_nav .sub-menu a {
    color: #000;
    font-weight:400;
    font-size: 16px
}

.navbar_nav li.open .sub-menu {
    display:block
}

.h_header .text-language-switcher {
    font-size: 14px;
}

.custom-language-switcher {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 10px;
    align-items: center;
}

.custom-language-switcher li:before {
    display: none!important;
}

.custom-language-switcher li.active {
    border: 3px solid #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.custom-language-switcher li a img {
    width: 50px
}

@media only screen and (min-width: 992px) {
    .btn-buy {
        bottom: initial;
        top: 65%;
        transform: translateY(-50%)rotate(-90deg);
        width: auto;
		transform-origin: left top;
    }
    .btn-buy a {
        width: auto;
        font-size: 12px;
        border-top-left-radius: 0;
 		border-top-right-radius: 0;
        border-bottom-left-radius: 11px;
        border-bottom-right-radius: 11px;
		border-top-right-radius: 0;
        padding-left: 10px!important;
    }
    .btn-buy a figure {
        padding: 10px!important;
    }
    .navbar_nav li {
        margin-bottom:30px;
		width:30%;
    }
    .navbar_nav-box {
        padding: 5% 0% 5% 10%;
        width: 65%;
    }
    .nav_header .sub-menu {
        position: absolute;
        left: 40%;
        top: 0;
        height: 100%;
		width:100%;
    }

    .nav_header .sub-menu li {
        margin-bottom:30px;
        margin-top:0;
        width: 100%;
    }

    .navbar_nav a {
        font-size:24px;
        width: 100%;
    }

    .navbar_nav .sub-menu a {
        font-size: 18px
    }

    .navbar_nav .menu-item-has-children a:after {
        transform: rotate(90deg);
    }

}


/******* Hero video block  *******/

.hero_video {
    height: calc(100vh - 74px);
    position: relative;
    overflow:hidden
}

.hero_video video{
    object-fit:cover
}

.hero_video img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    max-width:312px
}

.hero_video .hero-static-image {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    height: 100%;
    max-width: none !important;
    max-height: 100%;
    object-fit: cover;
    transform: none !important;
}

.banner-scrolling {
    position: absolute;
    bottom: 0;
    background-color: #004080
}

.bottom-bar-item {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: 100vw;
    line-height: 0;
}

.wrapper-scrolling-text {
    height: 3.5rem;
    display: flex;
    position: relative;
    text-decoration: none;
}



.wrapper-scrolling-text .scrolling-text p {
   margin-bottom:0;
   font-size:16px;
   text-transform:uppercase;
   font-weight:900;
   position: relative;
}

.bottom-bar-item .wrapper-scrolling-text .scrolling-text p:after {
    content: "";
    background-image:url('/wp-content/uploads/2025/02/stellina.svg');
    position: absolute;
    right: -25px;
    top:50%;
    transform: translateY(-50%);
    height: 11px;
    width: 11px;
    background-size: contain;
}

@keyframes scrollingtext {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@media only screen and (min-width: 991px) {
    .wrapper-scrolling-text .scrolling-text p {
        font-size:22px;
    }
}


@media only screen and (max-width: 991px) {
        .hero_video {
        height: 260px;
        }
}



/******* Text image block  *******/

@media only screen and (min-width: 991px) {
    .box_text_image  {
        display:block;
        height:60vh;
        overflow:auto!important;
    }

    .box_text_image::-webkit-scrollbar {
        display: none;
    }
}

.text_image p {
    font-size:14px
}

.bg-image:before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%
}

.text_image img {
    border-radius: 20px;
}

.text_image H2 {
    padding: 0 0 20px;
}

/******* Double Text block  *******/

.double-text  H2 {
    padding: 0;
    margin-bottom: 0 !important;
}

.double-text .left-section H2 {
    font-size: 52px;
}

.double-text .right-section {
  padding-left: 0 !important;
}

.double-text .left-section-image {
  max-width: 110px !important;
}

/******* Accordion block  *******/

.accordion_block h2 {
    font-size:48px;
    color: #852E36
}

.accordion_block p {
    font-size:14px;
}

.accordion_block .card {
    border: 1px solid #852E36;
    border-radius:12px!important;
}

.accordion_block .card .card-header{
    border-radius:12px;
    margin-bottom:0;
    padding:0;
    padding-left: 20px;
    border:none
}

.accordion_block .card .card-header .triangle{
    transform: rotate(180deg);
    transition: 0.3s;
    margin-right: 5px;
}

.accordion_block .card .card-header.active {
    border-bottom: 1px solid #852E36;
    transform: rotate(0deg)
}

.accordion_block .card .card-header.active .triangle {
    transform: rotate(0)
}

.accordion_block .card .card-header h3 button {
    font-size: 18px;
    color: #852E36;
    padding:0;
    display:block;
    border:none;
    width: 100%;
}

.accordion_block .card .card-header h3 button:focus {
   outline:none;
   box-shadow:none
}

.accordion_block .card .card-header h3 button .accordion-left-content {
    flex: 1;
}

.accordion_block .card .card-header h3 button .accordion-right-content {
    flex-shrink: 0;
}

.accordion_block .card .card-header h3 button .icon_box {
    background-color: #852E36;
    padding: 10px 15px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.accordion_block .card .card-header h3 button .icon_box img {
    max-width: 35px;
}

.accordion_block .card .card-body{
    border-top: none;
}

.accordion_block .card-body span {
    font-size: 14px
}


/******* CTA block  *******/

.cta_block h3,
.cta_block .social a i {
    font-size:28px
}

.cta_block h4 {
    font-size:21px
}

.cta_block .social a {
    display: flex;
    height: 52px;
    width: 52px;
    border: 3px solid #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


/******* butcher animation  *******/

.butcheranim .group {
  position: relative;
  width: 528px;
  height: 401px;
}

.butcheranim .group .overlap-group {
  position: relative;
  width: 459px;
  height: 401px;
}

.butcheranim .group .overlap-group.right {
  left: 60px;
}

.butcheranim .group .img_right {
  position: absolute;
  width: 190px;
  height: 309px;
  top: 92px !important;
  left: 269px !important;
  transition: transform 0.1s ease-in-out;
  transform-origin: 0% 100%;
}

.butcheranim .group .img_center {
  position: absolute;
  width: 369px;
  height: 369px;
  top: 0;
  left: 11px;
  object-fit: cover;
}

.butcheranim .group .img_left {
  position: absolute;
  width: 88px;
  height: 88px;
  top: 27px;
  left: 0;
  transition: transform 0.1s ease-in-out;
  transform-origin: center;
}

@media only screen and (min-width: 992px) {
    .butcheranim .group:hover .img_right {
        transform: rotate(-5deg);
    }

    .butcheranim .group:hover .img_left {
        transform: rotate(45deg);
    }
}

/* Mobile responsive styles for butcher animation */
@media only screen and (max-width: 991px) {
  .butcheranim .group {
    max-width: 100vw;
    width: 90%;
    margin: 0 auto;
    height: auto;
    transform-origin: center top;
  }

  .butcheranim .group .overlap-group {
    position: relative;
    width: 87vw;
    height: 76vw;
    left: -14vw;
    margin: 0 auto;
  }

  .butcheranim .group .overlap-group.right {
    left: -60px !important;
  }
}



@media only screen and (max-width: 991px) {
  .butcheranim .group {
    transform: scale(0.77);
  }
}

@media only screen and (max-width: 384px) {
  .butcheranim .group {
    transform: scale(0.76);
  }
}

@media only screen and (max-width: 375px) {
  .butcheranim .group {
    transform: scale(0.75);
  }
}

@media only screen and (max-width: 360px) {
  .butcheranim .group {
    transform: scale(0.70);
  }
}




/* section separator - override old styles */

.sectionseparator  h1::before, .sectionseparator  h1::after, .sectionseparator  h2::before, .sectionseparator  h2::after {
  background-color: none;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.sectionseparator::before, .sectionseparator::after {
  background-color: #842f35;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 20%;
}

.sectionseparator h1 {
    font-size: 96px;
}


/* Custom star bullet styling */


.starbullet {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0;
  margin-left: 0;
}

.starbullet li {
  position: relative;
  padding-left: 10px; 
  margin-bottom: 45px;
  list-style: none !important; 
  list-style-type: none !important; 
}

.starbullet li:before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 0.2em; 
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/06/img_left-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.starbullet li::marker {
  content: "" !important; 
  font-size: 0 !important; 
}

.starbullet.bulletcontent {
  margin-left: 30px;
}

.starbullet .title-container, .starbullet .subtitle-container, .starbullet .image-container {
  padding-left: 0;
}

.starbullet p {
  font-size: 14px;
}

.starbullet .subtitle-container {
  padding-top: 10px;
}



/******* Vertical List block  *******/

.vertical_list_block .vertical-list-title {
    color: #004080;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 0;
}

.vertical_list_block .vertical-list-item {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.vertical_list_block .vertical-list-bullet {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.vertical_list_block .bullet-circle {
    width: 12px;
    height: 12px;
    background-color: #39C3C8;
    border-radius: 50%;
}

.vertical_list_block .vertical-list-item-title {
    color: #004080;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.vertical_list_block .vertical-list-item-content {
    color: #004080;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
}

.vertical_list_block .vertical-list-item-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
}

@media only screen and (max-width: 991px) {
    .vertical_list_block .vertical-list-title {
        font-size: 2.1rem !important;
        line-height: 2.1rem !important;
    }
    
    .vertical_list_block .vertical-list-item-title {
        font-size: 1.4rem !important;
        line-height: 1.4rem !important;
    }
    
    .vertical_list_block .vertical-list-item {
        margin-bottom: 35px;
    }
}




.logo-container img{
  max-width: 105px;
  width: 105px;
  height: auto;
}

.logo-container a {
  display: inline-block;
  line-height: 0;
}

.logo-container a img {
  max-width: 160px;
  width: 160px;
  height: auto;
  display: block;
}

footer {
  background-color: #004080;
  color: #ECE8EF;
}

footer a{
  color: #ECE8EF;
}

.language-selector .fa {
  margin-left: 10px;
}

.company-data {
  white-space: nowrap;
  overflow-x: auto;
}

.language-selector {
  display: none;
}

.hero-content {
    top: 15vh;
}

.hero-logo {
  margin-bottom: 3vh !important;
  max-height: 15vh;
}


.hero-years {
    font-size: 7vh !important;
    line-height: 7vh !important;
}   

.hero-title {
    font-size: 4vh !important;
    line-height: 4vh !important;
} 

.hero-edition {
    font-size: 6vh !important;
    line-height: 6vh !important;
} 

.hero-date {
    font-size: 3vh !important;
    line-height: 3vh !important;
}


/* Mobile fine tuning  */
@media only screen and (max-width: 991px) {
   
.social_header {
  display: none !important;
}  
   
    .img-fluid {
    max-width: 95%;
    }

    .logo-container img{
        max-width: 130px;
        width: 130px;
        height: auto;
    }

    .logo-container a {
        display: inline-block;
        line-height: 0;
    }

    .logo-container a img {
        max-width: 130px;
        width: 130px;
        height: auto;
        display: block;
    }

    .starbullet {
    padding-left: 10px;
    }

    H1 {
        font-size: 5rem !important;
        line-height: 5rem !important;
    }

    H2 {
        font-size: 2.1rem !important;
        line-height: 2.1rem !important;
    }   
    
    H3 {
        font-size: 1.4rem !important;
        line-height: 1.4rem !important;
    }     
    
    .section_separator .mainbox {
        margin-left: 15px;
    }

    .header_box {
      height: 81px;
    }

    .hero-years {
        font-size: 7vh !important;
        line-height: 7vh !important;
    }   

    .hero-title {
        font-size: 5.5vh !important;
        line-height: 5.5vh !important;
    } 
    
    .hero-edition {
        font-size: 6vh !important;
        line-height: 6vh !important;
    } 
    
    .hero-date {
        font-size: 3vh !important;
        line-height: 3vh !important;
    }

    .menu_right .menu-label {
        display: none;
    }

    .cta_header {
        padding-left: 1rem !important;
    }


}