* {
    transition: all 0.3s ease;
}

/* VARIABLES */

:root {
    /* theme colors */
    --dark-blue: #0B1526;
    --blue-ics: #182C50;
    --red-ics: #9E1734;
    --dark-red: rgba(121, 0, 26, 1);
    --yellow-ics: rgba(245, 157, 36, 1);
    /* variables for flow-up sections */
    /* --offset-step: 40px;
    --transition-speed: 0.8s;
    --easing: cubic-bezier(0.25, 0.1, 0.25, 1); */

    --offset-step: 40px;                  /* maggiore sovrapposizione */
    --transition-speed: 0.35s;            /* più rapido */
    --easing: cubic-bezier(0.25, 0.1, 0.25, 1); /* manteniamo il tuo easing */
    --flow-start-offset: 250px;           /* distanza iniziale dal fondo per far “più strada” */
}


/* FONTS */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff'),
        url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.eot');
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff'),
        url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



/* TYPOGRAPHY */

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-weight: 300;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 40px;
}
.color-blue {
    color: var(--blue-ics) !important;
}
h3 {
    color: var(--blue-ics);
    font-weight: 400;
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 5%;
    margin-bottom: 15px;
}
h6 {
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: 0;
    font-weight: 400;
}
p, ul, li {
    font-size: 16px;
    line-height: 1.5 !important;
    letter-spacing: 5%;
    font-weight: 300;
}

p.pre-title {
    font-weight: 300;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
}
p.title {
    font-weight: 300;
    font-size: 46px;
    line-height: 1.4 !important;
    letter-spacing: 0%;
    text-align: left;
    max-width: 70%
}
body.home p.title {
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 5%;
}
p.title.full {
    max-width: 100%;
}
p.title span {
    color: var(--yellow-ics) !important;
}
p.title a.more_btn_link {
    margin: 5px 0 0 20px;
}
p b,
.body:not(.home) p strong,
.body:not(.home) p b,

.text-2col {
    column-count: 2;    
    column-gap: 50px;
}

/* LAYOUT */

.clear {
    width: 100%;
    display: block;
    min-height: 1px;
    clear: both;
    float: none;
}
.container {
    max-width: 1200px;
}
.spacer {
    display: block;
    clear: both;
    min-height: 1px;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.spacer-20 {
    height: 20px;
}
.spacer-40 {
    height: 40px;
}
.spacer-60 {
    height: 60px;
}
.spacer-80 {
    height: 80px;
}
.spacer-100 {
    height: 100px;
}

/* PRE HEADER */

#preheader {
    background-color: var(--dark-blue);
    display: block;
    height: 45px;
}
#preheader_actions_wrapper {
    height: 45px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    padding-right: 20px;
    font-size: 14px;
}
#preheader_actions_wrapper > .item {
    color: #fff;
}
#preheader_actions_wrapper > .item a {
    color: #fff;
    text-decoration: none;
}
#preheader_actions_wrapper > .item a .icon-right {
    display: inline-block;
    margin-left: 5px;
}
#lang_select {
    background-color: var(--dark-blue) !important;
    border: none;
    color: #fff;
    cursor: pointer;
    width: calc(100% + 20px);
}
#lang_select_wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
#lang_select_wrapper::after {
    content: "";
    display: block;
    width: 11px;
    height: 7px;
    background-image: url('../gfx/Arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
#lang_select option {
    background-color: var(--dark-blue) !important;
    color: #fff !important;
}

/* HEADER */

#header {
    background-color: var(--blue-ics);
    display: block;
    height: 100px;
    border-bottom: 1px solid var(--red-ics);
}
#header .col {
    display: flex;
    height: 100px;
    align-items: center;
}
#header .col.first {
    justify-content: flex-start;
    flex: 1;
}
#header .col.last {
    justify-content: flex-end;
    flex: 5;
}

/* MENU */

#menu {
    display: flex;
    height: 100%;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
#menu ul li {
    position: relative;
}
#menu ul li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 5%;
}
#menu > ul > li {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
#menu > ul > li.has_submenu {
    padding-right: 0;
}
#menu > ul > li.has_submenu::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    background-image: url('../gfx/arrow-submenu.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 5px;
}
#menu > ul > li:last-of-type a {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 15px;
}
#menu > ul > li:last-of-type:hover a {
    background-color: var(--red-ics);
    border: 1px solid var(--red-ics);
}
#menu ul.submenu {
    /* border: 1px solid red; */
    position: absolute;
    background-color: var(--blue-ics);
    padding: 5px 20px;
    display: none;
    border-radius: 5px;
    flex-direction: column;
    z-index: 100;
    gap: 0;
    left: -20px;
    top: calc(100% - 1px);
    min-width: calc(100% + 40px);
    width: auto;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.9);
    align-items: flex-start;
}
#menu > ul > li.has_submenu:hover ul.submenu {
    display: flex;
}
#menu ul.submenu li {
    border-bottom: 1px solid #444;
    padding: 15px 0;
    width: 100%;
}
#menu ul.submenu li:last-of-type {
    border-bottom: none;
}
#menu ul.submenu li a {
    white-space: nowrap;
    text-align: left;
}
#menu ul.submenu.megamenu {
	/* display: block; */
	width: 1200px;
	position: fixed;
	left: 0;
	background: linear-gradient(180deg, #0B1526 0%, #182C50 100%);
	display: flex;
	display: none;
	flex-direction: row;
	padding: 30px 0;
	z-index: 2000;
	max-width: 1200px !important;
	min-width: 10px !important;
	left: 50%;
	transform: translateX(-50%);
}
#menu ul.submenu.megamenu::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
}
#menu ul.submenu.megamenu li {
    border: 0;
    border-left: 1px solid #444;
    color: #fff;
    padding-left: 30px;
    cursor: pointer;
}
#menu ul.submenu.megamenu li:first-of-type {
    border-left: none;
    padding-left: 60px;
}
#menu ul.submenu.megamenu li p.section {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 5%;
}
#menu ul.submenu.megamenu li a {
    display: block;
    font-size: 24px;
    letter-spacing: 5%;
    margin-bottom: 20px;
}
#menu ul.submenu.megamenu li .submenu_desc {
    color: #888;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 5%;
    padding: 0 60px 0 0;
}

#menu ul.submenu.megamenu li .submenu_desc {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
#menu ul.submenu.megamenu li .submenu_desc .desc_text,
#menu ul.submenu.megamenu li .submenu_desc .more_btn_link {
  transition: transform 0.6s ease, opacity 0.6s ease;
}
#menu ul.submenu.megamenu li .submenu_desc .desc_text {
  transform: translateY(0);
  opacity: 1;
}
#menu ul.submenu.megamenu li .submenu_desc .more_btn_link {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
#menu ul.submenu.megamenu li .submenu_desc .more_btn_link img {
  vertical-align: middle;
}
#menu ul.submenu.megamenu li .submenu_desc:hover .desc_text {
  transform: translateY(-100%);
  opacity: 0;
}
#menu ul.submenu.megamenu li .submenu_desc:hover .more_btn_link {
  transform: translateY(0);
  opacity: 1;
}

/* HEADER STICKY */

.sticky {
  position: fixed;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  opacity: 1;
  transform: translateY(0);
}
#preheader.sticky {
    top: 0;
}
#header.sticky {
    top: 35px;
}

/* HEADER SCROLL */

body.scrolling-down #preheader, 
body.scrolling-down #preheader_actions_wrapper {
    height: 35px;
}
body.scrolling-down #header,
body.scrolling-down #header .col {
    height: 65px;
}
body.scrolling-down #logo {
    height: 35px;
}

/* VARIE */

a.btn, button.btn {
	background-color: var(--red-ics);
	border-radius: 5px;
	color: #fff !important;
	display: inline-block;
	padding: 15px 65px 15px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 5%;
	text-align: center;
	border: 0;
	margin: 30px 0;
	position: relative;
}
a.btn span, button.btn span {
	color: #fff !important;
	position: relative;
	z-index: 1;
	white-space: wrap;
}
a.btn::after, button.btn::after {
    content: "";
    display: inline-block;
    height: 14px;
    width: 8px;
    background-image: url('../gfx/arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    margin-left: 10px;
    z-index: 1;
}
a.btn::before, button.btn::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: var(--dark-red);
    z-index: 0;
}
a.btn:hover::before, button.btn:hover::before {
    transition: all 0.5s ease;
    width: 100%;
}

/* CONTENT */

#single_title_wrapper {
	width: 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
}
#single_main_img_wrapper {
	position: absolute;
	display: block;
	left: 50%;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
}
.single_date {
	text-align: left;
	font-size: 22px;
	margin-bottom: 20px;
}
#single_excerpt, #single_excerpt p {
	font-size: 20px;
	margin: 20px 80px 0 0;
	text-align: left;
	line-height: 1.6 !important;
}
.related_posts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.related_posts article {
    flex: 1;
    flex-grow: 1;
}
#related_news_title {
    margin: 100px auto 60px;
    text-align: center;
}
#related_news_wrapper {
    margin-bottom: 160px;
}
.news_more_info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 15px 0 -10px;
}
.news_more_info .category {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 12px;
	display: block;
	border: 1px solid #ddd;
	padding: 5px 15px;
	border-radius: 12px;
	font-weight: 400;
}

#page_title_wrapper {
    background-image:
        linear-gradient(180deg, #0B1526 0%, rgba(24, 44, 80, 0.5) 100%),
        var(--bg-img);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 160px 0 200px;
    position: relative;
    text-align: center;
}
#page_title_wrapper.nopadding {
    padding: 0 !important;
}
#page_title_wrapper h1 {
    color: #fff;
    font-weight: 300 !important;
    font-size: 60px;
    line-height: 1.5;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
}
#page_title_wrapper p.subtitle {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6 !important;
	letter-spacing: 0%;
	text-align: center;
}

#page_title_wrapper.v2 {
    background-image:
        linear-gradient(180deg, #0B1526 14.5%, #182C50 30%, rgba(24, 44, 80, 0) 66%),
        var(--bg-img);
    padding: 15vh 0 25vh;
}
#page_title_wrapper #page_title_flex_text_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: start;
}
#page_title_wrapper.no-bg #page_title_flex_text_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#page_title_wrapper.no-bg #page_title_flex_text_wrapper * {
    font-family: 'Orbitron';
    text-align: center !important;
}
#page_title_wrapper.no-bg #page_title_flex_text_wrapper h1 {
    font-weight: 700 !important;
    margin: 0 !important;
}
#page_title_wrapper.v2 h1 {
	text-align: left;
	margin-bottom: 0;
	float: left;
    margin-right: 150px;
}
#page_title_wrapper.v2 p.subtitle {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 5%;
    text-align: left;
    padding: 20px 0 0 0;
    max-width: 50%;
}
/* Versione senza sfondo */
#page_title_wrapper.no-bg {
	padding: 140px 0 100px !important;
}
#page_title_wrapper.no-bg,
#page_title_wrapper.no-bg * {
    /* color: #212529 !important; */
		color: var(--blue-ics);
}
#page_title_wrapper.no-bg h1,
#page_title_wrapper.more-text h1 {
	margin-right: 80px;
}
#page_title_wrapper.no-bg p.subtitle,
#page_title_wrapper.more-text p.subtitle {
	font-size: 26px;
	max-width: 60%;
    text-align: left;
}

.page-bigbanner {
    width: 100%;
    height: 700px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.page-bigbanner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0B1526 14.5%, #182C50 30%, rgba(24, 44, 80, 0.5) 66%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#hp_claim {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 20;
}
#hp_claim h1 {
    color: #fff;
    font-size: 60px;
    text-align: left;
    font-weight: 300 !important;
}


#hp_claim h1 {
  opacity: 0;
  transform: translateX(-70px) scale(0.96);
  filter: blur(10px);

  animation: h1Reveal 1.8s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: 0.3s;
}

@keyframes h1Reveal {
  0% {
    opacity: 0;
    transform: translateX(-70px) scale(0.96);
    filter: blur(10px);
  }
  35% {
    filter: blur(3px);
  }
  60% {
    opacity: 1;
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) scale(1);
  }
}



#hp_main_cta {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 20;
    text-align: right;   
}
.section_cta, #hp_main_cta a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 5%;
    text-transform: uppercase;
    text-decoration: none;
}
.section_cta a:hover, #hp_main_cta a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.section_cta a::after, #hp_main_cta a::after {
    content: "";
    display: inline-block;
    height: 14px;
    width: 8px;
    background-image: url('../gfx/arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 10px;
}

#prefilter_listing_wrapper {
    margin-bottom: 40px;
}
.prefilter_item_wrapper {
    margin-bottom: 120px;
}
.prefilter_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.prefilter_block > div {
    flex: 1;
    flex-grow: 1;
}
.prefilter_block .img_wrapper,
.infobox .img_wrapper {
    min-height: 420px;
    background-image: var(--bg-img);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    border-radius: 15px;
}
.infobox {
    background: #eee;
    border-radius: 15px;
}
.infobox h3 {
    background: var(--blue-ics);
    color: #fff;
    font-size: 30px;
    padding: 10px 20px;
    border-radius: 15px 15px 0 0;
    font-weight: 600;
}
.infobox p {
    margin: 30px;
    text-align: justify;
}
.infobox .img_wrapper {
    border-radius: 0 0 15px 15px;
}
.prefilter_block .info_wrapper {
    padding: 0 60px;
}
.prefilter_block .info_wrapper .text_wrapper {
    font-weight: 400;
    font-size: 23px;
    color: var(--blue-ics);
    letter-spacing: 5%;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
}

.content_item_wrapper {
    margin-bottom: 80px;
}
.content_item_wrapper .content_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.content_item_wrapper .content_block > div {
    flex: 1;
    flex-grow: 1;
}
.content_item_wrapper .content_block .img_wrapper {
    min-height: 420px;
    background-image: var(--bg-img);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    border-radius: 15px;
}
.content_item_wrapper .content_block .info_wrapper {
	padding: 0 0 0 40px;
}
.content_item_wrapper .content_block .info_wrapper .text_wrapper {
    font-weight: 400;
    font-size: 23px;
    color: var(--blue-ics);
    letter-spacing: 5%;
}
.content_item_wrapper .content_block .info_wrapper .text_wrapper h2 {
    font-size: 50px;
}
.content_item_wrapper.inverse .content_block .info_wrapper {
	padding: 0 40px 0 0;
}

.feature_box {
	padding: 0 50px 0 0;
}
.feature_box img.icon {
	display: block;
	margin: 0 auto 25px auto;
}
.feature_box h3,
.feature_box p {
	text-align: center;
}

/* LISTING PRODOTTI */

#listing_content {
    position: relative;
}
#listing_content::before {
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid var(--red-ics);
	border-radius: 3px;
	left: 50%;
	transform: translateX(-50%);
	top: 60px;
	z-index: 10;
	display: block;
	position: absolute;
}
#listing_content::after {
	content: "";
	display: block;
	width: 1px;
	height: 120px;
	left: 50%;
	transform: translateX(-50%);
	top: 60px;
	position: absolute;
	z-index: 9;
	background: var(--red-ics);
	transform: translateY(-100%);
}
#main_cat_selector {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-around;
	margin-bottom: 80px;
    margin-top: 50px;
}
#main_cat_selector .cat_item {
    border-bottom: 1px solid var(--blue-ics);
    color: var(--blue-ics) !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 5%;
    text-align: center;
    flex: 1;
    flex-grow: 1;
    text-decoration: none;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
}
#main_cat_selector .cat_item::before {
    content: "";
    display: block;
    height: 12px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    width: 1px;
    background: var(--blue-ics);
}
#main_cat_selector .cat_item:first-of-type::before {
    display: none !important;
}
#main_cat_selector .cat_item:hover {
    font-weight: 500;
}
#main_cat_selector .cat_item.active {
    border-bottom: 4px solid var(--red-ics) !important;
    font-weight: 500 !important;
}
/* Sottocategorie */
#sub_cat_selector {
    display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
    margin-bottom: 70px;
}
#sub_cat_selector .subcat_item {
    margin: 0 10px 20px;
    border: 1px solid var(--blue-ics);
    border-radius: 6px;
    padding: 10px 20px;
    text-decoration: none;
}
#sub_cat_selector .subcat_item:hover {
    background: var(--red-ics);
    color: #fff !important;
}
#sub_cat_selector .subcat_item.active {
    background: var(--red-ics) !important;
    color: #fff !important;
    border: 1px solid var(--red-ics);
}
/* Prodotti */
#prod_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
    gap: 20px;
}
.prod_item {
    border-radius: 10px;
    background: #eee;
    overflow: hidden;
    margin-bottom: 10px;
}
.prod_item .prod_image_wrapper {
    height: 250px;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
}
.prod_item .prod_image_wrapper .prod_image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.prod_item:hover .prod_image_wrapper .prod_image {
    transform: scale(1.25);
}
.prod_item .prod_image_wrapper .type_label {
    position: absolute;
    bottom: 0;
    left: 30px;
    background: var(--red-ics);
    min-width: 120px;
    padding: 0 15px;
    height: 35px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    letter-spacing: 5%;
    line-height: 35px;
    border-top-left-radius: 5px;;
    border-top-right-radius: 5px;
}
.prod_item .prod_image_wrapper .type_label span {
    color: #fff !important;
}
.prod_item .prod_info_wrapper {
    background: var(--blue-ics);
    padding: 20px 30px 60px 30px;
}
.prod_item .prod_info_wrapper p.prod_name {
    color: #fff !important;
	font-family: "Orbitron";
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	text-align: left;
	letter-spacing: 5%;
	text-transform: uppercase;
	font-size: 26px;
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.prod_item .prod_info_wrapper p.prod_name::after {
    width: 125px;
    height: 1px;
    background: var(--yellow-ics);
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 500ms;
}
.prod_item:hover .prod_info_wrapper p.prod_name::after {
    width: 100%;
}
.prod_item .prod_info_wrapper p.prod_short {
	color: #fff !important;
	text-transform: uppercase;
	text-align: left;
	font-size: 15px;
	letter-spacing: 5%;
	font-weight: 400;
}
.prod_item .prod_info_wrapper a {
	text-decoration: none;
}

/* PRODOTTO SINGOLO */

#prod_title_wrapper {
    background-image:
        linear-gradient(270deg, rgba(24, 44, 80, 0) 0%, #0B1526 100%),
        var(--bg-img);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 750px;
    height: 750px;
    padding: 40px 0;
    position: relative;
}
body.single-cp-prodotti #prod_title_wrapper {
	height: 70vh;
}
#prod_title_wrapper .container,
#prod_title_wrapper .row {
    display: block;
    height: 100%;
}
#prod_title_inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
	height: calc(100% - 40px);
}




#prod_title_wrapper::before {
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid var(--red-ics);
	border-radius: 3px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	z-index: 999;
	display: block;
	position: absolute;
    background: #fff;
}
#prod_title_wrapper::after {
	content: "";
	display: block;
	width: 1px;
	height: 120px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	position: absolute;
	z-index: 998;
	background: var(--red-ics);
	/* transform: translateY(-100%); */
}



#prod_title_inner .title_wrapper {
    padding-bottom: 150px;
}
#prod_title_inner .title_wrapper h1 {
    font-family: 'Orbitron';
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 5%;
    vertical-align: middle;
    text-transform: uppercase;
}
#prod_title_inner .title_wrapper p.subtitle {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 5%;
    text-transform: uppercase;
}
#breadcrumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
}
#breadcrumbs * {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 5%;
}
#breadcrumbs span {
    display: block;
    margin: 0 5px;
}
#breadcrumbs a {
    color: #fff;
}
#prod_title_inner .type_label {
	position: absolute;
	bottom: -40px;
	left: 0;
	background: var(--red-ics);
	min-width: 120px;
	padding: 0 15px;
	height: 35px;
	font-weight: 400;
	font-size: 15px;
	color: #fff !important;
	text-align: center;
	letter-spacing: 5%;
	line-height: 35px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#prod_title_inner .type_label span {
    color: #fff !important;
}
/* Prod details */
#prod_details .row .col {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
#prod_details .row .col:first-of-type {
    padding-left: 0 !important;
}
#prod_details .row .col:last-of-type {
    padding-right: 0 !important;
}
#prod_details img {
    max-width: 100%;
}
#prod_details h2 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 5%;
    line-height: 1.4;
    text-align: left;
}
#prod_details p {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 5%;
    text-align: left;
}
#prod_details p b {
    font-weight: 600;
}
.more_info_cta {
    margin-top: 20px;
}
.more_info_cta p {
	margin: 0;
	font-weight: 600 !important;
}
.more_info_cta a.btn {
    margin: 10px 0 0;
}
/* Prod keys */
h2.bold_title {
    color: var(--blue-ics);
    font-family: 'Orbitron';
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 5%;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 80px;
}
#keys_list {
    columns: 2;
}
#keys_list .keys_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 40px;
}
#keys_list .keys_item .num {
    color: var(--blue-ics);
    font-family: 'Orbitron';
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 5%;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: right;
    position: relative;
    min-width: 110px;
    margin-right: 15px;
}
#keys_list .keys_item .num::after {
    height: 48px;
    background: var(--yellow-ics);
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    display: block;
    content: "";
    position: absolute;
}
#keys_list .keys_item .desc {
	padding: 0 50px 0 20px;
	text-align: left;
}
/* Prod carousel */
#prod_single_gallery {
    margin-top: 100px;
}
#prod_single_gallery .item {
	display: flex;
	justify-content: center;
}
#prod_single_gallery .item img {
    border-radius: 15px;
		height: 500px;
		width: auto;
}
#prod_single_gallery .owl-item:not(.center) .item {
    transform: scale(0.8);
    opacity: 1;
}

#content_single_gallery .item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
	gap: 50px;
}
#content_single_gallery .item img {
    border-radius: 15px;
}
#content_single_gallery .item .info {
    max-width: 50%;
}
.content_item_wrapper .content_block > h2 {
	max-width: 50%;
}
#content_single_gallery .owl-dots {
    margin-top: 50px !important;
}

.logo_single_gallery .item {
	display: flex;
	flex-direction: column;
	/* flex-wrap: nowrap; */
	align-items: start;
	justify-content: start;
	gap: 10px;
	border-radius: 25px;
	background: #f6f6f6;
	box-shadow: 0 5px 5px #ddd;
	margin-bottom: 10px;
	min-height: 180px;
}
.gallery_membership .item,
.gallery_affiliazioni .item {
    background: var(--dark-blue);
}
.logo_single_gallery .item img {
    border-radius: 15px;
    width: auto;
}
#certifications .logo_single_gallery .item {
    align-items: center;
	justify-content: center;
}
#certifications .logo_single_gallery .item img {
    max-width: 100px;
    margin: 0 auto;
		border-radius: 0;
}
#certifications .logo_single_gallery .item img[data-key='harbour'],
#certifications .logo_single_gallery .item img[data-key='27001'],
#certifications .logo_single_gallery .item img[data-key='rina'] {
    max-width: 100%;
}
.logo_single_gallery .owl-dots {
    margin-top: 50px !important;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-dots button.owl-dot {
	border: 1px solid var(--red-ics);
	height: 15px;
	width: 15px;
	border-radius: 3px;
	margin: 0 5px;
    display: inline-block;
}
.owl-carousel .owl-dots button.owl-dot.active {
    background: var(--red-ics);
}
/* Prod features */
#prod_features #prod_feature_blocks_wrapper .prod_feature_block {
    transition: all 300ms;
    opacity: 0;
    transform: translateX(-100%);
    position: absolute;
}
#prod_features #prod_feature_blocks_wrapper .prod_feature_block.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
}
#prod_features #prod_feature_blocks_wrapper .prod_feature_block .img_wrapper {
	margin: 0;
	text-align: center;
	min-height: auto;
  /* margin: 0 50px; */
}
#prod_features #prod_feature_blocks_wrapper .prod_feature_block .img_wrapper img {
	height: 300px;
	border-radius: 15px;
}
#prod_features #prod_feature_blocks_wrapper .prod_feature_block .info_wrapper p {
    margin-top: 30px;
}
/* Prod info form */
#prod_info_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
}
#prod_info_form .field_block {
    flex: 1;
    flex-grow: 1;
}
#prod_info_form .field_block.full-width {
    min-width: 100%;
    display: block;
    width: 100%;
}
#prod_info_form .field_block label {
    display: block;
    color: var(--blue-ics);
    text-align: left;
}
#prod_info_form .field_block label a {
    /* border-bottom: 1px solid var(--blue-ics); */
    text-decoration: underline;
}
#prod_info_form .field_block input[type=text],
#prod_info_form .field_block input[type=email] {
    width: 100%;
    background: #fff;
    border: 0;
    box-shadow: 2px 2px 1.4px 0px rgba(0, 0, 0, 0.1) inset;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    display: block;
    border-radius: 5px;
}
/* Prod related */
#prod_related #prod_list {
    margin-top: 40px;
}

/* Service */
/* Tabella SLA */
.sla-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	/* font-family: "Poppins", sans-serif;
	font-size: 14px; */
	color: var(--blue-ics);
	margin: 40px 0;
	background: #fff;
}
.sla-table th,
.sla-table td {
	padding: 18px 16px;
	vertical-align: middle;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	line-height: 1.4;
}
.sla-table th:last-child,
.sla-table td:last-child {
	border-right: none;
}
.sla-table thead th.empty {
	background: transparent;
	border: 0;
}
.sla-table thead th.plan {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 5%;
	text-transform: uppercase;
	padding: 22px 12px;
	border-bottom: none;
	border-right: 1px solid rgba(255,255,255,0.15);
}
.sla-table thead th.plan:last-child {
	border-right: none;
}
.sla-table thead th.plan .plan-name {
	display: block;
	font-weight: 700;
	font-size: 16px;
}
.sla-table thead th.plan .plan-sub {
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-top: 4px;
	opacity: 0.9;
}
.sla-table thead th.plan-standard,
.sla-table thead th.plan-standard * {
	background: #c6c6c6;
	color: #fff !important;
}
.sla-table thead th.plan-pro,
.sla-table thead th.plan-pro * {
	background: var(--blue-ics);
	color: #fff !important;
}
.sla-table thead th.plan-elite,
.sla-table thead th.plan-elite * {
	background: var(--yellow-ics);
	color: #fff !important;
}
.sla-table .col-elite, 
.sla-table .col-elite * {
    /* font-weight: 600 !important; */
}
.sla-table tbody th.group {
	background: #f5f5f5;
	color: var(--blue-ics);
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	padding: 18px 14px;
	width: 14%;
	border-right: 1px solid #e5e5e5;
}
.sla-table tbody td.feature {
	text-align: left;
	width: 36%;
	color: var(--blue-ics);
	background: #fafafa;
}
.sla-table tbody td.feature strong {
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 4px;
}
.sla-table tbody td.feature em {
	display: block;
	font-style: italic;
	font-weight: 300;
	font-size: 13px;
	color: #555;
	margin-top: 2px;
}
.sla-table tbody td.feature ul {
	list-style: disc;
	padding-left: 20px;
	margin: 0;
}
.sla-table tbody td.feature ul li {
	font-size: 13px;
	line-height: 1.6;
}
.sla-table tbody td {
	width: 16.66%;
	font-size: 14px;
	font-weight: 400;
}
.sla-table tbody td.col-standard {
	background: #f5f5f5;
}
.sla-table tbody td.col-pro {
	background: #f0f4fa;
}
.sla-table th .col-pro, 
.sla-table th .col-pro * {
    color: #fff !important;
}
.sla-table tbody td.col-elite {
	background: #fff6e8;
}
.sla-table .check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	color: #fff !important;
	font-size: 14px;
	line-height: 1;
}
.sla-table .check-muted {
	background: #b5b5b5;
	color: #fff !important;
}
.sla-table .check-pro {
	background: var(--blue-ics);
	color: #fff !important;
}
.sla-table .check-elite {
	background: var(--yellow-ics);
	color: #fff !important;
}

/* ================================================================ */

.flow-up {
	background: transparent;
	margin: 0 !important;
	z-index: 20;
	transform: translateY(-40px);
	position: relative;
    padding: 0 !important;
}
.flow_up_content {
    background-color: var(--blue-ics);
    background-image: 
        linear-gradient(180deg, #0B1526 0%, rgba(24, 44, 80, 0.5) 100%),
        var(--bg-img);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.flow_up_content.no-radius {
	border-top-left-radius: 0;
  border-top-right-radius: 0;
	padding-top: 0 !important;
}

/* ================================================================ */

/* ===============================
   FLOW-UP - Animazione tab
   =============================== */

.flow-up {
    --flow-index: 1;
    transform: translateY(calc(-1 * var(--flow-index) * var(--offset-step)));
    position: relative;
    z-index: 20;
    /* opacity: 0; */
    background: transparent;
    transition:
        transform var(--transition-speed) var(--easing),
        opacity var(--transition-speed) var(--easing);
    will-change: transform;
    transition-delay: calc(var(--flow-index) * 0.05s); /* leggermente più rapido */
}

.flow-up.is-visible {
  /* opacity: 1; */
}

/* Stato iniziale: più basso, prima di entrare in viewport */
.flow-up:not(.is-visible) {
    transform: translateY(calc(var(--flow-start-offset) - 1 * var(--flow-index) * var(--offset-step)));
}

/* Contenuto interno con padding dinamico */
.flow_up_content {
    padding: 120px 15px calc(120px + var(--offset-step));
}

/* Spazio extra tra tab sovrapposte */
.flow-up + .flow-up > .flow_up_content {
    padding-bottom: calc(120px + var(--flow-index) * var(--offset-step));
}

/* Ultima tab: niente padding extra */
.flow-up.last > .flow_up_content {
    padding-bottom: 120px;
}

/* Aggancio del blocco successivo */
.flow-up.last + .container,
.flow-up.last + .container-fluid {
    margin-top: calc(-1 * var(--flow-index) * var(--offset-step));
}

/* Padding dinamico minimo */
.flow-up + .flow-up > .flow_up_content.min-bottom {
    padding-bottom: calc(var(--flow-index) * var(--offset-step));
}


/* ================================================================ */

.flow_up_content.bg-white {
    background-color: #fff !important;
    background-image: var(--bg-img);
}
.flow_up_content:not(.bg-white) * {
    color: #fff;
}
.flow_up_content.bg-grey *:not(span) {
    color: var(--blue-ics) !important;
}
.flow_up_content.bg-grey {
    background-color: #ededed !important;
    background-image: var(--bg-img);
}
.flow_up_content.bg-darkblue {
    background: linear-gradient(180deg, #0B1526 0%, #182C50 100%) !important;
}
.flow_up_content.centered {
    text-align: center;
}
.flow_up_content.centered p.pre-title {
    color: var(--yellow-ics);
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}
.flow_up_content.centered p.title {
    text-align: center;
    max-width: 100%;
}
.flow_up_content.centered .section_cta {
    margin: 120px auto 60px;
}

.blank_bg_section {
    padding: 120px 0;
}
.flow-up + .blank_bg_section {
    padding: 80px 15px 180px;
}

#hp_map_wrapper {
    background-image:
        linear-gradient(
            rgba(237, 237, 237, 0.6), 
            rgba(237, 237, 237, 0.6)
        ),
        url('../gfx/Clip path group.png');
    background-position: center 70%;
    background-size: 40vw;
    background-repeat: no-repeat;
}
#hp_map_container {
    min-height: 750px;
}

.simple_card {
    height: 500px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, rgba(24, 44, 80, 0) 50.13%, #182C50 82.05%, #0B1526 100%),
                var(--bg-img);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.simple_card .info_wrapper {
    position: absolute;
    bottom: 0px;
    height: 70px;
    max-height: 70px;
    overflow: hidden;
    transition: all 2.5s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    width: 100%;
}
.simple_card .label {
    height: 70px;
    width: 70%;
    margin-left: 15%;
    background: var(--red-ics);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: 400;
    font-size: 35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.simple_card .description {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 5%;
    padding: 10px 10px 20px;
}
.simple_card:hover .info_wrapper {
    height: auto;
    max-height: 500px;
}
/* div bg che contiene il background */
.simple_card .bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(24, 44, 80, 0) 50.13%, #182C50 82.05%, #0B1526 100%),
                var(--bg-img);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 0;
}
/* effetto zoom sull'hover */
.simple_card:hover .bg {
    transform: scale(1.25);
}

.hp_news_col {
    /* border-right: 1px solid #aaa; */
    padding: 0 30px;
    position: relative;
		color: var(--blue-ics);
}
.hp_news_col::after {
    border: 0;
    content: "";
    display: block;
    height: 450px;
    width: 1px;
    background: #aaa;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.hp_news_col:last-of-type::after {
    display: none;
}
.hp_news_item {
    background-color: #555;
    background-image: 
		linear-gradient(0deg, rgba(24, 44, 80, 0) 50.13%, #182C50 82.05%, #0B1526 100%), var(--bg-img);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height: 380px;
    width: 100%;
    display: block;
    position: relative;
	}
.hp_news_item p.title {
    max-width: 100%;
    padding: 20px 25px;
}
.hp_news_item p.title a {
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	padding: 0;
	text-decoration: none;
	letter-spacing: 5%;
}
.more_btn_link {
    position: absolute;
    z-index: 10;
    display: inline-block;
    height: 41px;
    width: 41px;
    overflow: hidden;
    border-radius: 5px;
    font-size: 1px !important;
    line-height: 100% !important;
		color: var(--blue-ics);
}
.more_btn_link img {
    font-size: 1px !important;
    line-height: 100% !important;
}
.hp_news_item .more_btn_link {
    bottom: 20px;
    right: 20px;
}
.more_btn_link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;         /* parte da sinistra */
    height: 100%;
    background: rgba(0, 0, 0, 0.35); /* livello scuro */
    transition: width 0.6s ease;     /* transizione fluida */
}
.more_btn_link:hover::before {
    width: 100%;
}
p.news_excerpt {
    color: var(--blue-ics);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 5%;
    margin-top: 20px;
}
a.news_more_link {
    color: var(--blue-ics);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 5%;
}
#page_title_wrapper.page-careers h1 {
	float: none;
	margin-right: 0;
	text-align: center;
	color: var(--blue-ics);
}
#page_title_wrapper.page-careers img {
	border-radius: 15px;
}
.page-careers * {
	color: var(--blue-ics);
}

/* CALENDARIO EVENTI */

.archive-calendar-shell {
    margin-bottom: 4rem;
    padding: 2rem;
    border: 1px solid rgba(24, 44, 80, 0.14);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(11, 21, 38, 0.96) 0%, rgba(24, 44, 80, 0.96) 100%);
    box-shadow: 0 24px 70px rgba(11, 21, 38, 0.18);
}

.archive-calendar-heading {
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.archive-calendar-kicker {
    margin-bottom: 0.5rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    color: rgba(245, 157, 36, 1);
}

.archive-calendar-heading h4 {
    margin-bottom: 0.45rem;
    font-size: clamp(1.7rem, 2vw, 2.2rem);
    font-weight: 700;
    color: #ffffff;
}

.archive-calendar-heading p:last-child {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}

#archive-demo-calendar {
    padding: 1.25rem;
    border-radius: 22px;
    background: #ffffff;
}

#archive-demo-calendar .fc {
    font-family: inherit;
}

#archive-demo-calendar .fc-toolbar-title {
    font-size: clamp(1.25rem, 2vw, 1.85rem);
    font-weight: 700;
    color: #0B1526;
		text-transform: capitalize;
}

#archive-demo-calendar .fc-button-primary {
    border-color: #182C50;
    background-color: #182C50;
}

#archive-demo-calendar .fc-button-primary:hover,
#archive-demo-calendar .fc-button-primary:focus,
#archive-demo-calendar .fc-button-primary:not(:disabled).fc-button-active {
    border-color: #9E1734;
    background-color: #9E1734;
    box-shadow: none;
}

#archive-demo-calendar .fc-col-header-cell {
    padding: 0.65rem 0;
    background: rgba(24, 44, 80, 0.06);
}

#archive-demo-calendar .fc-col-header-cell-cushion,
#archive-demo-calendar .fc-daygrid-day-number {
    color: #182C50;
    text-decoration: none;
    font-weight: 600;
		text-transform: capitalize;
}

#archive-demo-calendar .fc-day-today {
    background: rgba(245, 157, 36, 0.12);
}

#archive-demo-calendar .fc-event {
    border: 0;
    border-radius: 12px;
    padding: 0.2rem 0.35rem;
}
#archive-demo-calendar .fc-event.has-link {
		cursor: pointer;
}

#archive-demo-calendar .fc-event-title {
    font-weight: 600;
}

#archive-demo-calendar .fc-event-main {
    padding: 0.2rem 0.35rem;
}

.blk-6 p,
.blk-7 h2,
.blk-9 p,
.blk-10 p,
.blk-html p,
.blk-titolo h2,
.blk-domini h2,
.blk-testo p {
	color: var(--blue-ics);
}
.blk-1 .video-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.blk-1 .video-wrapper video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Pulsante toggle audio */
.blk-1 .video-audio-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.3s ease, border-color 0.3s ease;
	font-size: 15px;
	line-height: 1;
	padding: 0;
	outline: none;
}
.blk-1 .video-audio-toggle:hover {
	background: rgba(0, 0, 0, 0.8);
	border-color: rgba(255, 255, 255, 0.6);
}
.blk-4#hp_map_box #hp_map_wrapper {
	background-image: url('/wp-content/uploads/2026/07/our_clients-scaled.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.blk-testo strong,
.blk-6 strong, 
.blk-7 strong,
.blk-7 b,
.blk-8 strong,
.blk-10 strong,
.blk-certificazioni strong {
	font-weight: 600 !important;
}
.blk-internal-header#page_title_wrapper h1 {
	text-align: left;
}
.blk-internal-header#page_title_wrapper.no-bg p.subtitle,
.blk-internal-header#page_title_wrapper.more-text p.subtitle {
	line-height: 1.4 !important;
}

.blk-link a {
	display: block;
	width: 100%;
	margin: 5px 0;
	color: var(--blue-ics);
	text-decoration: none;
	font-size: 1.1em;
	position: relative;
	padding-left: 25px;
}
.blk-link a::before {
	content: '';
	background-image: url('../gfx/Group%205.png');
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 16px;
}

@media (max-width: 767.98px) {
    .archive-calendar-shell {
        padding: 1rem;
        border-radius: 22px;
    }

    #archive-demo-calendar {
        padding: 0.75rem;
    }

    #archive-demo-calendar .fc-header-toolbar {
        gap: 0.75rem;
    }
		#prod_features #main_cat_selector {
			display: none;
		}
		#prod_features #prod_feature_blocks_wrapper .prod_feature_block {
			opacity: 1;
			position: relative;
			transform: none;
			margin-top: 40px;
		}
		#prod_features #prod_feature_blocks_wrapper .prod_feature_block:first-child {
			margin-top: 30px;
		}
}

/* CONTACT US */

.contact_form label {
    display: block;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=number],
.contact_form input[type=date],
.contact_form textarea,
.contact_form select {
    border: 1px solid #eee;
    padding: 8px 10px;
    border-radius: 10px 0 10px 0;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
.contact_form textarea {
    min-height: 100px;
}
.field_wrapper {
	background: #fff;
	padding: 8px 10px 5px;
	height: 42px;
	display: block;
	border-radius: 10px 0 10px 0;
	border: 1px solid #eee;
    margin-bottom: 20px;
}
input[type="checkbox"].check {
	display: block;
	float: left;
	margin: 5px 10px 10px 0;
}
input[type="checkbox"].check + label {
    cursor: pointer;
    font-size: 14px;
}
input[type="checkbox"].check + label a {
	display: inline-block;
	border-bottom: 2px dotted #555;
	margin: 0 2px;
}
.contact-success,
.contact-error {
	color: white !important;
	padding: 5px 10px;
	text-align: center;
	font-weight: 600;
}
.contact-success {
	background-color: #0A0;
}
.contact-error {
	background-color: #A00;
}

/* SEARCH RESULTS */

body.search-results h4 {
    color: var(--red-ics);
    font-family: 'Orbitron';
    text-transform: uppercase;
}
body.search-results h4 span {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 16px;
    color: var(--blue-ics);
}
body.search-results ul {
    padding: 0 !important;
    margin: 0 0 20px !important;
}
body.search-results ul li {
    cursor: pointer;
    list-style-type: none;
    padding: 5px 30px 5px 0;
    border-bottom: 1px dotted #333;
    position: relative;
}
body.search-results ul li a {
    color: #111;
}
body.search-results ul li:last-of-type {
    border-bottom: 0;
}
body.search-results ul.cp-prodotti {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px !important;
}
body.search-results ul.cp-prodotti li {
    flex-basis: calc(50% - 20px);
    border: 0;
    background: #f6f6f6;
    padding: 10px 30px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 3px #ddd;
}
body.search-results ul li::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* FOOTER */

#prefooter {
    position: relative;
}
#back_to_top_link {
	position: absolute;
	right: 20%;
	top: -30px;
	z-index: 50;
	transform: translateY(-100%);
	padding: 10px 35px 10px 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#back_to_top_link::after {
    background-image: url('../gfx/arrow-up.png');
}
#prefooter .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 15px;
}
#prefooter .col:last-of-type {
    border-left: 1px solid #999;
    padding-left: 7%;
}
body:not(.home) #prefooter .col:last-of-type {
    display: none !important;
}
body:not(.home) #prefooter .flow_up_content {
	padding: 100px 0 60px;
}
footer {
    background-color: var(--dark-blue);
    border-top: 1px solid var(--red-ics);
    color: #fff;
    text-align: left;
    padding: 100px 0;
}
footer .col * {
    color: #fff;
    text-align: left;
}
footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;;
}
footer p, footer ul li, footer a {
    color: #999 !important;
}
footer h6 a {
    color: white !important;
}
footer ul li {
    text-indent: 0;
}
#footer_social_links_wrapper a {
    display: inline-block;
    margin-right: 5px;
}

/* CERCA */

#search_wrapper,
#cert_wrapper {
	background: rgba(24,44,80,.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
    opacity: 0;
    height: 0;
    transform: translateX(-100%);
    transition: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
#search_wrapper.expanded,
#cert_wrapper.expanded {
    opacity: 1;
    height: 100vh;
    transform: translateX(0);
}
#search_close,
#cert_close {
	position: fixed;
	top: 20px;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	right: 20px;
}
#search_wrapper form {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	width: 100%;
	padding: 0 20px;
	max-width: 900px;
}
#search_wrapper form input[type="text"] {
	border: 0;
	padding: 10px 15px;
	width: 100%;
	display: block;
	font-size: 18px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 5px 5px #000;
}

/* MENU MOBILE */

/* Responsive menu: hamburger and mobile layout */
#menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 8px;
}
#menu-toggle .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (max-width: 992px) {
    #header { height: auto; }
    #header .col { height: auto; }
    #menu-toggle { display: inline-flex; align-items: center; }
    #menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--blue-ics); padding: 15px 20px; z-index: 99999999; }
    #menu.open { display: block; }
    #menu ul { flex-direction: column; gap: 12px; align-items: flex-start; }
    #menu > ul > li { display: block; width: 100%; }
    #menu > ul > li a { display: block; padding: 10px 0; width: 100%; }
    #menu > ul > li > a {
        padding: 0 0 8px;
    }
    /* hide submenus by default on mobile; will be toggled via accordion */
    #menu ul.submenu, #menu ul.submenu.megamenu { position: static; display: none; width: 100%; padding-left: 15px; background: transparent; box-shadow: none; min-width: auto; }
    #menu li > ul.submenu, 
    #menu li > ul.submenu.megamenu {
        opacity: 0;
        display: flex;
        flex-direction: column;
        border: 0;
        width: 100%;
        transform: none;
        padding: 0;
        left: 0;
        background: rgba(255,255,255,.1);
        margin-left: 0;
        height: 0;
    }
    #menu li.expanded > ul.submenu, 
    #menu li.expanded > ul.submenu.megamenu {
        height: auto;
        opacity: 1;
        padding: 8px 0;
    }
    #menu ul.submenu.megamenu li {
        padding-left: 20px !important;
    }
    #menu ul.submenu.megamenu li a {
        display: block;
        font-size: 16px;
        letter-spacing: 5%;
        margin-bottom: 0;
        padding: 0;
    }
    #menu ul.submenu.megamenu li.section_title {
        display: none !important;
    }
    #menu ul.submenu.megamenu li p.section {
        display: none !important;
        padding: 0 !important;
        line-height: 1 !important;
        margin: 0 !important;
    }
    #menu ul.submenu li { border-bottom: none; padding: 8px 0; }
    #menu > ul > li.has_submenu::after { display: none; }
    /* #menu > ul > li:last-of-type a { border: none; } */
    body.scrolling-down #header {
        width: 100vw !important;
        margin: 0 0 0 -7px;
        margin: 0;
        /* padding: 0 20px; */
    }
    body.scrolling-down #header, body.scrolling-down #header .col {
        height: auto;
    }

    #header .col.first {
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        min-width: 100%;
    }
    #menu ul {
        background: var(--blue-ics);
        margin: 0 -20px;
        padding: 0 20px 20px;
    }
    #menu ul.submenu.megamenu li .submenu_desc {
        height: auto !important;
        font-size: 12px !important;
        padding: 0 15px 0 0 !important;
        overflow: visible !important;
    }
    #menu ul.submenu.megamenu li .submenu_desc .more_btn_link {
        position: absolute;
        bottom: auto;
        left: 0;
        transform: translateY(-22px);
        opacity: 1;
        transition: transform 0.6s ease, opacity 0.6s ease;
        right: auto;
        z-index: 100;
        border: 0;
        top: 0;
        width: 20px;
        height: 20px;
    }
    #menu ul.submenu.megamenu li .submenu_desc .more_btn_link img {
        max-height: 100%;
    }
    ul.with_sections li > a {
        padding-left: 28px !important;
    }
}

/* Optional: transform hamburger when open */
#menu-toggle[aria-expanded="true"] .hamburger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
#menu-toggle[aria-expanded="true"] .hamburger span:nth-child(2) { opacity: 0; }
#menu-toggle[aria-expanded="true"] .hamburger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* RESPONSIVE */

@media all and (min-width: 1200px) {
    body:not(.home) .hp_news_col {
        max-width: 33.33% !important;
    }
    #prod_list {
        grid-template-columns: repeat(auto-fit, calc(33.33% - 15px));
    }
}

@media all and (max-width: 2048px) {
    #hp_map_wrapper {
        background-size: 70vw;
    }
}
@media all and (max-width: 992px) {
    /* Typography */
    h2 {
        font-size: 38px !important;
        margin-bottom: 20px !important;
        max-width: 100% !important;
    }
    /* Header */
    #preheader_actions_wrapper {
        justify-content: center !important;
    }
    /* Pagine interne */
    #page_title_wrapper {
        padding: 60px 0 80px;
    }
    #page_title_wrapper #page_title_flex_text_wrapper {
        flex-direction: column;
    }
    #page_title_wrapper.no-bg h1, #page_title_wrapper.more-text h1 {
        margin-right: 0;
        font-size: 40px;
    }
    #page_title_wrapper.no-bg p.subtitle, #page_title_wrapper.more-text p.subtitle {
        font-size: 20px;
        max-width: 100%;
    }
    /* Tabella SLA */
	.sla-table,
	.sla-table thead,
	.sla-table tbody,
	.sla-table tr,
	.sla-table th,
	.sla-table td {
		display: block;
		width: 100% !important;
	}
	.sla-table thead {
		display: none;
	}
	.sla-table tbody th.group {
		background: var(--blue-ics);
		color: #fff;
		text-align: left;
	}
	.sla-table tbody td.feature {
		text-align: left;
	}
	.sla-table tbody td:not(.feature)::before {
		content: attr(data-label);
		display: block;
		font-weight: 600;
		margin-bottom: 4px;
		color: var(--blue-ics);
	}
}
@media all and (max-width: 1200px) and (min-width: 992px) {
    /* Menù */
    #menu ul li a {
        font-size: 15px;
    }
    #menu ul.submenu.megamenu {
        width: 100%;
    }
}
@media all and (max-width: 992px) and (min-width: 601px) {
    /* Typography */
    h2.bold_title {
        margin-bottom: 50px !important;
    }
    /* Varie */
    p.pre-title, p.title {
        max-width: 100%;
        padding: 0 40px 0 20px;
    }
    .flow-up + .blank_bg_section {
        padding-left: 20px;
        padding-right: 20px;
    }
    #content_single_gallery .item {
        padding: 0 20px;
    }
    #certifications .content_block {
        flex-direction: column;
        justify-content: start;
    }
    #certifications h2 {
        width: 100%;
        padding: 0 15px;
    }
    #certifications .info_wrapper {
        padding: 0 15px;
    }
    .prefilter_block .img_wrapper, .infobox .img_wrapper {
        min-height: 220px;
    }
    #content_single_gallery .item {
        flex-direction: column;
        gap: 25px;
        padding: 0 15px;
        display: block !important;
    }
    #content_single_gallery .item .info {
        max-width: 100%;
        margin-top: 25px !important;
    }
    /* Our process */
    body.page.page-id-661 .container.blank_bg_section .row {
        flex-wrap: nowrap;
        padding: 0 25px;
        gap: 25px;
    }
    body.page.page-id-661 .container.blank_bg_section .row .col {
        padding: 0;
    }
    body.page.page-id-661 .container.blank_bg_section .row .col .feature_box {
        padding: 0;
    }
    /* Prodotti */
    .prod_item .prod_image_wrapper .type_label {
        left: 20px;
    }
    .prod_item .prod_info_wrapper {
        padding: 20px 20px 20px 20px;
    }
    #prod_title_wrapper {
        min-height: 10vh;
        height: 50vh;
    }
    #prod_title_inner .title_wrapper {
        padding-bottom: 10vh;
    }
    #prod_title_inner .title_wrapper h1 {
        font-size: 36px;
    }
    #prod_title_inner .title_wrapper p.subtitle {
        font-size: 18px;
    }
    #prod_details .row {
        display: block;
        padding: 0 15px;
    }
    #prod_title_inner .type_label {
        left: 15px;
    }
    /* News */
    .hp_news_col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    /* Footer */
    #prefooter .flow_up_content {
        padding: 60px 20px 0 !important;
    }
    #prefooter p.title {
        padding: 0;
    }
}
@media all and (max-width: 600px) {
    /* Layout */
    .mt-5, .my-5 {
        margin-top: 1rem !important;
    }
    .flow_up_content {
        padding: 80px 0 calc(80px + var(--offset-step));
    }
    .flow-up.last > .flow_up_content {
        padding-bottom: 80px;
    }
    .flow-up + .flow-up > .flow_up_content {
        padding-bottom: calc(50px + var(--flow-index) * var(--offset-step));
    }
    .flow_up_content.centered .section_cta {
        margin: 40px auto 20px;
    }
    .flow_up_content.centered p.pre-title {
        margin-bottom: 20px;
    }
    /* Typography */
    h1 {
        float: none !important;
    }
    h2 {
        font-size: 28px !important;
    }
    h3:not(#related_news_title) {
        font-size: 24px;
        margin-bottom: 0;
    }
    h6 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    /* Cerca */
    #search_wrapper form {
        flex-direction: column;
        gap: 0;
    }
    /* Header */
    #preheader, #header, .container, .container-fluid, .row {
        max-width: 100vw !important;
        /* overflow-x: hidden !important; */
    }
    /* Home */
    body.home * {
        max-width: 100vw !important;
    }
    .page-bigbanner {
        height: 500px;
    }
    body.home p.title {
        font-size: 24px;
    }
    #hp_claim h1 {
        font-size: 32px;
    }
    .hp_news_col {
        margin-bottom: 30px;
        padding: 0 15px;
        min-width: 100%;
        display: block;
        width: 100%;
    }
    #hp_map_container {
        min-height: 600px;
    }
    /* Pagine interne */
    .content_item_wrapper {
        margin-bottom: 40px;
    }
    .content_item_wrapper .content_block {
        flex-direction: column;
        gap: 20px;
    }
    .content_item_wrapper .content_block .info_wrapper {
        padding: 0;
    }
    .content_item_wrapper.inverse .content_block {
        flex-direction: column-reverse;
    }
    #content_single_gallery .item {
        flex-direction: column;
        gap: 25px;
        padding: 0 15px;
        display: block !important;
    }
    #content_single_gallery .item .info {
        max-width: 100%;
        margin-top: 25px !important;
    }
    #content_single_gallery .owl-dots {
        margin-top: 20px !important;
    }
    #page_title_wrapper h1 {
        font-size: 36px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    #page_title_wrapper.no-bg {
        padding-top: 40px !important;
        padding-bottom: 0 !important;
    }
    body.page-id-713 #page_title_wrapper.no-bg {
        margin-bottom: -30px !important;
    }
    .infobox {
        margin-bottom: 30px;
    }
    .prefilter_block .img_wrapper, .infobox .img_wrapper {
        min-height: 220px;
    }
    body.page-id-1134 .row .col {
        min-width: 100%;
    }
    /* Prodotti */
    #main_cat_selector {
        margin-bottom: 50px;
        margin-top: 30px;
    }
    #sub_cat_selector {
        flex-direction: column;
        margin-bottom: 30px;
        gap: 10px;
    }
    #sub_cat_selector .subcat_item {
	    margin: 0;
    }
    .prod_item .prod_image_wrapper .type_label {
        left: 20px;
    }
    .prod_item .prod_info_wrapper {
        padding: 20px 20px 20px 20px;
    }
    #prod_title_wrapper {
        min-height: 10vh;
        height: 40vh;
    }
    #prod_title_wrapper::before,
    #prod_title_wrapper::after {
        bottom: 0;
    }
    #prod_title_inner .title_wrapper {
        padding-bottom: 50px;
    }
    #prod_title_inner .title_wrapper h1 {
        font-size: 36px;
    }
    #prod_title_inner .title_wrapper p.subtitle {
        font-size: 18px;
    }
    #prod_details .row {
        display: block;
        padding: 0 15px;
    }
    #prod_title_inner .type_label {
        left: 15px;
    }
    #keys_list {
        columns: 1;
    }
    #keys_list .keys_item {
        margin-bottom: 20px;
    }
    #keys_list .keys_item .num {
        font-size: 40px;
        min-width: 90px;
        margin-right: 12px;
    }
    #keys_list .keys_item .desc {
        padding: 0 20px;
        font-size: 15px;
    }
    #prod_single_gallery {
        margin-top: 50px;
    }
		#prod_single_gallery .item img {
				height: 200px;
		}
    #prod_features {
        padding-bottom: calc(0px + var(--flow-index) * var(--offset-step));
    }
    #main_cat_selector {
        flex-direction: column;
    }
    #main_cat_selector .cat_item {
        font-size: 14px;
        line-height: 1.2;
        padding: 10px 8px;
    }
    #main_cat_selector .cat_item:first-of-type::before {
        display: block !important;
    }
    #main_cat_selector .cat_item::after {
        content: "";
        display: block;
        height: 12px;
        right: 0;
        bottom: 0;
        position: absolute;
        z-index: 10;
        width: 1px;
        background: var(--blue-ics);
    }
    #prod_features #prod_feature_blocks_wrapper .prod_feature_block .img_wrapper img {
      height: 200px;  
    }
    .prefilter_block .info_wrapper {
        padding: 30px 15px 0;
    }
    #prod_features #prod_feature_blocks_wrapper .prod_feature_block .info_wrapper p {
        margin-top: 20px;
    }
    #prod_info_form {
        flex-direction: column;
        gap: 15px;
        padding: 0 10px;
    }
    .more_info_cta {
        margin-bottom: 25px;
    }
    /* News & Careers */
    .fc .fc-toolbar {
        flex-direction: column;
    }

    body.single-post #related_news_title {
        margin: 60px 15px;
    }
    body.single-post #page_title_wrapper .row {
        display: block;
        flex-direction: column;
    }
    body.single-post #single_title_wrapper {
        width: 100%;
        max-width: 100%;
        display: block;
        height: auto;
        padding: 0;
    }
    body.single-post #page_title_wrapper.no-bg h1, #page_title_wrapper.more-text h1 {
        font-size: 26px;
        line-height: 1.4;
    }
    body.single-post #page_title_wrapper.no-bg {
        padding: 20px 15px !important;
    }
    body.single-post #single_main_img_wrapper {
        position: relative;
        display: block;
        left: 0;
        right: 0;
        min-height: 240px;
    }
    .single_date {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #single_excerpt, #single_excerpt p {
        margin: 20px 0;
    }
    /* Contatti */
    .contact_form .row {
        display: block;
    }
    /* Varie */
    h3 + div.owl-carousel {
        margin-top: 20px;
    }
    .logo_single_gallery .owl-dots {
        margin-top: 20px !important;
        margin-bottom: 20px;
    }
    p.title a.more_btn_link {
        margin: 5px 0 0 15px;
        width: 28px;
        height: 28px;
    }
    .more_btn_link img {
        max-height: 100%;
    }
    .simple_card {
        height: 300px;
        width: calc(100vw - 40px);
        margin: 0 20px 20px;
    }
    body.home .simple_card {
        margin: 0 5px 20px;
    }
    .simple_card .info_wrapper {
        height: 50px;
        max-height: 50px;
    }
    .simple_card .label {
        height: 50px;
        font-size: 26px;
        line-height: 32px;
    }
    .blank_bg_section {
        padding: 50px 0;
    }
    .feature_box {
        padding: 0 15px;
    }
    /* Footer */
    #prefooter .container, 
    #prefooter .container > .row {
        display: block;
        padding: 0 10px;
    }
    #prefooter .col {
        padding: 0;
    }
    #prefooter .col:last-of-type {
        border-left: 0;
        padding-left: 0;
    }
    body:not(.home) #prefooter .flow_up_content {
        padding: 80px 15px 40px;
    }
    #prefooter p.title {
        font-size: 24px;
    }
    #prefooter .flow_up_content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    footer {
        padding: 40px 15px !important;
    }
    footer .last .col {
        margin-bottom: 10px;
    }
    footer *:not(h6) {
        font-size: 14px;
    }
    #footer_social_links_wrapper a {
        margin-bottom: 8px;
    }

		/* Blocchi */
		.blk-7 .inverse p,
		.blk-7 .inverse h2, {
			text-align: left !important;
		}
}