/*
Theme Name: Rifiutoo 2024
Author: Trap Studio
Author URI: http://www.trapstudio.it/
Version: 1.2.6
Text Domain: rifiuti
*/
@font-face {
    font-family: "TeXGyreAdventor-Regular";
    font-weight: normal;
    font-style: normal;
    src: local("TeXGyreAdventor-Regular"),
        url("font/texgyreadventor-regular.woff") format("woff");
}
@font-face {
    font-family: "TeXGyreAdventor-Italic";
    font-weight: normal;
    font-style: normal;
    src: local("TeXGyreAdventor-Italic"),
        url("font/texgyreadventor-italic.woff") format("woff");
}
@font-face {
    font-family: "TeXGyreAdventor-Bold";
    font-weight: normal;
    font-style: normal;
    src: local("TeXGyreAdventor-Bold"),
        url("font/texgyreadventor-bold.woff") format("woff");
}
@font-face {
    font-family: "TeXGyreAdventor-BoldItalic";
    font-weight: normal;
    font-style: normal;
    src: local("TeXGyreAdventor-BoldItalic"),
        url("font/texgyreadventor-bolditalic.woff") format("woff");
}
body {
    color: #4a4a4a;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
}
* {
    box-sizing: border-box;
}
a,
a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
h1,
h2 {
    /*font-size: inherit;*/
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
}
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 300;
    margin: 0;
}

p:first-child {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}
fieldset {
    padding: 0;
    border: none;
    margin: 0;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
strong,
b {
    font-weight: 600;
}
figure {
    margin: 0;
}
img,
svg {
    max-width: 100%;
    height: auto;
}
blockquote {
    margin: 0;
}
iframe {
    max-width: 100%;
}
.l-container {
    padding-left: 20px;
    padding-right: 20px;
}
.l-container::before,
.l-container::after {
    content: " ";
    display: table;
}
.l-container::after {
    clear: both;
}
.alignleft {
    display: block;
    margin-bottom: 10px;
}
.alignright {
    display: block;
    margin-bottom: 10px;
}
.aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.error404 .c-page-header,
.error404 .c-content__text {
    text-align: center;
}
/* TYPOGRAPHY */
.t-title1 {
    color: #f76c20;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 36px;
    line-height: 1.2;
}
.t-title2 {
    color: #aaa;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 18px;
    line-height: 1.2;
}
.t-title3 {
    /*color: #f76c20;*/
    font-family: "TeXGyreAdventor-Bold";
    font-size: 20px;
    line-height: 1.2;
    /*letter-spacing: 0.45px;*/
}
.t-title4 {
    color: #495259;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 17px;
    line-height: 1.2;
}
.t-title5 {
    color: #f76c20;
    font-family: "TeXGyreAdventor-Regular";
    font-size: 16px;
    line-height: 1.2;
}
.t-lead1 {
    color: #f76c20;
    font-family: "TeXGyreAdventor-Regular";
    font-size: 27px;
    line-height: 1.5;
}
.t-lead2 {
    color: #f76c20;
    font-family: "TeXGyreAdventor-Regular";
    font-size: 17px;
    line-height: 1.5;
}
/*COMPONENTS*/
.c-sources__item {
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 16px;
}
.c-lastupdate-badge,
.c-ai-badge {
    background: #fbf8bf;
    padding: 12px;
    font-weight: bold;
    border-radius: 6px;
    margin-top: -12px;
    margin-bottom: -12px;
}
.c-ai-badge {
    background: #9dd6d6;
    color: #000;
}
.c-button {
    display: inline-block;
    vertical-align: top;
    min-width: 175px;
    min-height: 48px;
    color: #00acad;
    background-color: transparent;
    text-align: center;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.4px;
    padding: 16px 32px;
    border: 2px solid #00acad;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition: 0.3s ease;
}
.c-button--ghost,
.c-content-block--orange .c-button {
    color: #fff;
    border-color: #fff;
}
.c-button--special {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    color: #fff;
    background-color: #ab2af7;
    font-size: 14px;
    letter-spacing: 0.47px;
    border-color: #ab2af7;
    border-radius: 4px;
}
.c-button--special::after {
    content: "\e910";
    color: #fff;
    font-family: "icomoon" !important;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-link {
    display: block;
    color: #00acad;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.24px;
    transition: 0.3s ease;
    text-decoration: underline;
}
.c-link::before {
    content: "\e913";
    display: inline-block;
    vertical-align: top;
    font-family: "icomoon" !important;
    line-height: 21px;
    font-weight: normal;
    text-transform: none;
    margin-right: 5px;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-link .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 21px;
    margin-left: 5px;
}
/* HEADER */
body.j-menu-open {
    overflow: hidden;
}
.c-site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    /* font-size: 0; */
    padding-bottom: 20px;
    z-index: 500;
}
.c-site-header__metanav {
    position: relative;
    color: #fff;
    background-color: #aaaaaa;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.18px;
    padding-block: 8px;
    margin-bottom: 24px;
    z-index: 10;
}

.c-metanav__container {
    display: flex;
    justify-content: flex-end;
}

.c-site-header__content:before,
.c-site-header__content:after {
    content: none;
}

.c-site-header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.c-contact {
    position: relative;
    z-index: 10;
}
.c-contact__item {
    display: block;
    line-height: 16px;
}
.c-contact__item:last-of-type {
    display: none;
}
.c-contact__item .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 16px;
    margin-right: 8px;
}
.c-option {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.c-option__item {
    line-height: 16px;
}
.c-option__item:last-child {
    margin-right: 0;
}
.c-option__item .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 16px;
    margin-right: 8px;
}

.c-logo-color {
    position: relative;
    display: inline-block;
    z-index: 10;
}
.c-logo svg {
    width: 144px;
}
.c-logo-color svg {
    width: 120px;
}
.c-site-header__content__toggle {
    position: relative;

    z-index: 10;
}
.c-site-header__content__toggle__item {
    display: block;
    width: 25px;
    border-top: 2px solid #00acad;
    border-radius: 10px;
    margin: 5px 0 5px auto;
    transition: 0.4s ease;
}
/* .j-menu-open .c-site-header__content__toggle {
    position: fixed;
} */
.j-menu-open .c-site-header__content__toggle__item {
    opacity: 0;
}
.j-menu-open .c-site-header__content__toggle__item:first-of-type {
    opacity: 1;
    transform: rotate(-45deg) translate(-6px, 5px);
}
.j-menu-open .c-site-header__content__toggle__item:last-of-type {
    opacity: 1;
    transform: rotate(45deg) translate(-4px, -4px);
}
.c-site-header .c-site-header__content__nav__menu li a.c-button--ghost {
    color: #ab2af7 !important;
    border-color: #ab2af7 !important;
}

.c-site-header .c-site-header__content__nav__menu li a.c-button--ghost:hover {
    color: #fff !important;
    background-color: #ab2af7 !important;
    border-color: #ab2af7 !important;
}
.c-site-header .c-site-header__content__nav__menu li a.c-button--special {
    color: #fff;
    background-color: #ab2af7;
    line-height: 24px;
    border: none;
}
.c-site-header__content__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: #fff;
    overflow: auto;
    transition: all 0.3s ease;
    z-index: 9;
}
.j-menu-open .c-site-header__content__nav {
    bottom: 0;
}
.c-site-header__content__nav__menu {
    margin-top: 50px;
}
.c-site-header__content__nav__menu:first-child {
    margin-top: 140px;
}
.c-site-header__content__nav__menu li {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.38px;
    margin-bottom: 10px;
}
.c-site-header__content__nav__menu li a {
    display: block;
    padding: 10px 20px;
}

.c-site-header__content__nav__menu li a.c-button {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.38px;
    padding: 10px 20px;
    margin: 0 20px;
    text-decoration: none !important;
}

.c-site-header__content__nav__menu li a.c-button--special::after {
    display: none;
}
.c-site-header.j-sticky {
    position: fixed !important;
    background-color: #fff;
    padding-bottom: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
}
.c-site-header.j-sticky .c-site-header__content__nav__menu {
    margin-top: 140px;
}

.j-menu-open .c-site-header.j-sticky .c-logo {
    display: inline-block;
    margin-top: 4px;
}
.j-menu-open .c-site-header.j-sticky .c-logo svg {
    width: 100px;
}

.c-date {
    display: none !important;
}
.c-site-header--landing .c-site-header__content__nav {
    display: none;
}
.c-site-header--landing .c-site-header__content__toggle {
    top: 24px;
}
.c-site-header--blog {
    position: relative;
    padding-top: 12px;
}
.blog .c-site-header--blog,
.archive .c-site-header--blog {
    background-color: #fff;
    padding-bottom: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
    margin-bottom: 15px;
}
.single .c-site-header--blog {
    padding-bottom: 15px;
}
.c-site-header--blog.j-sticky .c-logo,
.c-site-header--landing.j-sticky .c-logo {
    display: inline-block;
}
.c-site-header--blog .c-metanav__container {
    justify-content: flex-end;
    color: #8f8f8f;
    margin-bottom: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}
.c-site-header--blog .c-contact__item {
    display: inline-block;
    vertical-align: top;
}
.c-site-header--blog .c-site-header__content__toggle {
    top: 48px;
}
.c-site-header--blog .c-site-header__content__toggle__item {
    border-color: #00acad !important;
}
.c-site-header--blog .c-site-header__content__nav {
    background-image: none;
    background-color: #fff;
}
.c-site-header--blog .c-site-header__content__nav__menu li {
    color: #00acad;
}
.c-site-header--blog .c-site-header__content__nav__menu li.current-menu-item a,
.c-site-header--blog .c-site-header__content__nav__menu li a:hover {
    color: #f76c20;
    text-decoration: underline;
}
.c-site-header--blog .c-site-header__content__nav__menu:nth-of-type(2) li,
.c-site-header--blog .c-site-header__content__nav__menu:nth-of-type(2) li a,
.c-site-header--blog
    .c-site-header__content__nav__menu:nth-of-type(2)
    li.current-menu-item
    a,
.c-site-header--blog
    .c-site-header__content__nav__menu:nth-of-type(2)
    li
    a:hover,
.c-site-header--blog.j-sticky
    .c-site-header__content__nav__menu:nth-of-type(2)
    li.current-menu-item
    a,
.c-site-header--blog.j-sticky
    .c-site-header__content__nav__menu:nth-of-type(2)
    li
    a:hover {
    color: #777777;
}
.c-site-header--blog .c-site-header__content__nav__menu li a.c-button--special,
.error404 .c-site-header__content__nav__menu li a.c-button--special {
    color: #fff !important;
}
.error404:not(.j-menu-open) .c-site-header__metanav {
    color: #00acad;
}
.error404:not(.j-menu-open) .c-site-header__content__toggle__item {
    border-color: #00acad;
}
.error404:not(.j-menu-open) .c-site-header .c-logo {
    display: none;
}
.error404:not(.j-menu-open) .c-site-header .c-logo-color {
    display: inline-block;
    vertical-align: middle;
    z-index: 10;
}
.error404:not(.j-menu-open) .c-site-header__content__nav__menu li a.c-button {
    color: #f76c20;
    border-color: #f76c20;
}
/*HERO*/
.c-hero {
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 180px;
    padding-bottom: 25px;
}
.c-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #00acad 0%, #2ab3b3db 100%);
    opacity: 0.8;
    z-index: 2;
}
.c-hero__picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.c-hero__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.c-hero__content {
    position: relative;
    z-index: 2;
}
.c-hero__content__title {
    color: #fff;
    letter-spacing: 0.54px;
}
.c-hero__content__title strong,
.c-hero__content__title b {
    font-family: "TeXGyreAdventor-Bold";
}
.c-hero__content__text {
    max-width: 850px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.21px;
    margin: 0 auto;
    margin-top: 20px;
}
.c-hero__content__picture,
.c-hero__content__video {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
}
.c-hero__content__picture img {
    display: block;
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: contain;
    font-family: "object-fit: cover;";
}
.c-hero__content__video video {
    display: block;
    width: auto;
    max-width: 100%;
    height: 40vh;
    max-height: 400px;
    margin: 0 auto;
}
.c-hero__content__footer {
    margin-top: 40px;
}
.c-hero__content__nav {
    position: relative;
    margin: 0 -20px;
}
.c-hero__content__nav::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        #17cccc 100%
    );
}
.c-hero__content__nav__menu {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    letter-spacing: 0.18px;
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: -10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.c-hero__content__nav__menu::-webkit-scrollbar {
    display: none;
}
.c-hero__content__nav__menu li {
    margin-right: 15px;
}
.c-hero__content__nav__menu li:last-of-type {
    padding-right: 50px;
}
.c-hero__content__nav__menu li a {
    display: block;
    color: #aaeff6;
    padding: 8px;
}
.c-hero__content__nav__menu li.j-active a,
.c-hero__content__nav__menu li a:hover {
    color: #fefefe;
}
.c-hero--big {
    height: 100vh;
    min-height: 450px;
    text-align: left;
}
.c-hero--big .c-hero__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.c-hero--big .c-hero__content__title {
    max-width: 500px;
}
.c-hero--big .c-hero__content__text {
    max-width: 500px;
    margin-top: 50px;
    margin-left: 0;
}
.c-hero--blog {
    padding: 0;
}
.c-hero--blog::before {
    display: none;
}
.c-hero--blog .c-hero__title {
    color: #4a4a4a;
    text-align: left;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 26px;
    margin-bottom: 20px;
}
.c-hero--news {
    min-height: 520px;
}
.c-hero--news::before {
    display: none;
}
.c-hero--small::before {
    opacity: 1;
}

/*BREADCRUMBS*/
.c-breadcrumbs {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.21px;
    z-index: 2;
}

.c-breadcrumbs > span:not(:last-of-type)::after {
    content: "/";
    margin-left: 4px;
}

.c-breadcrumbs > span {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    white-space: nowrap;
}

.c-breadcrumbs > span a {
    transition: 0.3s ease;
}

.c-breadcrumbs > span a:hover {
    opacity: 0.8;
}

.c-breadcrumbs > span:last-of-type:not(.c-breadcrumbs .home.current-item) {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*LAYOUT*/
.l-3col > *,
.l-4col > * {
    margin-bottom: 25px;
}
.l-3col > *:last-child,
.l-4col > *:last-child {
    margin-bottom: 0;
}
/*CONTENT-BLOCK*/
.c-content-block {
    position: relative;
    margin: 40px 0;
}
.c-content-block__header__title {
    text-align: center;
    margin-bottom: 15px;
}
.c-content-block__header__text {
    text-align: center;
    margin-bottom: 20px;
}
.c-content-block__content + .c-content-block__content {
    margin-top: 30px;
}
.c-content-block__content .c-picture {
    margin-bottom: 20px;
}
.c-content-block__footer {
    position: relative;
    text-align: center;
    margin-top: 40px;
    z-index: 1;
}
.c-content-block__footer strong {
    display: block;
    color: #00acad;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.24px;
    text-decoration: underline;
}
.c-content-block__footer strong::before {
    content: "\e913";
    display: inline-block;
    vertical-align: top;
    font-family: "icomoon" !important;
    line-height: 21px;
    font-weight: normal;
    text-transform: none;
    margin-right: 5px;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-content-block--orange {
    padding: 40px 0;
    margin: 0;
}
.c-content-block--orange > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("img/rifiuti.jpg");
    background-size: cover;
}
.c-content-block--orange::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #00acadd1 0%, #00acadd6 100%);
    opacity: 0.95;
}
.c-content-block--grey {
    padding: 40px 0;
    margin: 0;
}
.c-content-block--grey::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eaeaea;
}
.c-content-block--oblique {
    padding: 40px 0;
    margin: 0;
}
/*CONTENT*/
.c-content {
    position: relative;
    z-index: 1;
}
.c-content .embed-responsive-16by9 > * {
    width: 100%;
    aspect-ratio: auto 16 / 9;
    height: auto;
}
.c-content > a {
    display: block;
}
.c-content__header {
    margin-bottom: 20px;
}
.c-content__header__subtitle {
    margin-bottom: 20px;
}
.c-content__header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
}
.c-content__text {
    font-size: 17px;
    line-height: 22px;
}
.c-content__text a {
    color: #ab2af7;
}
.c-content__text a:hover {
    color: #069192;
    text-decoration: underline;
}
.c-content__text ul {
    list-style: disc;
}
.c-content__text ul,
.c-content__text ol {
    padding-left: 40px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.c-content__footer {
    margin-top: 20px;
}
.c-picture {
    position: relative;
    width: 100%;
    z-index: 1;
}
.c-picture img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.c-picture--small img {
    width: auto;
    height: auto;
    max-height: 400px;
    margin: 0 auto;
}
.c-content--center {
    text-align: center;
}
.c-content--center .c-content__header {
    margin-bottom: 15px;
}
.c-content--center .c-content__header img {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.c-content--center .c-content__text {
    max-width: 750px;
    margin: 0 auto;
}
.c-content--ghost,
.c-content--ghost .c-content__header__title,
.c-content-block--orange .c-content,
.c-content-block--orange .c-content__header__title {
    color: #fff;
}
.c-content--dark,
.c-content--dark .c-content__header__title {
    color: #4a4a4a;
}
.c-content--dark .c-content__header {
    margin-bottom: 15px;
}
.c-content--left {
    padding-left: 35px;
}
.c-content__header__title span[id^="number"] {
    font-size: 30px;
    margin-right: 10px;
}
/*PARAGRAPH + NAV*/
.c-paragraph .c-content__text:nth-child(n + 1) {
    margin-bottom: 15px;
}
.c-nav__menu {
    padding: 0 20px;
    margin: 0;
}
.c-nav__menu-item {
    /*color: #4a4a4a;
    font-family: 'TeXGyreAdventor-Bold';
    font-size: 16px;
    margin-bottom: 15px;*/
}
/*CARD*/
.c-card {
    text-align: center;
}
.c-card__picture {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.c-card__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.c-card__header {
    letter-spacing: 0.27px;
    margin-bottom: 15px;
}
.c-card__header__title {
    color: #4a4a4a;
    line-height: 22px;
}
.c-card__header__title i {
    font-family: "TeXGyreAdventor-Italic";
}
.c-card__header__subtitle {
    color: #4a4a4a;
    font-family: "TeXGyreAdventor-Italic";
    line-height: 22px;
}
.c-card__header__company {
    color: #4a4a4a;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 16px;
    line-height: 22px;
}
.c-card__text {
    font-size: 16px;
    line-height: 22px;
}
.c-card__video {
    margin-top: 15px;
}
.c-card__video video {
    width: 100%;
}
.c-card--inline {
    position: relative;
    text-align: left;
    padding-left: 70px;
}
.c-card--inline .c-card__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}
/*PRICE*/
.c-price {
    position: relative;
    background-color: #fcfcfc;
    text-align: center;
    padding-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 14px 0px #0000001a;
}
.c-price__header {
    position: relative;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 5px 10px;
    padding-top: 35px;
    border-radius: 10px 10px 0 0;
}
.c-price__header__title {
    color: #4a4a4a;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.c-price__header__title + p {
    margin-top: 40px;
}
.c-price__header strong {
    font-family: "TeXGyreAdventor-Regular";
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 35px;
}
.c-price__header__price {
    position: relative;
    display: inline-block;
    color: #4a4a4a;
    font-size: 32px !important;
}
.c-price__header__price strong {
    font-size: 80px;
    line-height: 1.2;
    margin: 0;
}
.c-price__header__price strong::before {
    content: "€";
    position: absolute;
    top: 6px;
    left: -35px;
    font-size: 30px;
}
.c-price__header__discount {
    color: #00acad;
    font-family: "TeXGyreAdventor-Regular";
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}
.c-price__header small {
    font-size: 12px;
}
.c-price__content {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding-inline: 30px;
    margin-block: 16px;
}
.c-price__content strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.c-price__content i,
.c-price__content em {
    display: block;
    color: #00acad;
    font-weight: 500;
    font-style: italic;
}

.c-price__button {
    display: block;
    min-width: 0;
    text-transform: uppercase;
}

.c-price__button:after {
    content: none;
}

.c-price__buttons {
    margin-inline: 20px;
    margin-bottom: 16px;
}

.c-price__buttons .c-link {
    color: #4a4a4a;
    letter-spacing: 0;
    transform: translateY(-20px);
}
.c-price__buttons .c-link::before {
    display: none;
}
.c-price__buttons .c-link::after {
    content: "\e910";
    display: inline-block;
    vertical-align: top;
    font-family: "icomoon" !important;
    font-size: 11px;
    line-height: 21px;
    font-weight: normal;
    text-transform: none;
    margin-left: 10px;
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-price__footer {
    padding-inline: 20px;
}
.c-features {
    display: flex;
    flex-direction: column;
    max-width: 220px;
    text-align: left;
    font-size: 16px;
}

.c-feature {
    display: inline-flex;
    gap: 16px;
}

.c-feature::before {
    content: "\e905";
    display: block;
    vertical-align: top;
    color: #00a299;
    font-family: "icomoon" !important;
    line-height: 21px;
    font-weight: 700;
    text-transform: none;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
}

.c-feature + .c-feature {
    margin-top: 8px;
}

.c-features__title {
    font-weight: 700;
    margin-bottom: 16px;
}

.c-features__link {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 4px;
    color: #ab2af7;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 32px;
    transition: 0.3s ease;
    text-decoration: none;
}

.c-features__link:hover {
    color: #8827c4 !important;
    text-decoration: none !important;
}

.c-features__link:before {
    content: "\e910";
    color: #ab2af7;
    font-size: 12px;
    transform: rotate(90deg);
}

/*C-FUNCTION*/
.c-function:nth-child(n + 2) {
    margin-top: 50px;
}
.c-function__header__title {
    display: flex;
    align-items: center;
    letter-spacing: 0.39px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.c-function__header__title img {
    width: 30px;
    margin-right: 15px;
}
.c-function__content {
    padding-top: 30px;
    border-top: 2px solid #00acad;
}
.c-function__content .c-content:nth-child(n + 2) {
    margin-top: 30px;
}
.c-function__content .c-content__header__title {
    font-family: "TeXGyreAdventor-Bold";
    font-size: 18px;
}
.c-function .c-link {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-decoration: underline;
}
.c-function .c-link::before {
    display: none;
}
/*TABLE*/

.c-table-block__container {
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0px 4px 32px 0px #0000001a;
    overflow-x: auto;
}
.c-table {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    border-collapse: collapse;
}
.c-table thead th {
    padding-right: 10px;
}
.c-table thead th:last-of-type {
    padding-left: 10px;
    padding-right: 0;
}
.c-table thead th:not(:first-of-type) {
    width: 150px;
}
.c-table thead th span {
    display: block;
    font-family: "TeXGyreAdventor-bold";
    font-size: 22px;
    padding: 15px 25px;
}
.c-table tbody tr {
    background-color: #fff;
}
.c-table tbody tr:nth-of-type(even) {
    background-color: #f7f7f7;
}
.c-table tbody td {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 20px;
}
.c-table tbody td:first-of-type {
    text-align: left;
}
.c-table tbody td .icon-check {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    color: #00acad;
    font-size: 11px;
    padding: 4px;
    border: 2px solid #00acad;
    border-radius: 50px;
}

/*PARTNER*/
.c-partners-slider {
    margin: 0 -20px;
    margin-top: 15px;
}
.c-partner:focus {
    outline: none;
}
.c-partner__figure {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.c-partner__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
/*SOCIAL*/
.c-social__item {
    display: inline-block;
    vertical-align: top;
    margin-top: 0 !important;
    margin-left: -5px;
    margin-right: 15px;
    margin-bottom: 0 !important;
}
.c-social__item:last-child {
    margin-right: 0;
}
.c-social__item a {
    display: block;
    font-size: 16px;
    padding: 5px;
    margin: 0 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    pointer-events: initial !important;
}
.c-site-header__metanav .c-social {
    display: inline-block;
    vertical-align: middle;
}
/*C-NEWS-ARTICLE*/

.c-news-article__picture {
    margin-top: 56px;
}

.c-news-article__subtitle {
    font-size: 20px;
    margin-block: 16px;
}

.c-news-article {
    position: relative;
}
.c-news-article__header {
    margin-bottom: 35px;
}
.c-news-article__title {
    color: #4a4a4a;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 26px;
    margin-bottom: 16px;
}

.c-news-article__meta {
    display: block;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 16px;

    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.c-news-article__meta a {
    color: #ab2af7;
}
.c-news-article__date {
    text-transform: lowercase;
}
.c-news-article__content {
    letter-spacing: 0.27px;
}
.c-news-article__content h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}
.c-news-article__content hr ~ h2 {
    font-family: "TeXGyreAdventor-Bold";
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}
.c-news-article__content h3 {
    font-family: "TeXGyreAdventor-Bold";
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}
.c-news-article__content h4 {
    color: #999999;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    font-style: italic;
}
.c-news-article__content blockquote {
    background-color: #fafafa;
    text-align: center;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 16px;
    padding-block: 32px;
    padding-inline: 16px;
    border-radius: 10px;
    margin-block: 24px;
}
.c-other-news {
    margin-top: 40px;
}
.c-other-news__title {
    color: #4a4a4a;
    font-family: "TeXGyreAdventor-Regular";
    font-weight: 400;
    margin-bottom: 25px;
}
.c-arrow {
    display: none;
}
/*NEWS*/
.c-content-news__title {
    color: #4a4a4a;
    font-family: "TeXGyreAdventor-Regular";
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}
.c-news {
    position: relative;
    display: block;
}

.c-news:hover .c-news__figure img,
.c-news:hover .c-news__picture img {
    transform: scale(1.1);
}

.c-news--evidence {
    margin-bottom: 20px;
}
.c-news--evidence:last-child {
    margin-bottom: 0;
}
.c-news__figure {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.c-news__figure img,
.c-news__picture img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: 0.3s ease;
}
.c-news__category {
    display: inline-block;
    color: #ab2af7;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.c-news__comments {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81);
}
.c-news__title {
    color: #4a4a4a;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 28px !important;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 16px;
}
.c-news__date {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
}
.c-news__meta {
    color: #858585;
    font-size: 12px;
}
.c-news__meta .c-news__meta-category {
    color: #00acad;
    font-weight: 800;
}
.c-news__meta .c-news__meta-category::after {
    content: "|";
    color: #858585;
    margin-left: 3px;
    margin-right: 3px;
}
.c-news__excerpt {
    font-size: 16px;
}
.c-news__footer {
    color: #858585;
    font-size: 12px;
    margin-top: 20px;
}
.c-news--big {
    min-height: 300px;
}
.c-news--big .c-news__content .c-news__title {
    font-size: 22px !important;
    line-height: 1.2;
    margin-bottom: 20px;
}
.c-news--big .c-news__figure img {
    border-radius: 10px;
}
.c-news--small {
    margin-bottom: 25px;
}
.c-news-popular__content .c-news--small {
    margin-bottom: 15px;
}
.c-news-popular--codici .c-news-popular__content .c-news__title {
    font-size: 16px !important;
}
.c-news--small .c-news__title {
    margin-top: 0;
    margin-bottom: 8px;
}
.c-news-evidence {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 20px;
}
.c-news--evidence .c-news__figure {
    height: 150px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.c-news--sticky .c-news__title {
    font-size: 38px !important;
    margin-bottom: 16px;
}

.c-news--sticky .c-news__content {
    font-size: 20px;
    margin-bottom: 24px;
}
.c-hero--blog .c-news {
    text-align: left;
    margin-bottom: 15px;
}
.c-hero--blog .c-news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(
        11deg,
        #1d1d1d 0%,
        rgba(74, 74, 74, 0) 100%
    );
    border-radius: 10px;
    opacity: 0.7;
    z-index: 1;
}
.c-hero--blog .c-news__category {
    position: relative;
    top: auto;
    left: auto;
    background-color: #00c1b7;
}
.c-hero--blog .c-news__text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px;
    z-index: 2;
}
.c-hero--blog .c-news__meta {
    display: none;
}
.c-hero--blog .c-news__comments {
    position: relative;
    left: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin-left: 20px;
}
.c-hero--blog .c-news__share {
    display: inline-block;
    vertical-align: top;
}
.c-hero--blog .c-news__share .mashsbcount {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.c-hero--blog .c-news__meta .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-right: 5px;
}
.c-hero--blog .c-news__figure img {
    height: 250px;
    border-radius: 10px;
}
.c-hero--blog .c-news__title {
    color: #fff;
    font-size: 20px !important;
    line-height: 1.1;
}
.c-content-news .c-news {
    margin-bottom: 16px;
}
.c-news-popular__title {
    color: #4a4a4a;
    margin-bottom: 30px;
}
/*AUTHOR*/
.c-author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    gap: 12px;
}
.c-author__figure {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.c-author__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.c-author__title {
    color: #4a4a4a;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 16px !important;
}
.c-author__meta {
    color: #495259;
    font-size: 12px;
    font-weight: 500;
}

.c-author__content {
    display: flex;
    flex-direction: column;
}
/*SHARE-BAR*/
.c-share-bar {
    text-align: center;
    margin-bottom: 30px;
}
.c-share-bar__button {
    display: inline-block;
    color: #00acad;
    background: none !important;
    font-size: 20px;
    line-height: 22px;
    margin-right: 25px;
}
.c-author-meta__comments,
.c-author-meta__social {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.c-author-meta__social-item {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 36px !important;
    border-radius: 5px;
}
.c-author-meta__social-item:hover {
    color: #fff;
}
.c-author-meta__social-item.icon-linkedin {
    background-color: #117bb8;
}
.c-author-meta__social-item.icon-whatsapp {
    background-color: #57d163;
}
.c-author-meta__social-item.icon-twitter {
    background-color: #29a9e1;
}
.c-author-meta__social-item.icon-facebook {
    background-color: #3e5c9a;
}
.c-author-meta__social-item.icon-mail {
    background-color: #a5a5a5;
}
.c-author-meta__comments {
    margin-left: 10px;
    margin-right: 25px;
}
.c-author-meta__comments-item {
    display: inline-block;
    vertical-align: top;
    color: #00acad;
}
.c-author-meta__comments-item:hover {
    color: #069192;
}
.c-author-meta__comments-item .icon {
    font-size: 25px;
    margin-right: 12px;
}
.c-author-meta__comments-item .icon-share {
    vertical-align: middle;
}
.c-author-meta__comments-item strong {
    font-family: "TeXGyreAdventor-Bold";
    font-size: 36px;
}
.c-author-meta__comments-item small {
    display: block;
    font-size: 12px;
    font-weight: 700;
}
.c-offer {
    display: block;
    color: #fff;
    background-color: #ab2af7;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 32px 48px;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: 0.3s ease;
}
.c-offer:hover {
    color: #fff;
    background: #8827c4;
}
.c-offer__title {
    color: #fff;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 23px !important;
    line-height: 1.3;
    margin-bottom: 16px;
}
/*C-SIDEBAR*/
.c-sidebar {
    margin-top: 40px;
}
.c-sidebar__item {
    margin-bottom: 25px;
}
.c-sidebar__title {
    color: #4a4a4a;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.c-sidebar--codici .c-sidebar__title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.c-sidebar--codici .c-sidebar__title:before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    background-color: #4fd1c5;
    border-radius: 2px;
}

.c-sidebar--rentri a .c-news__title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px !important;
    transition: 0.3s ease;
}

.c-sidebar--rentri a:hover .c-news__title {
    color: #ab2af7;
}

.c-news-list {
    font-size: 20px;
    line-height: 1;
    padding: 0;
    margin: 0 40px;
}
.c-sidebar--blog .c-form:not(.c-form--search) {
    background-image: linear-gradient(52deg, #00acad 0%, #03dbdd 100%);
    padding: 20px;
    border-radius: 10px;
}
.mashsb-count {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
    margin: 0 !important;
    float: none !important;
}
.c-author-meta__comments-item .mashsbcount {
    color: #00acad;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 36px;
}
.c-news__footer .mashsb-count {
    vertical-align: bottom;
}
.c-news__footer .mashsbcount {
    color: #858585;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.mashsb-sharetext {
    display: none;
}
/*BREAKING NEWS*/
.c-breaking-news {
    position: relative;
    background-color: #fff;
    line-height: 15px;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-breaking-news .c-button {
    position: absolute;
    top: 50%;
    vertical-align: middle;
    color: #fff;
    background-color: #ad26fb;
    font-size: 11px;
    line-height: 12px;
    padding: 4px 7px;
    border: none;
    transform: translateY(-50%);
}
.c-breaking-news__slider {
    padding-left: 210px;
    padding-right: 55px;
}
.c-breaking-news__slider .slick-prev {
    right: 15px;
}
.c-breaking-news__slider .slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 2;
}
.c-breaking-news__slider__item {
    font-size: 14px;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: italic;
}
.c-breaking-news__slider__item * {
    display: inline;
}
/*C-REVIEWS*/
.c-reviews {
    position: relative;
    padding-bottom: 25px;
    margin: 0 20px;
}
.c-reviews__item {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}
.c-reviews .slick-dots {
    position: absolute;
    left: calc(50%);
    bottom: 0;
    transform: translateX(-50%);
}
.c-reviews .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.c-reviews .slick-dots li button {
    width: 9px;
    height: 9px;
    background-color: #fff;
    font-size: 0;
    padding: 0;
    border: none;
    border: 1px solid #bebebe;
    border-radius: 50%;
    cursor: pointer;
}
.c-reviews .slick-dots .slick-active button {
    background-color: #8e8e8e;
}
/*C-PARTNERS*/
.c-partners {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
}
.c-partners .c-partner {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 0;
}
.c-partners .c-partner:nth-child(2n) {
    margin-right: 0;
}
.c-partners .c-partner__figure {
    height: auto;
}
/* FORM */
input::-moz-placeholder {
    color: #989898;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #989898;
    font-size: 14px;
    font-weight: 500;
}
input::-webkit-input-placeholder {
    color: #989898;
    font-size: 14px;
    font-weight: 500;
}
textarea::-moz-placeholder {
    color: #989898;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}
textarea:-ms-input-placeholder {
    color: #989898;
    font-size: 14px;
    font-weight: 500;
}
textarea::-webkit-input-placeholder {
    color: #989898;
    font-size: 14px;
    font-weight: 500;
}
.c-form {
    font-size: 0;
}
.c-form__field {
    margin-bottom: 20px !important;
}
.c-form__field--small {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 6px);
    margin-right: 10px;
}
.c-form__field--small:last-of-type {
    margin-right: 0;
}
.c-form__field input,
.c-form__field textarea {
    display: block;
    width: 100%;
    height: 40px;
    color: #4a4a4a;
    background-color: #fff;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
}
.c-form__field textarea {
    max-width: 100%;
    height: 150px;
    min-height: 50px;
    resize: none;
}
.c-form__footer {
    text-align: center;
}
.c-form__footer .c-button {
    display: block;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
.c-form__footer .c-button::after {
    display: none;
}
/* CHECKBOX */
.c-form__field--checkbox {
    position: relative;
}
.c-form__field--checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.c-form__field--checkbox span {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 2px;
    z-index: 0;
}
.c-form__field--checkbox input[type="checkbox"]:checked + span::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 7px;
    height: 4px;
    background: transparent;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.c-form__field--checkbox label {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    padding-left: 25px;
    cursor: pointer;
}
/* CF7 ERRORS */
.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    color: #fff !important;
    font-size: 12px !important;
    margin-top: 6px !important;
}
/*FORM SEARCH*/
.c-form--search {
    position: relative;
}
.c-form--search input {
    border: 1px solid #989898;
}
.c-form--search .c-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    min-width: 0;
    color: #fff;
    background-image: linear-gradient(6deg, #00acad 0%, #3de3e4 100%);
    text-align: center;
    font-size: 14px;
    padding: 0;
    border-radius: 3px;
}
/*PAGINE*/
.page-template-p-landing .c-hero::before,
.error404 .c-hero::before {
    background-image: linear-gradient(
        168deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.5) 100%
    );
    opacity: 1;
}
.page-template-p-landing .c-hero__content__title,
.page-template-p-landing .c-hero__content__text {
    color: #00acad;
}
.error404 .c-hero__content__title,
.error404 .c-hero__content__text {
    max-width: none;
    color: #00acad;
    text-align: center;
}
.page-template-p-contatti .c-site-header {
    position: relative;
}
.page-template-p-contatti .c-site-header__content__nav,
.page-template-p-contatti .c-site-header__content__toggle {
    display: none !important;
}
.page-template-p-contatti .c-content__header__subtitle {
    color: #00acad;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.24px;
    margin: 25px 0;
}
.page-template-p-contatti .c-content-block__content .c-picture {
    margin-bottom: 30px;
}
.page-template-p-contatti .c-sidebar {
    background-image: linear-gradient(180deg, #0ec2c3 0%, #0fd1d2 100%);
    padding: 20px;
    border-radius: 10px;
}
.page-template-p-contatti .c-sidebar__title {
    color: #fff;
    letter-spacing: 0.33px;
    margin-bottom: 10px;
}
.page-template-p-contatti .c-sidebar__subtitle {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 25px;
}

.single-post .c-content-block--grey {
    padding-bottom: 0;
}
#disqus_thread {
    margin-top: 30px;
    margin-bottom: 70px;
}
/*FOOTER*/
.c-site-footer {
    color: #fff;
    background-image: linear-gradient(180deg, #17cccc 0%, #00acad 100%);
    font-size: 12px;
    padding: 30px 0 80px;
}
.c-site-footer a:hover {
    text-decoration: underline;
}
.c-site-footer .c-logo {
    display: block;
    margin-bottom: 30px;
}
.c-site-footer .c-logo span {
    display: none;
}
.c-site-footer__nav {
    font-size: 0;
}
.c-site-footer__nav > * {
    width: 46.4%;
    flex-basis: auto;
}
.c-site-footer__nav__menu {
    display: inline-block;
    vertical-align: top;
    margin-right: 7%;
    margin-bottom: 30px;
}
.c-site-footer__nav__menu:nth-of-type(2n) {
    margin-right: 0;
}
.c-site-footer__nav__menu li {
    font-family: "IBM Plex Sans";
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.35px;
    margin-top: 15px;
}
.c-site-footer__nav__menu li:first-child {
    font-family: "TeXGyreAdventor-Bold";
    font-size: 16px;
    letter-spacing: 0.4px;
    margin-top: 0;
    margin-bottom: 20px;
}
.c-site-footer__nav__menu li:first-child a {
    cursor: default;
    pointer-events: none;
}
.c-site-footer__nav__menu li strong {
    display: block;
    font-family: "TeXGyreAdventor-Bold";
    margin-bottom: 13px;
}
.c-site-footer__nav__menu li .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 5px;
}
.c-site-footer__nav__menu:last-child li {
    margin-bottom: 20px;
}
.c-site-footer__nav__menu:last-child li:last-child {
    margin-bottom: 0;
}
.c-site-footer__nav__menu:last-child li:first-child a {
    display: block;
    cursor: pointer;
    pointer-events: initial;
}
.c-site-footer__copy {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.18px;
    margin-top: 10px;
}
.c-site-footer__copy p {
    margin: 0;
}
.c-site-footer__copy small {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}
.c-site-footer__copy__list li {
    display: inline-block;
    vertical-align: top;
}
.c-site-footer__copy__list li a {
    display: inline-block;
    padding: 0 5px;
    text-decoration: underline;
}
.c-site-footer__copy__list li:after {
    content: "-";
}
.c-site-footer__copy__list li:last-child:after {
    display: none;
}

.c-site-footer--landing {
    background-image: linear-gradient(180deg, #17cccc 0%, #00acad 100%);
    padding-top: 25px;
}
.c-site-footer--landing .c-logo {
    margin-left: auto;
    margin-right: auto;
}
.c-site-footer--landing .c-logo svg {
    width: 110px;
}
