@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  min-width: 320px;
  background-color: #ffffff;
}

.logged-in .matrice__navigation {
  margin-top: 32px;
}

@media only screen and (max-width: 1340px) {
  .logged-in .matrice__nav-header {
    margin-top: 32px;
  }
}
.matrice__main {
  padding-top: 90px;
}
.matrice__404-container {
  height: 100vh;
  width: 100%;
  background-color: #F7F8F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.matrice__404-title {
  color: #626166;
  font-size: 38px;
}
.matrice__404-container-description {
  color: #626166;
  margin-bottom: 24px;
}
.matrice__404-link {
  color: #626166;
  text-decoration: none;
}
.matrice__404-link:hover {
  color: #D8A913;
}

li.wpml-ls-menu-item ul li a {
  width: auto;
}

@media only screen and (max-width: 460px) {
  .matrice__main {
    padding-top: 60px;
  }
}
/* ------------------------------------ *\
    HEADER
\* ------------------------------------ */
.matrice__navigation {
  height: 90px;
  background: #f1f1f1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  margin: auto;
}
.matrice__nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  height: 90px;
}
.matrice__brand {
  padding: 8px 8.8px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.matrice__logo-desktop {
  height: 100%;
}
.matrice__logo-desktop img {
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: left;
     object-position: left;
}
.matrice__logo-mobile {
  display: none;
}

/* ------------------------------------ *\
    NAV HEADER
\* ------------------------------------ */
.matrice__nav-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.matrice__nav-header ul li {
  float: left;
  position: relative;
  height: 90px;
}
.matrice__nav-header ul li a, .matrice__nav-header ul li a:visited {
  display: block;
  padding: 0 12px;
  font-size: 16px;
  line-height: 89px;
  background-color: #f1f1f1;
  color: #626166;
  font-weight: 600;
  text-decoration: none;
  height: 100%;
}
.matrice__nav-header ul li a:hover {
  background-color: #f1f1f1;
  color: #D8A913;
  cursor: pointer;
}
.matrice__nav-header ul li a:not(:only-child):after {
  padding-left: 8px;
  font-family: "FontAwesome";
  font-weight: 900;
  content: "";
  font-size: 12px;
}
.matrice__nav-header ul li ul li {
  min-width: 250px;
  width: 100%;
  background-color: #ffffff;
  border-left: 4px solid #D8A913;
  height: unset;
}
.matrice__nav-header ul li ul li a {
  padding: 16px;
  line-height: 24px;
  background-color: #ffffff;
}
.matrice__nav-header ul li ul li a:hover {
  background-color: #f1f1f1;
}
.matrice__nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #f1f1f1;
  height: 90px;
  width: 90px;
}
.matrice__button-arianna a {
  background-color: #D8A913 !important;
  color: #ffffff !important;
  opacity: 1;
  transition: all 0.2s 0s ease;
}
.matrice__button-arianna a:hover {
  opacity: 0.8;
}
.matrice__nav-header-wrapper {
  display: flex;
}
.matrice__header-lang {
  display: flex;
  align-items: center;
  padding-left: 16px;
  width: auto;
}

.wpml-ls-legacy-dropdown {
  width: auto;
}

li.wpml-ls-current-language {
  border: 1px solid #55545A;
}

a.wpml-ls-link {
  color: #55545A;
}

li.current-menu-item a {
  color: #D8A913 !important;
}

.sub-menu {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

#nav-toggle {
  position: absolute;
  right: 27px;
  top: 35px;
  cursor: pointer;
  padding: 8px 32px 16px 0;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  border-radius: 4px;
  height: 2px;
  width: 35px;
  background: #626166;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1340px) {
  .matrice__nav-mobile {
    display: block;
  }
  .matrice__brand {
    padding: 8px 8.8px;
    background-color: #ffffff;
    position: relative;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
  }
  .matrice__nav-header {
    width: 100%;
    padding: 72px 0 16px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 90px 0 16px;
  }
  .matrice__nav-header {
    width: 100%;
    padding: 72px 0 16px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 90px 0 16px;
  }
  .matrice__nav-header ul {
    display: none;
  }
  .matrice__nav-header ul li {
    float: none;
    height: auto;
  }
  .matrice__nav-header ul li a {
    padding: 16px;
    line-height: 17.6px;
    border-bottom: 1px solid #dfdcd2;
  }
  .matrice__nav-header ul li ul li a {
    padding-left: 32px;
  }
  .matrice__nav-header ul li a:not(:only-child):after, .matrice__nav-header ul li a:visited:not(:only-child):after {
    font-family: "FontAwesome";
    content: "";
    font-weight: 900;
    position: absolute;
    right: 35px;
    font-size: 12px;
  }
  .matrice__header-lang {
    position: relative;
    right: 60px;
    z-index: 40;
  }

  .sub-menu {
    position: static;
  }

  .menu-menu-header-container {
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 20px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 1340px) {
  .matrice__nav-list {
    display: block !important;
  }
}
@media screen and (max-width: 460px) {
  .matrice__navigation {
    height: 60px;
  }
  .matrice__nav-container {
    height: 60px;
  }
  .matrice__brand {
    padding: 7px 10px;
    background-color: #ffffff;
    position: relative;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  .matrice__logo-desktop {
    display: none;
  }
  .matrice__logo-mobile {
    display: flex;
    height: 100%;
  }
  .matrice__logo-mobile img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: left;
       object-position: left;
  }
  .matrice__nav-mobile {
    height: 60px;
    width: 90px;
  }
  .matrice__nav-header {
    padding: 60px 0 16px;
  }

  #nav-toggle {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    padding: 8px 32px 16px 0;
  }
}
/* ------------------------------------ *\
    FOOTER
\* ------------------------------------ */
.matrice__footer-container {
  width: 100%;
  background-color: #55545A;
  padding: 0 32px;
}
.matrice__footer-wrapper {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
}
.matrice__footer-logo {
  padding: 16px;
  background-color: #ffffff;
}
.matrice__footer-info {
  display: flex;
  flex-basis: 50%;
  align-items: flex-start;
  border-right: 1px solid #6F6D72;
}
.matrice__footer-menu {
  padding: 24px;
  flex-basis: 25%;
  border-right: 1px solid #6F6D72;
}
.matrice__footer-social {
  padding: 24px;
  flex-basis: 25%;
}
.matrice__footer-business-info {
  padding: 24px;
}
.matrice__footer-copyright {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0;
  border-top: 1px solid #6F6D72;
}
.matrice__footer-title {
  padding-bottom: 16px;
  font-size: 24px;
}
.matrice__footer-description {
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
}
.matrice__footer-menu-ul {
  list-style: none;
}
.matrice__footer-menu-ul li {
  padding-bottom: 8px;
}
.matrice__footer-menu-ul li a {
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  transition: all 0.2s 0s ease;
}
.matrice__footer-menu-ul li a:hover {
  color: #D8A913;
  opacity: 0.7;
}
.matrice__footer-menu-icon {
  color: #D8A913;
  font-size: 8px;
  margin-right: 16px;
}
.matrice__footer-social-icon-ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
}
.matrice__footer-social-icon-ul li a {
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  transition: all 0.2s 0s ease;
}
.matrice__footer-social-icon-ul li a:hover {
  color: #D8A913;
  opacity: 0.7;
}
.matrice__footer-social-icon {
  color: #ffffff;
  font-size: 18px;
  margin-right: 16px;
}
.matrice__footer-widget-container li {
  list-style: none;
}
.matrice__footer-widget-container a, .matrice__footer-widget-container li a {
  text-decoration: none;
  color: #ffffff;
}
.matrice__footer-widget-container a:hover, .matrice__footer-widget-container li a:hover {
  text-decoration: none;
  color: #D8A913;
}
.matrice__footer-logos-container {
  width: 100%;
  background-color: #f1f1f1;
  padding: 32px;
}
.matrice__footer-logos-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.matrice__logo-box, .matrice__logo-second_block-box {
  background-color: #ffffff;
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.matrice__logo-second_block-box {
  height: 100px;
}
.matrice__logo-box {
  height: 150px;
}
.matrice__logo-image {
  width: 200px;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.matrice__second-logo-box-img {
  width: 80px;
  height: 150px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.splide__slide {
  border: 1px solid #CFCBC8;
}

.splide {
  margin: 16px 0;
}

#footer_first_block_logo-track,
#footer_second_block_logo-track {
  width: 90%;
  margin: 0 auto;
}

a.wpml-ls-link {
  color: #55545A !important;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .matrice__footer-info {
    flex-basis: 100%;
    border-right: none;
  }
  .matrice__footer-menu {
    flex-basis: 50%;
    border-top: 1px solid #6F6D72;
    padding: 24px 24px 24px 0;
  }
  .matrice__footer-social {
    flex-basis: 50%;
    border-top: 1px solid #6F6D72;
  }
  .matrice__footer-copyright {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 460px) and (max-width: 599px) {
  .matrice__footer-info {
    flex-basis: 100%;
    border-right: none;
  }
  .matrice__footer-menu {
    flex-basis: 100%;
    border-top: 1px solid #6F6D72;
    border-right: none;
    padding: 24px 0;
  }
  .matrice__footer-social {
    flex-basis: 100%;
    border-top: 1px solid #6F6D72;
    padding: 24px 0;
  }
  .matrice__footer-copyright {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 460px) {
  .matrice__footer-info {
    flex-basis: 100%;
    border-right: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .matrice__footer-business-info {
    padding: 24px 0;
  }
  .matrice__footer-menu {
    flex-basis: 100%;
    border-top: 1px solid #6F6D72;
    border-right: none;
    padding: 24px 0;
  }
  .matrice__footer-social {
    flex-basis: 100%;
    border-top: 1px solid #6F6D72;
    border-right: none;
    padding: 24px 0;
  }
  .matrice__footer-copyright {
    display: flex;
    flex-direction: column;
  }
  .matrice__footer-description {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .matrice__footer-container .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    grid-row: 2;
  }

  .matrice__footer-container .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    grid-row: 1;
  }
}
/* ------------------------------------ *\
    BREADCRUMBS
\* ------------------------------------ */
.matrice__breadcrumbs {
  list-style: none;
  overflow: hidden;
}
.matrice__breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  color: #626166;
}
.matrice__breadcrumbs .separator {
  font-size: 18px;
  color: #dfdcd2;
}
.matrice__breadcrumbs-home {
  vertical-align: middle;
  margin-right: 16px;
}

/* ------------------------------------ *\
    SLIDER
\* ------------------------------------ */
.matrice__slider {
  margin: auto;
  width: 100%;
  position: relative;
}
.matrice__directional {
  max-width: 1400px;
  height: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
}
.matrice__directional-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  background: #00000021 linear-gradient(0deg, #100f0f45 100%, #07070770 100%) 0 0 no-repeat padding-box;
}
.matrice__slide-buttons {
  bottom: 0;
  position: absolute;
  text-align: center;
  padding-bottom: 8px;
  width: 100%;
  margin: auto;
  z-index: 2;
}
.matrice__slide-viewer {
  height: 490px;
  overflow: hidden;
  position: relative;
}
.matrice__slide-group {
  height: 100%;
  position: relative;
  width: 100%;
}
.matrice__slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.matrice__slide:first-child {
  display: block;
}
.matrice__slide-content {
  max-width: 1200px;
  padding: 64px;
  margin: auto;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.matrice__slide-category {
  border: 1px solid #979797;
  padding: 5px 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}
.matrice__slide-title {
  margin-top: 16px;
  font-size: 38px;
  color: #ffffff;
}
.matrice__slide-divider {
  min-height: 2px;
  width: 70px;
  background-color: #ffffff;
  margin: 16px 0;
}
.matrice__slide-description {
  font-size: 24px;
  color: #ffffff;
}
.matrice__slide-wrapper-button {
  margin: 16px 0;
  display: flex;
  justify-content: flex-end;
}
.matrice__button-see-all {
  padding: 5px 10px;
  background-color: #D8A913;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s 0s ease;
}
.matrice__button-see-all:hover {
  opacity: 0.9;
}
.matrice__button-icon {
  margin-left: 8px;
  font-size: 14px;
  color: #ffffff;
}
.matrice__button-read, .matrice__insights-button-read {
  padding: 5px 10px;
  border: 1px solid #6F6D72;
  color: #6F6D72;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s 0s ease;
}
.matrice__button-read:hover, .matrice__insights-button-read:hover {
  border: 1px solid #D8A913;
  color: #D8A913;
}
.matrice__button-read-icon, .matrice__insights-button-read-icon {
  margin-left: 8px;
  font-size: 14px;
  color: #6F6D72;
  transition: all 0.2s 0s ease;
}
.matrice__button-read:hover .matrice__button-read-icon, .matrice__button-read:hover .matrice__insights-button-read-icon, .matrice__insights-button-read:hover .matrice__button-read-icon, .matrice__insights-button-read:hover .matrice__insights-button-read-icon {
  color: #D8A913;
}
.matrice__slide-btn {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: 8px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.matrice__slide-btn.active, .matrice__slide-btn:hover {
  background-color: #D8A913;
  border: 2px solid #D8A913;
  cursor: pointer;
}
.matrice__previous_btn {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 7;
}
.matrice__next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
}
.matrice__next_btn, .matrice__previous_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}
.matrice__next_btn:hover, .matrice__previous_btn:hover {
  opacity: 1;
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .matrice__previous_btn {
    left: 0;
  }
  .matrice__next_btn {
    right: 0;
  }
  .matrice__slide-title {
    margin-top: 16px;
    font-size: 30px;
    color: #ffffff;
  }
  .matrice__slide-description {
    font-size: 24px;
    color: #ffffff;
  }
  .matrice__slide-viewer {
    height: 500px;
  }
  .matrice__directional-overlay {
    height: 100%;
  }
}
@media screen and (min-width: 460px) and (max-width: 599px) {
  .matrice__previous_btn {
    left: 0;
  }
  .matrice__next_btn {
    right: 0;
  }
  .matrice__slide-title {
    margin-top: 16px;
    font-size: 32px;
    color: #ffffff;
  }
  .matrice__slide-description {
    font-size: 20px;
    color: #ffffff;
  }
  .matrice__slide-viewer {
    height: 550px;
  }
  .matrice__directional-overlay {
    height: 100%;
  }
}
@media screen and (max-width: 460px) {
  .matrice__previous_btn {
    left: 0;
  }
  .matrice__next_btn {
    right: 0;
  }
  .matrice__slide-content {
    padding: 50px;
  }
  .matrice__slide-title {
    margin-top: 16px;
    font-size: 24px;
    color: #ffffff;
  }
  .matrice__slide-description {
    font-size: 20px;
    color: #ffffff;
  }
  .matrice__slide-viewer {
    height: 620px;
  }
  .matrice__directional-overlay {
    height: 100%;
  }
}
/**
 * HOME
 *
 */
/* ------------------------------------ *\
    APPROFONDIMENTI
\* ------------------------------------ */
.matrice__insights-container {
  width: 100%;
  background-color: #f1f1f1;
  padding: 24px 16px 32px;
}
.matrice__insights-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  justify-content: flex-start;
}
.matrice__home-insights, .matrice__insights {
  width: calc((100% / 2) - 32px);
  margin: 24px 16px;
  border-bottom: 1px solid #CFCBC8;
}
.matrice__insights-img {
  width: 100%;
  height: 315px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.matrice__img-anchor {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.matrice__insights-category, .matrice__news-category {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}
.matrice__insights-category a, .matrice__news-category a {
  text-decoration: none;
  background-color: #f1f1f1;
  color: #626166;
  padding: 5px 10px;
}
.matrice__insights-category a, .matrice__insights-category-variant a {
  margin-right: 8px;
}
.matrice__insights-category-container, .matrice__news-category-container {
  display: none;
  justify-content: flex-start;
}
.matrice__insights-category-variant, .matrice__insights-category-variant-home, .matrice__news-category-variant {
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.matrice__insights-category-variant a, .matrice__insights-category-variant-home a, .matrice__news-category-variant a {
  text-decoration: none;
  padding: 5px 10px;
  background-color: #F7F8F3;
  color: #626166;
}
.matrice__home-insights-title, .matrice__insights-title {
  padding-bottom: 16px;
  font-size: 24px;
  color: #626166;
}
.matrice__home-insights-title a, .matrice__insights-title a {
  text-decoration: none;
  color: #626166;
  transition: all 0.2s 0s ease;
}
.matrice__home-insights-title a:hover, .matrice__insights-title a:hover {
  text-decoration: none;
  color: #D8A913;
}
.matrice__home-insights-description, .matrice__insights-description {
  font-size: 20px;
  line-height: 26px;
  color: #626166;
}
.matrice__insights-box {
  margin: 16px;
}
.matrice__insights-box p {
  font-size: 20px;
  line-height: 26px;
  color: #626166;
}

/* ------------------------------------ *\
    INTESTAZIONE
\* ------------------------------------ */
.matrice__heading-wrapper {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
}
.matrice__heading-archive-wrapper {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
.matrice__heading-insights-line, .matrice__heading-line {
  height: 0.5px;
  background-color: #CFCBC8;
  width: 100%;
  flex-basis: 25%;
  position: relative;
  z-index: 1;
}
.matrice__heading-insights-title, .matrice__heading-news-title, .matrice__heading-title {
  flex-basis: 50%;
  text-align: center;
  font-size: 30px;
  padding: 0 8px;
  color: #626166;
  position: relative;
  z-index: 1;
}
.matrice__wrapper-button {
  display: flex;
  justify-content: center;
}

/* ------------------------------------ *\
    NEWS
\* ------------------------------------ */
.matrice__news-container {
  width: 100%;
  background-color: #ffffff;
  padding: 16px 16px 32px;
}
.matrice__news-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  justify-content: flex-start;
}
.matrice__news {
  width: calc((100% / 3) - 32px);
  margin: 24px 16px;
  border-bottom: 1px solid #CFCBC8;
}
.matrice__news-img {
  width: 100%;
  height: 205px;
  background-image: url("../../dist/images/storie-01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.matrice__news-title {
  padding-bottom: 24px;
  font-size: 24px;
  color: #626166;
}
.matrice__news-title a {
  text-decoration: none;
  color: #626166;
}
.matrice__news-title a:hover {
  text-decoration: none;
  color: #D8A913;
}
.matrice__news-time {
  width: 100%;
  display: flex;
  align-items: center;
  color: #626166;
  margin-bottom: 16px;
}
.matrice__news-time-icon {
  margin-right: 8px;
}
.matrice__news-time-date {
  flex-basis: 40%;
  font-style: oblique;
  font-size: 16px;
  margin-right: 8px;
}
.matrice__news-description {
  font-size: 20px;
  line-height: 26px;
  color: #626166;
}
.matrice__news-time-line {
  flex-basis: 60%;
  height: 0.5px;
  width: 100%;
  background-color: #CFCBC8;
}
.matrice__news-box {
  margin: 16px;
}
.matrice__news-box p {
  font-size: 20px;
  line-height: 26px;
  color: #626166;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .matrice__heading-wrapper {
    padding: 32px 16px;
  }
  .matrice__news {
    width: calc((100% / 2) - 35px);
  }
  .matrice__insights-img {
    height: 200px;
  }
}
@media screen and (min-width: 460px) and (max-width: 600px) {
  .matrice__heading-wrapper {
    padding: 32px 16px;
  }
  .matrice__insights {
    width: calc(100% - 30px);
  }
  .matrice__home-insights {
    width: calc(100% - 30px);
    margin: 24px 16px;
  }
  .matrice__news {
    width: calc(100% - 30px);
  }
  .matrice__insights-img {
    height: 200px;
  }
}
@media screen and (max-width: 460px) {
  .matrice__heading-wrapper {
    padding: 32px 16px;
  }
  .matrice__home-insights {
    width: calc(100% - 30px);
    margin: 24px 16px;
  }
  .matrice__insights {
    width: calc(100% - 30px);
  }
  .matrice__news {
    width: calc(100% - 30px);
  }
  .matrice__insights-img {
    height: 200px;
  }
}
/**
 * ARCHIVIO NEWS
 *
 */
/* ------------------------------------ *\
     INTESTAZIONE LAYOUT ARCHIVIO
\* ------------------------------------ */
.matrice {
  /* freccia */
  /* Transizione */
}
.matrice__heading-archive-container {
  width: 100%;
  background-color: #F7F8F3;
  padding: 72px 16px 72px 16px;
  box-shadow: inset 0px 0px 19px 4px rgba(0, 0, 0, 0.19);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
.matrice__news-description-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px;
  position: relative;
  z-index: 1;
}
.matrice__breadcrumbs-container, .matrice__pagination-container {
  width: 100%;
  padding: 0 32px;
}
.matrice__breadcrumbs-wrapper {
  max-width: calc(1400px - 30px);
  margin: 0 auto;
  border-bottom: 1px solid #CFCBC8;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.matrice__breadcrumbs-wrapper-single {
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #CFCBC8;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.matrice__breadcrumbs-text a {
  text-decoration: none;
  color: #626166;
  font-size: 16px;
}
.matrice__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 2px solid #ffffff !important;
  background: #f1f1f1;
  background-image: none;
  white-space: nowrap;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.matrice__select select::-ms-expand {
  display: none;
}
.matrice__select {
  position: relative;
  display: flex;
  height: 40px;
  line-height: 3;
  color: #626166;
  background: #f1f1f1;
}
.matrice__select select {
  flex: 1;
  padding: 8px;
  color: #626166;
  cursor: pointer;
  padding-right: 40px;
}
.matrice__select::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "";
  position: absolute;
  top: -5px;
  right: 16px;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
}
.matrice__select:hover::after {
  color: #D8A913;
}

/* ------------------------------------ *\
    PAGINATION
\* ------------------------------------ */
.page-numbers {
  height: 40px;
  width: 40px;
  border: 1px solid #CFCBC8;
  background-color: #ffffff;
  margin: 8px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
  padding: 8px 16px;
  color: #626166;
  font-size: 18px;
  transition: all 0.2s 0s ease;
}

.page-numbers:active,
.page-numbers:focus,
.page-numbers:hover {
  border: 1px solid #D8A913;
  color: #D8A913;
}

.matrice__pagination-wrapper {
  height: 80px;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.matrice__pagination-number {
  color: #626166;
  font-size: 24px;
  list-style: none;
}
.matrice__pagination-line {
  position: absolute;
  top: 40px;
  left: 0;
  height: 0.5px;
  background-color: #CFCBC8;
  width: 100%;
  z-index: -1;
}
.matrice__pagination-arrow {
  font-size: 12px;
}

@media screen and (max-width: 460px) {
  .matrice__select-container {
    width: 100%;
  }
  .matrice__select {
    width: 100%;
  }
}
/**
 * ARCHIVIO APPROFONDIMENTI
 *
 */
/* ------------------------------------ *\
     INTESTAZIONE LAYOUT ARCHIVIO
 \* ------------------------------------ */
.matrice__insights-archive-container {
  width: 100%;
  background-color: #ffffff;
  padding: 16px 16px 32px;
}
.matrice__insights-archive-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  justify-content: flex-start;
}
.matrice__insights-archive {
  width: calc(100% - 32px);
  margin: 24px 16px;
  border-bottom: 1px solid #CFCBC8;
  display: flex;
}
.matrice__insights-archive-img {
  flex-basis: 40%;
  width: 100%;
  height: 250px;
  background-image: url("../../dist/images/storie-01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 24px;
}
.matrice__insights-archive-box {
  flex-basis: 60%;
  margin: 16px;
}
.matrice__insights-archive-box p {
  font-size: 20px;
  line-height: 26px;
  color: #626166;
}
.matrice__insights-archive-category {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #f1f1f1;
  text-transform: uppercase;
}
.matrice__insights-archive-category a {
  text-decoration: none;
  color: #626166;
}
.matrice__insights-archive-title {
  padding-bottom: 24px;
  font-size: 24px;
  color: #626166;
}
.matrice__insights-archive-title a {
  text-decoration: none;
  color: #626166;
}
.matrice__insights-archive-title a:hover {
  text-decoration: none;
  color: #D8A913;
}
.matrice__insights-archive-time {
  width: 100%;
  display: flex;
  align-items: center;
  color: #626166;
  margin-bottom: 16px;
}
.matrice__insights-archive-time-icon {
  margin-right: 8px;
}
.matrice__insights-archive-time-date {
  flex-basis: 20%;
  font-style: oblique;
  font-size: 16px;
  margin-right: 8px;
}
.matrice__insights-archive-description {
  font-size: 20px;
  line-height: 26px;
  color: #626166;
}
.matrice__insights-archive-time-line {
  flex-basis: 80%;
  height: 1px;
  width: 100%;
  background-color: #CFCBC8;
}

@media screen and (min-width: 599px) and (max-width: 768px) {
  .matrice__heading-wrapper {
    padding: 32px 16px;
  }
  .matrice__insights-archive {
    width: calc((100% / 2) - 35px);
    display: flex;
    flex-direction: column;
  }
  .matrice__insights-archive-img {
    flex-basis: 205px;
    width: 100%;
    height: 205px;
    margin-bottom: 0;
  }
  .matrice__insights-archive-time-date {
    flex-basis: 50%;
  }
  .matrice__insights-archive-time-line {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 460px) and (max-width: 599px) {
  .matrice__heading-wrapper {
    padding: 32px 16px;
  }
  .matrice__insights {
    width: calc(100% - 30px);
  }
  .matrice__insights-archive {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
  }
  .matrice__insights-archive-img {
    flex-basis: 205px;
    width: 100%;
    height: 205px;
    margin-bottom: 0;
  }
  .matrice__insights-archive-time-date {
    flex-basis: 50%;
  }
  .matrice__insights-archive-time-line {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 460px) {
  .matrice__heading-wrapper {
    padding: 32px 16px;
  }
  .matrice__insights {
    width: calc(100% - 30px);
  }
  .matrice__insights-archive {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
  }
  .matrice__insights-archive-img {
    flex-basis: 205px;
    width: 100%;
    height: 205px;
    margin-bottom: 0;
  }
  .matrice__insights-archive-time-date {
    flex-basis: 50%;
  }
  .matrice__insights-archive-time-line {
    flex-basis: 50%;
  }
}
/**
 * SINGLE
 *
 */
/* ------------------------------------ *\
      INTESTAZIONE LAYOUT SINGLE
\* ------------------------------------ */
.matrice__heading-date {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: #626166;
}
.matrice__heading-time {
  font-style: oblique;
  font-size: 16px;
  margin-right: 8px;
}
.matrice__heading-category {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.matrice__heading-category a {
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #ffffff;
  color: #626166;
  text-transform: uppercase;
}

/* ------------------------------------ *\
      SHARE BUTTONS VERTICAL
\* ------------------------------------ */
.matrice__single-main-container {
  max-width: 1000px;
  padding: 32px 24px 8px;
  margin: 0 auto;
  display: flex;
}
.matrice__single-wrapper {
  max-width: 1000px;
  padding: 0 32px 0 24px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.matrice__share-buttons-vertical {
  width: 50px;
  display: flex;
  flex-direction: column;
}
.matrice__share-buttons-horizontal {
  display: flex;
  justify-content: flex-start;
}
.matrice__single-content {
  width: calc(100% - 50px);
  margin-left: 24px;
}
.matrice__page-content {
  flex-basis: calc(100% - 120px);
  margin: 0 auto;
}
.matrice__content p {
  font-size: 20px;
  line-height: 28px;
  color: #626166;
  margin-bottom: 20px;
}
.matrice__content a {
  color: #D8A913;
}
.matrice__content h1, .matrice__content h2, .matrice__content h3, .matrice__content h4, .matrice__content h5, .matrice__content h6 {
  color: #626166;
  margin: 16px 0;
}
.matrice__content h1, .matrice__content h2 {
  border-left: 3px solid #D8A913;
  padding-left: 16px;
}
.matrice__content ul, .matrice__content ol {
  padding: 20px;
  font-size: 20px;
}
.matrice__content li, .matrice__content ol {
  color: #626166;
  line-height: 32px;
}
.matrice__content li::marker {
  color: #D8A913;
}
.matrice__share-buttons-icon {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border: 1px solid #dfdcd2;
  text-align: center;
  color: #626166;
  line-height: 40px;
  vertical-align: middle;
  opacity: 1;
  transition: all 0.2s 0s ease;
}
.matrice__share-buttons-icon:hover {
  opacity: 0.7;
}
.matrice__share-buttons-text {
  transform: rotate(-90deg);
  color: #626166;
  padding: 30px 0;
  width: -moz-fit-content;
  width: fit-content;
}
.matrice__share-buttons-divider {
  height: 50px;
  width: 0.5px;
  background-color: #dfdcd2;
  margin: 16px auto;
}
.matrice__share-wrapper {
  position: sticky;
  top: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.matrice__share-buttons {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.matrice__share-buttons li {
  padding-bottom: 16px;
}

/* ------------------------------------ *\
      PAGINATION
\* ------------------------------------ */
.matrice__pagination-news-container {
  margin: 24px 0;
  width: 100%;
  border-top: 1px solid #dfdcd2;
  border-bottom: 1px solid #dfdcd2;
  display: flex;
  justify-content: space-between;
}
.matrice__next-prev-pagination-container {
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
}
.matrice__pagination-prev {
  padding: 40px 8px;
  flex-basis: 50%;
  border-right: 1px solid #dfdcd2;
}
.matrice__pagination-next {
  padding: 40px 8px;
  flex-basis: 50%;
}
.matrice__pagination-next a, .matrice__pagination-prev a {
  text-decoration: none;
}
.matrice__pagination-icon-prev {
  color: #D8A913;
  margin-bottom: 8px;
  opacity: 1;
}
.matrice__pagination-icon-next {
  text-align: right;
  color: #D8A913;
  margin-bottom: 8px;
  opacity: 1;
}
.matrice__pagination-icon-next:hover, .matrice__pagination-icon-prev:hover {
  opacity: 0.8;
}
.matrice__pagination-title-prev {
  color: #626166;
}
.matrice__pagination-title-next {
  text-align: right;
  color: #626166;
}
.matrice__share-buttons-horizontal {
  display: none;
}

@media screen and (max-width: 768px) {
  .matrice__heading-title {
    flex-basis: 100%;
  }
  .matrice__heading-line, .matrice__pagination-title-next, .matrice__pagination-title-prev, .matrice__share-buttons-divider, .matrice__share-buttons-text, .matrice__share-buttons-vertical {
    display: none;
  }
  .matrice__share-wrapper {
    position: relative;
    top: 0;
  }
  .matrice__share-buttons {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .matrice__share-buttons-text-hor {
    transform: rotate(0deg);
    padding: 0;
    line-height: 40px;
  }
  .matrice__share-buttons-icon {
    margin: 0 8px;
  }
  .matrice__share-buttons-horizontal {
    display: flex;
    padding: 16px 0;
  }
  .matrice__single-content {
    width: 100%;
    margin-left: 0;
  }
  .matrice__page-content {
    flex-basis: 100%;
    margin: 0 auto;
  }
  .matrice__breadcrumbs-text {
    display: none;
  }
}
/**
 * SINGLE APPROFONDIMENTI
 *
 */
/* ------------------------------------ *\
     INTESTAZIONE LAYOUT ARCHIVIO
 \* ------------------------------------ */
.matrice__heading-single-container {
  width: 100%;
  background-color: #F7F8F3;
}
.matrice__heading-single-img-container {
  max-width: 1000px;
  margin: 0 auto;
  height: 472px;
  padding: 24px 16px 32px;
}
.matrice__single-insights-heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #dfdcd2;
  margin-top: 8px;
  margin-bottom: 16px;
}
.matrice__single-insights-heading-category {
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}
.matrice__single-insights-heading-category a {
  text-decoration: none;
  color: #626166;
  padding: 5px 10px;
  background-color: #f1f1f1;
}
.matrice__single-insights-heading-title {
  font-size: 38px;
  padding: 16px 0 32px 0;
  color: #626166;
}
.matrice__single-insights-tag {
  padding: 16px 0;
}
.matrice__single-insights-tag a {
  font-size: 14px;
  padding: 5px 10px;
  background-color: #f1f1f1;
  text-transform: uppercase;
  text-decoration: none;
  color: #626166;
}

@media screen and (max-width: 460px) {
  .matrice__heading-single-img-container {
    height: 200px;
  }
}
/* ------------------------------------ *\
    Citazioni
\* ------------------------------------ */
blockquote {
  position: relative;
  left: 30px;
  width: calc(100% - 30px);
  display: inline-block;
  justify-content: flex-end;
  margin: 24px;
  border-left: 3px solid #D8A913;
  padding: 24px;
  font-size: 24px;
  color: #626166;
  font-style: italic;
}

blockquote::before {
  content: "“";
  color: #D8A913;
  display: block;
  font-size: 110px;
  left: -90px;
  top: -50px;
  position: relative;
  height: 0;
}

/* ------------------------------------ *\
    Blocco caricamento file da scaricare
\* ------------------------------------ */
.wp-block-file .wp-block-file__button {
  background: #D8A913;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  padding: 0.5em 1em;
}

.wp-block-file {
  padding: 24px 0;
}

/* ------------------------------------ *\
    Blocco immagine
\* ------------------------------------ */
.wp-block-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* ------------------------------------ *\
    Blocco embed media
\* ------------------------------------ */
.wp-block-embed iframe {
  width: 100%;
  height: 400px;
  padding: 16px 0;
}

.wp-block-embed__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

/* ------------------------------------ *\
    Ancora - fix altezza
\* ------------------------------------ */
.offset {
  margin-top: -140px !important;
  padding-top: 140px !important;
}

/* ------------------------------------ *\
    Lightweight Accordion
\* ------------------------------------ */
.lightweight-accordion .lightweight-accordion-title {
  margin: 12px 0;
}

.lightweight-accordion .lightweight-accordion-title span,
.lightweight-accordion .lightweight-accordion-title h1,
.lightweight-accordion .lightweight-accordion-title h2,
.lightweight-accordion .lightweight-accordion-title h3,
.lightweight-accordion .lightweight-accordion-title h4,
.lightweight-accordion .lightweight-accordion-title h5,
.lightweight-accordion .lightweight-accordion-title h6 {
  border-left: 3px solid #D8A913;
  padding-left: 16px;
  font-weight: 700 !important;
  color: #626166;
  font-size: 20px !important;
}
