/* BRANDBOOK RL 25-7-19 */
/* COLORS */
/* SIZE */
/* LOGHI RL */
/* THEME COLOR */
.logo-RL-design {
  width: 194px;
  height: 54px;
  margin-right: 24px;
}
.logo-RL-top-design {
  width: 184px;
  height: 38px;
}
.logo-ARIA-design {
  width: auto;
  height: 54px;
}
.logo-text-platform-design {
  color: #5e7887 !important;
}
a.logo-text-platform-design:hover {
  text-decoration: underline !important;
}
/* BACKGROUND PLATFORM */
/* UTILITY COLOR */
/* TEXT COLOR */
/* SOCIAL COLOR */
/* DEVICE AND BROWSER MEDIA QUERY */
/*BOOTSTRAP-ITALIA*/
/* PRIMARY-COLOR OVERRIDE*/
/* THEME COLOR */
/* UTILITY */
/* STYLE CUSTOM */
/* platform/common/web/scss */
.uk-container .uk-container {
  padding: 0;
}
div[uk-grid] {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -6px;
}
div[uk-grid] > * {
  padding: 0 6px;
}
@media (min-width: 576px) {
  .expand-gutters-3 > div:nth-child(2) {
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .expand-gutters-3 > div:nth-child(2) {
    padding: 0 24px;
  }
}
/* ========================================================================
 Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-child-width-1-2 > * {
  width: 50%;
}
.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}
.uk-child-width-1-4 > * {
  width: 25%;
}
.uk-child-width-1-5 > * {
  width: 20%;
}
.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}
.uk-child-width-auto > * {
  width: auto;
}
/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}
/* Phone landscape and bigger */
@media (min-width: 576px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 768px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 992px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}
/* Halves */
.uk-width-1-2 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}
.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5 {
  width: 20%;
}
.uk-width-2-5 {
  width: 40%;
}
.uk-width-3-5 {
  width: 60%;
}
.uk-width-4-5 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}
.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}
/* Pixel */
.uk-width-small {
  width: 150px;
}
.uk-width-medium {
  width: 300px;
}
.uk-width-large {
  width: 450px;
}
.uk-width-xlarge {
  width: 600px;
}
.uk-width-2xlarge {
  width: 750px;
}
/* Auto */
.uk-width-auto {
  width: auto;
}
/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}
/* Phone landscape and bigger */
@media (min-width: 576px) {
  .bootstrap-select .dropdown-toggle {
    /* Whole */
    /* Halves */
    /* Thirds */
    /* Quarters */
    /* Fifths */
    /* Sixths */
    /* Pixel */
    /* Auto */
    /* Expand */
  }
  .uk-width-1-1\@s {
    width: 100%;
  }
  .uk-width-1-2\@s {
    width: 50%;
  }
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-2xlarge\@s {
    width: 750px;
  }
  .uk-width-auto\@s {
    width: auto;
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 768px) {
  .bootstrap-select .dropdown-toggle {
    /* Whole */
    /* Halves */
    /* Thirds */
    /* Quarters */
    /* Fifths */
    /* Sixths */
    /* Pixel */
    /* Auto */
    /* Expand */
  }
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-1-2\@m {
    width: 50%;
  }
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-2xlarge\@m {
    width: 750px;
  }
  .uk-width-auto\@m {
    width: auto;
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 992px) {
  .bootstrap-select .dropdown-toggle {
    /* Whole */
    /* Halves */
    /* Thirds */
    /* Quarters */
    /* Fifths */
    /* Sixths */
    /* Pixel */
    /* Auto */
    /* Expand */
  }
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-1-2\@l {
    width: 50%;
  }
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-2xlarge\@l {
    width: 750px;
  }
  .uk-width-auto\@l {
    width: auto;
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1200px) {
  .bootstrap-select .dropdown-toggle {
    /* Whole */
    /* Halves */
    /* Thirds */
    /* Quarters */
    /* Fifths */
    /* Sixths */
    /* Pixel */
    /* Auto */
    /* Expand */
  }
  .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-width-1-2\@xl {
    width: 50%;
  }
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-2xlarge\@xl {
    width: 750px;
  }
  .uk-width-auto\@xl {
    width: auto;
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
.it-hero-wrapper.it-wrapped-container img.el-image {
  height: auto !important;
}
.btn.btn-primary, .banner-covid a.uk-button-primary.btn-primary, .banner-covid a.uk-button-primary, .banner-covid .feedback-button a.uk-button-primary, .feedback-button .banner-covid a.uk-button-primary, .banner-covid a.uk-button-secondary.btn-primary, .banner-covid a.uk-button-primary.uk-button-secondary, .banner-covid .feedback-button a.uk-button-secondary, .feedback-button .banner-covid a.uk-button-secondary, .banner-covid a.uk-button-danger.btn-primary, .banner-covid a.uk-button-primary.uk-button-danger, .banner-covid .feedback-button a.uk-button-danger, .feedback-button .banner-covid a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site a.btn-primary, .edufehome-banner .btn-container .btn-old-site .banner-covid a.uk-button-primary, .banner-covid .edufehome-banner .btn-container .btn-old-site a.uk-button-primary, .edufehome-banner .btn-container .btn-old-site .feedback-button a, .feedback-button .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-sosi a.btn-primary, .edufehome-banner .btn-container .btn-sosi .banner-covid a.uk-button-primary, .banner-covid .edufehome-banner .btn-container .btn-sosi a.uk-button-primary, .edufehome-banner .btn-container .btn-sosi .feedback-button a, .feedback-button .edufehome-banner .btn-container .btn-sosi a, .feedback-button a.btn-primary, .feedback-button a, .pug-button a.btn-primary, .pug-button .banner-covid a.uk-button-primary, .banner-covid .pug-button a.uk-button-primary, .pug-button .feedback-button a, .feedback-button .pug-button a, .pnrr-button a.btn-primary, .pnrr-button .banner-covid a.uk-button-primary, .banner-covid .pnrr-button a.uk-button-primary, .pnrr-button .feedback-button a, .feedback-button .pnrr-button a, .assistance.btn-primary, .banner-covid a.uk-button-primary.assistance, .feedback-button a.assistance, .banner-covid a.uk-button-primary.btn, .banner-covid a.uk-button-secondary.uk-button-primary, .banner-covid a.uk-button-danger.uk-button-primary, .banner-covid a.assistance.uk-button-primary, .feedback-button a.btn {
  cursor: pointer;
}
.btn.btn-primary .uk-button.uk-button-primary, .banner-covid a.uk-button-primary.btn-primary .uk-button.uk-button-primary, .banner-covid a.uk-button-primary .uk-button.uk-button-primary, .banner-covid .feedback-button a.uk-button-primary .uk-button.uk-button-primary, .feedback-button .banner-covid a.uk-button-primary .uk-button.uk-button-primary, .banner-covid a.uk-button-secondary.btn-primary .uk-button.uk-button-primary, .banner-covid a.uk-button-primary.uk-button-secondary .uk-button.uk-button-primary, .banner-covid .feedback-button a.uk-button-secondary .uk-button.uk-button-primary, .feedback-button .banner-covid a.uk-button-secondary .uk-button.uk-button-primary, .banner-covid a.uk-button-danger.btn-primary .uk-button.uk-button-primary, .banner-covid a.uk-button-primary.uk-button-danger .uk-button.uk-button-primary, .banner-covid .feedback-button a.uk-button-danger .uk-button.uk-button-primary, .feedback-button .banner-covid a.uk-button-danger .uk-button.uk-button-primary, .edufehome-banner .btn-container .btn-old-site a.btn-primary .uk-button.uk-button-primary, .edufehome-banner .btn-container .btn-old-site .banner-covid a.uk-button-primary .uk-button.uk-button-primary, .banner-covid .edufehome-banner .btn-container .btn-old-site a.uk-button-primary .uk-button.uk-button-primary, .edufehome-banner .btn-container .btn-old-site .feedback-button a .uk-button.uk-button-primary, .feedback-button .edufehome-banner .btn-container .btn-old-site a .uk-button.uk-button-primary, .edufehome-banner .btn-container .btn-sosi a.btn-primary .uk-button.uk-button-primary, .edufehome-banner .btn-container .btn-sosi .banner-covid a.uk-button-primary .uk-button.uk-button-primary, .banner-covid .edufehome-banner .btn-container .btn-sosi a.uk-button-primary .uk-button.uk-button-primary, .edufehome-banner .btn-container .btn-sosi .feedback-button a .uk-button.uk-button-primary, .feedback-button .edufehome-banner .btn-container .btn-sosi a .uk-button.uk-button-primary, .feedback-button a.btn-primary .uk-button.uk-button-primary, .feedback-button a .uk-button.uk-button-primary, .pug-button a.btn-primary .uk-button.uk-button-primary, .pug-button .banner-covid a.uk-button-primary .uk-button.uk-button-primary, .banner-covid .pug-button a.uk-button-primary .uk-button.uk-button-primary, .pug-button .feedback-button a .uk-button.uk-button-primary, .feedback-button .pug-button a .uk-button.uk-button-primary, .pnrr-button a.btn-primary .uk-button.uk-button-primary, .pnrr-button .banner-covid a.uk-button-primary .uk-button.uk-button-primary, .banner-covid .pnrr-button a.uk-button-primary .uk-button.uk-button-primary, .pnrr-button .feedback-button a .uk-button.uk-button-primary, .feedback-button .pnrr-button a .uk-button.uk-button-primary, .assistance.btn-primary .uk-button.uk-button-primary, .banner-covid a.uk-button-primary.assistance .uk-button.uk-button-primary, .feedback-button a.assistance .uk-button.uk-button-primary, .banner-covid a.uk-button-primary.btn .uk-button.uk-button-primary, .banner-covid a.uk-button-secondary.uk-button-primary .uk-button.uk-button-primary, .banner-covid a.uk-button-danger.uk-button-primary .uk-button.uk-button-primary, .banner-covid a.assistance.uk-button-primary .uk-button.uk-button-primary, .feedback-button a.btn .uk-button.uk-button-primary {
  color: #fff;
  text-decoration: none;
}
/* PRIMARY-COLOR OVERRIDE*/
/* THEME COLOR */
/*edufe*/
/*PUG*/
/*PNRR*/
/*MATRIMONI*/
/*INFERRARA*/
/*GEOPORTALE*/
/*SSUI*/
.brown-ssui-text {
  color: #735238 !important;
}
.btn, .banner-covid a.uk-button-primary, .banner-covid a.uk-button-secondary, .banner-covid a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-sosi a, .feedback-button a, .pug-button a, .pnrr-button a, .assistance {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .container, .uk-container {
    max-width: 100% !important;
  }
}
.back-to-top {
  bottom: 80px !important;
}
.back-to-top:focus, .form-check [type='checkbox']:focus + label.back-to-top, .form-check [type='radio']:focus + label.back-to-top, .toggles label input[type='checkbox']:focus + .lever.back-to-top {
  border: 2px solid #f90;
}
img {
  aspect-ratio: auto;
}
#dropdownMenuProfile {
  background-color: transparent;
  box-shadow: none;
}
.menu-profile {
  max-height: 100%;
}
.menu-profile a.dropdown-toggle {
  max-height: 100%;
  padding: 9px 24px !important;
}
.menu-profile a.dropdown-toggle:focus, .menu-profile .toggles label input[type='checkbox']:focus + a.lever.dropdown-toggle, .toggles label .menu-profile input[type='checkbox']:focus + a.lever.dropdown-toggle {
  border: 3px solid #f90 !important;
}
.callout ul {
  color: #5b6f82;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  main {
    padding-bottom: 50px;
  }
}
body {
  -webkit-print-color-adjust: exact;
}
main::after {
  height: 50px;
  display: block;
}
input[type="search"] {
  height: 54px !important;
  padding-left: 40px !important;
}
.input-placeholder input[type="search"] {
  padding-left: 40px;
}
.input-placeholder .autocomplete-icon {
  left: 0;
  right: unset;
}
.risposte-consiglieri-modal .attachment-item .card-body a::before, .risposte-consiglieri-modal .attachment-item .attachments-detail ul li a::before, .attachments-detail ul .risposte-consiglieri-modal .attachment-item li a::before {
  content: 'Scarica il documento - ';
  font-weight: bold;
}
.bi-assistance {
  bottom: 170px !important;
}
.it-footer-comune {
  bottom: 0;
  right: 0;
  left: 0;
}
.it-footer-comune .footer-pa-title svg, .it-footer-comune .footer-pa-title img {
  height: 48px;
  width: auto;
}
.it-footer-comune .footer-pa-title > a {
  text-decoration: none;
  display: flex;
  color: #fff;
  gap: 5px;
}
.it-footer-comune .footer-pa-title > a .icon-white, .it-footer-comune .footer-pa-title > a .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .it-footer-comune .footer-pa-title > a .icon, .it-footer-comune .footer-pa-title > a .active-filter svg, .active-filter .it-footer-comune .footer-pa-title > a svg, .it-footer-comune .footer-pa-title > a .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .it-footer-comune .footer-pa-title > a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .it-footer-comune .footer-pa-title > a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .it-footer-comune .footer-pa-title > a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .it-footer-comune .footer-pa-title > a .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .it-footer-comune .footer-pa-title > a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .it-footer-comune .footer-pa-title > a .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .it-footer-comune .footer-pa-title > a svg, .it-footer-comune .footer-pa-title > a .event-container.light-theme .time-event .hour .icon, .event-container.light-theme .time-event .hour .it-footer-comune .footer-pa-title > a .icon, .it-footer-comune .footer-pa-title > a .event-container.dark-theme .time-event .hour .icon, .event-container.dark-theme .time-event .hour .it-footer-comune .footer-pa-title > a .icon {
  fill: #fff;
}
.it-footer-comune .footer-pa-title > a h2 {
  margin-bottom: 0;
}
.it-footer-comune p {
  color: #fff;
}
.it-footer-comune p a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.it-footer-comune p a:not(.btn).active, .it-footer-comune p .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(.btn), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-footer-comune p a:not(.btn) {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.it-footer-comune p a:not(.btn):hover {
  color: #ffd400;
  opacity: 0.9;
}
.it-footer-comune .container-title .footer-title {
  font-size: 24px;
  line-height: 28px;
}
.it-footer-comune .it-footer-main {
  font-size: 18px;
}
.it-footer-comune .it-footer-main hr {
  border-color: #fff;
}
@media (min-width: 768px) {
  .it-footer-comune .it-footer-main .colonna-menu .link-list-wrapper {
    column-count: 2;
    column-gap: 200px;
  }
  .it-footer-comune .it-footer-main .colonna-menu .link-list-wrapper ul > li:not(:first-child) {
    margin-top: 30px;
  }
}
.it-footer-comune .it-footer-main .link-list-wrapper hr {
  border-color: #fff;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul li a.list-item {
  text-decoration: underline;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul li a.list-item.active, .it-footer-comune .it-footer-main .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-footer-comune .it-footer-main .link-list-wrapper ul li a.list-item {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul li a.list-item:hover {
  color: #ffd400;
  opacity: 0.9;
}
.it-footer-comune .it-footer-main .link-list-wrapper ul.footer-list.link-list.two-cols {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 10px;
}
.it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li {
  margin-right: 16px;
}
.it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li a:hover svg {
  fill: #ffd400;
}
.it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li a svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.it-footer-comune .it-footer-small.bg-tertiary {
  background: #333 !important;
}
@media (min-width: 768px) {
  .it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item {
    padding: 0 1rem;
  }
  .it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item:first-child {
    padding-left: 0;
  }
}
.it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item a:not(.btn).active, .it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(.btn), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item a:not(.btn) {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item a:not(.btn):hover {
  color: #ffd400;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .it-footer-comune .container-title .footer-title {
    padding-top: 25px;
  }
  .it-footer-comune .it-footer-small .it-footer-small-list li.list-inline-item:not(:last-child) a:after {
    content: " | ";
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul {
    flex-direction: row;
    display: flex;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li {
    margin-right: 5px;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper.footer-social ul li a .icon {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
  .it-footer-comune .it-footer-main .link-list-wrapper ul li {
    display: inline-block;
  }
}
@media print {
  #CookiebotWidget, .dropdown-menu.show {
    display: none !important;
  }
}
.it-header-sticky .it-header-slim-wrapper.bg-primary, .it-header-sticky .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .icon.it-header-slim-wrapper, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .it-header-sticky .icon.it-header-slim-wrapper, .it-header-sticky .active-filter.it-header-slim-wrapper, .it-header-sticky .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg.it-header-slim-wrapper, .it-header-sticky .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg.it-header-slim-wrapper, .it-header-sticky .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg.it-header-slim-wrapper, .attachments-detail ul .it-header-sticky .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg.it-header-slim-wrapper, .attachments-detail ul .it-header-sticky .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg.it-header-slim-wrapper, .it-header-sticky .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg.it-header-slim-wrapper, .attachments-detail ul .it-header-sticky .card-argomenti-container .agid-evidence-topic-container li.card svg.it-header-slim-wrapper, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .it-header-sticky svg.it-header-slim-wrapper {
  background: #333 !important;
}
@media (min-width: 992px) {
  .it-header-sticky .it-header-slim-wrapper {
    height: 48px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned a svg {
    fill: black !important;
  }
}
@media (min-width: 992px) {
  .it-header-wrapper.it-header-sticky nav.navbar .menu-wrapper .dropdown .dropdown-menu {
    min-width: 12rem;
  }
}
.is-sticky .it-brand-text {
  padding-right: 24px;
  max-height: 40px;
  height: 40px;
}
.is-sticky .it-brand-text img {
  max-height: 40px;
  height: 40px;
}
.it-nav-wrapper .it-header-center-wrapper {
  background: #000;
  padding-left: 0;
  padding-right: 0;
}
.it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text {
  padding-right: 16px;
}
@media (min-width: 992px) {
  .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text {
    max-height: 90px;
    height: 90px;
  }
  .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text img {
    max-height: 90px;
    height: 90px;
  }
}


.it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text a {
  display: block;
}
.it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text a h2 {
  font-weight: bold;
}
.it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text a h3 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: black;
  }
}
@media (min-width: 992px) {
  .it-nav-wrapper .it-header-navbar-wrapper {
    background: #000;
  }
}
.it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item .nav-link {
  font-weight: 600;
}
.it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item .nav-link.nav-link-plugin {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
@media (min-width: 992px) {
  .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item .nav-link.nav-link-plugin {
    background-color: #ffd400;
    color: black;
  }
}
@media (max-width: 991px) {
  .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item .nav-link.nav-link-plugin {
    background-color: white !important;
    color: #007db3 !important;
  }
}
.it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item .nav-link.nav-link-plugin svg {
  margin-right: -4px;
}
.it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item .nav-link.nav-link-plugin + .dropdown-menu .link-list-wrapper .link-list .nav-item .nav-link {
  background: transparent;
  color: #007db3;
  font-weight: normal;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item:nth-child(1) .nav-link {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav.navbar-secondary {
    padding-top: 0 !important;
  }
}
.it-nav-wrapper .it-header-navbar-wrapper .navbar-nav.navbar-secondary .nav-item:last-child .nav-link {
  padding-right: 0;
  font-weight: bold;
}
@media (max-width: 991px) {
  .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav.navbar-secondary .nav-item:last-child .nav-link {
    font-weight: 600 !important;
  }
}
.it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable {
  z-index: 2;
}
@media screen and (max-width: 991px) {
}
.it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable a.nav-link {
  text-decoration: none;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu.dropdown-menu-right {
  border-radius: 4px;
  right: auto !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  min-width: 250px;
}
@media (min-width: 768px) {
  .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a {
    padding-right: 20px !important;
  }
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a span {
  color: black;
}
/**HEADER TEMPLATE EDUFE*/
.it-header-edufe-wrapper.it-header-sticky.is-sticky .it-nav-wrapper-edufe .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned {
  color: black;
}
@media (min-width: 992px) {
  .it-header-edufe-wrapper.it-header-sticky.is-sticky .it-nav-wrapper-edufe .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned a {
    background: black !important;
  }
}
@media (min-width: 992px) {
  .it-header-edufe-wrapper.it-header-sticky.is-sticky .it-nav-wrapper-edufe .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned a svg {
    fill: white !important;
  }
}
.it-header-edufe-wrapper .it-header-slim-edufe .navbar-brand img {
  height: 25px;
}
.it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper {
  background-color: #fff2db;
}
.it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-brand-text .h2, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-brand-text .event-container .time-event .date .day-event, .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-brand-text .day-event {
  color: #dc7e72;
}
.it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials svg {
  fill: #000 !important;
}
.it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper .search-link {
  background: #000;
}
@media (max-width: 991px) {
  .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper .search-link {
    background-color: transparent;
  }
}
.it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper .search-link svg {
  fill: #fff;
}
@media (max-width: 991px) {
  .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper .search-link svg {
    fill: #000;
  }
}
.it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-navbar-wrapper {
  background-color: #ffd48c;
}
@media (max-width: 991px) {
  .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-navbar-wrapper {
    background-color: transparent;
  }
}
.it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-navbar-wrapper nav.navbar button svg {
  fill: #000 !important;
}
@media (min-width: 992px) {
  .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-navbar-wrapper nav.navbar .navbar-collapsable .navbar-nav li.nav-item:first-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-navbar-wrapper nav.navbar .navbar-collapsable .navbar-nav li.nav-item:nth-child(2) a {
    padding-left: 0;
  }
}
.it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-navbar-wrapper .menu-wrapper ul li a {
  color: #000;
}
.it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-navbar-wrapper .menu-wrapper ul li a.nav-link.active, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-navbar-wrapper .menu-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-navbar-wrapper .menu-wrapper ul li a.nav-link {
  border-color: #000;
}
@media (min-width: 992px) {
  .ricerca-filtri {
    overflow-y: scroll;
    position: sticky !important;
    top: 60px;
    margin-top: -60px;
    min-height: 100vh;
  }
}
.fullsrc-section .full-text-src {
  position: relative;
}
.fullsrc-section .full-text-src .input-group-append button[title="Cerca"] {
  padding: 8px;
}
@media (min-width: 768px) {
  .fullsrc-section .full-text-src .input-group-append button[title="Cerca"] {
    padding: 12px 70px;
  }
}
.fullsrc-section .full-text-src .input-group-append button[title="Cerca"] span.sr-only {
  color: #fff;
}
.fullsrc-section .full-text-src span.mdi-magnify {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 25px;
  margin-left: 10px;
}
.fullsrc-section .full-text-src label {
  width: auto;
  margin-left: 30px;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .fullsrc-section .ricerca-new-template > .row, .fullsrc-section .edufe-argomenti-layoutsection .ricerca-new-template > .four-columns-layout, .edufe-argomenti-layoutsection .fullsrc-section .ricerca-new-template > .four-columns-layout, .fullsrc-section .attachments-detail .ricerca-new-template > ul, .attachments-detail .fullsrc-section .ricerca-new-template > ul, .fullsrc-section .edufe-argomenti-layoutsection.pug .ricerca-new-template > .five-columns-layout, .edufe-argomenti-layoutsection.pug .fullsrc-section .ricerca-new-template > .five-columns-layout, .fullsrc-section .section-missioni .ricerca-new-template > .three-columns-layout, .section-missioni .fullsrc-section .ricerca-new-template > .three-columns-layout, .fullsrc-section .edufe-argomenti-layoutsection.pnrr .ricerca-new-template > .five-columns-layout, .edufe-argomenti-layoutsection.pnrr .fullsrc-section .ricerca-new-template > .five-columns-layout, .fullsrc-section .edufe-argomenti-layoutsection.matrimoni .ricerca-new-template > .five-columns-layout, .edufe-argomenti-layoutsection.matrimoni .fullsrc-section .ricerca-new-template > .five-columns-layout, .fullsrc-section .edufe-argomenti-layoutsection.ssui .ricerca-new-template > .five-columns-layout, .edufe-argomenti-layoutsection.ssui .fullsrc-section .ricerca-new-template > .five-columns-layout {
    flex-direction: column-reverse;
  }
}
#infscr-loading {
  display: flex;
  justify-content: center;
}
.banner-covid .uk-background-norepeat {
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-size: auto 100%;
}
.notizie-layoutsection .notizie-block-layoutsection > div .box-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
}
.notizie-layoutsection .notizie-block-layoutsection > div .box-card > .uk-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.notizie-layoutsection .notizie-block-layoutsection > div .box-card > .uk-container .categoria-box-card > .uk-container {
  display: flex;
  align-items: flex-start;
}
.notizie-layoutsection .notizie-block-layoutsection > div .box-card > .uk-container .categoria-box-card > .uk-container svg {
  min-width: 32px;
}
.notizie-layoutsection .notizie-block-layoutsection > div .box-card > .uk-container .categoria-box-card > .uk-container .icon-categoria {
  margin-right: 10px;
  display: flex;
}
.notizie-layoutsection .notizie-block-layoutsection > div .box-card > .uk-container .categoria-box-card > .uk-container .icon-categoria > * {
  height: 22px;
}
.notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card {
  display: flex;
  align-items: center;
}
.notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card img {
  height: 22px;
}
.notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card .el-content * {
  margin: 0;
}
.notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card {
  margin-top: auto;
}
.notizie-layoutsection.evidenza-section {
  z-index: 1;
}
.notizie-layoutsection.evidenza-section.argomenti-evidenza-section {
  z-index: 0;
}
.argomenti-layoutsection.evidenza-layoutsection > div {
  background-repeat: repeat-x;
  background-position-x: center;
  background-size: 100% 300px;
}
.argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card > .uk-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card {
  display: flex;
  align-items: flex-start !important;
}
.argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card img {
  height: 22px;
}
.argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card .el-content {
  max-width: 90%;
}
.argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card .el-content.edufe-link-text a {
  text-decoration: underline !important;
}
.argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card .el-content * {
  margin: 0;
}
.argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card {
  margin-top: auto;
}
.siti-tematici-layoutsection .siti-tematici-block-layoutsection > div {
  display: block;
  text-decoration: none;
  height: 100%;
}
.siti-tematici-layoutsection .siti-tematici-block-layoutsection > div .singleblock-sititematici {
  height: 100%;
}
.siti-tematici-layoutsection .siti-tematici-block-layoutsection > div .singleblock-sititematici img {
  border-radius: 50%;
  object-fit: cover;
}
.siti-tematici-layoutsection .siti-tematici-block-layoutsection > div .singleblock-sititematici h6 a {
  color: white !important;
  text-decoration: none;
}
.siti-tematici-layoutsection .siti-tematici-block-layoutsection > div .singleblock-sititematici h6 a:hover {
  text-decoration: underline;
  text-decoration-color: white;
}
.siti-tematici-layoutsection .siti-tematici-block-layoutsection > div .el-title {
  letter-spacing: 0.7px;
  font-size: 0.9em;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0;
  line-height: 1.5;
}
.notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer {
  padding-top: 0;
  /*@media screen and (max-width:767px){
   margin-bottom:-150px
   }
   @media screen and (max-width:575px){
   margin-bottom:-90px
   }*/
}
.notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper {
    flex-direction: column-reverse;
  }
}
.notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li {
    padding-bottom: 20px;
  }
}
.notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li {
  padding-left: 3px;
}
.notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li a {
  text-decoration: none;
}
.notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a:hover, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a:hover, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a:hover, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li a:hover, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body a:hover, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a:hover, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li a:hover {
  text-decoration: underline;
}
.notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body h5.card-title.big-heading, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body h5.card-title.big-heading, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li h5.card-title.big-heading, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li h5.card-title.big-heading, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body h5.card-title.big-heading, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li h5.card-title.big-heading, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li h5.card-title.big-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .card-text, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .card-text, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .card-text, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li .card-text, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body .card-text, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .card-text, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li .card-text {
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .chip-container .chip.chip-simple, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .chip-container .chip.chip-simple, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .chip-container .chip.chip-simple, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li .chip-container .chip.chip-simple, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body .chip-container .chip.chip-simple, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .chip-container .chip.chip-simple, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li .chip-container .chip.chip-simple {
  margin: 0 4px 0 0;
}
.notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a.read-more, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a.read-more, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li a.read-more, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body a.read-more, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a.read-more, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li a.read-more, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a {
  width: auto;
  justify-content: flex-start;
  float: initial;
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
}
.notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-dots {
  left: auto;
  right: auto;
  margin-top: 48px;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-dots {
    margin-top: 0;
  }
}
.notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-dots button {
  border-radius: 0;
  outline: 0;
  background-color: black;
}
/*NUOVA SEZIONE DI GESTIONE OVERLAP*/
@media (max-width: 767px) {
  .evidence-news-home-section .card-notizie-container > .list-view > .row, .evidence-news-home-section .edufe-argomenti-layoutsection .card-notizie-container > .list-view > .four-columns-layout, .edufe-argomenti-layoutsection .evidence-news-home-section .card-notizie-container > .list-view > .four-columns-layout, .evidence-news-home-section .attachments-detail .card-notizie-container > .list-view > ul, .attachments-detail .evidence-news-home-section .card-notizie-container > .list-view > ul, .evidence-news-home-section .edufe-argomenti-layoutsection.pug .card-notizie-container > .list-view > .five-columns-layout, .edufe-argomenti-layoutsection.pug .evidence-news-home-section .card-notizie-container > .list-view > .five-columns-layout, .evidence-news-home-section .section-missioni .card-notizie-container > .list-view > .three-columns-layout, .section-missioni .evidence-news-home-section .card-notizie-container > .list-view > .three-columns-layout, .evidence-news-home-section .edufe-argomenti-layoutsection.pnrr .card-notizie-container > .list-view > .five-columns-layout, .edufe-argomenti-layoutsection.pnrr .evidence-news-home-section .card-notizie-container > .list-view > .five-columns-layout, .evidence-news-home-section .edufe-argomenti-layoutsection.matrimoni .card-notizie-container > .list-view > .five-columns-layout, .edufe-argomenti-layoutsection.matrimoni .evidence-news-home-section .card-notizie-container > .list-view > .five-columns-layout, .evidence-news-home-section .edufe-argomenti-layoutsection.ssui .card-notizie-container > .list-view > .five-columns-layout, .edufe-argomenti-layoutsection.ssui .evidence-news-home-section .card-notizie-container > .list-view > .five-columns-layout {
    flex-direction: column-reverse;
  }
}
.evidence-news-home-section .card-notizie-container .home-higlight-aspect-ratio {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
}
@media (min-width: 768px) {
  .top-overlap-section {
    margin-top: -48px;
  }
}
.calendar-section{
  background-color:#EAEAEA ;
}
.calendar-section .owl-nav {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.calendar-section .owl-nav .owl-prev > span.mdi, .calendar-section .owl-nav .owl-next > span.mdi {
  font-size: 30px;
}
.calendar-section .owl-nav a[class^="owl"]:not(.disable) {
  color: #007db3;
}
.calendar-section .owl-nav .btn, .calendar-section .owl-nav .banner-covid a.uk-button-primary, .banner-covid .calendar-section .owl-nav a.uk-button-primary, .calendar-section .owl-nav .banner-covid a.uk-button-secondary, .banner-covid .calendar-section .owl-nav a.uk-button-secondary, .calendar-section .owl-nav .banner-covid a.uk-button-danger, .banner-covid .calendar-section .owl-nav a.uk-button-danger, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-old-site .calendar-section .owl-nav a, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi a, .edufehome-banner .btn-container .btn-sosi .calendar-section .owl-nav a, .calendar-section .owl-nav .feedback-button a, .feedback-button .calendar-section .owl-nav a, .calendar-section .owl-nav .pug-button a, .pug-button .calendar-section .owl-nav a, .calendar-section .owl-nav .pnrr-button a, .pnrr-button .calendar-section .owl-nav a, .calendar-section .owl-nav .assistance, .calendar-section .owl-nav .btn:focus, .calendar-section .owl-nav .banner-covid a.uk-button-primary:focus, .calendar-section .owl-nav .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary, .toggles label .calendar-section .owl-nav .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary, .banner-covid .calendar-section .owl-nav a.uk-button-primary:focus, .calendar-section .owl-nav .banner-covid a.uk-button-secondary:focus, .calendar-section .owl-nav .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary, .toggles label .calendar-section .owl-nav .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary, .banner-covid .calendar-section .owl-nav a.uk-button-secondary:focus, .calendar-section .owl-nav .banner-covid a.uk-button-danger:focus, .calendar-section .owl-nav .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger, .toggles label .calendar-section .owl-nav .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger, .banner-covid .calendar-section .owl-nav a.uk-button-danger:focus, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site a:focus, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-old-site .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi a:focus, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .feedback-button a:focus, .calendar-section .owl-nav .feedback-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .pug-button a:focus, .calendar-section .owl-nav .pug-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .pug-button input[type='checkbox']:focus + a.lever, .pug-button .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .pnrr-button a:focus, .calendar-section .owl-nav .pnrr-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .pnrr-button input[type='checkbox']:focus + a.lever, .pnrr-button .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .assistance:focus, .calendar-section .owl-nav .form-check [type='checkbox']:focus + label.assistance, .form-check .calendar-section .owl-nav [type='checkbox']:focus + label.assistance, .calendar-section .owl-nav .form-check [type='radio']:focus + label.assistance, .form-check .calendar-section .owl-nav [type='radio']:focus + label.assistance, .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + .lever.assistance, .toggles label .calendar-section .owl-nav input[type='checkbox']:focus + .lever.assistance, .calendar-section .owl-nav .form-check [type='checkbox']:focus + label.btn, .form-check .calendar-section .owl-nav [type='checkbox']:focus + label.btn, .calendar-section .owl-nav .form-check [type='radio']:focus + label.btn, .form-check .calendar-section .owl-nav [type='radio']:focus + label.btn, .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + .lever.btn, .calendar-section .owl-nav .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever, .banner-covid .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever, .calendar-section .owl-nav .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever, .banner-covid .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever, .calendar-section .owl-nav .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever, .banner-covid .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever, .calendar-section .owl-nav .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-old-site .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label .pug-button input[type='checkbox']:focus + a.lever, .pug-button .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label .pnrr-button input[type='checkbox']:focus + a.lever, .pnrr-button .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + .assistance.lever, .toggles label .calendar-section .owl-nav input[type='checkbox']:focus + .lever.btn, .calendar-section .owl-nav .btn:active, .calendar-section .owl-nav .banner-covid a.uk-button-primary:active, .banner-covid .calendar-section .owl-nav a.uk-button-primary:active, .calendar-section .owl-nav .banner-covid a.uk-button-secondary:active, .banner-covid .calendar-section .owl-nav a.uk-button-secondary:active, .calendar-section .owl-nav .banner-covid a.uk-button-danger:active, .banner-covid .calendar-section .owl-nav a.uk-button-danger:active, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site a:active, .edufehome-banner .btn-container .btn-old-site .calendar-section .owl-nav a:active, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi a:active, .edufehome-banner .btn-container .btn-sosi .calendar-section .owl-nav a:active, .calendar-section .owl-nav .feedback-button a:active, .feedback-button .calendar-section .owl-nav a:active, .calendar-section .owl-nav .pug-button a:active, .pug-button .calendar-section .owl-nav a:active, .calendar-section .owl-nav .pnrr-button a:active, .pnrr-button .calendar-section .owl-nav a:active, .calendar-section .owl-nav .assistance:active {
  outline: 0 !important;
  box-shadow: none !important;
  margin: 12px 18px;
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .calendar-section .owl-nav .btn, .calendar-section .owl-nav .banner-covid a.uk-button-primary, .banner-covid .calendar-section .owl-nav a.uk-button-primary, .calendar-section .owl-nav .banner-covid a.uk-button-secondary, .banner-covid .calendar-section .owl-nav a.uk-button-secondary, .calendar-section .owl-nav .banner-covid a.uk-button-danger, .banner-covid .calendar-section .owl-nav a.uk-button-danger, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-old-site .calendar-section .owl-nav a, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi a, .edufehome-banner .btn-container .btn-sosi .calendar-section .owl-nav a, .calendar-section .owl-nav .feedback-button a, .feedback-button .calendar-section .owl-nav a, .calendar-section .owl-nav .pug-button a, .pug-button .calendar-section .owl-nav a, .calendar-section .owl-nav .pnrr-button a, .pnrr-button .calendar-section .owl-nav a, .calendar-section .owl-nav .assistance, .calendar-section .owl-nav .btn:focus, .calendar-section .owl-nav .banner-covid a.uk-button-primary:focus, .calendar-section .owl-nav .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary, .toggles label .calendar-section .owl-nav .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary, .banner-covid .calendar-section .owl-nav a.uk-button-primary:focus, .calendar-section .owl-nav .banner-covid a.uk-button-secondary:focus, .calendar-section .owl-nav .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary, .toggles label .calendar-section .owl-nav .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary, .banner-covid .calendar-section .owl-nav a.uk-button-secondary:focus, .calendar-section .owl-nav .banner-covid a.uk-button-danger:focus, .calendar-section .owl-nav .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger, .toggles label .calendar-section .owl-nav .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger, .banner-covid .calendar-section .owl-nav a.uk-button-danger:focus, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site a:focus, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-old-site .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi a:focus, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .feedback-button a:focus, .calendar-section .owl-nav .feedback-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .pug-button a:focus, .calendar-section .owl-nav .pug-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .pug-button input[type='checkbox']:focus + a.lever, .pug-button .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .pnrr-button a:focus, .calendar-section .owl-nav .pnrr-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .pnrr-button input[type='checkbox']:focus + a.lever, .pnrr-button .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .assistance:focus, .calendar-section .owl-nav .form-check [type='checkbox']:focus + label.assistance, .form-check .calendar-section .owl-nav [type='checkbox']:focus + label.assistance, .calendar-section .owl-nav .form-check [type='radio']:focus + label.assistance, .form-check .calendar-section .owl-nav [type='radio']:focus + label.assistance, .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + .lever.assistance, .toggles label .calendar-section .owl-nav input[type='checkbox']:focus + .lever.assistance, .calendar-section .owl-nav .form-check [type='checkbox']:focus + label.btn, .form-check .calendar-section .owl-nav [type='checkbox']:focus + label.btn, .calendar-section .owl-nav .form-check [type='radio']:focus + label.btn, .form-check .calendar-section .owl-nav [type='radio']:focus + label.btn, .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + .lever.btn, .calendar-section .owl-nav .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever, .banner-covid .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever, .calendar-section .owl-nav .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever, .banner-covid .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever, .calendar-section .owl-nav .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever, .banner-covid .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever, .calendar-section .owl-nav .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-old-site .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label .pug-button input[type='checkbox']:focus + a.lever, .pug-button .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label .pnrr-button input[type='checkbox']:focus + a.lever, .pnrr-button .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + .assistance.lever, .toggles label .calendar-section .owl-nav input[type='checkbox']:focus + .lever.btn, .calendar-section .owl-nav .btn:active, .calendar-section .owl-nav .banner-covid a.uk-button-primary:active, .banner-covid .calendar-section .owl-nav a.uk-button-primary:active, .calendar-section .owl-nav .banner-covid a.uk-button-secondary:active, .banner-covid .calendar-section .owl-nav a.uk-button-secondary:active, .calendar-section .owl-nav .banner-covid a.uk-button-danger:active, .banner-covid .calendar-section .owl-nav a.uk-button-danger:active, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site a:active, .edufehome-banner .btn-container .btn-old-site .calendar-section .owl-nav a:active, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi a:active, .edufehome-banner .btn-container .btn-sosi .calendar-section .owl-nav a:active, .calendar-section .owl-nav .feedback-button a:active, .feedback-button .calendar-section .owl-nav a:active, .calendar-section .owl-nav .pug-button a:active, .pug-button .calendar-section .owl-nav a:active, .calendar-section .owl-nav .pnrr-button a:active, .pnrr-button .calendar-section .owl-nav a:active, .calendar-section .owl-nav .assistance:active {
    margin: 12px 50px;
  }
}
@media (max-width: 768px) {
  .calendar-section .owl-nav .btn, .calendar-section .owl-nav .banner-covid a.uk-button-primary, .banner-covid .calendar-section .owl-nav a.uk-button-primary, .calendar-section .owl-nav .banner-covid a.uk-button-secondary, .banner-covid .calendar-section .owl-nav a.uk-button-secondary, .calendar-section .owl-nav .banner-covid a.uk-button-danger, .banner-covid .calendar-section .owl-nav a.uk-button-danger, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-old-site .calendar-section .owl-nav a, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi a, .edufehome-banner .btn-container .btn-sosi .calendar-section .owl-nav a, .calendar-section .owl-nav .feedback-button a, .feedback-button .calendar-section .owl-nav a, .calendar-section .owl-nav .pug-button a, .pug-button .calendar-section .owl-nav a, .calendar-section .owl-nav .pnrr-button a, .pnrr-button .calendar-section .owl-nav a, .calendar-section .owl-nav .assistance, .calendar-section .owl-nav .btn:focus, .calendar-section .owl-nav .banner-covid a.uk-button-primary:focus, .calendar-section .owl-nav .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary, .toggles label .calendar-section .owl-nav .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary, .banner-covid .calendar-section .owl-nav a.uk-button-primary:focus, .calendar-section .owl-nav .banner-covid a.uk-button-secondary:focus, .calendar-section .owl-nav .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary, .toggles label .calendar-section .owl-nav .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary, .banner-covid .calendar-section .owl-nav a.uk-button-secondary:focus, .calendar-section .owl-nav .banner-covid a.uk-button-danger:focus, .calendar-section .owl-nav .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger, .toggles label .calendar-section .owl-nav .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger, .banner-covid .calendar-section .owl-nav a.uk-button-danger:focus, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site a:focus, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-old-site .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi a:focus, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .feedback-button a:focus, .calendar-section .owl-nav .feedback-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .pug-button a:focus, .calendar-section .owl-nav .pug-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .pug-button input[type='checkbox']:focus + a.lever, .pug-button .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .pnrr-button a:focus, .calendar-section .owl-nav .pnrr-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .calendar-section .owl-nav .pnrr-button input[type='checkbox']:focus + a.lever, .pnrr-button .calendar-section .owl-nav a:focus, .calendar-section .owl-nav .assistance:focus, .calendar-section .owl-nav .form-check [type='checkbox']:focus + label.assistance, .form-check .calendar-section .owl-nav [type='checkbox']:focus + label.assistance, .calendar-section .owl-nav .form-check [type='radio']:focus + label.assistance, .form-check .calendar-section .owl-nav [type='radio']:focus + label.assistance, .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + .lever.assistance, .toggles label .calendar-section .owl-nav input[type='checkbox']:focus + .lever.assistance, .calendar-section .owl-nav .form-check [type='checkbox']:focus + label.btn, .form-check .calendar-section .owl-nav [type='checkbox']:focus + label.btn, .calendar-section .owl-nav .form-check [type='radio']:focus + label.btn, .form-check .calendar-section .owl-nav [type='radio']:focus + label.btn, .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + .lever.btn, .calendar-section .owl-nav .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever, .banner-covid .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever, .calendar-section .owl-nav .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever, .banner-covid .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever, .calendar-section .owl-nav .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever, .banner-covid .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever, .calendar-section .owl-nav .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-old-site .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label .pug-button input[type='checkbox']:focus + a.lever, .pug-button .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label .pnrr-button input[type='checkbox']:focus + a.lever, .pnrr-button .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + a.lever, .calendar-section .owl-nav .toggles label input[type='checkbox']:focus + .assistance.lever, .toggles label .calendar-section .owl-nav input[type='checkbox']:focus + .lever.btn, .calendar-section .owl-nav .btn:active, .calendar-section .owl-nav .banner-covid a.uk-button-primary:active, .banner-covid .calendar-section .owl-nav a.uk-button-primary:active, .calendar-section .owl-nav .banner-covid a.uk-button-secondary:active, .banner-covid .calendar-section .owl-nav a.uk-button-secondary:active, .calendar-section .owl-nav .banner-covid a.uk-button-danger:active, .banner-covid .calendar-section .owl-nav a.uk-button-danger:active, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-old-site a:active, .edufehome-banner .btn-container .btn-old-site .calendar-section .owl-nav a:active, .calendar-section .owl-nav .edufehome-banner .btn-container .btn-sosi a:active, .edufehome-banner .btn-container .btn-sosi .calendar-section .owl-nav a:active, .calendar-section .owl-nav .feedback-button a:active, .feedback-button .calendar-section .owl-nav a:active, .calendar-section .owl-nav .pug-button a:active, .pug-button .calendar-section .owl-nav a:active, .calendar-section .owl-nav .pnrr-button a:active, .pnrr-button .calendar-section .owl-nav a:active, .calendar-section .owl-nav .assistance:active {
    margin: 12px 100px;
  }
}
.calendar-section .owl-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: -43px;
}
@media (max-width: 992px) {
  .calendar-section .it-carousel-wrapper .it-carousel-all .owl-stage .owl-item:not(.active) .card, .calendar-section .it-carousel-wrapper .it-carousel-all .owl-stage .owl-item:not(.active) .attachments-detail ul li, .attachments-detail ul .calendar-section .it-carousel-wrapper .it-carousel-all .owl-stage .owl-item:not(.active) li {
    display: none;
  }
}
.notizia-principale.modulo-cms > .uk-container {
  /* position:absolute;
   top:0;
   bottom:0;
   left:0; 
   right:0;*/
}
.notizia-principale.modulo-cms .action-video a {
  opacity: 0.3;
}
.notizia-principale.modulo-cms .action-video a:hover {
  opacity: 1;
}
.notizia-principale.modulo-cms .action-video a.active, .notizia-principale.modulo-cms .action-video .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .notizia-principale.modulo-cms .action-video a {
  opacity: 1;
}
.notizia-principale.modulo-cms .it-carousel-wrapper.it-carousel-landscape-abstract .owl-dots {
  left: 8px;
  position: relative;
}
@media (max-width: 991px) {
  .notizia-principale.modulo-cms .it-carousel-wrapper.it-carousel-landscape-abstract .owl-dots {
    position: absolute;
    left: 30px;
  }
}
@media (max-width: 768px) {
  .notizia-principale.modulo-cms .it-carousel-wrapper.it-carousel-landscape-abstract .owl-dots {
    position: relative;
    left: 0;
    top: 0;
  }
}
.notizia-principale.it-hero-wrapper.it-bottom-overlapping-content {
  margin-bottom: -75px;
}
@media screen and (max-width: 992px) {
  .notizia-principale.it-hero-wrapper.it-bottom-overlapping-content {
    margin-bottom: 0;
  }
}
.ricerca-prefooter-section .cta-container{
  color: #fff !important;
}
.ricerca-prefooter-section .cta-container a{
  color: #fff !important;
}
.ricerca-prefooter-section .uk-container {
  margin: 0;
  max-width: 100%;
}
.ricerca-prefooter-section .btn-primary a, .ricerca-prefooter-section .banner-covid a.uk-button-primary a, .banner-covid .ricerca-prefooter-section a.uk-button-primary a, .ricerca-prefooter-section .feedback-button a a, .feedback-button .ricerca-prefooter-section a a {
  color: white;
  text-decoration: none;
}
.ricerca-prefooter-section .uk-background-cover {
  position: relative;
  background-size: cover;
}
.ricerca-prefooter-section .section-background-header #more-tag svg {
  height: 20px !important;
}
.scheda-round {
  border-radius: 4px;
}
.scheda {
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #eceff1;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.notizie-layoutsection .card::after, .notizie-layoutsection .attachments-detail ul li::after, .attachments-detail ul .notizie-layoutsection li::after {
  margin: 0;
}
.notizie-layoutsection .card a, .notizie-layoutsection .attachments-detail ul li a, .attachments-detail ul .notizie-layoutsection li a {
  text-decoration: none;
}
.notizie-layoutsection .card a:hover, .notizie-layoutsection .attachments-detail ul li a:hover, .attachments-detail ul .notizie-layoutsection li a:hover {
  text-decoration: underline;
}
.calendary .it-calendar-wrapper .fullcalendar {
  max-height: 400px;
}
.calendary .it-calendar-wrapper .fullcalendar .fc-header-toolbar {
  display: flex;
  justify-content: center;
}
.calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header {
  text-align: left;
}
.calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a {
  margin: 2px 2px;
  width: 50%;
  display: block;
  font-weight: 300 !important;
  font-family: 'Titillium Web';
  line-height: 1.4444444444rem;
  color: #17324d;
}
.calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a .day-name {
  font-size: 2.5em;
  font-weight: 300;
  padding-top: 16px;
}
.calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a .day-number {
  font-size: 0.8em;
  padding-top: 1em;
  padding-left: 0.3em;
  font-family: 'Roboto Mono', monospace;
  font-weight: 300;
}
.calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-body .fc-today.alert {
  background-color: transparent;
}
.calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-body .fc-today.alert-info {
  background-image: none;
}
.calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-body .fc-event-container a {
  background-color: transparent !important;
  color: #007db3;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.555;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.calendary .it-calendar-wrapper .fullcalendar .fc-bg .table-bordered td:not(.fc-event-container), .calendary .it-calendar-wrapper .fullcalendar .table-bordered th {
  box-shadow: inset 16px 0px 16px -13px rgba(0, 0, 0, 0.3) !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.calendary .it-calendar-wrapper .card-wrapper .card h5 span, .calendary .it-calendar-wrapper .card-wrapper .attachments-detail ul li h5 span, .attachments-detail ul .calendary .it-calendar-wrapper .card-wrapper li h5 span {
  font-family: 'Titillium Web' !important;
}
.banner-superiore-hp {
  position: relative;
}
.banner-superiore-hp > div {
  background-size: cover !important;
}
@media (max-width: 991px) {
  .banner-superiore-hp > div::before {
    position: absolute;
    top: -1px;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 0%, #000 100%);
  }
}
@media (max-width: 991px) {
  .banner-superiore-hp > div .button-container {
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    z-index: 1;
    color: white;
  }
}
.static-content-homepage-layoutsection {
  background: linear-gradient(0deg, #eaeaea 85%, transparent 0%);
}
.static-content-homepage-layoutsection .notizie-block-layoutsection .box-card .categoria-box-card .title-category {
  color: #455b71;
}
.altri-argomenti-layoutsection > div.uk-container .argomenti-label {
  min-width: 120px;
}
.altri-argomenti-layoutsection > div.uk-container .chip-primary {
  background-color: transparent;
  border-color: #007db3;
  color: #007db3;
}
.altri-argomenti-layoutsection > div.uk-container .chip-primary:hover {
  color: white;
  background-color: #007db3;
}
.altri-argomenti-layoutsection > div.uk-container .chip-primary .el-title {
  font-size: 0.778rem !important;
  font-weight: 600 !important;
}
.cronacacomune-layoutsection {
  background: linear-gradient(0deg, #013c4e 60%, transparent 0%);
}
.rubrica-panel-container .rubrica-panel {
  background-color: #d8d8d8;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition: transform 0.5s;
}
.rubrica-panel-container .rubrica-panel:hover {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.rubrica-panel-container .rubrica-panel > div p {
  font-size: 32px;
}
.rubrica-panel-container .rubrica-panel > div p .icon-rubrica {
  font-size: 65px;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: #007db3 !important;
}
.box-card a {
  text-decoration: none;
}
.box-card a:hover {
  text-decoration: underline;
}
.luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a + div, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li a + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .event-container .time-event .date .year-event + div, .event-container .time-event .date .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .year-event + div, .attachments-detail ul .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper li .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a + div, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body a + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .event-container .time-event .date .year-event + div, .event-container .time-event .date .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .year-event + div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.intro-section .autocomplete-icon {
  top: 0 !important;
}
.intro-section .autocomplete-icon svg {
  margin-top: 0.4em;
}
.img-section .figure.img-full img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .img-section .figure.img-full img {
    height: 400px;
  }
}
.notizie-layoutsection.evidenza-section .novità-majory .image-wrapper {
  height: 200px;
}
/* Card musei */
.musei-layoutsection .musei-majory .image-wrapper {
  height: 200px;
}
.card-wrapper.card-teaser-wrapper .card-body, .card-wrapper.card-teaser-wrapper .attachments-detail ul li, .attachments-detail ul .card-wrapper.card-teaser-wrapper li {
  max-width: 80%;
}
.card-wrapper.card-teaser-wrapper .card-body .attachments-list .attachment-list-item:last-child, .card-wrapper.card-teaser-wrapper .attachments-detail ul li .attachments-list .attachment-list-item:last-child, .attachments-detail ul .card-wrapper.card-teaser-wrapper li .attachments-list .attachment-list-item:last-child {
  margin-bottom: 0;
}
.card-wrapper.card-teaser-wrapper .card-body .attachments-list .attachment-list-item-name a, .card-wrapper.card-teaser-wrapper .attachments-detail ul li .attachments-list .attachment-list-item-name a, .attachments-detail ul .card-wrapper.card-teaser-wrapper li .attachments-list .attachment-list-item-name a {
  word-wrap: anywhere;
}
.attachments-list .attachment-list-item .attachment-list-item-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item-video > div, .geolocation-widget > div {
  height: 500px !important;
}
.card-teaser.card-one-block > div .card-body, .attachments-detail ul li.card-one-block > div .card-body, .attachments-detail ul li.card-one-block > div li, .card-teaser.card-one-block > div .attachments-detail ul li, .attachments-detail ul .card-teaser.card-one-block > div li {
  text-overflow: ellipsis !important;
}
.card-teaser.card-one-block > div .card-body .card-text, .attachments-detail ul li.card-one-block > div .card-body .card-text, .attachments-detail ul li.card-one-block > div li .card-text, .card-teaser.card-one-block > div .attachments-detail ul li .card-text, .attachments-detail ul .card-teaser.card-one-block > div li .card-text {
  text-overflow: ellipsis;
}
.advanced-subnav ul li a {
  line-height: normal !important;
}
.container-news .card-img a img:focus, .container-news .card-img a .toggles label input[type='checkbox']:focus + img.lever, .toggles label .container-news .card-img a input[type='checkbox']:focus + img.lever {
  border: 3px solid #f90;
  box-shadow: 0 0 0 2px #f90;
  outline: none;
}
.container-news .card-calendar {
  max-height: 85px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .argomenti-evidenza-block {
    height: auto;
  }
}
.argomenti-evidenza-block img {
  object-fit: cover;
  padding-bottom: initial;
  height: auto;
}
.argomenti-evidenza-block .el-content {
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  background-color: transparent;
}
.argomenti-evidenza .col-12:nth-child(1), .argomenti-evidenza .pagination:nth-child(1), .argomenti-evidenza .col-12:nth-child(7), .argomenti-evidenza .pagination:nth-child(7) {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .argomenti-evidenza .col-12:nth-child(1), .argomenti-evidenza .pagination:nth-child(1), .argomenti-evidenza .col-12:nth-child(7), .argomenti-evidenza .pagination:nth-child(7) {
    height: auto !important;
  }
}
.argomenti-evidenza .col-12:nth-child(2), .argomenti-evidenza .pagination:nth-child(2), .argomenti-evidenza .col-12:nth-child(6), .argomenti-evidenza .pagination:nth-child(6) {
  height: 200px;
}
@media screen and (max-width: 768px) {
  .argomenti-evidenza .col-12:nth-child(2), .argomenti-evidenza .pagination:nth-child(2), .argomenti-evidenza .col-12:nth-child(6), .argomenti-evidenza .pagination:nth-child(6) {
    height: auto !important;
  }
}
.argomenti-evidenza .col-12:nth-child(3), .argomenti-evidenza .pagination:nth-child(3), .argomenti-evidenza .col-12:nth-child(5), .argomenti-evidenza .pagination:nth-child(5) {
  height: 240px;
}
@media screen and (max-width: 768px) {
  .argomenti-evidenza .col-12:nth-child(3), .argomenti-evidenza .pagination:nth-child(3), .argomenti-evidenza .col-12:nth-child(5), .argomenti-evidenza .pagination:nth-child(5) {
    height: auto !important;
  }
}
.argomenti-evidenza .col-12:nth-child(4), .argomenti-evidenza .pagination:nth-child(4) {
  height: 165px;
}
@media screen and (max-width: 768px) {
  .argomenti-evidenza .col-12:nth-child(4), .argomenti-evidenza .pagination:nth-child(4) {
    height: auto !important;
  }
}
.servizi-evidenza .evidenza-section .box-card {
  aspect-ratio: 1.3333333333;
}
.servizi-evidenza .evidenza-section .box-card .h5.text-black, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.text-black, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizie-layoutsection.evidenza-section .novità-majory .card-title a, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .musei-layoutsection .musei-majory .card-title a, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .card a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div li a, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizia-principale.it-bottom-overlapping-content .card-title a, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card a.text-black, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .year-event.text-black, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.year-event, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-socials.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.year-event, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .rubrica-panel-container .rubrica-panel > div p.year-event, .rubrica-panel-container .rubrica-panel > div .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date p.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .musei-layoutsection .musei-majory .card-title a.year-event, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div li a.year-event, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizia-principale.it-bottom-overlapping-content .card-title a.year-event, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .btn-matrimoni h3.el-subtitle.year-event, .bottoniera-ssui .btn-matrimoni .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date h3.el-subtitle.year-event, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .card-ssui h3.el-subtitle.year-event, .bottoniera-ssui .card-ssui .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date h3.el-subtitle.year-event, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .year-event.text-black, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.h5, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-socials, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .year-event.it-socials, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .it-socials.h5, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.h5, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-search-wrapper, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .year-event.it-search-wrapper, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5, .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.h5, .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div .event-container .time-event .date p.year-event, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.year-event, .rubrica-panel-container .rubrica-panel > div .servizi-evidenza .evidenza-section .box-card p.h5, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.h5, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .event-container .time-event .date a.year-event, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card a.h5, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.h5, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .event-container .time-event .date a.year-event, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.year-event, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card a.h5, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.h5, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.h5, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .event-container .time-event .date a.year-event, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div li a.h5, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .event-container .time-event .date a.year-event, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card a.h5, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.h5, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .event-container .time-event .date a.year-event, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.year-event, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card a.h5, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.el-subtitle.h5, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni .event-container .time-event .date h3.year-event.el-subtitle, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.year-event.el-subtitle, .bottoniera-ssui .btn-matrimoni .servizi-evidenza .evidenza-section .box-card h3.el-subtitle.h5, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.el-subtitle.h5, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui .event-container .time-event .date h3.year-event.el-subtitle, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.year-event.el-subtitle, .bottoniera-ssui .card-ssui .servizi-evidenza .evidenza-section .box-card h3.el-subtitle.h5 {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.right-subnav {
  text-align: left;
}
.right-subnav .espandi-voci {
  line-height: 2.3em;
}
.comma-list > a:not(:last-child)::after {
  content: ',';
}
.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols .owl-stage-outer, .single-item .owl-stage-outer, .it-carousel-wrapper.it-carousel-landscape-abstract-three-cols .it-single-slide-wrapper, .single-item .it-single-slide-wrapper {
  padding-top: 35px;
}
.persons-grid .grid-view table thead {
  border-bottom: 2px solid #ddd;
}
.persons-grid .grid-view table.table-striped tbody tr {
  border-bottom: 1px solid #ddd;
}
.persons-grid .grid-view table.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent !important;
}
.btn-secondary-backend {
  background-color: #5e7887 !important;
  border-color: #5e7887 !important;
}
.btn-secondary-backend:hover {
  background-color: #566d7b !important;
  border-color: #566d7b !important;
}
.btn-dark-blue-backend {
  background-color: #003354 !important;
  border-color: #003354 !important;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  padding: 6px 0 !important;
  justify-content: center;
}
.btn-dark-blue-backend:hover {
  background-color: #002740 !important;
  border-color: #002740 !important;
}
.popover-body .it-list-wrapper > li {
  display: none;
}
.popover-body .it-list-wrapper li.red-item {
  color: #f8506a;
}
/**PARTE LOGIN CITTADINI*/
.btn-google-custom {
  border: 1px solid #999 !important;
}
.btn-google-custom:hover {
  background-color: #999 !important;
}
.btn-google-custom img {
  max-height: 24px;
}
/**EDUFE PAGES*/
.edufe-argomenti-layoutsection .four-columns-layout > div .card.card-bg-first-card-theme-edufe, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li.card-bg-first-card-theme-edufe, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li.card-bg-first-card-theme-edufe {
  background-color: #ffbd89;
}
.edufe-argomenti-layoutsection .four-columns-layout > div .card.card-bg-first-card-theme-edufe:hover, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li.card-bg-first-card-theme-edufe:hover, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li.card-bg-first-card-theme-edufe:hover {
  background-color: #ffaf70;
}
.edufe-argomenti-layoutsection .four-columns-layout > div .card.card-bg-second-card-theme-edufe, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li.card-bg-second-card-theme-edufe, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li.card-bg-second-card-theme-edufe {
  background-color: #ffa987;
}
.edufe-argomenti-layoutsection .four-columns-layout > div .card.card-bg-second-card-theme-edufe:hover, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li.card-bg-second-card-theme-edufe:hover, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li.card-bg-second-card-theme-edufe:hover {
  background-color: #ff976e;
}
.edufe-argomenti-layoutsection .four-columns-layout > div .card.card-bg-third-card-theme-edufe, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li.card-bg-third-card-theme-edufe, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li.card-bg-third-card-theme-edufe {
  background-color: #ff9386;
}
.edufe-argomenti-layoutsection .four-columns-layout > div .card.card-bg-third-card-theme-edufe:hover, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li.card-bg-third-card-theme-edufe:hover, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li.card-bg-third-card-theme-edufe:hover {
  background-color: #ff7c6d;
}
.edufe-argomenti-layoutsection .four-columns-layout > div .card.card-bg-fourth-card-theme-edufe, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li.card-bg-fourth-card-theme-edufe, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li.card-bg-fourth-card-theme-edufe {
  background-color: #dc7e72;
}
.edufe-argomenti-layoutsection .four-columns-layout > div .card.card-bg-fourth-card-theme-edufe:hover, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li.card-bg-fourth-card-theme-edufe:hover, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li.card-bg-fourth-card-theme-edufe:hover {
  background-color: #d76b5e;
}
.banner-argomenti-evidenza-edufe {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
.banner-argomenti-evidenza-edufe .banner-argomenti-evidenza-edufe-img {
  height: 300px;
  object-fit: cover;
  filter: brightness(0.8);
}
.servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card > .uk-container {
  align-items: center !important;
}
.servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .icon {
  width: 32px !important;
  height: 32px !important;
  padding: 8px !important;
}
.servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .title-category {
  color: #007db3;
}
.servizi-edufe-evidenza .notizie-block-layoutsection .box-card div.h5.text-black a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date div.year-event.text-black a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone div.it-socials.year-event a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date div.it-socials.year-event a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone div.it-search-wrapper.year-event a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date div.it-search-wrapper.year-event a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper div.it-search-wrapper.year-event a, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date div.it-search-wrapper.year-event a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper div.it-search-wrapper.year-event a, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date div.it-search-wrapper.year-event a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper div.it-search-wrapper.year-event a, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date div.it-search-wrapper.year-event a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper div.it-search-wrapper.year-event a, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .event-container .time-event .date div.it-search-wrapper.year-event a, .event-container .time-event .date .servizi-edufe-evidenza .notizie-block-layoutsection .box-card div.year-event.text-black a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone div.it-socials.h5 a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date div.year-event.it-socials a, .event-container .time-event .date .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone div.year-event.it-socials a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-edufe-evidenza .notizie-block-layoutsection .box-card div.it-socials.h5 a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone div.it-search-wrapper.h5 a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date div.year-event.it-search-wrapper a, .event-container .time-event .date .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone div.year-event.it-search-wrapper a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-edufe-evidenza .notizie-block-layoutsection .box-card div.it-search-wrapper.h5 a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper div.it-search-wrapper.h5 a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date div.year-event.it-search-wrapper a, .event-container .time-event .date .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper div.year-event.it-search-wrapper a, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-edufe-evidenza .notizie-block-layoutsection .box-card div.it-search-wrapper.h5 a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper div.it-search-wrapper.h5 a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date div.year-event.it-search-wrapper a, .event-container .time-event .date .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper div.year-event.it-search-wrapper a, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-edufe-evidenza .notizie-block-layoutsection .box-card div.it-search-wrapper.h5 a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper div.it-search-wrapper.h5 a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date div.year-event.it-search-wrapper a, .event-container .time-event .date .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper div.year-event.it-search-wrapper a, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-edufe-evidenza .notizie-block-layoutsection .box-card div.it-search-wrapper.h5 a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper div.it-search-wrapper.h5 a, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date div.year-event.it-search-wrapper a, .event-container .time-event .date .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper div.year-event.it-search-wrapper a, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-edufe-evidenza .notizie-block-layoutsection .box-card div.it-search-wrapper.h5 a {
  color: #007db3 !important;
}
.left-page-menu-container a {
  text-decoration: none;
}
.left-page-menu-container a:hover {
  text-decoration: underline;
}
.left-page-menu-container .lvl-2 > a.inner-link {
  font-size: 18px;
}
.left-page-menu-container .lvl-2 > a.inner-link::before {
  content: '/';
  display: inline-block;
  margin-right: 5px;
}
.video-layoutsection .video-container iframe {
  width: 100%;
  height: 325px;
}
@media screen and (max-width: 1200px) {
  .video-layoutsection .video-container iframe {
    height: 260px;
  }
}
@media screen and (max-width: 991px) {
  .video-layoutsection .video-container iframe {
    height: 208px;
  }
}
@media screen and (max-width: 767px) {
  .video-layoutsection .video-container iframe {
    height: 360px;
  }
}
@media screen and (max-width: 648px) {
  .video-layoutsection .video-container iframe {
    height: 300px;
  }
}
@media screen and (max-width: 550px) {
  .video-layoutsection .video-container iframe {
    height: 175px;
  }
}
.videos-gallery iframe {
  height: 450px;
}
@media (max-width: 1300px) {
  .videos-gallery iframe {
    height: 420px;
  }
}
@media (max-width: 1100px) {
  .videos-gallery iframe {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .videos-gallery iframe {
    height: 275px;
  }
}
@media (max-width: 768px) {
  .videos-gallery iframe {
    height: 400px;
  }
}
@media (max-width: 650px) {
  .videos-gallery iframe {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .videos-gallery iframe {
    height: 230px;
  }
}
@media (max-width: 420px) {
  .videos-gallery iframe {
    height: 190px;
  }
}
@media (max-width: 350px) {
  .videos-gallery iframe {
    height: 170px;
  }
}
.login-page .form-group label {
  font-weight: bold;
  padding-left: 0;
  padding-bottom: 5px;
  font-size: 16px;
  transform: translateY(-75%);
}
.login-page .form-group label.active {
  font-size: 16px;
}
.dropdown-menu.spostamento-casa-lavoro-drop {
  min-width: 300px;
}
.breadcrumb-container .breadcrumb {
  background-color: transparent;
}
.breadcrumb-container .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  padding-left: 0;
}
.breadcrumb-container .breadcrumb ul li:not(:last-child) a {
  font-weight: 600;
}
.breadcrumb-container .breadcrumb ul li:not(:last-child) a::after {
  display: inline-block;
  font-weight: 600;
  padding: 0 0.5em;
  content: "/";
  color: #000;
}
.notizia-principale.it-bottom-overlapping-content .image-container-carousel > div a img {
  object-fit: cover;
}
.chip.chip-primary {
  background-color: transparent;
  border-color: #007db3;
  color: #007db3;
}
.chip.chip-primary:hover {
  color: white;
  background-color: #007db3;
}
.chip.chip-primary .el-title {
  font-size: 0.778rem !important;
  font-weight: 600 !important;
}
.fullwidth-src label {
  background-color: transparent;
  position: absolute;
  font-weight: 600;
  line-height: calc(2.5rem - 1px);
  transition: 0.2s ease-out;
  top: 0;
  font-size: 1rem;
  cursor: text;
  display: block;
  max-width: 100%;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.5rem;
}
.argomenti-src a.badge {
  height: 30px;
}
.doc-format-chip {
  min-width: 40px !important;
}
/**CLASSE GENERICA PER AGGIUSTARE LA GRAFICA DEI LANDING FORM IN FRONT, DA INCOROPORARE A TUTTI I FORM*/
.cms-landing-form .form-group .col-xs-12 label {
  position: initial;
  white-space: initial;
  line-height: 2;
}
.cms-landing-form .form-group .col-xs-12 input {
  font-weight: 400;
}
.cms-landing-form .form-group .col-xs-12 textarea {
  border: 1px solid #5c6f82;
}
/**CARD DI RICERCA*/
.card-ricerca-container .card-title {
  line-height: 1.2;
  margin-bottom: 15px;
}
.card-ricerca-container .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fullsrc-section input[type="search" i]::-webkit-search-cancel-button {
  display: none;
}
.list-search-link {
  color: #007db3;
}
.list-search-link[aria-expanded="false"]::before {
  content: '\002B';
}
.list-search-link[aria-expanded="true"]::before {
  content: '\2212';
}
.list-search-link:hover {
  color: #005980;
}
.agid-organizational-unit-create .workflow-transition-button-widget > div.workflow-buttons-container {
  order: 2;
}
.pagination li.active a {
  border: 1px solid #007db3;
  color: #007db3;
  pointer-events: none;
}
.card-argomenti-container .agid-evidence-topic-container .card.card-teaser, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card-teaser, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card {
  height: 100%;
}
.attachments-detail ul {
  list-style: none;
}
.attachments-detail ul li {
  margin: 0 16px;
}
@media screen and (max-width: 992px) {
  .index-right-container {
    border-left: 1px solid #b1b1b3;
  }
}
@media screen and (max-width: 768px) {
  .index-right-container {
    border-left: 0;
  }
}
.index-right-container ul.uk-subnav {
  list-style: none;
  padding-left: 0;
}
.scheda-verde-link {
  background-color: #eaf2ec;
}
.uk-button-default .el-title {
  font-size: 18px;
  font-weight: normal;
}
.index-left-container aside {
  position: sticky;
  top: 80px;
  margin-bottom: 32px;
}
.index-left-container aside a[aria-expanded="false"] svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  transition-duration: 0.3s;
}
.index-left-container aside a[aria-expanded="true"] svg {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition-duration: 0.3s;
}
@media screen and (max-width: 992px) {
  .index-left-container aside #titolo-indice {
    border-bottom: 4px solid #b1b1b3;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .index-left-container aside #titolo-indice::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 40px;
    height: 4px;
    background-color: #a66300;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 768px) {
  .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .index-left-container aside .navbar.it-navscroll-wrapper #lista-paragrafi {
    border-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .index-left-container aside .navbar.it-navscroll-wrapper #lista-paragrafi {
    border-bottom: 1px solid #b1b1b3;
  }
}
.feedback-form form input[id="submit"] {
  width: 25%;
}
@media (max-width: 575px) {
  .feedback-form form input[id="submit"] {
    width: 100%;
  }
}
.feedback-form form textarea {
  min-height: 50vh;
}
.feedback-form form .privacy_policy_item .form-group .row .col-xs-12:nth-child(1) label, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection .four-columns-layout .col-xs-12:nth-child(1) label, .edufe-argomenti-layoutsection .feedback-form form .privacy_policy_item .form-group .four-columns-layout .col-xs-12:nth-child(1) label, .feedback-form form .privacy_policy_item .form-group .attachments-detail ul .col-xs-12:nth-child(1) label, .attachments-detail .feedback-form form .privacy_policy_item .form-group ul .col-xs-12:nth-child(1) label, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.pug .five-columns-layout .col-xs-12:nth-child(1) label, .edufe-argomenti-layoutsection.pug .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(1) label, .feedback-form form .privacy_policy_item .form-group .section-missioni .three-columns-layout .col-xs-12:nth-child(1) label, .section-missioni .feedback-form form .privacy_policy_item .form-group .three-columns-layout .col-xs-12:nth-child(1) label, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.pnrr .five-columns-layout .col-xs-12:nth-child(1) label, .edufe-argomenti-layoutsection.pnrr .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(1) label, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.matrimoni .five-columns-layout .col-xs-12:nth-child(1) label, .edufe-argomenti-layoutsection.matrimoni .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(1) label, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.ssui .five-columns-layout .col-xs-12:nth-child(1) label, .edufe-argomenti-layoutsection.ssui .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(1) label {
  white-space: break-spaces;
  line-height: 30px;
}
.feedback-form form .privacy_policy_item .form-group .row .col-xs-12:nth-child(2) .radio label, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection .four-columns-layout .col-xs-12:nth-child(2) .radio label, .edufe-argomenti-layoutsection .feedback-form form .privacy_policy_item .form-group .four-columns-layout .col-xs-12:nth-child(2) .radio label, .feedback-form form .privacy_policy_item .form-group .attachments-detail ul .col-xs-12:nth-child(2) .radio label, .attachments-detail .feedback-form form .privacy_policy_item .form-group ul .col-xs-12:nth-child(2) .radio label, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.pug .five-columns-layout .col-xs-12:nth-child(2) .radio label, .edufe-argomenti-layoutsection.pug .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(2) .radio label, .feedback-form form .privacy_policy_item .form-group .section-missioni .three-columns-layout .col-xs-12:nth-child(2) .radio label, .section-missioni .feedback-form form .privacy_policy_item .form-group .three-columns-layout .col-xs-12:nth-child(2) .radio label, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.pnrr .five-columns-layout .col-xs-12:nth-child(2) .radio label, .edufe-argomenti-layoutsection.pnrr .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(2) .radio label, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.matrimoni .five-columns-layout .col-xs-12:nth-child(2) .radio label, .edufe-argomenti-layoutsection.matrimoni .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(2) .radio label, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.ssui .five-columns-layout .col-xs-12:nth-child(2) .radio label, .edufe-argomenti-layoutsection.ssui .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(2) .radio label {
  font-weight: normal;
}
.feedback-form form .privacy_policy_item .form-group .row .col-xs-12:nth-child(2) .radio label:after, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection .four-columns-layout .col-xs-12:nth-child(2) .radio label:after, .edufe-argomenti-layoutsection .feedback-form form .privacy_policy_item .form-group .four-columns-layout .col-xs-12:nth-child(2) .radio label:after, .feedback-form form .privacy_policy_item .form-group .attachments-detail ul .col-xs-12:nth-child(2) .radio label:after, .attachments-detail .feedback-form form .privacy_policy_item .form-group ul .col-xs-12:nth-child(2) .radio label:after, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.pug .five-columns-layout .col-xs-12:nth-child(2) .radio label:after, .edufe-argomenti-layoutsection.pug .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(2) .radio label:after, .feedback-form form .privacy_policy_item .form-group .section-missioni .three-columns-layout .col-xs-12:nth-child(2) .radio label:after, .section-missioni .feedback-form form .privacy_policy_item .form-group .three-columns-layout .col-xs-12:nth-child(2) .radio label:after, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.pnrr .five-columns-layout .col-xs-12:nth-child(2) .radio label:after, .edufe-argomenti-layoutsection.pnrr .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(2) .radio label:after, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.matrimoni .five-columns-layout .col-xs-12:nth-child(2) .radio label:after, .edufe-argomenti-layoutsection.matrimoni .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(2) .radio label:after, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.ssui .five-columns-layout .col-xs-12:nth-child(2) .radio label:after, .edufe-argomenti-layoutsection.ssui .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(2) .radio label:after {
  content: '';
}
.feedback-form form .tooltip-error-field {
  color: red;
}
.feedback-form form .required label::after {
  content: '*';
}
.sitemap-container div div ul {
  list-style: none;
}
.sitemap-container div div > ul {
  padding-left: 0;
}
.sitemap-container div div > ul > li {
  font-weight: bold;
}
.sitemap-container div div > ul > li ul > li {
  font-weight: normal;
}
.it-header-pug-wrapper .it-header-slim-pug .navbar-brand img {
  height: 25px;
}
.pug-layout .agid-generic-card-container .text-serif > div a, .pug-layout .agid-generic-card-container .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p > div a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .pug-layout .agid-generic-card-container p > div a, .pug-layout .agid-generic-card-container .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p > div a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .pug-layout .agid-generic-card-container p > div a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.pug-layout .back-to-top {
  background-color: #617e14 !important;
}
.pug-layout .pagination li.active a, .pug-layout .nav-link.active, .pug-layout .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pug-layout a.nav-link {
  border-color: #617e14 !important;
}
.pug-layout .form-check [type='checkbox']:checked + label::after, .pug-layout .form-check [type='radio']:checked + label::after {
  background-color: #617e14;
  border-color: #617e14;
}
.pug-layout .uk-subnav .btn-primary, .pug-layout .uk-subnav .banner-covid a.uk-button-primary, .banner-covid .pug-layout .uk-subnav a.uk-button-primary, .pug-layout .uk-subnav .feedback-button a, .feedback-button .pug-layout .uk-subnav a, .pug-layout .row-title .btn-primary, .pug-layout .row-title .banner-covid a.uk-button-primary, .banner-covid .pug-layout .row-title a.uk-button-primary, .pug-layout .row-title .feedback-button a, .feedback-button .pug-layout .row-title a, .pug-layout .read-more .btn-primary, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .btn-primary, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .banner-covid a.uk-button-primary, .banner-covid .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a.uk-button-primary, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .feedback-button a, .feedback-button .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a .btn-primary, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .btn-primary, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .banner-covid a.uk-button-primary, .banner-covid .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a.uk-button-primary, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .feedback-button a, .feedback-button .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a .btn-primary, .pug-layout .read-more .banner-covid a.uk-button-primary, .banner-covid .pug-layout .read-more a.uk-button-primary, .pug-layout .read-more .feedback-button a, .feedback-button .pug-layout .read-more a, .pug-layout .categoria-box-card .btn-primary, .pug-layout .categoria-box-card .banner-covid a.uk-button-primary, .banner-covid .pug-layout .categoria-box-card a.uk-button-primary, .pug-layout .categoria-box-card .feedback-button a, .feedback-button .pug-layout .categoria-box-card a, .pug-layout .it-page-section .btn-primary, .pug-layout .it-page-section .banner-covid a.uk-button-primary, .banner-covid .pug-layout .it-page-section a.uk-button-primary, .pug-layout .it-page-section .feedback-button a, .feedback-button .pug-layout .it-page-section a, .pug-layout .menu-link-list .btn-primary, .pug-layout .menu-link-list .banner-covid a.uk-button-primary, .banner-covid .pug-layout .menu-link-list a.uk-button-primary, .pug-layout .menu-link-list .feedback-button a, .feedback-button .pug-layout .menu-link-list a, .pug-layout #lista-paragrafi .btn-primary, .pug-layout #lista-paragrafi .banner-covid a.uk-button-primary, .banner-covid .pug-layout #lista-paragrafi a.uk-button-primary, .pug-layout #lista-paragrafi .feedback-button a, .feedback-button .pug-layout #lista-paragrafi a, .pug-layout .condividi .btn-primary, .pug-layout .condividi .banner-covid a.uk-button-primary, .banner-covid .pug-layout .condividi a.uk-button-primary, .pug-layout .condividi .feedback-button a, .feedback-button .pug-layout .condividi a, .pug-layout .go-back .btn-primary, .pug-layout .go-back .banner-covid a.uk-button-primary, .banner-covid .pug-layout .go-back a.uk-button-primary, .pug-layout .go-back .feedback-button a, .feedback-button .pug-layout .go-back a, .pug-layout .categorie-src .btn-primary, .pug-layout .categorie-src .banner-covid a.uk-button-primary, .banner-covid .pug-layout .categorie-src a.uk-button-primary, .pug-layout .categorie-src .feedback-button a, .feedback-button .pug-layout .categorie-src a, .pug-layout .argomenti-src .btn-primary, .pug-layout .argomenti-src .banner-covid a.uk-button-primary, .banner-covid .pug-layout .argomenti-src a.uk-button-primary, .pug-layout .argomenti-src .feedback-button a, .feedback-button .pug-layout .argomenti-src a, .pug-layout .card-ricerca-container .btn-primary, .pug-layout .card-ricerca-container .banner-covid a.uk-button-primary, .banner-covid .pug-layout .card-ricerca-container a.uk-button-primary, .pug-layout .card-ricerca-container .feedback-button a, .feedback-button .pug-layout .card-ricerca-container a, .pug-layout .modale-fullscreen-ricerca .btn-primary, .pug-layout .modale-fullscreen-ricerca .banner-covid a.uk-button-primary, .banner-covid .pug-layout .modale-fullscreen-ricerca a.uk-button-primary, .pug-layout .modale-fullscreen-ricerca .feedback-button a, .feedback-button .pug-layout .modale-fullscreen-ricerca a {
  background-color: #617e14 !important;
}
.pug-layout .uk-subnav .btn-outline-primary, .pug-layout .row-title .btn-outline-primary, .pug-layout .read-more .btn-outline-primary, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .btn-outline-primary, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a .btn-outline-primary, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .btn-outline-primary, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a .btn-outline-primary, .pug-layout .categoria-box-card .btn-outline-primary, .pug-layout .it-page-section .btn-outline-primary, .pug-layout .menu-link-list .btn-outline-primary, .pug-layout #lista-paragrafi .btn-outline-primary, .pug-layout .condividi .btn-outline-primary, .pug-layout .go-back .btn-outline-primary, .pug-layout .categorie-src .btn-outline-primary, .pug-layout .argomenti-src .btn-outline-primary, .pug-layout .card-ricerca-container .btn-outline-primary, .pug-layout .modale-fullscreen-ricerca .btn-outline-primary {
  border-color: #617e14 !important;
  color: #617e14 !important;
  box-shadow: 0 0 0 1px #617e14;
}
.pug-layout .uk-subnav .border-primary, .pug-layout .uk-subnav .bi-assistance a, .bi-assistance .pug-layout .uk-subnav a, .pug-layout .row-title .border-primary, .pug-layout .row-title .bi-assistance a, .bi-assistance .pug-layout .row-title a, .pug-layout .read-more .border-primary, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .border-primary, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .bi-assistance a, .bi-assistance .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a .border-primary, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .border-primary, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .bi-assistance a, .bi-assistance .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a .border-primary, .pug-layout .read-more .bi-assistance a, .bi-assistance .pug-layout .read-more a, .pug-layout .categoria-box-card .border-primary, .pug-layout .categoria-box-card .bi-assistance a, .bi-assistance .pug-layout .categoria-box-card a, .pug-layout .it-page-section .border-primary, .pug-layout .it-page-section .bi-assistance a, .bi-assistance .pug-layout .it-page-section a, .pug-layout .menu-link-list .border-primary, .pug-layout .menu-link-list .bi-assistance a, .bi-assistance .pug-layout .menu-link-list a, .pug-layout #lista-paragrafi .border-primary, .pug-layout #lista-paragrafi .bi-assistance a, .bi-assistance .pug-layout #lista-paragrafi a, .pug-layout .condividi .border-primary, .pug-layout .condividi .bi-assistance a, .bi-assistance .pug-layout .condividi a, .pug-layout .go-back .border-primary, .pug-layout .go-back .bi-assistance a, .bi-assistance .pug-layout .go-back a, .pug-layout .categorie-src .border-primary, .pug-layout .categorie-src .bi-assistance a, .bi-assistance .pug-layout .categorie-src a, .pug-layout .argomenti-src .border-primary, .pug-layout .argomenti-src .bi-assistance a, .bi-assistance .pug-layout .argomenti-src a, .pug-layout .card-ricerca-container .border-primary, .pug-layout .card-ricerca-container .bi-assistance a, .bi-assistance .pug-layout .card-ricerca-container a, .pug-layout .modale-fullscreen-ricerca .border-primary, .pug-layout .modale-fullscreen-ricerca .bi-assistance a, .bi-assistance .pug-layout .modale-fullscreen-ricerca a {
  border-color: #617e14 !important;
}
.pug-layout .uk-subnav svg, .pug-layout .row-title svg, .pug-layout .read-more svg, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a svg, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a svg, .pug-layout .categoria-box-card svg, .pug-layout .it-page-section svg, .pug-layout .menu-link-list svg, .pug-layout #lista-paragrafi svg, .pug-layout .condividi svg, .pug-layout .go-back svg, .pug-layout .categorie-src svg, .pug-layout .argomenti-src svg, .pug-layout .card-ricerca-container svg, .pug-layout .modale-fullscreen-ricerca svg {
  fill: #617e14 !important;
}
.pug-layout .uk-subnav svg.bg-primary, .pug-layout .uk-subnav .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .uk-subnav svg.icon, .pug-layout .uk-subnav svg.active-filter, .pug-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .uk-subnav svg, .pug-layout .row-title svg.bg-primary, .pug-layout .row-title .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .row-title svg.icon, .pug-layout .row-title svg.active-filter, .pug-layout .row-title .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .row-title .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .row-title .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .row-title svg, .pug-layout .read-more svg.bg-primary, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg.bg-primary, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg.icon, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg.active-filter, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a svg.bg-primary, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg.bg-primary, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg.icon, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg.active-filter, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a svg.bg-primary, .pug-layout .read-more .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .read-more svg.icon, .pug-layout .read-more svg.active-filter, .pug-layout .read-more .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .read-more .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .read-more .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .read-more svg, .pug-layout .categoria-box-card svg.bg-primary, .pug-layout .categoria-box-card .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .categoria-box-card svg.icon, .pug-layout .categoria-box-card svg.active-filter, .pug-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .categoria-box-card svg, .pug-layout .it-page-section svg.bg-primary, .pug-layout .it-page-section .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .it-page-section svg.icon, .pug-layout .it-page-section svg.active-filter, .pug-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .it-page-section svg, .pug-layout .menu-link-list svg.bg-primary, .pug-layout .menu-link-list .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .menu-link-list svg.icon, .pug-layout .menu-link-list svg.active-filter, .pug-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .menu-link-list svg, .pug-layout #lista-paragrafi svg.bg-primary, .pug-layout #lista-paragrafi .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout #lista-paragrafi svg.icon, .pug-layout #lista-paragrafi svg.active-filter, .pug-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout #lista-paragrafi svg, .pug-layout .condividi svg.bg-primary, .pug-layout .condividi .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .condividi svg.icon, .pug-layout .condividi svg.active-filter, .pug-layout .condividi .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .condividi .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .condividi .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .condividi svg, .pug-layout .go-back svg.bg-primary, .pug-layout .go-back .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .go-back svg.icon, .pug-layout .go-back svg.active-filter, .pug-layout .go-back .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .go-back .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .go-back .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .go-back svg, .pug-layout .categorie-src svg.bg-primary, .pug-layout .categorie-src .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .categorie-src svg.icon, .pug-layout .categorie-src svg.active-filter, .pug-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .categorie-src svg, .pug-layout .argomenti-src svg.bg-primary, .pug-layout .argomenti-src .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .argomenti-src svg.icon, .pug-layout .argomenti-src svg.active-filter, .pug-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .argomenti-src svg, .pug-layout .card-ricerca-container svg.bg-primary, .pug-layout .card-ricerca-container .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .card-ricerca-container svg.icon, .pug-layout .card-ricerca-container svg.active-filter, .pug-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .card-ricerca-container svg, .pug-layout .modale-fullscreen-ricerca svg.bg-primary, .pug-layout .modale-fullscreen-ricerca .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pug-layout .modale-fullscreen-ricerca svg.icon, .pug-layout .modale-fullscreen-ricerca svg.active-filter, .pug-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pug-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pug-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pug-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pug-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pug-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pug-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pug-layout .modale-fullscreen-ricerca svg {
  background-color: #617e14 !important;
  fill: #fff !important;
}
.pug-layout .uk-subnav .active-filter, .pug-layout .row-title .active-filter, .pug-layout .read-more .active-filter, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .active-filter, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a .active-filter, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .active-filter, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a .active-filter, .pug-layout .categoria-box-card .active-filter, .pug-layout .it-page-section .active-filter, .pug-layout .menu-link-list .active-filter, .pug-layout #lista-paragrafi .active-filter, .pug-layout .condividi .active-filter, .pug-layout .go-back .active-filter, .pug-layout .categorie-src .active-filter, .pug-layout .argomenti-src .active-filter, .pug-layout .card-ricerca-container .active-filter, .pug-layout .modale-fullscreen-ricerca .active-filter {
  background-color: #617e14 !important;
  color: #fff !important;
}
.pug-layout .uk-subnav .active-filter svg, .pug-layout .row-title .active-filter svg, .pug-layout .read-more .active-filter svg, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .active-filter svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a .active-filter svg, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .active-filter svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a .active-filter svg, .pug-layout .categoria-box-card .active-filter svg, .pug-layout .it-page-section .active-filter svg, .pug-layout .menu-link-list .active-filter svg, .pug-layout #lista-paragrafi .active-filter svg, .pug-layout .condividi .active-filter svg, .pug-layout .go-back .active-filter svg, .pug-layout .categorie-src .active-filter svg, .pug-layout .argomenti-src .active-filter svg, .pug-layout .card-ricerca-container .active-filter svg, .pug-layout .modale-fullscreen-ricerca .active-filter svg {
  fill: #fff !important;
}
.green-header {
  color: #94c01f;
}
.it-header-pug-wrapper .it-brand-text.it-brand-pug img {
  height: 80px !important;
}
.it-header-pug-wrapper .it-brand-text.it-brand-pug strong a .h2, .it-header-pug-wrapper .it-brand-text.it-brand-pug strong a .event-container .time-event .date .day-event, .event-container .time-event .date .it-header-pug-wrapper .it-brand-text.it-brand-pug strong a .day-event {
  line-height: 0.7 !important;
  font-weight: 600 !important;
  font-size: 1.4em !important;
}
.it-header-pug-wrapper .it-header-navbar-wrapper {
  background-color: transparent;
}
@media (min-width: 992px) {
  .it-header-pug-wrapper .it-header-navbar-wrapper {
    background-color: #94c01f;
  }
}
.it-header-pug-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link.active, .it-header-pug-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-pug-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link {
  border-color: black !important;
}
@media (max-width: 991px) {
  .it-header-pug-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link.active, .it-header-pug-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-pug-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    border-left: 3px solid #94c01f;
  }
}
.pug-mobile-banner.it-hero-wrapper {
  background-color: #94c01f;
}
.pug-mobile-banner.it-hero-wrapper > div .img-responsive-wrapper::after, .pug-mobile-banner.it-hero-wrapper > div .argomenti-evidenza-block img::after, .argomenti-evidenza-block .pug-mobile-banner.it-hero-wrapper > div img::after {
  background: rgba(32, 57, 17, 0.502) !important;
}
.pug-mobile-banner.it-hero-wrapper > div .img-responsive-wrapper img, .pug-mobile-banner.it-hero-wrapper > div .argomenti-evidenza-block img img, .argomenti-evidenza-block .pug-mobile-banner.it-hero-wrapper > div img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pug-mobile-banner.it-hero-wrapper > div .text-wrapper {
  position: absolute;
  bottom: 0;
}
.pug-home-banner > div:nth-child(1) {
  max-width: 100%;
}
@media (min-width: 768px) {
  .pug-home-banner > div:nth-child(1) {
    max-width: 40%;
  }
}
.pug-home-banner > div:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .pug-home-banner > div:nth-child(2) {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 58%;
    padding-right: 0;
    height: 100%;
  }
}
.pug-home-banner > div:nth-child(2) > div {
  height: 100%;
}
.pug-home-banner > div:nth-child(2) > div img {
  height: 100%;
  object-fit: cover;
}
.green-pug-text {
  color: #94c01f;
}
.pug-text-black a {
  color: #000;
}
.pug-text-black a:hover {
  color: #94c01f;
}
.pug-banner-section {
  background: transparent;
}
@media (min-width: 768px) {
  .pug-banner-section {
    background: linear-gradient(transparent 40%, #e7e7e7 40%);
  }
}
@media (min-width: 992px) {
  .pug-banner-section {
    background: linear-gradient(transparent 44%, #e7e7e7 44%);
  }
}
.pug-banner-section > div {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50% 100%;
}
@media (max-width: 767px) {
  .pug-banner-section > div {
    background-position: top right;
  }
}
@media (max-width: 575px) {
  .pug-banner-section > div {
    background-image: none !important;
  }
}
.pug-banner-section > div .btn-green-cta-pug, .pug-banner-section > div .pug-button a, .pug-button .pug-banner-section > div a {
  background-color: #597212;
}
.pug-banner-section > div .btn-green-cta-pug a, .pug-banner-section > div .pug-button a a, .pug-button .pug-banner-section > div a a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
.pug-banner-section > div .btn-green-cta-pug:hover, .pug-banner-section > div .pug-button a:hover, .pug-button .pug-banner-section > div a:hover {
  opacity: 0.8;
}
.pug-overlay-banner .uk-container {
  position: relative;
}
.pug-overlay-banner .uk-container .banner-green-pug-overlay {
  display: none;
}
@media (min-width: 768px) {
  .pug-overlay-banner .uk-container .banner-green-pug-overlay {
    display: block;
    position: absolute;
    top: -300px;
    width: 25%;
    height: calc(100% + 300px);
    background: #94c01f !important;
    mix-blend-mode: multiply;
    bottom: 0;
    right: 0;
  }
}
.black-cta a, .black-cta button {
  color: #000;
}
.timeline-pug {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .timeline-pug {
    flex-direction: column;
  }
}
.timeline-pug .li {
  height: 200px;
  width: 20%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: flex;
  width: inherit;
}
@media (max-width: 768px) {
  .timeline-pug .li {
    border-left: 10px solid #e2e6d5 !important;
    height: 70px;
  }
}
.timeline-pug .li .status {
  border-top: 10px solid #e2e6d5 !important;
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #d6dce0;
  position: relative;
}
@media (max-width: 768px) {
  .timeline-pug .li .status {
    border-top: 0 !important;
    height: 0;
    align-items: flex-start;
  }
}
.timeline-pug .li .status.complete:before {
  background-color: white;
  border: 5px solid #94c01f;
}
.timeline-pug .li .status.not-complete:before {
  background-color: white;
  border: 5px solid #e2e6d5;
  transition: all 200ms ease-in;
}
.timeline-pug .li .status::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -17px;
  left: 42%;
}
@media (max-width: 768px) {
  .timeline-pug .li .status::before {
    top: -25px;
    left: -17px;
  }
}
.timeline-pug .li span.top {
  position: absolute;
  top: 0;
  height: 40%;
  display: flex;
  align-items: flex-end;
  text-align: center;
}
@media (max-width: 768px) {
  .timeline-pug .li span.top {
    position: inherit;
    height: auto;
    text-align: left;
  }
}
.timeline-pug .li span.bottom {
  position: absolute;
  bottom: 0;
  height: 35%;
  display: flex;
  align-items: flex-start;
  text-align: center;
}
@media (max-width: 768px) {
  .timeline-pug .li span.bottom {
    position: inherit;
    height: auto;
    text-align: left;
  }
}
.timeline-pug .li .timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}
@media (max-width: 768px) {
  .timeline-pug .li .timestamp {
    align-items: flex-start;
    padding: 0 25px;
    margin-bottom: 0;
  }
}
.edufe-argomenti-layoutsection.pug .four-columns-layout > div .card, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div li {
  position: relative;
}
.edufe-argomenti-layoutsection.pug .four-columns-layout > div .card:hover, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li:hover, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div li:hover {
  opacity: 0.8;
}
.edufe-argomenti-layoutsection.pug .four-columns-layout > div .card .card-pug-img > a, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li .card-pug-img > a, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div li .card-pug-img > a {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.edufe-argomenti-layoutsection.pug .four-columns-layout > div .card .card-pug-img > a img, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li .card-pug-img > a img, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div li .card-pug-img > a img {
  padding-left: 24px;
}
.edufe-argomenti-layoutsection.pug .four-columns-layout > div .card .card-body, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li .card-body, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div li .card-body, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .card .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div .card li {
  padding-left: 65px;
}
.edufe-argomenti-layoutsection.pug .four-columns-layout > div .card .card-body p, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li li p, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div li .card-body p, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .card .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div .card li p {
  line-height: 1;
}
.edufe-argomenti-layoutsection.pug .four-columns-layout > div .card .card-body a, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li .card-body a, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li a, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li li a, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div li .card-body a, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .card .attachments-detail ul li a, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div .card li a {
  color: #fff !important;
  font-weight: normal !important;
}
.edufe-argomenti-layoutsection.pug .five-columns-layout > div {
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .edufe-argomenti-layoutsection.pug .five-columns-layout > div {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .edufe-argomenti-layoutsection.pug .five-columns-layout > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser:hover, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser:hover, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li:hover, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li:hover, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card-teaser:hover, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card:hover, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card:hover {
  opacity: 0.8;
}
.edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-pug-img a, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-pug-img a, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-pug-img a, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li .card-pug-img a, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card-teaser .card-pug-img a, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-pug-img a, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card .card-pug-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-pug-img a img, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-pug-img a img, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-pug-img a img, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li .card-pug-img a img, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card-teaser .card-pug-img a img, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-pug-img a img, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card .card-pug-img a img {
  padding-left: 24px;
  padding-top: 24px;
}
.edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li .card-body, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card-teaser .card-body, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card .card-body, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser li {
  margin-top: 37px;
}
.edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li h2, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li table, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li li .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body h2, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body table, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li .card-body .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li h2, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li table, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser li .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body h2, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body table, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card-teaser .card-body .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li h2, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li table, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card li .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body h2, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body table, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card .card-body .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card .card-body .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li h2, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li table, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser li .small, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body p, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body h2, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body table, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser .card-body .el-title {
  line-height: 1;
}
.pug-news .container-news .read-more, .pug-news .container-news .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-news .container-news a, .pug-news .container-news .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-news .container-news a {
  color: #94c01f;
}
.pug-news .container-news .read-more svg, .pug-news .container-news .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-news .container-news a svg, .pug-news .container-news .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-news .container-news a svg {
  fill: #94c01f;
}
.pug-detail-banner > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.os-detail-banner > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.obiettivo-strategico-down-banner.green-card-pug {
  background: linear-gradient(90deg, rgba(96, 152, 104, 0.4) 50%, transparent 50%);
}
@media (max-width: 767px) {
  .obiettivo-strategico-down-banner.green-card-pug {
    background: rgba(96, 152, 104, 0.4);
  }
}
.obiettivo-strategico-down-banner.orange-card-pug {
  background: linear-gradient(90deg, rgba(221, 133, 83, 0.4) 50%, transparent 50%);
}
@media (max-width: 767px) {
  .obiettivo-strategico-down-banner.orange-card-pug {
    background: rgba(221, 133, 83, 0.4);
  }
}
.obiettivo-strategico-down-banner.purple-card-pug {
  background: linear-gradient(90deg, rgba(144, 143, 194, 0.4) 50%, transparent 50%);
}
@media (max-width: 767px) {
  .obiettivo-strategico-down-banner.purple-card-pug {
    background: rgba(144, 143, 194, 0.4);
  }
}
.obiettivo-strategico-down-banner.pink-card-pug {
  background: linear-gradient(90deg, rgba(223, 73, 103, 0.4) 50%, transparent 50%);
}
@media (max-width: 767px) {
  .obiettivo-strategico-down-banner.pink-card-pug {
    background: rgba(223, 73, 103, 0.4);
  }
}
.arrow-section.bg-800 > .uk-container::after {
  background: linear-gradient(135deg, transparent 50%, #323333 50%);
}
.arrow-section.bg-100 > .uk-container::after, .feedback-form form input:not(.btn).arrow-section > .uk-container::after {
  background: linear-gradient(135deg, transparent 50%, #e3e4e6 50%);
}
.arrow-section > .uk-container {
  position: relative;
}
.arrow-section > .uk-container::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -64px;
  height: 60px;
  width: 60px;
  transform: rotate(45deg);
}
.it-header-pnrr-wrapper .it-header-slim-pnrr .navbar-brand img {
  height: 25px;
}
.pnrr-layout .agid-generic-card-container .text-serif > div a, .pnrr-layout .agid-generic-card-container .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p > div a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .pnrr-layout .agid-generic-card-container p > div a, .pnrr-layout .agid-generic-card-container .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p > div a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .pnrr-layout .agid-generic-card-container p > div a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.pnrr-layout .back-to-top {
  background-color: #14637e !important;
}
.pnrr-layout .pagination li.active a, .pnrr-layout .nav-link.active, .pnrr-layout .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pnrr-layout a.nav-link {
  border-color: #14637e !important;
}
.pnrr-layout .form-check [type='checkbox']:checked + label::after, .pnrr-layout .form-check [type='radio']:checked + label::after {
  background-color: #14637e;
  border-color: #14637e;
}
.pnrr-layout .uk-subnav .btn-primary, .pnrr-layout .uk-subnav .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .uk-subnav a.uk-button-primary, .pnrr-layout .uk-subnav .feedback-button a, .feedback-button .pnrr-layout .uk-subnav a, .pnrr-layout .row-title .btn-primary, .pnrr-layout .row-title .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .row-title a.uk-button-primary, .pnrr-layout .row-title .feedback-button a, .feedback-button .pnrr-layout .row-title a, .pnrr-layout .read-more .btn-primary, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .btn-primary, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a.uk-button-primary, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .feedback-button a, .feedback-button .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a .btn-primary, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .btn-primary, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a.uk-button-primary, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .feedback-button a, .feedback-button .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a .btn-primary, .pnrr-layout .read-more .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .read-more a.uk-button-primary, .pnrr-layout .read-more .feedback-button a, .feedback-button .pnrr-layout .read-more a, .pnrr-layout .categoria-box-card .btn-primary, .pnrr-layout .categoria-box-card .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .categoria-box-card a.uk-button-primary, .pnrr-layout .categoria-box-card .feedback-button a, .feedback-button .pnrr-layout .categoria-box-card a, .pnrr-layout .it-page-section .btn-primary, .pnrr-layout .it-page-section .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .it-page-section a.uk-button-primary, .pnrr-layout .it-page-section .feedback-button a, .feedback-button .pnrr-layout .it-page-section a, .pnrr-layout .menu-link-list .btn-primary, .pnrr-layout .menu-link-list .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .menu-link-list a.uk-button-primary, .pnrr-layout .menu-link-list .feedback-button a, .feedback-button .pnrr-layout .menu-link-list a, .pnrr-layout #lista-paragrafi .btn-primary, .pnrr-layout #lista-paragrafi .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout #lista-paragrafi a.uk-button-primary, .pnrr-layout #lista-paragrafi .feedback-button a, .feedback-button .pnrr-layout #lista-paragrafi a, .pnrr-layout .condividi .btn-primary, .pnrr-layout .condividi .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .condividi a.uk-button-primary, .pnrr-layout .condividi .feedback-button a, .feedback-button .pnrr-layout .condividi a, .pnrr-layout .go-back .btn-primary, .pnrr-layout .go-back .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .go-back a.uk-button-primary, .pnrr-layout .go-back .feedback-button a, .feedback-button .pnrr-layout .go-back a, .pnrr-layout .categorie-src .btn-primary, .pnrr-layout .categorie-src .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .categorie-src a.uk-button-primary, .pnrr-layout .categorie-src .feedback-button a, .feedback-button .pnrr-layout .categorie-src a, .pnrr-layout .argomenti-src .btn-primary, .pnrr-layout .argomenti-src .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .argomenti-src a.uk-button-primary, .pnrr-layout .argomenti-src .feedback-button a, .feedback-button .pnrr-layout .argomenti-src a, .pnrr-layout .card-ricerca-container .btn-primary, .pnrr-layout .card-ricerca-container .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .card-ricerca-container a.uk-button-primary, .pnrr-layout .card-ricerca-container .feedback-button a, .feedback-button .pnrr-layout .card-ricerca-container a, .pnrr-layout .modale-fullscreen-ricerca .btn-primary, .pnrr-layout .modale-fullscreen-ricerca .banner-covid a.uk-button-primary, .banner-covid .pnrr-layout .modale-fullscreen-ricerca a.uk-button-primary, .pnrr-layout .modale-fullscreen-ricerca .feedback-button a, .feedback-button .pnrr-layout .modale-fullscreen-ricerca a {
  background-color: #14637e !important;
}
.pnrr-layout .uk-subnav .btn-outline-primary, .pnrr-layout .row-title .btn-outline-primary, .pnrr-layout .read-more .btn-outline-primary, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .btn-outline-primary, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a .btn-outline-primary, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .btn-outline-primary, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a .btn-outline-primary, .pnrr-layout .categoria-box-card .btn-outline-primary, .pnrr-layout .it-page-section .btn-outline-primary, .pnrr-layout .menu-link-list .btn-outline-primary, .pnrr-layout #lista-paragrafi .btn-outline-primary, .pnrr-layout .condividi .btn-outline-primary, .pnrr-layout .go-back .btn-outline-primary, .pnrr-layout .categorie-src .btn-outline-primary, .pnrr-layout .argomenti-src .btn-outline-primary, .pnrr-layout .card-ricerca-container .btn-outline-primary, .pnrr-layout .modale-fullscreen-ricerca .btn-outline-primary {
  border-color: #14637e !important;
  color: #14637e !important;
  box-shadow: 0 0 0 1px #14637e;
}
.pnrr-layout .uk-subnav .border-primary, .pnrr-layout .uk-subnav .bi-assistance a, .bi-assistance .pnrr-layout .uk-subnav a, .pnrr-layout .row-title .border-primary, .pnrr-layout .row-title .bi-assistance a, .bi-assistance .pnrr-layout .row-title a, .pnrr-layout .read-more .border-primary, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .border-primary, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .bi-assistance a, .bi-assistance .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a .border-primary, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .border-primary, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .bi-assistance a, .bi-assistance .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a .border-primary, .pnrr-layout .read-more .bi-assistance a, .bi-assistance .pnrr-layout .read-more a, .pnrr-layout .categoria-box-card .border-primary, .pnrr-layout .categoria-box-card .bi-assistance a, .bi-assistance .pnrr-layout .categoria-box-card a, .pnrr-layout .it-page-section .border-primary, .pnrr-layout .it-page-section .bi-assistance a, .bi-assistance .pnrr-layout .it-page-section a, .pnrr-layout .menu-link-list .border-primary, .pnrr-layout .menu-link-list .bi-assistance a, .bi-assistance .pnrr-layout .menu-link-list a, .pnrr-layout #lista-paragrafi .border-primary, .pnrr-layout #lista-paragrafi .bi-assistance a, .bi-assistance .pnrr-layout #lista-paragrafi a, .pnrr-layout .condividi .border-primary, .pnrr-layout .condividi .bi-assistance a, .bi-assistance .pnrr-layout .condividi a, .pnrr-layout .go-back .border-primary, .pnrr-layout .go-back .bi-assistance a, .bi-assistance .pnrr-layout .go-back a, .pnrr-layout .categorie-src .border-primary, .pnrr-layout .categorie-src .bi-assistance a, .bi-assistance .pnrr-layout .categorie-src a, .pnrr-layout .argomenti-src .border-primary, .pnrr-layout .argomenti-src .bi-assistance a, .bi-assistance .pnrr-layout .argomenti-src a, .pnrr-layout .card-ricerca-container .border-primary, .pnrr-layout .card-ricerca-container .bi-assistance a, .bi-assistance .pnrr-layout .card-ricerca-container a, .pnrr-layout .modale-fullscreen-ricerca .border-primary, .pnrr-layout .modale-fullscreen-ricerca .bi-assistance a, .bi-assistance .pnrr-layout .modale-fullscreen-ricerca a {
  border-color: #14637e !important;
}
.pnrr-layout .uk-subnav svg, .pnrr-layout .row-title svg, .pnrr-layout .read-more svg, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a svg, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a svg, .pnrr-layout .categoria-box-card svg, .pnrr-layout .it-page-section svg, .pnrr-layout .menu-link-list svg, .pnrr-layout #lista-paragrafi svg, .pnrr-layout .condividi svg, .pnrr-layout .go-back svg, .pnrr-layout .categorie-src svg, .pnrr-layout .argomenti-src svg, .pnrr-layout .card-ricerca-container svg, .pnrr-layout .modale-fullscreen-ricerca svg {
  fill: #14637e !important;
}
.pnrr-layout .uk-subnav svg.bg-primary, .pnrr-layout .uk-subnav .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .uk-subnav svg.icon, .pnrr-layout .uk-subnav svg.active-filter, .pnrr-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .uk-subnav svg, .pnrr-layout .row-title svg.bg-primary, .pnrr-layout .row-title .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .row-title svg.icon, .pnrr-layout .row-title svg.active-filter, .pnrr-layout .row-title .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .row-title .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .row-title .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .row-title svg, .pnrr-layout .read-more svg.bg-primary, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg.bg-primary, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg.icon, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg.active-filter, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a svg.bg-primary, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg.bg-primary, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg.icon, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg.active-filter, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a svg.bg-primary, .pnrr-layout .read-more .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .read-more svg.icon, .pnrr-layout .read-more svg.active-filter, .pnrr-layout .read-more .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .read-more .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .read-more .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .read-more svg, .pnrr-layout .categoria-box-card svg.bg-primary, .pnrr-layout .categoria-box-card .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .categoria-box-card svg.icon, .pnrr-layout .categoria-box-card svg.active-filter, .pnrr-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .categoria-box-card svg, .pnrr-layout .it-page-section svg.bg-primary, .pnrr-layout .it-page-section .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .it-page-section svg.icon, .pnrr-layout .it-page-section svg.active-filter, .pnrr-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .it-page-section svg, .pnrr-layout .menu-link-list svg.bg-primary, .pnrr-layout .menu-link-list .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .menu-link-list svg.icon, .pnrr-layout .menu-link-list svg.active-filter, .pnrr-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .menu-link-list svg, .pnrr-layout #lista-paragrafi svg.bg-primary, .pnrr-layout #lista-paragrafi .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout #lista-paragrafi svg.icon, .pnrr-layout #lista-paragrafi svg.active-filter, .pnrr-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout #lista-paragrafi svg, .pnrr-layout .condividi svg.bg-primary, .pnrr-layout .condividi .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .condividi svg.icon, .pnrr-layout .condividi svg.active-filter, .pnrr-layout .condividi .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .condividi .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .condividi .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .condividi svg, .pnrr-layout .go-back svg.bg-primary, .pnrr-layout .go-back .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .go-back svg.icon, .pnrr-layout .go-back svg.active-filter, .pnrr-layout .go-back .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .go-back .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .go-back .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .go-back svg, .pnrr-layout .categorie-src svg.bg-primary, .pnrr-layout .categorie-src .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .categorie-src svg.icon, .pnrr-layout .categorie-src svg.active-filter, .pnrr-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .categorie-src svg, .pnrr-layout .argomenti-src svg.bg-primary, .pnrr-layout .argomenti-src .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .argomenti-src svg.icon, .pnrr-layout .argomenti-src svg.active-filter, .pnrr-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .argomenti-src svg, .pnrr-layout .card-ricerca-container svg.bg-primary, .pnrr-layout .card-ricerca-container .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .card-ricerca-container svg.icon, .pnrr-layout .card-ricerca-container svg.active-filter, .pnrr-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .card-ricerca-container svg, .pnrr-layout .modale-fullscreen-ricerca svg.bg-primary, .pnrr-layout .modale-fullscreen-ricerca .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .pnrr-layout .modale-fullscreen-ricerca svg.icon, .pnrr-layout .modale-fullscreen-ricerca svg.active-filter, .pnrr-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .pnrr-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .pnrr-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .pnrr-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .pnrr-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .pnrr-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .pnrr-layout .modale-fullscreen-ricerca svg {
  background-color: #14637e !important;
  fill: #fff !important;
}
.pnrr-layout .uk-subnav .active-filter, .pnrr-layout .row-title .active-filter, .pnrr-layout .read-more .active-filter, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .active-filter, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a .active-filter, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .active-filter, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a .active-filter, .pnrr-layout .categoria-box-card .active-filter, .pnrr-layout .it-page-section .active-filter, .pnrr-layout .menu-link-list .active-filter, .pnrr-layout #lista-paragrafi .active-filter, .pnrr-layout .condividi .active-filter, .pnrr-layout .go-back .active-filter, .pnrr-layout .categorie-src .active-filter, .pnrr-layout .argomenti-src .active-filter, .pnrr-layout .card-ricerca-container .active-filter, .pnrr-layout .modale-fullscreen-ricerca .active-filter {
  background-color: #14637e !important;
  color: #fff !important;
}
.pnrr-layout .uk-subnav .active-filter svg, .pnrr-layout .row-title .active-filter svg, .pnrr-layout .read-more .active-filter svg, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .active-filter svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a .active-filter svg, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .active-filter svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a .active-filter svg, .pnrr-layout .categoria-box-card .active-filter svg, .pnrr-layout .it-page-section .active-filter svg, .pnrr-layout .menu-link-list .active-filter svg, .pnrr-layout #lista-paragrafi .active-filter svg, .pnrr-layout .condividi .active-filter svg, .pnrr-layout .go-back .active-filter svg, .pnrr-layout .categorie-src .active-filter svg, .pnrr-layout .argomenti-src .active-filter svg, .pnrr-layout .card-ricerca-container .active-filter svg, .pnrr-layout .modale-fullscreen-ricerca .active-filter svg {
  fill: #fff !important;
}
.cyan-header {
  color: #1cafe2;
}
.it-header-pnrr-wrapper .it-brand-text.it-brand-pnrr img {
  height: 80px !important;
}
.it-header-pnrr-wrapper .it-brand-text.it-brand-pnrr strong a .h2, .it-header-pnrr-wrapper .it-brand-text.it-brand-pnrr strong a .event-container .time-event .date .day-event, .event-container .time-event .date .it-header-pnrr-wrapper .it-brand-text.it-brand-pnrr strong a .day-event {
  line-height: 0.7 !important;
  font-weight: 600 !important;
  font-size: 1.4em !important;
}
.it-header-pnrr-wrapper .it-header-navbar-wrapper {
  background-color: transparent;
}
@media (min-width: 992px) {
  .it-header-pnrr-wrapper .it-header-navbar-wrapper {
    background-color: #1cafe2;
  }
}
.it-header-pnrr-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link.active, .it-header-pnrr-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-pnrr-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link {
  border-color: black !important;
}
@media (max-width: 991px) {
  .it-header-pnrr-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link.active, .it-header-pnrr-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-pnrr-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    border-left: 3px solid #1cafe2;
  }
}
.pnrr-mobile-banner.it-hero-wrapper {
  background-color: #1cafe2;
}
.pnrr-mobile-banner.it-hero-wrapper > div .img-responsive-wrapper::after, .pnrr-mobile-banner.it-hero-wrapper > div .argomenti-evidenza-block img::after, .argomenti-evidenza-block .pnrr-mobile-banner.it-hero-wrapper > div img::after {
  background: rgba(32, 57, 17, 0.502) !important;
}
.pnrr-mobile-banner.it-hero-wrapper > div .img-responsive-wrapper img, .pnrr-mobile-banner.it-hero-wrapper > div .argomenti-evidenza-block img img, .argomenti-evidenza-block .pnrr-mobile-banner.it-hero-wrapper > div img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pnrr-mobile-banner.it-hero-wrapper > div .text-wrapper {
  position: absolute;
  bottom: 0;
}
.pnrr-home-banner > div:nth-child(1) {
  max-width: 100%;
}
@media (min-width: 768px) {
  .pnrr-home-banner > div:nth-child(1) {
    max-width: 40%;
  }
}
.pnrr-home-banner > div:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .pnrr-home-banner > div:nth-child(2) {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 58%;
    padding-right: 0;
    height: 100%;
  }
}
.pnrr-home-banner > div:nth-child(2) > div {
  height: 100%;
}
.pnrr-home-banner > div:nth-child(2) > div img {
  height: 100%;
  object-fit: cover;
}
.cyan-pnrr-text {
  color: #1cafe2;
}
.pnrr-text-black a {
  color: #000;
}
.pnrr-text-black a:hover {
  color: #1cafe2;
}
.pnrr-banner-section {
  background: transparent;
}
@media (min-width: 768px) {
  .pnrr-banner-section {
    background: linear-gradient(transparent 40%, #e7e7e7 40%);
  }
}
@media (min-width: 992px) {
  .pnrr-banner-section {
    background: linear-gradient(transparent 50%, #e7e7e7 50%);
  }
}
.pnrr-banner-section > div {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50% 100%;
}
@media (max-width: 767px) {
  .pnrr-banner-section > div {
    background-position: top right;
  }
}
@media (max-width: 575px) {
  .pnrr-banner-section > div {
    background-image: none !important;
  }
}
.pnrr-banner-section > div .btn-green-cta-pnrr, .pnrr-banner-section > div .pnrr-button a, .pnrr-button .pnrr-banner-section > div a {
  background-color: #597212;
}
.pnrr-banner-section > div .btn-green-cta-pnrr a, .pnrr-banner-section > div .pnrr-button a a, .pnrr-button .pnrr-banner-section > div a a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
.pnrr-banner-section > div .btn-green-cta-pnrr:hover, .pnrr-banner-section > div .pnrr-button a:hover, .pnrr-button .pnrr-banner-section > div a:hover {
  opacity: 0.8;
}
.pnrr-overlay-banner .uk-container {
  position: relative;
}
.pnrr-overlay-banner .uk-container .banner-cyan-pnrr-overlay {
  display: none;
}
@media (min-width: 768px) {
  .pnrr-overlay-banner .uk-container .banner-cyan-pnrr-overlay {
    display: block;
    position: absolute;
    top: -300px;
    width: 25%;
    height: calc(100% + 300px);
    background: #1cafe2 !important;
    mix-blend-mode: multiply;
    bottom: 0;
    right: 0;
  }
}
.black-cta a, .black-cta button {
  color: #000;
}
.timeline-pnrr {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .timeline-pnrr {
    flex-direction: column;
  }
}
.timeline-pnrr .li {
  height: 200px;
  width: 20%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: flex;
  width: inherit;
}
@media (max-width: 768px) {
  .timeline-pnrr .li {
    border-left: 10px solid #e2e6d5 !important;
    height: 70px;
  }
}
.timeline-pnrr .li .status {
  border-top: 10px solid #e2e6d5 !important;
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #d6dce0;
  position: relative;
}
@media (max-width: 768px) {
  .timeline-pnrr .li .status {
    border-top: 0 !important;
    height: 0;
    align-items: flex-start;
  }
}
.timeline-pnrr .li .status.complete:before {
  background-color: white;
  border: 5px solid #1cafe2;
}
.timeline-pnrr .li .status.not-complete:before {
  background-color: white;
  border: 5px solid #e2e6d5;
  transition: all 200ms ease-in;
}
.timeline-pnrr .li .status::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -17px;
  left: 42%;
}
@media (max-width: 768px) {
  .timeline-pnrr .li .status::before {
    top: -25px;
    left: -17px;
  }
}
.timeline-pnrr .li span.top {
  position: absolute;
  top: 0;
  height: 40%;
  display: flex;
  align-items: flex-end;
  text-align: center;
}
@media (max-width: 768px) {
  .timeline-pnrr .li span.top {
    position: inherit;
    height: auto;
    text-align: left;
  }
}
.timeline-pnrr .li span.bottom {
  position: absolute;
  bottom: 0;
  height: 35%;
  display: flex;
  align-items: flex-start;
  text-align: center;
}
@media (max-width: 768px) {
  .timeline-pnrr .li span.bottom {
    position: inherit;
    height: auto;
    text-align: left;
  }
}
.timeline-pnrr .li .timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}
@media (max-width: 768px) {
  .timeline-pnrr .li .timestamp {
    align-items: flex-start;
    padding: 0 25px;
    margin-bottom: 0;
  }
}
.section-missioni .three-columns-layout > div {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 38px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .section-missioni .three-columns-layout > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .section-missioni .three-columns-layout > div {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.section-missioni .three-columns-layout > div .card.card-teaser, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li, .attachments-detail ul .section-missioni .three-columns-layout > div li.card-teaser, .section-missioni .three-columns-layout > div .attachments-detail ul li.card, .attachments-detail ul .section-missioni .three-columns-layout > div li.card {
  display: flex;
  min-height: 152px;
}
.section-missioni .three-columns-layout > div .card.card-teaser:hover, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser:hover, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li:hover, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li:hover, .attachments-detail ul .section-missioni .three-columns-layout > div li.card-teaser:hover, .section-missioni .three-columns-layout > div .attachments-detail ul li.card:hover, .attachments-detail ul .section-missioni .three-columns-layout > div li.card:hover {
  opacity: 0.8;
}
.section-missioni .three-columns-layout > div .card.card-teaser.disabled, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser.disabled, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li.disabled, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li.disabled, .attachments-detail ul .section-missioni .three-columns-layout > div li.card-teaser.disabled, .section-missioni .three-columns-layout > div .attachments-detail ul li.card.disabled, .attachments-detail ul .section-missioni .three-columns-layout > div li.card.disabled {
  opacity: 0.3;
}
.section-missioni .three-columns-layout > div .card.card-teaser .card-pnrr-img, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-pnrr-img, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-pnrr-img, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li .card-pnrr-img, .attachments-detail ul .section-missioni .three-columns-layout > div li.card-teaser .card-pnrr-img, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-pnrr-img, .attachments-detail ul .section-missioni .three-columns-layout > div li.card .card-pnrr-img {
  width: 90px;
}
.section-missioni .three-columns-layout > div .card.card-teaser .card-pnrr-img a, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-pnrr-img a, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-pnrr-img a, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li .card-pnrr-img a, .attachments-detail ul .section-missioni .three-columns-layout > div li.card-teaser .card-pnrr-img a, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-pnrr-img a, .attachments-detail ul .section-missioni .three-columns-layout > div li.card .card-pnrr-img a {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.section-missioni .three-columns-layout > div .card.card-teaser .card-pnrr-img img, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-pnrr-img img, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-pnrr-img img, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li .card-pnrr-img img, .attachments-detail ul .section-missioni .three-columns-layout > div li.card-teaser .card-pnrr-img img, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-pnrr-img img, .attachments-detail ul .section-missioni .three-columns-layout > div li.card .card-pnrr-img img {
  padding-left: 24px;
  width: 90px;
}
.section-missioni .three-columns-layout > div .card.card-teaser .card-body, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li li, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li .card-body, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser li, .attachments-detail ul .section-missioni .three-columns-layout > div li.card-teaser .card-body, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li.card li, .attachments-detail ul .section-missioni .three-columns-layout > div li.card .card-body, .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li, .attachments-detail ul .section-missioni .three-columns-layout > div .card.card-teaser li {
  margin-left: 24px;
  width: fit-content;
}
.section-missioni .three-columns-layout > div .card.card-teaser .card-body .small, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body .small, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .small, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .small, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li p, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .link-box-card, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li p, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .link-box-card, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li h2, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li table, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .el-title, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li li .small, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body p, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .link-box-card, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body p, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .link-box-card, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body h2, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .persons-grid .grid-view table, .persons-grid .grid-view .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body table, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .el-title, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li .card-body .small, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .small, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li p, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .link-box-card, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li p, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .link-box-card, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li h2, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li table, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .el-title, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser li .small, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body p, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body .link-box-card, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body p, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body .link-box-card, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body h2, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body .persons-grid .grid-view table, .persons-grid .grid-view .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body table, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body .el-title, .attachments-detail ul .section-missioni .three-columns-layout > div li.card-teaser .card-body .small, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body .small, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .small, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li p, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .link-box-card, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li p, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .link-box-card, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li h2, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li table, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .el-title, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li.card li .small, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body p, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body .link-box-card, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body p, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body .link-box-card, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body h2, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body .persons-grid .grid-view table, .persons-grid .grid-view .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body table, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body .el-title, .attachments-detail ul .section-missioni .three-columns-layout > div li.card .card-body .small, .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li .small, .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li p, .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li .link-box-card, .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li p, .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li .link-box-card, .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li h2, .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li table, .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li .el-title, .attachments-detail ul .section-missioni .three-columns-layout > div .card.card-teaser li .small, .section-missioni .three-columns-layout > div .card.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .card.card-teaser .card-body p, .section-missioni .three-columns-layout > div .card.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .card.card-teaser .card-body .link-box-card, .section-missioni .three-columns-layout > div .card.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .section-missioni .three-columns-layout > div .card.card-teaser .card-body p, .section-missioni .three-columns-layout > div .card.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .section-missioni .three-columns-layout > div .card.card-teaser .card-body .link-box-card, .section-missioni .three-columns-layout > div .card.card-teaser .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .section-missioni .three-columns-layout > div .card.card-teaser .card-body h2, .section-missioni .three-columns-layout > div .card.card-teaser .card-body .persons-grid .grid-view table, .persons-grid .grid-view .section-missioni .three-columns-layout > div .card.card-teaser .card-body table, .section-missioni .three-columns-layout > div .card.card-teaser .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .section-missioni .three-columns-layout > div .card.card-teaser .card-body .el-title {
  line-height: 1;
  font-size: 18px;
  color: #333;
}
.section-missioni .three-columns-layout > div .card.card-teaser .card-body p, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .card-body p, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body p, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li p, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li li p, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li .card-body p, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li p, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser li p, .attachments-detail ul .section-missioni .three-columns-layout > div li.card-teaser .card-body p, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .card-body p, .section-missioni .three-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li p, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li.card li p, .attachments-detail ul .section-missioni .three-columns-layout > div li.card .card-body p, .section-missioni .three-columns-layout > div .card.card-teaser .attachments-detail ul li p, .attachments-detail ul .section-missioni .three-columns-layout > div .card.card-teaser li p {
  margin-bottom: 0;
}
.edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div li {
  position: relative;
}
.edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card:hover, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li:hover, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div li:hover {
  opacity: 0.8;
}
.edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card .card-pnrr-img > a, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li .card-pnrr-img > a, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div li .card-pnrr-img > a {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card .card-pnrr-img > a img, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li .card-pnrr-img > a img, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div li .card-pnrr-img > a img {
  padding-left: 24px;
}
.edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card .card-body, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li .card-body, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div li .card-body, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card li {
  padding-left: 65px;
}
.edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card .card-body p, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li li p, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div li .card-body p, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card li p {
  line-height: 1;
}
.edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card .card-body a, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li .card-body a, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li a, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li li a, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div li .card-body a, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card .attachments-detail ul li a, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card li a {
  color: #fff !important;
  font-weight: normal !important;
}
.edufe-argomenti-layoutsection.pnrr .five-columns-layout > div {
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser:hover, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser:hover, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li:hover, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li:hover, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card-teaser:hover, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card:hover, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card:hover {
  opacity: 0.8;
}
.edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-pnrr-img a, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-pnrr-img a, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-pnrr-img a, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li .card-pnrr-img a, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card-teaser .card-pnrr-img a, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-pnrr-img a, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card .card-pnrr-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-pnrr-img a img, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-pnrr-img a img, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-pnrr-img a img, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li .card-pnrr-img a img, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card-teaser .card-pnrr-img a img, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-pnrr-img a img, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card .card-pnrr-img a img {
  padding-left: 24px;
  padding-top: 24px;
}
.edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li .card-body, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card-teaser .card-body, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card .card-body, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser li {
  margin-top: 37px;
}
.edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li h2, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li table, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li li .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body h2, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body table, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li .card-body .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li h2, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li table, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser li .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body h2, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body table, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card-teaser .card-body .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li h2, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li table, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card li .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body h2, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body table, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card .card-body .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card .card-body .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li h2, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li table, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser li .small, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body p, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body h2, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body table, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser .card-body .el-title {
  line-height: 1;
}
.section-pnrr-news .container-news .read-more, .section-pnrr-news .container-news .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .section-pnrr-news .container-news a, .section-pnrr-news .container-news .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .section-pnrr-news .container-news a {
  color: #1cafe2;
}
.section-pnrr-news .container-news .read-more svg, .section-pnrr-news .container-news .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .section-pnrr-news .container-news a svg, .section-pnrr-news .container-news .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .section-pnrr-news .container-news a svg {
  fill: #1cafe2;
}
.pnrr-detail-banner > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.os-detail-banner > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.obiettivo-strategico-down-banner.green-card-pnrr {
  background: linear-gradient(90deg, rgba(96, 152, 104, 0.4) 50%, transparent 50%);
}
@media (max-width: 767px) {
  .obiettivo-strategico-down-banner.green-card-pnrr {
    background: rgba(96, 152, 104, 0.4);
  }
}
.obiettivo-strategico-down-banner.orange-card-pnrr {
  background: linear-gradient(90deg, rgba(221, 133, 83, 0.4) 50%, transparent 50%);
}
@media (max-width: 767px) {
  .obiettivo-strategico-down-banner.orange-card-pnrr {
    background: rgba(221, 133, 83, 0.4);
  }
}
.obiettivo-strategico-down-banner.purple-card-pnrr {
  background: linear-gradient(90deg, rgba(144, 143, 194, 0.4) 50%, transparent 50%);
}
@media (max-width: 767px) {
  .obiettivo-strategico-down-banner.purple-card-pnrr {
    background: rgba(144, 143, 194, 0.4);
  }
}
.obiettivo-strategico-down-banner.pink-card-pnrr {
  background: linear-gradient(90deg, rgba(223, 73, 103, 0.4) 50%, transparent 50%);
}
@media (max-width: 767px) {
  .obiettivo-strategico-down-banner.pink-card-pnrr {
    background: rgba(223, 73, 103, 0.4);
  }
}
.arrow-section.bg-800 > .uk-container::after {
  background: linear-gradient(135deg, transparent 50%, #323333 50%);
}
.arrow-section.bg-100 > .uk-container::after, .feedback-form form input:not(.btn).arrow-section > .uk-container::after {
  background: linear-gradient(135deg, transparent 50%, #e3e4e6 50%);
}
.arrow-section > .uk-container {
  position: relative;
}
.arrow-section > .uk-container::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -64px;
  height: 60px;
  width: 60px;
  transform: rotate(45deg);
}
.section-documenti {
  background-color: #e7e7e7;
  padding: 48px 0;
}
.section-intro-mission {
  min-height: 490px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.section-intro-mission > .uk-container {
  display: flex;
}
.section-intro-mission .content-intro-mission {
  width: 100%;
  margin-top: 24px;
}
.section-intro-mission .content-intro-mission .intro-text {
  position: relative;
  background-color: #fff;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .section-intro-mission .content-intro-mission .intro-img {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 0;
  }
}
.section-intro-mission .content-intro-mission .intro-img .uk-background-cover {
  min-height: 490px;
  background-size: cover;
  background-position: center center;
}
.section-intro-descrizione {
  padding-top: 48px;
  padding-bottom: 70px;
}
.section-progetti-pnrr {
  overflow: hidden;
}
.section-progetti-pnrr .card-project {
  border-radius: 4px;
  background-color: #c5dcee;
  height: 100%;
}
.section-progetti-pnrr .card-project.shadow-custom-color {
  box-shadow: none;
}
.section-progetti-pnrr .card-project a.read-more, .section-progetti-pnrr .card-project .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .section-progetti-pnrr .card-project a, .section-progetti-pnrr .card-project .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .section-progetti-pnrr .card-project a {
  text-transform: lowercase;
  color: #333;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}
.section-progetti-pnrr .card-project a.read-more:hover, .section-progetti-pnrr .card-project .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .section-progetti-pnrr .card-project a:hover, .section-progetti-pnrr .card-project .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .section-progetti-pnrr .card-project a:hover {
  text-decoration: underline;
}
.it-header-matrimoni-wrapper .it-header-slim-matrimoni .navbar-brand img {
  height: 25px;
}
@media (max-width: 991px) {
  .matrimoni-layout .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item .nav-link {
    color: #889f8c !important;
  }
}
.matrimoni-layout .it-header-navbar-wrapper nav.navbar .menu-wrapper li.nav-item a {
  color: #889f8c;
}
@media (min-width: 991px) {
  .matrimoni-layout .it-header-navbar-wrapper nav.navbar .menu-wrapper li.nav-item a {
    color: #fff;
  }
}
.matrimoni-layout .agid-generic-card-container .text-serif > div a, .matrimoni-layout .agid-generic-card-container .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p > div a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .matrimoni-layout .agid-generic-card-container p > div a, .matrimoni-layout .agid-generic-card-container .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p > div a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .matrimoni-layout .agid-generic-card-container p > div a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media (min-width: 992px) {
  .matrimoni-layout .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text img {
    height: 78px;
    max-height: 78px;
  }
}
.matrimoni-layout .back-to-top {
  background-color: #889f8c !important;
}
.matrimoni-layout .pagination li.active a, .matrimoni-layout .nav-link.active, .matrimoni-layout .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .matrimoni-layout a.nav-link {
  border-color: #889f8c !important;
}
.matrimoni-layout .form-check [type='checkbox']:checked + label::after, .matrimoni-layout .form-check [type='radio']:checked + label::after {
  background-color: #889f8c;
  border-color: #889f8c;
}
.matrimoni-layout .uk-subnav .btn-primary, .matrimoni-layout .uk-subnav .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .uk-subnav a.uk-button-primary, .matrimoni-layout .uk-subnav .feedback-button a, .feedback-button .matrimoni-layout .uk-subnav a, .matrimoni-layout .row-title .btn-primary, .matrimoni-layout .row-title .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .row-title a.uk-button-primary, .matrimoni-layout .row-title .feedback-button a, .feedback-button .matrimoni-layout .row-title a, .matrimoni-layout .read-more .btn-primary, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .btn-primary, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a.uk-button-primary, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .feedback-button a, .feedback-button .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a .btn-primary, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .btn-primary, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a.uk-button-primary, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .feedback-button a, .feedback-button .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a .btn-primary, .matrimoni-layout .read-more .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .read-more a.uk-button-primary, .matrimoni-layout .read-more .feedback-button a, .feedback-button .matrimoni-layout .read-more a, .matrimoni-layout .categoria-box-card .btn-primary, .matrimoni-layout .categoria-box-card .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .categoria-box-card a.uk-button-primary, .matrimoni-layout .categoria-box-card .feedback-button a, .feedback-button .matrimoni-layout .categoria-box-card a, .matrimoni-layout .it-page-section .btn-primary, .matrimoni-layout .it-page-section .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .it-page-section a.uk-button-primary, .matrimoni-layout .it-page-section .feedback-button a, .feedback-button .matrimoni-layout .it-page-section a, .matrimoni-layout .menu-link-list .btn-primary, .matrimoni-layout .menu-link-list .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .menu-link-list a.uk-button-primary, .matrimoni-layout .menu-link-list .feedback-button a, .feedback-button .matrimoni-layout .menu-link-list a, .matrimoni-layout #lista-paragrafi .btn-primary, .matrimoni-layout #lista-paragrafi .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout #lista-paragrafi a.uk-button-primary, .matrimoni-layout #lista-paragrafi .feedback-button a, .feedback-button .matrimoni-layout #lista-paragrafi a, .matrimoni-layout .condividi .btn-primary, .matrimoni-layout .condividi .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .condividi a.uk-button-primary, .matrimoni-layout .condividi .feedback-button a, .feedback-button .matrimoni-layout .condividi a, .matrimoni-layout .go-back .btn-primary, .matrimoni-layout .go-back .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .go-back a.uk-button-primary, .matrimoni-layout .go-back .feedback-button a, .feedback-button .matrimoni-layout .go-back a, .matrimoni-layout .categorie-src .btn-primary, .matrimoni-layout .categorie-src .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .categorie-src a.uk-button-primary, .matrimoni-layout .categorie-src .feedback-button a, .feedback-button .matrimoni-layout .categorie-src a, .matrimoni-layout .argomenti-src .btn-primary, .matrimoni-layout .argomenti-src .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .argomenti-src a.uk-button-primary, .matrimoni-layout .argomenti-src .feedback-button a, .feedback-button .matrimoni-layout .argomenti-src a, .matrimoni-layout .card-ricerca-container .btn-primary, .matrimoni-layout .card-ricerca-container .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .card-ricerca-container a.uk-button-primary, .matrimoni-layout .card-ricerca-container .feedback-button a, .feedback-button .matrimoni-layout .card-ricerca-container a, .matrimoni-layout .modale-fullscreen-ricerca .btn-primary, .matrimoni-layout .modale-fullscreen-ricerca .banner-covid a.uk-button-primary, .banner-covid .matrimoni-layout .modale-fullscreen-ricerca a.uk-button-primary, .matrimoni-layout .modale-fullscreen-ricerca .feedback-button a, .feedback-button .matrimoni-layout .modale-fullscreen-ricerca a {
  background-color: #889f8c !important;
}

.matrimoni-layout .condividi a, .matrimoni-layout .menu-link-list a span, .matrimoni-layout #lista-paragrafi a span,
.matrimoni-layout .card-wrapper .card-body a
{
  color: #000 !important;
}

.matrimoni-layout .breadcrumb-container ol.breadcrumb li.breadcrumb-item a {
  color: #ed6a51 !important;
}
.matrimoni-layout .uk-subnav .btn-outline-primary, .matrimoni-layout .row-title .btn-outline-primary, .matrimoni-layout .read-more .btn-outline-primary, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .btn-outline-primary, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a .btn-outline-primary, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .btn-outline-primary, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a .btn-outline-primary, .matrimoni-layout .categoria-box-card .btn-outline-primary, .matrimoni-layout .it-page-section .btn-outline-primary, .matrimoni-layout .menu-link-list .btn-outline-primary, .matrimoni-layout #lista-paragrafi .btn-outline-primary, .matrimoni-layout .condividi .btn-outline-primary, .matrimoni-layout .go-back .btn-outline-primary, .matrimoni-layout .categorie-src .btn-outline-primary, .matrimoni-layout .argomenti-src .btn-outline-primary, .matrimoni-layout .card-ricerca-container .btn-outline-primary, .matrimoni-layout .modale-fullscreen-ricerca .btn-outline-primary {
  border-color: #889f8c !important;
  color: #889f8c !important;
  box-shadow: 0 0 0 1px #889f8c;
}
.matrimoni-layout .uk-subnav .border-primary, .matrimoni-layout .uk-subnav .bi-assistance a, .bi-assistance .matrimoni-layout .uk-subnav a, .matrimoni-layout .row-title .border-primary, .matrimoni-layout .row-title .bi-assistance a, .bi-assistance .matrimoni-layout .row-title a, .matrimoni-layout .read-more .border-primary, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .border-primary, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .bi-assistance a, .bi-assistance .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a .border-primary, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .border-primary, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .bi-assistance a, .bi-assistance .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a .border-primary, .matrimoni-layout .read-more .bi-assistance a, .bi-assistance .matrimoni-layout .read-more a, .matrimoni-layout .categoria-box-card .border-primary, .matrimoni-layout .categoria-box-card .bi-assistance a, .bi-assistance .matrimoni-layout .categoria-box-card a, .matrimoni-layout .it-page-section .border-primary, .matrimoni-layout .it-page-section .bi-assistance a, .bi-assistance .matrimoni-layout .it-page-section a, .matrimoni-layout .menu-link-list .border-primary, .matrimoni-layout .menu-link-list .bi-assistance a, .bi-assistance .matrimoni-layout .menu-link-list a, .matrimoni-layout #lista-paragrafi .border-primary, .matrimoni-layout #lista-paragrafi .bi-assistance a, .bi-assistance .matrimoni-layout #lista-paragrafi a, .matrimoni-layout .condividi .border-primary, .matrimoni-layout .condividi .bi-assistance a, .bi-assistance .matrimoni-layout .condividi a, .matrimoni-layout .go-back .border-primary, .matrimoni-layout .go-back .bi-assistance a, .bi-assistance .matrimoni-layout .go-back a, .matrimoni-layout .categorie-src .border-primary, .matrimoni-layout .categorie-src .bi-assistance a, .bi-assistance .matrimoni-layout .categorie-src a, .matrimoni-layout .argomenti-src .border-primary, .matrimoni-layout .argomenti-src .bi-assistance a, .bi-assistance .matrimoni-layout .argomenti-src a, .matrimoni-layout .card-ricerca-container .border-primary, .matrimoni-layout .card-ricerca-container .bi-assistance a, .bi-assistance .matrimoni-layout .card-ricerca-container a, .matrimoni-layout .modale-fullscreen-ricerca .border-primary, .matrimoni-layout .modale-fullscreen-ricerca .bi-assistance a, .bi-assistance .matrimoni-layout .modale-fullscreen-ricerca a {
  border-color: #889f8c !important;
}
.matrimoni-layout .uk-subnav svg, .matrimoni-layout .row-title svg, .matrimoni-layout .read-more svg, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a svg, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a svg, .matrimoni-layout .categoria-box-card svg, .matrimoni-layout .it-page-section svg, .matrimoni-layout .menu-link-list svg, .matrimoni-layout #lista-paragrafi svg, .matrimoni-layout .condividi svg, .matrimoni-layout .go-back svg, .matrimoni-layout .categorie-src svg, .matrimoni-layout .argomenti-src svg, .matrimoni-layout .card-ricerca-container svg, .matrimoni-layout .modale-fullscreen-ricerca svg {
  fill: #889f8c !important;
}
.matrimoni-layout .uk-subnav svg.bg-primary, .matrimoni-layout .uk-subnav .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .uk-subnav svg.icon, .matrimoni-layout .uk-subnav svg.active-filter, .matrimoni-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .uk-subnav svg, .matrimoni-layout .row-title svg.bg-primary, .matrimoni-layout .row-title .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .row-title svg.icon, .matrimoni-layout .row-title svg.active-filter, .matrimoni-layout .row-title .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .row-title .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .row-title .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .row-title svg, .matrimoni-layout .read-more svg.bg-primary, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg.bg-primary, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg.icon, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg.active-filter, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a svg.bg-primary, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg.bg-primary, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg.icon, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg.active-filter, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a svg.bg-primary, .matrimoni-layout .read-more .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .read-more svg.icon, .matrimoni-layout .read-more svg.active-filter, .matrimoni-layout .read-more .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .read-more .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .read-more .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .read-more svg, .matrimoni-layout .categoria-box-card svg.bg-primary, .matrimoni-layout .categoria-box-card .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .categoria-box-card svg.icon, .matrimoni-layout .categoria-box-card svg.active-filter, .matrimoni-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .categoria-box-card svg, .matrimoni-layout .it-page-section svg.bg-primary, .matrimoni-layout .it-page-section .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .it-page-section svg.icon, .matrimoni-layout .it-page-section svg.active-filter, .matrimoni-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .it-page-section svg, .matrimoni-layout .menu-link-list svg.bg-primary, .matrimoni-layout .menu-link-list .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .menu-link-list svg.icon, .matrimoni-layout .menu-link-list svg.active-filter, .matrimoni-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .menu-link-list svg, .matrimoni-layout #lista-paragrafi svg.bg-primary, .matrimoni-layout #lista-paragrafi .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout #lista-paragrafi svg.icon, .matrimoni-layout #lista-paragrafi svg.active-filter, .matrimoni-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout #lista-paragrafi svg, .matrimoni-layout .condividi svg.bg-primary, .matrimoni-layout .condividi .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .condividi svg.icon, .matrimoni-layout .condividi svg.active-filter, .matrimoni-layout .condividi .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .condividi .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .condividi .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .condividi svg, .matrimoni-layout .go-back svg.bg-primary, .matrimoni-layout .go-back .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .go-back svg.icon, .matrimoni-layout .go-back svg.active-filter, .matrimoni-layout .go-back .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .go-back .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .go-back .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .go-back svg, .matrimoni-layout .categorie-src svg.bg-primary, .matrimoni-layout .categorie-src .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .categorie-src svg.icon, .matrimoni-layout .categorie-src svg.active-filter, .matrimoni-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .categorie-src svg, .matrimoni-layout .argomenti-src svg.bg-primary, .matrimoni-layout .argomenti-src .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .argomenti-src svg.icon, .matrimoni-layout .argomenti-src svg.active-filter, .matrimoni-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .argomenti-src svg, .matrimoni-layout .card-ricerca-container svg.bg-primary, .matrimoni-layout .card-ricerca-container .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .card-ricerca-container svg.icon, .matrimoni-layout .card-ricerca-container svg.active-filter, .matrimoni-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .card-ricerca-container svg, .matrimoni-layout .modale-fullscreen-ricerca svg.bg-primary, .matrimoni-layout .modale-fullscreen-ricerca .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .matrimoni-layout .modale-fullscreen-ricerca svg.icon, .matrimoni-layout .modale-fullscreen-ricerca svg.active-filter, .matrimoni-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .matrimoni-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .matrimoni-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .matrimoni-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .matrimoni-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .matrimoni-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .matrimoni-layout .modale-fullscreen-ricerca svg {
  background-color: #889f8c !important;
  fill: #fff !important;
}
.matrimoni-layout .uk-subnav .active-filter, .matrimoni-layout .row-title .active-filter, .matrimoni-layout .read-more .active-filter, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .active-filter, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a .active-filter, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .active-filter, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a .active-filter, .matrimoni-layout .categoria-box-card .active-filter, .matrimoni-layout .it-page-section .active-filter, .matrimoni-layout .menu-link-list .active-filter, .matrimoni-layout #lista-paragrafi .active-filter, .matrimoni-layout .condividi .active-filter, .matrimoni-layout .go-back .active-filter, .matrimoni-layout .categorie-src .active-filter, .matrimoni-layout .argomenti-src .active-filter, .matrimoni-layout .card-ricerca-container .active-filter, .matrimoni-layout .modale-fullscreen-ricerca .active-filter {
  background-color: #889f8c !important;
  color: #fff !important;
}
.matrimoni-layout .uk-subnav .active-filter svg, .matrimoni-layout .row-title .active-filter svg, .matrimoni-layout .read-more .active-filter svg, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .active-filter svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a .active-filter svg, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .active-filter svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a .active-filter svg, .matrimoni-layout .categoria-box-card .active-filter svg, .matrimoni-layout .it-page-section .active-filter svg, .matrimoni-layout .menu-link-list .active-filter svg, .matrimoni-layout #lista-paragrafi .active-filter svg, .matrimoni-layout .condividi .active-filter svg, .matrimoni-layout .go-back .active-filter svg, .matrimoni-layout .categorie-src .active-filter svg, .matrimoni-layout .argomenti-src .active-filter svg, .matrimoni-layout .card-ricerca-container .active-filter svg, .matrimoni-layout .modale-fullscreen-ricerca .active-filter svg {
  fill: #fff !important;
}
.green-header {
  color: #889f8c;
}
.it-header-matrimoni-wrapper .it-brand-text.it-brand-matrimoni img {
  height: 80px !important;
}
.it-header-matrimoni-wrapper .it-brand-text.it-brand-matrimoni strong a .h2, .it-header-matrimoni-wrapper .it-brand-text.it-brand-matrimoni strong a .event-container .time-event .date .day-event, .event-container .time-event .date .it-header-matrimoni-wrapper .it-brand-text.it-brand-matrimoni strong a .day-event {
  line-height: 0.7 !important;
  font-weight: 600 !important;
  font-size: 1.4em !important;
}
.it-header-matrimoni-wrapper .it-header-navbar-wrapper {
  background-color: transparent;
}
@media (min-width: 992px) {
  .it-header-matrimoni-wrapper .it-header-navbar-wrapper {
    background-color: #889f8c;
  }
}
.it-header-matrimoni-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link.active, .it-header-matrimoni-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-matrimoni-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link {
  border-color: black !important;
}
@media (max-width: 991px) {
  .it-header-matrimoni-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link.active, .it-header-matrimoni-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-matrimoni-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    border-left: 3px solid #889f8c;
  }
}
.matrimoni-mobile-banner.it-hero-wrapper {
  background-color: #f4a596;
}
.matrimoni-mobile-banner.it-hero-wrapper > div .img-responsive-wrapper::after, .matrimoni-mobile-banner.it-hero-wrapper > div .argomenti-evidenza-block img::after, .argomenti-evidenza-block .matrimoni-mobile-banner.it-hero-wrapper > div img::after {
  background: rgba(32, 57, 17, 0.502) !important;
}
.matrimoni-mobile-banner.it-hero-wrapper > div .img-responsive-wrapper img, .matrimoni-mobile-banner.it-hero-wrapper > div .argomenti-evidenza-block img img, .argomenti-evidenza-block .matrimoni-mobile-banner.it-hero-wrapper > div img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.matrimoni-mobile-banner.it-hero-wrapper > div .text-wrapper {
  position: absolute;
  bottom: 0;
}
.matrimoni-home-banner > div:nth-child(1) {
  max-width: 100%;
}
@media (min-width: 768px) {
  .matrimoni-home-banner > div:nth-child(1) {
    max-width: 40%;
  }
}
.matrimoni-home-banner > div:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .matrimoni-home-banner > div:nth-child(2) {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 58%;
    padding-right: 0;
    height: 100%;
  }
}
.matrimoni-home-banner > div:nth-child(2) > div {
  height: 100%;
}
.matrimoni-home-banner > div:nth-child(2) > div img {
  height: 100%;
  object-fit: cover;
}
.pink-matrimoni-text {
  color: #f4a596;
}
.matrimoni-text-black a {
  color: #000;
}
.matrimoni-text-black a:hover {
  color: #f4a596;
}
.bottoniera-matrimoni {
  gap: 20px 40px;
  margin: 0 15%;
}
@media (max-width: 575px) {
  .bottoniera-matrimoni .link-panel {
    width: 100%;
  }
}
.bottoniera-matrimoni .btn-matrimoni {
  padding: 24px;
  height: 74px;
  display: flex;
  align-items: center;
}
.bottoniera-matrimoni .btn-matrimoni span {
  color: #000;
}
.bottoniera-matrimoni .btn-matrimoni h3.el-subtitle {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 600;
}
.btn-rito h3.el-subtitle {
  text-transform: none;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1em;
}
.matrimoni-banner-section {
  background: transparent;
}
.matrimoni-banner-section.bg-white, .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable .overlay.matrimoni-banner-section, .geoportale.banner-superiore-hp .geoportale-banner-ricerca.matrimoni-banner-section, .dropdown-manage.matrimoni-banner-section {
  background: #fff;
}
@media (min-width: 768px) {
  .matrimoni-banner-section {
    background: linear-gradient(transparent 60%, #e7e7e7 60%);
  }
}
@media (min-width: 992px) {
  .matrimoni-banner-section {
    background: linear-gradient(transparent 64%, #e7e7e7 64%);
  }
}
@media (min-width: 768px) {
  .matrimoni-banner-section .upper-margin {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .matrimoni-banner-section .upper-xl-margin {
    margin-top: 250px;
  }
}
.matrimoni-banner-section > div {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 50% auto;
}
@media (max-width: 767px) {
  .matrimoni-banner-section > div {
    background-position: top right;
  }
}
@media (max-width: 575px) {
  .matrimoni-banner-section > div {
    background-image: none !important;
  }
}
.matrimoni-banner-section > div .btn-green-cta-matrimoni {
  background-color: #889f8c;
}
.matrimoni-banner-section > div .btn-green-cta-matrimoni a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
.matrimoni-banner-section > div .btn-green-cta-matrimoni:hover {
  opacity: 0.8;
}
.green-matrimoni-text {
  color: #889f8c !important;
}
.matrimoni-overlay-banner .uk-container {
  position: relative;
}
.matrimoni-overlay-banner .uk-container .banner-green-matrimoni-overlay {
  display: none;
}
@media (min-width: 768px) {
  .matrimoni-overlay-banner .uk-container .banner-green-matrimoni-overlay {
    display: block;
    position: absolute;
    top: -300px;
    width: 25%;
    height: calc(100% + 300px);
    background: #f4a596 !important;
    mix-blend-mode: multiply;
    bottom: 0;
    right: 0;
  }
}
.black-cta a, .black-cta button {
  color: #000;
}
.edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div li {
  position: relative;
}
.edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card:hover, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li:hover, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div li:hover {
  opacity: 0.8;
}
.edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card .card-matrimoni-img > a, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li .card-matrimoni-img > a, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div li .card-matrimoni-img > a {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card .card-matrimoni-img > a img, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li .card-matrimoni-img > a img, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div li .card-matrimoni-img > a img {
  padding-left: 24px;
}
.edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card .card-body, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li .card-body, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div li .card-body, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card li {
  padding-left: 65px;
}
.edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card .card-body p, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li li p, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div li .card-body p, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card li p {
  line-height: 1;
}
.edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card .card-body a, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li .card-body a, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li a, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li li a, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div li .card-body a, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card .attachments-detail ul li a, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card li a {
  color: #fff !important;
  font-weight: normal !important;
}
.edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div {
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser:hover, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser:hover, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li:hover, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li:hover, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card-teaser:hover, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card:hover, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card:hover {
  opacity: 0.8;
}
.edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-matrimoni-img a, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-matrimoni-img a, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-matrimoni-img a, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li .card-matrimoni-img a, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card-teaser .card-matrimoni-img a, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-matrimoni-img a, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card .card-matrimoni-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-matrimoni-img a img, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-matrimoni-img a img, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-matrimoni-img a img, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li .card-matrimoni-img a img, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card-teaser .card-matrimoni-img a img, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-matrimoni-img a img, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card .card-matrimoni-img a img {
  padding-left: 24px;
  padding-top: 24px;
}
.edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li .card-body, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card-teaser .card-body, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card .card-body, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser li {
  margin-top: 37px;
}
.edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li h2, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li table, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li li .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body h2, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body table, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li .card-body .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li h2, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li table, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser li .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body h2, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body table, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card-teaser .card-body .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li h2, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li table, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card li .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body h2, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body table, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card .card-body .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card .card-body .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li h2, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li table, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser li .small, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body p, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body h2, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body table, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser .card-body .el-title {
  line-height: 1;
}
.matrimoni-news .container-news .read-more, .matrimoni-news .container-news .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-news .container-news a, .matrimoni-news .container-news .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-news .container-news a {
  color: #f4a596;
}
.matrimoni-news .container-news .read-more svg, .matrimoni-news .container-news .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-news .container-news a svg, .matrimoni-news .container-news .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-news .container-news a svg {
  fill: #f4a596;
}
.matrimoni-detail-banner > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.os-detail-banner > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.matrimoni-overlay-banner .uk-container {
  position: relative;
}
.matrimoni-overlay-banner .uk-container .banner-pink-matrimoni-overlay {
  display: none;
}
@media (min-width: 768px) {
  .matrimoni-overlay-banner .uk-container .banner-pink-matrimoni-overlay {
    display: block;
    position: absolute;
    top: -300px;
    width: 25%;
    height: calc(100% + 300px);
    background: #f4a596 !important;
    mix-blend-mode: multiply;
    bottom: 0;
    right: 0;
  }
}
.arrow-section.bg-800 > .uk-container::after {
  background: linear-gradient(135deg, transparent 50%, #323333 50%);
}
.arrow-section.bg-100 > .uk-container::after, .feedback-form form input:not(.btn).arrow-section > .uk-container::after {
  background: linear-gradient(135deg, transparent 50%, #e3e4e6 50%);
}
.arrow-section > .uk-container {
  position: relative;
}
.arrow-section > .uk-container::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -64px;
  height: 60px;
  width: 60px;
  transform: rotate(45deg);
}
/*HEADER*/
@media (min-width: 992px) {
  .it-nav-wrapper-geoportale .it-header-navbar-wrapper {
    background-color: #2f8287;
  }
}
@media (min-width: 992px) {
  .it-nav-wrapper-geoportale .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    color: #fff !important;
  }
}
.it-nav-wrapper-geoportale .it-header-navbar-wrapper .nav-item button {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  color: white;
}
.it-nav-wrapper-geoportale .it-header-navbar-wrapper .nav-item button:hover, .it-nav-wrapper-geoportale .it-header-navbar-wrapper .nav-item button:focus, .it-nav-wrapper-geoportale .it-header-navbar-wrapper .nav-item .toggles label input[type='checkbox']:focus + button.lever, .toggles label .it-nav-wrapper-geoportale .it-header-navbar-wrapper .nav-item input[type='checkbox']:focus + button.lever {
  outline: 0;
}
.it-nav-wrapper-geoportale .it-header-navbar-wrapper .nav-item.active, .it-nav-wrapper-geoportale .it-header-navbar-wrapper .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-nav-wrapper-geoportale .it-header-navbar-wrapper a.nav-item {
  border-bottom: 3px solid #fff;
}
.it-nav-wrapper-geoportale .it-header-navbar-wrapper .nav-item.active a, .it-nav-wrapper-geoportale .it-header-navbar-wrapper .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-nav-wrapper-geoportale .it-header-navbar-wrapper a.nav-item a {
  border-bottom: 0 !important;
}
@media (min-width: 992px) {
  .it-nav-wrapper-geoportale .menu-wrapper ul.navbar-nav li a:not(.internal-dropdown) {
    padding-left: 24px !important;
    padding-right: 24px !important;
    text-align: center;
  }
}
.it-brand-wrapper img.geoportale-logo {
  height: 44px !important;
}
.it-brand-wrapper .geoportale-header-logo {
  font-size: 40px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .it-brand-wrapper .geoportale-header-logo {
    font-size: 28px;
    margin-left: 10px;
    font-weight: 600;
    display: flex;
  }
}
.intro-section .right-subnav {
  text-align: right;
}
a.autocomplete-icon {
  padding: 0 15px;
}
a.autocomplete-icon .pr-2 {
  display: inline-flex;
}
/*FIX COLOR*/
.geoportale a:not(.btn) {
  color: #2f8287;
}
a#search-button {
  color: #fff !important;
  top: 0;
}
.it-page-section .btn.btn-primary-geoportale a, .it-page-section .banner-covid a.uk-button-primary.btn-primary-geoportale a, .banner-covid .it-page-section a.uk-button-primary.btn-primary-geoportale a, .it-page-section .banner-covid a.uk-button-secondary.btn-primary-geoportale a, .banner-covid .it-page-section a.uk-button-secondary.btn-primary-geoportale a, .it-page-section .banner-covid a.uk-button-danger.btn-primary-geoportale a, .banner-covid .it-page-section a.uk-button-danger.btn-primary-geoportale a, .it-page-section .edufehome-banner .btn-container .btn-old-site a.btn-primary-geoportale a, .edufehome-banner .btn-container .btn-old-site .it-page-section a.btn-primary-geoportale a, .it-page-section .edufehome-banner .btn-container .btn-sosi a.btn-primary-geoportale a, .edufehome-banner .btn-container .btn-sosi .it-page-section a.btn-primary-geoportale a, .it-page-section .feedback-button a.btn-primary-geoportale a, .feedback-button .it-page-section a.btn-primary-geoportale a, .it-page-section .pug-button a.btn-primary-geoportale a, .pug-button .it-page-section a.btn-primary-geoportale a, .it-page-section .pnrr-button a.btn-primary-geoportale a, .pnrr-button .it-page-section a.btn-primary-geoportale a, .it-page-section .assistance.btn-primary-geoportale a {
  color: #fff !important;
}
/*HOME*/
/*banner superiore*/
@media (min-width: 992px) {
  .geoportale.banner-superiore-hp {
    background: linear-gradient(180deg, #95bfc2 calc(100% - 80px), transparent calc(100% - 80px));
  }
}
.geoportale.banner-superiore-hp > div {
  background-repeat: no-repeat;
  background-position: top right;
}
@media (min-width: 992px) {
  .geoportale.banner-superiore-hp > div {
    background-size: auto calc(100% - 80px) !important;
  }
}
.geoportale.banner-superiore-hp .geoportale-banner-ricerca {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.149);
  border-radius: 8px;
}
.geoportale.banner-superiore-hp .geoportale-banner-ricerca input {
  border-bottom: 0;
}
/*sezione news*/
.geoportale.notizie-layoutsection .container-news .card-body .argomenti-sezione-elenco .chip.chip-primary, .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-sezione-elenco .chip.chip-primary, .attachments-detail ul .geoportale.notizie-layoutsection .container-news li .argomenti-sezione-elenco .chip.chip-primary {
  background-color: #2f8287;
  color: #fff;
  border-color: #2f8287;
}
.geoportale.notizie-layoutsection .container-news .card-body .argomenti-sezione-elenco .chip.chip-primary > .chip-label, .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-sezione-elenco .chip.chip-primary > .chip-label, .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-sezione-elenco .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-primary > .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-sezione-elenco .chip.chip-primary > .el-title, .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-sezione-elenco .chip.chip-primary .chip.chip-primary > .el-title, .chip.chip-primary .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-sezione-elenco .chip.chip-primary > .el-title, .attachments-detail ul .geoportale.notizie-layoutsection .container-news li .argomenti-sezione-elenco .chip.chip-primary > .chip-label, .geoportale.notizie-layoutsection .container-news .card-body .argomenti-sezione-elenco .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-primary > .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .geoportale.notizie-layoutsection .container-news .card-body .argomenti-sezione-elenco .chip.chip-primary > .el-title, .geoportale.notizie-layoutsection .container-news .card-body .argomenti-sezione-elenco .chip.chip-primary .chip.chip-primary > .el-title, .chip.chip-primary .geoportale.notizie-layoutsection .container-news .card-body .argomenti-sezione-elenco .chip.chip-primary > .el-title {
  color: #fff;
}
.geoportale.notizie-layoutsection .container-news .card-body .argomenti-sezione-elenco .chip.chip-primary:hover, .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-sezione-elenco .chip.chip-primary:hover, .attachments-detail ul .geoportale.notizie-layoutsection .container-news li .argomenti-sezione-elenco .chip.chip-primary:hover {
  background-color: #fff;
  color: #2f8287;
}
.geoportale.notizie-layoutsection .container-news .card-body .argomenti-sezione-elenco .chip.chip-primary:hover > .chip-label, .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-sezione-elenco .chip.chip-primary:hover > .chip-label, .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-sezione-elenco .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-primary:hover > .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-sezione-elenco .chip.chip-primary:hover > .el-title, .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-sezione-elenco .chip.chip-primary .chip.chip-primary:hover > .el-title, .chip.chip-primary .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-sezione-elenco .chip.chip-primary:hover > .el-title, .attachments-detail ul .geoportale.notizie-layoutsection .container-news li .argomenti-sezione-elenco .chip.chip-primary:hover > .chip-label, .geoportale.notizie-layoutsection .container-news .card-body .argomenti-sezione-elenco .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-primary:hover > .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .geoportale.notizie-layoutsection .container-news .card-body .argomenti-sezione-elenco .chip.chip-primary:hover > .el-title, .geoportale.notizie-layoutsection .container-news .card-body .argomenti-sezione-elenco .chip.chip-primary .chip.chip-primary:hover > .el-title, .chip.chip-primary .geoportale.notizie-layoutsection .container-news .card-body .argomenti-sezione-elenco .chip.chip-primary:hover > .el-title {
  color: #2f8287;
}
.geoportale.notizie-layoutsection .container-news .card-body a.read-more, .geoportale.notizie-layoutsection .container-news .attachments-detail ul li a.read-more, .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .geoportale.notizie-layoutsection .container-news .attachments-detail ul li a, .geoportale.notizie-layoutsection .container-news .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .geoportale.notizie-layoutsection .container-news .attachments-detail ul li a, .attachments-detail ul .geoportale.notizie-layoutsection .container-news li a.read-more, .geoportale.notizie-layoutsection .container-news .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .geoportale.notizie-layoutsection .container-news .card-body a, .geoportale.notizie-layoutsection .container-news .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .geoportale.notizie-layoutsection .container-news .card-body a {
  color: #2f8287;
}
/*sezione in evidenza*/
.geoportale.argomenti-layoutsection .cta-box-card a {
  color: #2f8287;
}
.geoportale.argomenti-layoutsection .box-card .link-box-card a {
  color: #2f8287;
}
/*sezione temi*/
.geoportale.siti-tematici-layoutsection .avatar span.mdi {
  font-size: 50px;
}
/*sezione storie di dati*/
.btn-primary-geoportale a {
  color: #fff !important;
  text-decoration: none;
}
.btn-primary-geoportale:hover {
  opacity: 0.8;
}
.btn-primary-geoportale:hover a:hover {
  color: #fff;
  text-decoration: none;
}
/*sezione mappa*/
.map-block.embed-responsive-16by9::before, .video-section .embed-responsive-16by9::before {
  display: none;
}
.map-block.embed-responsive-16by9 iframe, .video-section .embed-responsive-16by9 iframe {
  position: initial;
  aspect-ratio: 1.7777777778;
  width: 100%;
}
/*sezione geoportale*/
.carousel-geoportale .it-single-slide-wrapper img {
  height: 200px !important;
  object-fit: cover;
}
/*allegati geoportale*/
.attachment-geoportale ul {
  flex-direction: column;
}
.attachment-geoportale ul li {
  width: 100% !important;
  max-width: 100% !important;
  margin: 10px 0;
}
/*utility generali*/
.color-primary-geoportale {
  color: #2f8287;
}
.color-primary-geoportale a {
  color: #2f8287;
}
.geoportale-layout .intro-section a, .geoportale-layout a.nav-link span, .geoportale-layout .card-body a, .geoportale-layout .attachments-detail ul li a, .attachments-detail ul .geoportale-layout li a, .geoportale-layout .it-page-section a:not(.btn-primary-geoportale, .text-black) {
  color: #2f8287;
}
.geoportale-layout .primary-color, .geoportale-layout .btn-dropdown, .geoportale-layout .link-list:not(.footer-list) a {
  color: #2f8287 !important;
}
.geoportale-layout .primary-color::after, .geoportale-layout .btn-dropdown::after, .geoportale-layout .link-list:not(.footer-list) a::after {
  color: #2f8287 !important;
}
.geoportale-layout .static-geoportale-detail-banner {
  background-image: url('/img/bg-banner-geoportale.jpg');
  background-position: left;
}
.geoportale-layout .add-read-more .read-more, .geoportale-layout .add-read-more .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .geoportale-layout .add-read-more a, .geoportale-layout .add-read-more .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .geoportale-layout .add-read-more a, .geoportale-layout .read-less {
  font-family: 'Titillium Web' !important;
}
.geoportale-layout .breadcrumb-container .breadcrumb .breadcrumb-item:not(:last-child) a, .geoportale-layout .breadcrumb-container .breadcrumb .breadcrumb-item .separator, .geoportale-layout .breadcrumb-container .breadcrumb ul li:not(:last-child) a {
  color: #5c6f82 !important;
}
.geoportale-layout .icon-primary {
  fill: #2f8287 !important;
}
.geoportale-layout .back-to-top {
  background-color: #2f8287;
}
.geoportale-layout .active-filter svg.icon-primary {
  fill: #fff !important;
}
.geoportale-layout .chip-simple {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
}
.geoportale-layout .chip-geoportale-primary {
  background-color: #2f8287;
  border-color: #2f8287;
}
.geoportale-layout .chip-geoportale-primary .chip-label, .geoportale-layout .chip-geoportale-primary .altri-argomenti-layoutsection > div.uk-container .chip-primary .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .geoportale-layout .chip-geoportale-primary .el-title, .geoportale-layout .chip-geoportale-primary .chip.chip-primary .el-title, .chip.chip-primary .geoportale-layout .chip-geoportale-primary .el-title {
  color: #fff;
}
.geoportale-layout .chip-geoportale-primary.chip:hover:not(.chip-disabled) {
  background-color: #fff;
  color: #2f8287;
  border-color: #2f8287;
}
.geoportale-layout .chip-geoportale-primary.chip:hover:not(.chip-disabled) .chip-label, .geoportale-layout .chip-geoportale-primary.chip:hover:not(.chip-disabled) .altri-argomenti-layoutsection > div.uk-container .chip-primary .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .geoportale-layout .chip-geoportale-primary.chip:hover:not(.chip-disabled) .el-title, .geoportale-layout .chip-geoportale-primary.chip:hover:not(.chip-disabled) .chip.chip-primary .el-title, .chip.chip-primary .geoportale-layout .chip-geoportale-primary.chip:hover:not(.chip-disabled) .el-title {
  color: #2f8287;
}
.geoportale-layout .card-ricerca-container .card-title a {
  color: #2f8287;
}
.geoportale-layout .card-ricerca-container a.read-more, .geoportale-layout .card-ricerca-container .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .geoportale-layout .card-ricerca-container a, .geoportale-layout .card-ricerca-container .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .geoportale-layout .card-ricerca-container a {
  color: #2f8287;
}
.geoportale-layout .card-title.text-decoration-none a, .geoportale-layout .breadcrumb-container .breadcrumb ul li a.card-title a, .breadcrumb-container .breadcrumb ul li .geoportale-layout a.card-title a, .geoportale-layout .argomenti-correlati-section a.link-panel.card-title a, .argomenti-correlati-section .geoportale-layout a.link-panel.card-title a, .geoportale-layout .view-all-link a.card-title a, .view-all-link .geoportale-layout a.card-title a, .geoportale-layout .edufe-argomenti-layoutsection .four-columns-layout > div .card a.card-title a, .geoportale-layout .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.card-title a, .attachments-detail ul .geoportale-layout .edufe-argomenti-layoutsection .four-columns-layout > div li a.card-title a, .edufe-argomenti-layoutsection .four-columns-layout > div .card .geoportale-layout a.card-title a, .geoportale-layout .attachment-item a.card-title a, .attachment-item .geoportale-layout a.card-title a, .geoportale-layout .pagination li span.card-title a, .pagination li .geoportale-layout span.card-title a, .geoportale-layout .pagination li a.card-title a, .pagination li .geoportale-layout a.card-title a, .geoportale-layout .index-right-container ul.uk-subnav a.card-title a, .index-right-container ul.uk-subnav .geoportale-layout a.card-title a, .geoportale-layout .scheda-verde-link a.card-title a, .scheda-verde-link .geoportale-layout a.card-title a, .geoportale-layout .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.card-title a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .geoportale-layout a.card-title a, .geoportale-layout .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a span.card-title a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a .geoportale-layout span.card-title a {
  text-decoration: none;
}
.mappa-item {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.251);
  margin-bottom: 30px;
}
.mappa-item .mappa-image {
  object-fit: cover;
  height: 100%;
}
.mappa-item .card-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-dataset .card-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.chip-geoportale {
  padding: 4px 16px !important;
  min-width: auto !important;
}
.chip-geoportale.chip-WMS {
  color: #007db3;
  font-weight: 600;
  border-color: #007db3;
}
.chip-geoportale.chip-WMS:hover {
  color: #fff;
  background-color: #007db3;
}
.chip-geoportale.chip-WFS {
  color: #297a38;
  font-weight: 600;
  border-color: #297a38;
}
.chip-geoportale.chip-WFS:hover {
  color: #fff;
  background-color: #297a38;
}
.chip-geoportale.chip-SHP {
  color: #717171;
  font-weight: 600;
  border-color: #717171;
}
.chip-geoportale.chip-SHP:hover {
  color: #fff;
  background-color: #717171;
}
.chip-geoportale.chip-CSV {
  color: #bc8100;
  font-weight: 600;
  border-color: #bc8100;
}
.chip-geoportale.chip-CSV:hover {
  color: #fff;
  background-color: #bc8100;
}
.chip-geoportale.chip-HTML {
  color: #6795c5;
  font-weight: 600;
  border-color: #6795c5;
}
.chip-geoportale.chip-HTML:hover {
  color: #fff;
  background-color: #6795c5;
}
.add-read-more.show-less-content .second-section, .add-read-more.show-less-content .read-less {
  display: none;
}
.add-read-more.show-more-content .read-more, .add-read-more.show-more-content .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .add-read-more.show-more-content a, .add-read-more.show-more-content .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .add-read-more.show-more-content a {
  display: none;
}
.add-read-more .read-more, .add-read-more .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .add-read-more a, .add-read-more .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .add-read-more a, .add-read-more .read-less {
  font-weight: bold;
  margin-left: 2px;
  color: #2f8287;
  cursor: pointer;
  display: block;
  margin-top: 20px;
  text-decoration: underline;
}
.add-read-more {
  width: 100%;
}
.it-header-ssui-wrapper .it-header-slim-ssui .navbar-brand img {
  height: 25px;
}
.ssui-layout .it-search-wrapper > span {
  color: #fff;
}
@media (max-width: 991px) {
  .ssui-layout .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item .nav-link {
    color: #735238 !important;
  }
}
.ssui-layout .it-header-navbar-wrapper nav.navbar .menu-wrapper li.nav-item a {
  color: #735238;
}
@media (min-width: 991px) {
  .ssui-layout .it-header-navbar-wrapper nav.navbar .menu-wrapper li.nav-item a {
    color: #fff;
  }
}
.ssui-layout .agid-generic-card-container .text-serif > div a, .ssui-layout .agid-generic-card-container .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p > div a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .ssui-layout .agid-generic-card-container p > div a, .ssui-layout .agid-generic-card-container .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p > div a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .ssui-layout .agid-generic-card-container p > div a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ssui-layout .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text img {
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .ssui-layout .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text img {
    height: 78px;
    max-height: 78px;
  }
}
.ssui-layout .back-to-top {
  background-color: #735238 !important;
}
.ssui-layout .pagination li.active a, .ssui-layout .nav-link.active, .ssui-layout .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .ssui-layout a.nav-link {
  border-color: #735238 !important;
}
.ssui-layout .form-check [type='checkbox']:checked + label::after, .ssui-layout .form-check [type='radio']:checked + label::after {
  background-color: #735238;
  border-color: #735238;
}
.ssui-layout .uk-subnav .btn-primary, .ssui-layout .uk-subnav .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .uk-subnav a.uk-button-primary, .ssui-layout .uk-subnav .feedback-button a, .feedback-button .ssui-layout .uk-subnav a, .ssui-layout .row-title .btn-primary, .ssui-layout .row-title .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .row-title a.uk-button-primary, .ssui-layout .row-title .feedback-button a, .feedback-button .ssui-layout .row-title a, .ssui-layout .read-more .btn-primary, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .btn-primary, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a.uk-button-primary, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .feedback-button a, .feedback-button .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a .btn-primary, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .btn-primary, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a.uk-button-primary, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .feedback-button a, .feedback-button .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a .btn-primary, .ssui-layout .read-more .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .read-more a.uk-button-primary, .ssui-layout .read-more .feedback-button a, .feedback-button .ssui-layout .read-more a, .ssui-layout .categoria-box-card .btn-primary, .ssui-layout .categoria-box-card .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .categoria-box-card a.uk-button-primary, .ssui-layout .categoria-box-card .feedback-button a, .feedback-button .ssui-layout .categoria-box-card a, .ssui-layout .it-page-section .btn-primary, .ssui-layout .it-page-section .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .it-page-section a.uk-button-primary, .ssui-layout .it-page-section .feedback-button a, .feedback-button .ssui-layout .it-page-section a, .ssui-layout .menu-link-list .btn-primary, .ssui-layout .menu-link-list .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .menu-link-list a.uk-button-primary, .ssui-layout .menu-link-list .feedback-button a, .feedback-button .ssui-layout .menu-link-list a, .ssui-layout #lista-paragrafi .btn-primary, .ssui-layout #lista-paragrafi .banner-covid a.uk-button-primary, .banner-covid .ssui-layout #lista-paragrafi a.uk-button-primary, .ssui-layout #lista-paragrafi .feedback-button a, .feedback-button .ssui-layout #lista-paragrafi a, .ssui-layout .condividi .btn-primary, .ssui-layout .condividi .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .condividi a.uk-button-primary, .ssui-layout .condividi .feedback-button a, .feedback-button .ssui-layout .condividi a, .ssui-layout .go-back .btn-primary, .ssui-layout .go-back .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .go-back a.uk-button-primary, .ssui-layout .go-back .feedback-button a, .feedback-button .ssui-layout .go-back a, .ssui-layout .categorie-src .btn-primary, .ssui-layout .categorie-src .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .categorie-src a.uk-button-primary, .ssui-layout .categorie-src .feedback-button a, .feedback-button .ssui-layout .categorie-src a, .ssui-layout .argomenti-src .btn-primary, .ssui-layout .argomenti-src .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .argomenti-src a.uk-button-primary, .ssui-layout .argomenti-src .feedback-button a, .feedback-button .ssui-layout .argomenti-src a, .ssui-layout .card-ricerca-container .btn-primary, .ssui-layout .card-ricerca-container .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .card-ricerca-container a.uk-button-primary, .ssui-layout .card-ricerca-container .feedback-button a, .feedback-button .ssui-layout .card-ricerca-container a, .ssui-layout .modale-fullscreen-ricerca .btn-primary, .ssui-layout .modale-fullscreen-ricerca .banner-covid a.uk-button-primary, .banner-covid .ssui-layout .modale-fullscreen-ricerca a.uk-button-primary, .ssui-layout .modale-fullscreen-ricerca .feedback-button a, .feedback-button .ssui-layout .modale-fullscreen-ricerca a {
  background-color: #735238 !important;
}
.ssui-layout .uk-subnav .btn-outline-primary, .ssui-layout .row-title .btn-outline-primary, .ssui-layout .read-more .btn-outline-primary, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .btn-outline-primary, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a .btn-outline-primary, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .btn-outline-primary, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a .btn-outline-primary, .ssui-layout .categoria-box-card .btn-outline-primary, .ssui-layout .it-page-section .btn-outline-primary, .ssui-layout .menu-link-list .btn-outline-primary, .ssui-layout #lista-paragrafi .btn-outline-primary, .ssui-layout .condividi .btn-outline-primary, .ssui-layout .go-back .btn-outline-primary, .ssui-layout .categorie-src .btn-outline-primary, .ssui-layout .argomenti-src .btn-outline-primary, .ssui-layout .card-ricerca-container .btn-outline-primary, .ssui-layout .modale-fullscreen-ricerca .btn-outline-primary {
  border-color: #735238 !important;
  color: #735238 !important;
  box-shadow: 0 0 0 1px #735238;
}
.ssui-layout .uk-subnav .border-primary, .ssui-layout .uk-subnav .bi-assistance a, .bi-assistance .ssui-layout .uk-subnav a, .ssui-layout .row-title .border-primary, .ssui-layout .row-title .bi-assistance a, .bi-assistance .ssui-layout .row-title a, .ssui-layout .read-more .border-primary, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .border-primary, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .bi-assistance a, .bi-assistance .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a .border-primary, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .border-primary, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .bi-assistance a, .bi-assistance .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a .border-primary, .ssui-layout .read-more .bi-assistance a, .bi-assistance .ssui-layout .read-more a, .ssui-layout .categoria-box-card .border-primary, .ssui-layout .categoria-box-card .bi-assistance a, .bi-assistance .ssui-layout .categoria-box-card a, .ssui-layout .it-page-section .border-primary, .ssui-layout .it-page-section .bi-assistance a, .bi-assistance .ssui-layout .it-page-section a, .ssui-layout .menu-link-list .border-primary, .ssui-layout .menu-link-list .bi-assistance a, .bi-assistance .ssui-layout .menu-link-list a, .ssui-layout #lista-paragrafi .border-primary, .ssui-layout #lista-paragrafi .bi-assistance a, .bi-assistance .ssui-layout #lista-paragrafi a, .ssui-layout .condividi .border-primary, .ssui-layout .condividi .bi-assistance a, .bi-assistance .ssui-layout .condividi a, .ssui-layout .go-back .border-primary, .ssui-layout .go-back .bi-assistance a, .bi-assistance .ssui-layout .go-back a, .ssui-layout .categorie-src .border-primary, .ssui-layout .categorie-src .bi-assistance a, .bi-assistance .ssui-layout .categorie-src a, .ssui-layout .argomenti-src .border-primary, .ssui-layout .argomenti-src .bi-assistance a, .bi-assistance .ssui-layout .argomenti-src a, .ssui-layout .card-ricerca-container .border-primary, .ssui-layout .card-ricerca-container .bi-assistance a, .bi-assistance .ssui-layout .card-ricerca-container a, .ssui-layout .modale-fullscreen-ricerca .border-primary, .ssui-layout .modale-fullscreen-ricerca .bi-assistance a, .bi-assistance .ssui-layout .modale-fullscreen-ricerca a {
  border-color: #735238 !important;
}
.ssui-layout .uk-subnav svg, .ssui-layout .row-title svg, .ssui-layout .read-more svg, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a svg, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a svg, .ssui-layout .categoria-box-card svg, .ssui-layout .it-page-section svg, .ssui-layout .menu-link-list svg, .ssui-layout #lista-paragrafi svg, .ssui-layout .condividi svg, .ssui-layout .go-back svg, .ssui-layout .categorie-src svg, .ssui-layout .argomenti-src svg, .ssui-layout .card-ricerca-container svg, .ssui-layout .modale-fullscreen-ricerca svg {
  fill: #735238 !important;
}
.ssui-layout .uk-subnav svg.bg-primary, .ssui-layout .uk-subnav .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .uk-subnav svg.icon, .ssui-layout .uk-subnav svg.active-filter, .ssui-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .uk-subnav .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .uk-subnav svg, .ssui-layout .row-title svg.bg-primary, .ssui-layout .row-title .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .row-title svg.icon, .ssui-layout .row-title svg.active-filter, .ssui-layout .row-title .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .row-title .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .row-title .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .row-title .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .row-title svg, .ssui-layout .read-more svg.bg-primary, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg.bg-primary, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg.icon, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg.active-filter, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a svg.bg-primary, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg.bg-primary, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg.icon, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg.active-filter, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a svg.bg-primary, .ssui-layout .read-more .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .read-more svg.icon, .ssui-layout .read-more svg.active-filter, .ssui-layout .read-more .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .read-more .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .read-more .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .read-more .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .read-more svg, .ssui-layout .categoria-box-card svg.bg-primary, .ssui-layout .categoria-box-card .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .categoria-box-card svg.icon, .ssui-layout .categoria-box-card svg.active-filter, .ssui-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .categoria-box-card .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .categoria-box-card svg, .ssui-layout .it-page-section svg.bg-primary, .ssui-layout .it-page-section .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .it-page-section svg.icon, .ssui-layout .it-page-section svg.active-filter, .ssui-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .it-page-section .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .it-page-section svg, .ssui-layout .menu-link-list svg.bg-primary, .ssui-layout .menu-link-list .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .menu-link-list svg.icon, .ssui-layout .menu-link-list svg.active-filter, .ssui-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .menu-link-list .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .menu-link-list svg, .ssui-layout #lista-paragrafi svg.bg-primary, .ssui-layout #lista-paragrafi .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout #lista-paragrafi svg.icon, .ssui-layout #lista-paragrafi svg.active-filter, .ssui-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout #lista-paragrafi .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout #lista-paragrafi svg, .ssui-layout .condividi svg.bg-primary, .ssui-layout .condividi .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .condividi svg.icon, .ssui-layout .condividi svg.active-filter, .ssui-layout .condividi .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .condividi .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .condividi .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .condividi .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .condividi svg, .ssui-layout .go-back svg.bg-primary, .ssui-layout .go-back .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .go-back svg.icon, .ssui-layout .go-back svg.active-filter, .ssui-layout .go-back .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .go-back .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .go-back .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .go-back .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .go-back svg, .ssui-layout .categorie-src svg.bg-primary, .ssui-layout .categorie-src .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .categorie-src svg.icon, .ssui-layout .categorie-src svg.active-filter, .ssui-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .categorie-src .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .categorie-src svg, .ssui-layout .argomenti-src svg.bg-primary, .ssui-layout .argomenti-src .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .argomenti-src svg.icon, .ssui-layout .argomenti-src svg.active-filter, .ssui-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .argomenti-src .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .argomenti-src svg, .ssui-layout .card-ricerca-container svg.bg-primary, .ssui-layout .card-ricerca-container .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .card-ricerca-container svg.icon, .ssui-layout .card-ricerca-container svg.active-filter, .ssui-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .card-ricerca-container .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .card-ricerca-container svg, .ssui-layout .modale-fullscreen-ricerca svg.bg-primary, .ssui-layout .modale-fullscreen-ricerca .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .ssui-layout .modale-fullscreen-ricerca svg.icon, .ssui-layout .modale-fullscreen-ricerca svg.active-filter, .ssui-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .ssui-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .ssui-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .ssui-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .ssui-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .ssui-layout .modale-fullscreen-ricerca .card-argomenti-container .agid-evidence-topic-container li.card svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .ssui-layout .modale-fullscreen-ricerca svg {
  background-color: #735238 !important;
  fill: #fff !important;
}
.ssui-layout .uk-subnav .active-filter, .ssui-layout .row-title .active-filter, .ssui-layout .read-more .active-filter, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .active-filter, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a .active-filter, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .active-filter, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a .active-filter, .ssui-layout .categoria-box-card .active-filter, .ssui-layout .it-page-section .active-filter, .ssui-layout .menu-link-list .active-filter, .ssui-layout #lista-paragrafi .active-filter, .ssui-layout .condividi .active-filter, .ssui-layout .go-back .active-filter, .ssui-layout .categorie-src .active-filter, .ssui-layout .argomenti-src .active-filter, .ssui-layout .card-ricerca-container .active-filter, .ssui-layout .modale-fullscreen-ricerca .active-filter {
  background-color: #735238 !important;
  color: #fff !important;
}
.ssui-layout .uk-subnav .active-filter svg, .ssui-layout .row-title .active-filter svg, .ssui-layout .read-more .active-filter svg, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .active-filter svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a .active-filter svg, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .active-filter svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a .active-filter svg, .ssui-layout .categoria-box-card .active-filter svg, .ssui-layout .it-page-section .active-filter svg, .ssui-layout .menu-link-list .active-filter svg, .ssui-layout #lista-paragrafi .active-filter svg, .ssui-layout .condividi .active-filter svg, .ssui-layout .go-back .active-filter svg, .ssui-layout .categorie-src .active-filter svg, .ssui-layout .argomenti-src .active-filter svg, .ssui-layout .card-ricerca-container .active-filter svg, .ssui-layout .modale-fullscreen-ricerca .active-filter svg {
  fill: #fff !important;
}
.it-header-ssui-wrapper .it-brand-text.it-brand-ssui img {
  height: 80px !important;
}
.it-header-ssui-wrapper .it-brand-text.it-brand-ssui strong a .h2, .it-header-ssui-wrapper .it-brand-text.it-brand-ssui strong a .event-container .time-event .date .day-event, .event-container .time-event .date .it-header-ssui-wrapper .it-brand-text.it-brand-ssui strong a .day-event {
  line-height: 0.7 !important;
  font-weight: 600 !important;
  font-size: 1.4em !important;
}
.it-header-ssui-wrapper .it-header-navbar-wrapper {
  background-color: transparent;
}
@media (min-width: 992px) {
  .it-header-ssui-wrapper .it-header-navbar-wrapper {
    background-color: #735238;
  }
}
.it-header-ssui-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link.active, .it-header-ssui-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-ssui-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link {
  border-color: #fff !important;
}
@media (max-width: 991px) {
  .it-header-ssui-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link.active, .it-header-ssui-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-ssui-wrapper .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    border-left: 3px solid #735238;
  }
}
.ssui-mobile-banner.it-hero-wrapper {
  background-color: #ba7b4a;
}
.ssui-mobile-banner.it-hero-wrapper > div .img-responsive-wrapper::after, .ssui-mobile-banner.it-hero-wrapper > div .argomenti-evidenza-block img::after, .argomenti-evidenza-block .ssui-mobile-banner.it-hero-wrapper > div img::after {
  background: rgba(32, 57, 17, 0.502) !important;
}
.ssui-mobile-banner.it-hero-wrapper > div .img-responsive-wrapper img, .ssui-mobile-banner.it-hero-wrapper > div .argomenti-evidenza-block img img, .argomenti-evidenza-block .ssui-mobile-banner.it-hero-wrapper > div img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ssui-mobile-banner.it-hero-wrapper > div .text-wrapper {
  position: absolute;
  bottom: 0;
}
.ssui-home-banner > div:nth-child(1) {
  max-width: 100%;
}
@media (min-width: 768px) {
  .ssui-home-banner > div:nth-child(1) {
    max-width: 40%;
  }
}
.ssui-home-banner > div:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .ssui-home-banner > div:nth-child(2) {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 58%;
    padding-right: 0;
    height: 100%;
  }
}
.ssui-home-banner > div:nth-child(2) > div {
  height: 100%;
}
.ssui-home-banner > div:nth-child(2) > div img {
  height: 100%;
  object-fit: cover;
}
.light-brown-ssui-text {
  color: #ba7b4a;
}
.ssui-text-black a {
  color: #000;
}
.ssui-text-black a:hover {
  color: #ba7b4a;
}
.bottoniera-ssui {
  gap: 20px 40px;
  margin: 0 15%;
}
@media (max-width: 575px) {
  .bottoniera-ssui .link-panel {
    width: 100%;
  }
}
.bottoniera-ssui .btn-ssui {
  padding: 24px;
  height: 74px;
  display: flex;
  align-items: center;
}
.bottoniera-ssui .btn-ssui h3.el-subtitle {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 600;
}
.btn-rito h3.el-subtitle {
  text-transform: none;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1em;
}
.ssui-banner-section {
  background: transparent;
}
.ssui-banner-section.bg-white, .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable .overlay.ssui-banner-section, .geoportale.banner-superiore-hp .geoportale-banner-ricerca.ssui-banner-section, .dropdown-manage.ssui-banner-section {
  background: #fff;
}
@media (min-width: 768px) {
  .ssui-banner-section {
    background: linear-gradient(transparent 39%, #e7e7e7 39%);
  }
}
@media (min-width: 992px) {
  .ssui-banner-section {
    background: linear-gradient(transparent 45%, #e7e7e7 45%);
  }
}
@media (min-width: 768px) {
  .ssui-banner-section .upper-margin {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .ssui-banner-section .upper-xl-margin {
    margin-top: 250px;
  }
}
.ssui-banner-section > div {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 50% auto;
}
@media (max-width: 767px) {
  .ssui-banner-section > div {
    background-position: top right;
  }
}
@media (max-width: 575px) {
  .ssui-banner-section > div {
    background-image: none !important;
  }
}
.ssui-banner-section > div .btn-green-cta-ssui {
  background-color: #735238;
}
.ssui-banner-section > div .btn-green-cta-ssui a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
.ssui-banner-section > div .btn-green-cta-ssui:hover {
  opacity: 0.8;
}
.green-ssui-text {
  color: #735238 !important;
}
.ssui-overlay-banner .uk-container {
  position: relative;
}
.ssui-overlay-banner .uk-container .banner-brown-ssui-overlay {
  display: none;
}
@media (min-width: 768px) {
  .ssui-overlay-banner .uk-container .banner-brown-ssui-overlay {
    display: block;
    position: absolute;
    top: -300px;
    width: 25%;
    height: calc(100% + 300px);
    background: #ba7b4a !important;
    mix-blend-mode: multiply;
    bottom: 0;
    right: 0;
  }
}
.black-cta a, .black-cta button {
  color: #000;
}
.ssui-mobile-banner.it-hero-wrapper {
  background-color: #735238;
}
.ssui-mobile-banner.it-hero-wrapper > div .img-responsive-wrapper::after, .ssui-mobile-banner.it-hero-wrapper > div .argomenti-evidenza-block img::after, .argomenti-evidenza-block .ssui-mobile-banner.it-hero-wrapper > div img::after {
  background: rgba(115, 82, 56, 0.502) !important;
}
.ssui-mobile-banner.it-hero-wrapper > div .img-responsive-wrapper img, .ssui-mobile-banner.it-hero-wrapper > div .argomenti-evidenza-block img img, .argomenti-evidenza-block .ssui-mobile-banner.it-hero-wrapper > div img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ssui-mobile-banner.it-hero-wrapper > div .text-wrapper {
  position: absolute;
  bottom: 0;
}
.edufe-argomenti-layoutsection.pug > .uk-container {
  position: relative;
}
.edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div li {
  position: relative;
}
.edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card:hover, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li:hover, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div li:hover {
  opacity: 0.8;
}
.edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card .card-ssui-img > a, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li .card-ssui-img > a, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div li .card-ssui-img > a {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card .card-ssui-img > a img, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li .card-ssui-img > a img, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div li .card-ssui-img > a img {
  padding-left: 24px;
}
.edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card .card-body, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li .card-body, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div li .card-body, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card li {
  padding-left: 65px;
}
.edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card .card-body p, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li li p, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div li .card-body p, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card li p {
  line-height: 1;
}
.edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card .card-body a, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li .card-body a, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li a, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li li a, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div li .card-body a, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card .attachments-detail ul li a, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card li a {
  color: #fff !important;
  font-weight: normal !important;
}
.edufe-argomenti-layoutsection.ssui .five-columns-layout > div {
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .edufe-argomenti-layoutsection.ssui .five-columns-layout > div {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .edufe-argomenti-layoutsection.ssui .five-columns-layout > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser:hover, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser:hover, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li:hover, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li:hover, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card-teaser:hover, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card:hover, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card:hover {
  opacity: 0.8;
}
.edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-ssui-img a, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-ssui-img a, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-ssui-img a, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li .card-ssui-img a, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card-teaser .card-ssui-img a, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-ssui-img a, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card .card-ssui-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-ssui-img a img, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-ssui-img a img, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-ssui-img a img, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li .card-ssui-img a img, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card-teaser .card-ssui-img a img, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-ssui-img a img, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card .card-ssui-img a img {
  padding-left: 24px;
  padding-top: 24px;
}
.edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li .card-body, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card-teaser .card-body, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card .card-body, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser li {
  margin-top: 37px;
}
.edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li h2, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li table, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li li .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body h2, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body table, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li .card-body .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li .card-body .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li h2, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li table, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser li .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body h2, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body table, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser .card-body .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card-teaser .card-body .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li h2, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li table, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card li .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body h2, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body table, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card .card-body .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card .card-body .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li h2, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li table, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .attachments-detail ul li .el-title, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser li .small, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body p, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body .link-box-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body .right-subnav div[id*="linkpanel"] h2, .right-subnav div[id*="linkpanel"] .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body h2, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body .persons-grid .grid-view table, .persons-grid .grid-view .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body table, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body .uk-button-default.uk-button-small .el-title, .uk-button-default.uk-button-small .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser .card-body .el-title {
  line-height: 1;
}
.ssui.notizie-layoutsection .container-news a.link-list-title {
  color: #000 !important;
}
.ssui.notizie-layoutsection .container-news .chip.chip-simple.chip-primary {
  border-color: #735238;
}
.ssui.notizie-layoutsection .container-news .chip.chip-simple.chip-primary .chip-label, .ssui.notizie-layoutsection .container-news .chip.chip-simple.chip-primary .altri-argomenti-layoutsection > div.uk-container .chip-primary .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .ssui.notizie-layoutsection .container-news .chip.chip-simple.chip-primary .el-title, .ssui.notizie-layoutsection .container-news .chip.chip-simple.chip-primary .chip.chip-primary .el-title, .chip.chip-primary .ssui.notizie-layoutsection .container-news .chip.chip-simple.chip-primary .el-title {
  color: #735238;
}
.ssui.notizie-layoutsection .container-news .chip.chip-simple.chip-primary:hover {
  background-color: #735238;
}
.ssui.notizie-layoutsection .container-news .chip.chip-simple.chip-primary:hover .chip-label, .ssui.notizie-layoutsection .container-news .chip.chip-simple.chip-primary:hover .altri-argomenti-layoutsection > div.uk-container .chip-primary .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .ssui.notizie-layoutsection .container-news .chip.chip-simple.chip-primary:hover .el-title, .ssui.notizie-layoutsection .container-news .chip.chip-simple.chip-primary:hover .chip.chip-primary .el-title, .chip.chip-primary .ssui.notizie-layoutsection .container-news .chip.chip-simple.chip-primary:hover .el-title {
  color: #fff;
}
.ssui.notizie-layoutsection .container-news .read-more, .ssui.notizie-layoutsection .container-news .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui.notizie-layoutsection .container-news a, .ssui.notizie-layoutsection .container-news .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui.notizie-layoutsection .container-news a {
  color: #ba7b4a;
}
.ssui.notizie-layoutsection .container-news .read-more svg, .ssui.notizie-layoutsection .container-news .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a svg, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui.notizie-layoutsection .container-news a svg, .ssui.notizie-layoutsection .container-news .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui.notizie-layoutsection .container-news a svg {
  fill: #ba7b4a;
}
.ssui-detail-banner > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.os-detail-banner > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ssui-overlay-banner .uk-container {
  position: relative;
}
.ssui-overlay-banner .uk-container .banner-light-brown-ssui-overlay {
  display: none;
}
@media (min-width: 768px) {
  .ssui-overlay-banner .uk-container .banner-light-brown-ssui-overlay {
    display: block;
    position: absolute;
    top: -300px;
    width: 25%;
    height: calc(100% + 300px);
    background: #735238 !important;
    mix-blend-mode: multiply;
    bottom: 0;
    right: 0;
  }
}
.arrow-section.bg-800 > .uk-container::after {
  background: linear-gradient(135deg, transparent 50%, #323333 50%);
}
.arrow-section.bg-100 > .uk-container::after, .feedback-form form input:not(.btn).arrow-section > .uk-container::after {
  background: linear-gradient(135deg, transparent 50%, #e3e4e6 50%);
}
.arrow-section > .uk-container {
  position: relative;
}
.arrow-section > .uk-container::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -64px;
  height: 60px;
  width: 60px;
  transform: rotate(45deg);
}
.bottoniera-ssui {
  gap: 40px;
}
.bottoniera-ssui .collapse-tx {
  text-transform: none;
  font-weight: normal;
  text-align: left;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .bottoniera-ssui .link-panel {
    width: 100%;
  }
}
.bottoniera-ssui > div {
  flex-basis: 30%;
}
.bottoniera-ssui .btn-matrimoni, .bottoniera-ssui .card-ssui {
  padding: 24px;
  min-height: 130px;
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
}
.bottoniera-ssui .btn-matrimoni:hover, .bottoniera-ssui .card-ssui:hover {
  color: #000;
}
.bottoniera-ssui .btn-matrimoni a, .bottoniera-ssui .card-ssui a {
  color: #000;
}
.bottoniera-ssui .btn-matrimoni a span, .bottoniera-ssui .card-ssui a span {
  color: #000;
}
.bottoniera-ssui .btn-matrimoni span.mdi, .bottoniera-ssui .card-ssui span.mdi {
  font-size: 40px;
}
.bottoniera-ssui .btn-matrimoni h3.el-subtitle, .bottoniera-ssui .card-ssui h3.el-subtitle {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.bottoniera-ssui .btn-matrimoni h3.el-subtitle span, .bottoniera-ssui .card-ssui h3.el-subtitle span {
  text-align: left;
}
.bottoniera-ssui .btn-matrimoni h3.el-subtitle span:not(.mdi), .bottoniera-ssui .card-ssui h3.el-subtitle span:not(.mdi) {
  margin-left: 10px;
  line-height: 1;
}
.ssui-list-style ul {
  list-style: square;
  padding-left: 20px;
}
.ssui-list-style ul li::marker {
  color: #735238;
}
.ssui-layout .ssui a:not(.btn) {
  color: #735238 !important;
}
.ssui-layout .intro-section a {
  color: #735238 !important;
}
.ssui-layout .breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: #735238 !important;
}
.btn-light-brown-ssui:hover {
  background-color: #be8254 !important;
}
select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .form-check [type='checkbox'].bootstrap-select + label.dropdown-toggle.bs-placeholder, .form-check [type='radio'].bootstrap-select + label.dropdown-toggle.bs-placeholder, .toggles label input.bootstrap-select + .lever.dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .banner-covid .bootstrap-select > a.uk-button-primary.dropdown-toggle.bs-placeholder, .feedback-button .bootstrap-select > a.dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .banner-covid .bootstrap-select > a.uk-button-secondary.dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .banner-covid .bootstrap-select > a.uk-button-danger.dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .assistance.dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .banner-covid .bootstrap-select > a.uk-button-primary.dropdown-toggle.bs-placeholder:hover, .feedback-button .bootstrap-select > a.dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .banner-covid .bootstrap-select > a.uk-button-secondary.dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .banner-covid .bootstrap-select > a.uk-button-danger.dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .assistance.dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .banner-covid .bootstrap-select > a.uk-button-primary.dropdown-toggle.bs-placeholder:focus, .banner-covid .toggles label input.bootstrap-select + a.lever.uk-button-primary.dropdown-toggle.bs-placeholder, .toggles label .banner-covid input[type='checkbox']:focus + .bootstrap-select > a.lever.uk-button-primary.dropdown-toggle.bs-placeholder, .feedback-button .bootstrap-select > a.dropdown-toggle.bs-placeholder:focus, .feedback-button .toggles label input.bootstrap-select + a.lever.dropdown-toggle.bs-placeholder, .toggles label .feedback-button input[type='checkbox']:focus + .bootstrap-select > a.lever.dropdown-toggle.bs-placeholder, .form-check [type='checkbox'].bootstrap-select + label.dropdown-toggle.bs-placeholder.btn-primary, .form-check [type='radio'].bootstrap-select + label.dropdown-toggle.bs-placeholder.btn-primary, .toggles label input.bootstrap-select + .lever.dropdown-toggle.bs-placeholder.btn-primary, .toggles label .banner-covid input.bootstrap-select + a.uk-button-primary.lever.dropdown-toggle.bs-placeholder, .banner-covid .toggles label input.bootstrap-select + a.uk-button-primary.lever.dropdown-toggle.bs-placeholder, .toggles label .feedback-button input.bootstrap-select + a.lever.dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .banner-covid .bootstrap-select > a.uk-button-secondary.dropdown-toggle.bs-placeholder:focus, .banner-covid .toggles label input.bootstrap-select + a.lever.uk-button-secondary.dropdown-toggle.bs-placeholder, .toggles label .banner-covid input[type='checkbox']:focus + .bootstrap-select > a.lever.uk-button-secondary.dropdown-toggle.bs-placeholder, .form-check [type='checkbox'].bootstrap-select + label.dropdown-toggle.bs-placeholder.btn-secondary, .form-check [type='radio'].bootstrap-select + label.dropdown-toggle.bs-placeholder.btn-secondary, .toggles label input.bootstrap-select + .lever.dropdown-toggle.bs-placeholder.btn-secondary, .toggles label .banner-covid input.bootstrap-select + a.uk-button-secondary.lever.dropdown-toggle.bs-placeholder, .banner-covid .toggles label input.bootstrap-select + a.uk-button-secondary.lever.dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .form-check [type='checkbox'].bootstrap-select + label.dropdown-toggle.bs-placeholder.btn-success, .form-check [type='radio'].bootstrap-select + label.dropdown-toggle.bs-placeholder.btn-success, .toggles label input.bootstrap-select + .lever.dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .banner-covid .bootstrap-select > a.uk-button-danger.dropdown-toggle.bs-placeholder:focus, .banner-covid .toggles label input.bootstrap-select + a.lever.uk-button-danger.dropdown-toggle.bs-placeholder, .toggles label .banner-covid input[type='checkbox']:focus + .bootstrap-select > a.lever.uk-button-danger.dropdown-toggle.bs-placeholder, .form-check [type='checkbox'].bootstrap-select + label.dropdown-toggle.bs-placeholder.btn-danger, .form-check [type='radio'].bootstrap-select + label.dropdown-toggle.bs-placeholder.btn-danger, .toggles label input.bootstrap-select + .lever.dropdown-toggle.bs-placeholder.btn-danger, .toggles label .banner-covid input.bootstrap-select + a.uk-button-danger.lever.dropdown-toggle.bs-placeholder, .banner-covid .toggles label input.bootstrap-select + a.uk-button-danger.lever.dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .assistance.dropdown-toggle.bs-placeholder:focus, .form-check [type='checkbox'].bootstrap-select + label.assistance.dropdown-toggle.bs-placeholder, .form-check [type='radio'].bootstrap-select + label.assistance.dropdown-toggle.bs-placeholder, .toggles label input.bootstrap-select + .lever.assistance.dropdown-toggle.bs-placeholder, .form-check [type='checkbox'].bootstrap-select + label.dropdown-toggle.bs-placeholder.btn-info, .form-check [type='radio'].bootstrap-select + label.dropdown-toggle.bs-placeholder.btn-info, .toggles label input.bootstrap-select + .lever.dropdown-toggle.bs-placeholder.btn-info, .toggles label input.bootstrap-select + .assistance.lever.dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .form-check [type='checkbox'].bootstrap-select + label.dropdown-toggle.bs-placeholder.btn-dark, .form-check [type='radio'].bootstrap-select + label.dropdown-toggle.bs-placeholder.btn-dark, .toggles label input.bootstrap-select + .lever.dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .banner-covid .bootstrap-select > a.uk-button-primary.dropdown-toggle.bs-placeholder:active, .feedback-button .bootstrap-select > a.dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .banner-covid .bootstrap-select > a.uk-button-secondary.dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .banner-covid .bootstrap-select > a.uk-button-danger.dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .assistance.dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .toggles label input.bootstrap-select + select.lever.mobile-device + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .form-check [type='checkbox']:focus + label.dropdown-toggle, .form-check .bootstrap-select [type='checkbox']:focus + label.dropdown-toggle, .bootstrap-select .form-check [type='radio']:focus + label.dropdown-toggle, .form-check .bootstrap-select [type='radio']:focus + label.dropdown-toggle, .bootstrap-select .toggles label input[type='checkbox']:focus + .lever.dropdown-toggle, .toggles label .bootstrap-select input[type='checkbox']:focus + .lever.dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right, .edufe-argomenti-layoutsection .four-columns-layout .bootstrap-select[class*="col-"].dropdown-menu-right, .attachments-detail ul .bootstrap-select[class*="col-"].dropdown-menu-right, .edufe-argomenti-layoutsection.pug .five-columns-layout .bootstrap-select[class*="col-"].dropdown-menu-right, .section-missioni .three-columns-layout .bootstrap-select[class*="col-"].dropdown-menu-right, .edufe-argomenti-layoutsection.pnrr .five-columns-layout .bootstrap-select[class*="col-"].dropdown-menu-right, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout .bootstrap-select[class*="col-"].dropdown-menu-right, .edufe-argomenti-layoutsection.ssui .five-columns-layout .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus, .form-check [type='checkbox']:focus + label.bootstrap-select.disabled, .form-check [type='radio']:focus + label.bootstrap-select.disabled, .toggles label input[type='checkbox']:focus + .lever.bootstrap-select.disabled, .bootstrap-select > .disabled:focus, .form-check [type='checkbox'].bootstrap-select + label.disabled, .form-check [type='radio'].bootstrap-select + label.disabled, .toggles label input.bootstrap-select + .lever.disabled {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.input-group .bs3-has-addon.filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus, .bootstrap-select .form-check [type='checkbox'].dropdown-menu + label.inner, .form-check .bootstrap-select [type='checkbox']:focus + .dropdown-menu > label.inner, .bootstrap-select .form-check [type='radio'].dropdown-menu + label.inner, .form-check .bootstrap-select [type='radio']:focus + .dropdown-menu > label.inner, .bootstrap-select .toggles label input.dropdown-menu + .lever.inner, .toggles label .bootstrap-select input[type='checkbox']:focus + .dropdown-menu > .lever.inner {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/***************************** 1 ****************************************/
/***************************** 2 ****************************************/
/***************************** 1 ****************************************/
/***************************** 2 ****************************************/
/***************************** 1 ****************************************/
/***************************** 2 ****************************************/
/***************************** 3 ****************************************/
/***************************** 1 ****************************************/
/***************************** 2 ****************************************/
/***************************** 3 ****************************************/
/***************************** NEUTRAL 1 ****************************************/
/***************************** NEUTRAL 2 ****************************************/
/***************************** NEUTRAL 2 / 3 ****************************************/
.primary-bg {
  background-color: #007db3;
}
.primary-color {
  color: #007db3 !important;
}
.primary-border-color {
  border-color: #007db3 !important;
}
.primary-border-color.border, .feedback-form form textarea.primary-border-color, .dropdown-manage.primary-border-color {
  border-color: #007db3 !important;
}
.white-bg {
  background-color: #fff;
}
.white-color {
  color: #fff;
}
.white-border-color- {
  border-color: #fff !important;
}
.white-border-color-.border, .feedback-form form textarea.white-border-color-, .dropdown-manage.white-border-color- {
  border-color: #fff !important;
}
.primary-bg-a1 {
  background-color: #bfecff;
}
.primary-color-a1 {
  color: #bfecff;
}
.primary-border-color-a1 {
  border-color: #bfecff !important;
}
.primary-border-color-a1.border, .feedback-form form textarea.primary-border-color-a1, .dropdown-manage.primary-border-color-a1 {
  border-color: #bfecff !important;
}
.primary-bg-a2 {
  background-color: #93d7f5;
}
.primary-color-a2 {
  color: #93d7f5;
}
.primary-border-color-a2 {
  border-color: #93d7f5 !important;
}
.primary-border-color-a2.border, .feedback-form form textarea.primary-border-color-a2, .dropdown-manage.primary-border-color-a2 {
  border-color: #93d7f5 !important;
}
.primary-bg-a3 {
  background-color: #6ac4eb;
}
.primary-color-a3 {
  color: #6ac4eb;
}
.primary-border-color-a3 {
  border-color: #6ac4eb !important;
}
.primary-border-color-a3.border, .feedback-form form textarea.primary-border-color-a3, .dropdown-manage.primary-border-color-a3 {
  border-color: #6ac4eb !important;
}
.primary-bg-a4 {
  background-color: #43b1e0;
}
.primary-color-a4 {
  color: #43b1e0;
}
.primary-border-color-a4 {
  border-color: #43b1e0 !important;
}
.primary-border-color-a4.border, .feedback-form form textarea.primary-border-color-a4, .dropdown-manage.primary-border-color-a4 {
  border-color: #43b1e0 !important;
}
.primary-bg-a5 {
  background-color: #20a0d6;
}
.primary-color-a5 {
  color: #20a0d6;
}
.primary-border-color-a5 {
  border-color: #20a0d6 !important;
}
.primary-border-color-a5.border, .feedback-form form textarea.primary-border-color-a5, .dropdown-manage.primary-border-color-a5 {
  border-color: #20a0d6 !important;
}
.primary-bg-a6 {
  background-color: #008fcc;
}
.primary-color-a6 {
  color: #008fcc;
}
.primary-border-color-a6 {
  border-color: #008fcc !important;
}
.primary-border-color-a6.border, .feedback-form form textarea.primary-border-color-a6, .dropdown-manage.primary-border-color-a6 {
  border-color: #008fcc !important;
}
.primary-bg-a7 {
  background-color: #007db3;
}
.primary-color-a7 {
  color: #007db3;
}
.primary-border-color-a7 {
  border-color: #007db3 !important;
}
.primary-border-color-a7.border, .feedback-form form textarea.primary-border-color-a7, .dropdown-manage.primary-border-color-a7 {
  border-color: #007db3 !important;
}
.primary-bg-a8 {
  background-color: #006b99;
}
.primary-color-a8 {
  color: #006b99;
}
.primary-border-color-a8 {
  border-color: #006b99 !important;
}
.primary-border-color-a8.border, .feedback-form form textarea.primary-border-color-a8, .dropdown-manage.primary-border-color-a8 {
  border-color: #006b99 !important;
}
.primary-bg-a9 {
  background-color: #005980;
}
.primary-color-a9 {
  color: #005980;
}
.primary-border-color-a9 {
  border-color: #005980 !important;
}
.primary-border-color-a9.border, .feedback-form form textarea.primary-border-color-a9, .dropdown-manage.primary-border-color-a9 {
  border-color: #005980 !important;
}
.primary-bg-a10 {
  background-color: #004766;
}
.primary-color-a10 {
  color: #004766;
}
.primary-border-color-a10 {
  border-color: #004766 !important;
}
.primary-border-color-a10.border, .feedback-form form textarea.primary-border-color-a10, .dropdown-manage.primary-border-color-a10 {
  border-color: #004766 !important;
}
.primary-bg-a11 {
  background-color: #00364d;
}
.primary-color-a11 {
  color: #00364d;
}
.primary-border-color-a11 {
  border-color: #00364d !important;
}
.primary-border-color-a11.border, .feedback-form form textarea.primary-border-color-a11, .dropdown-manage.primary-border-color-a11 {
  border-color: #00364d !important;
}
.primary-bg-a12 {
  background-color: #002433;
}
.primary-color-a12 {
  color: #002433;
}
.primary-border-color-a12 {
  border-color: #002433 !important;
}
.primary-border-color-a12.border, .feedback-form form textarea.primary-border-color-a12, .dropdown-manage.primary-border-color-a12 {
  border-color: #002433 !important;
}
.primary-bg-b1 {
  background-color: #007db3;
}
.primary-color-b1 {
  color: #007db3;
}
.primary-border-color-b1 {
  border-color: #007db3 !important;
}
.primary-border-color-b1.border, .feedback-form form textarea.primary-border-color-b1, .dropdown-manage.primary-border-color-b1 {
  border-color: #007db3 !important;
}
.primary-bg-b2 {
  background-color: #0f7099;
}
.primary-color-b2 {
  color: #0f7099;
}
.primary-border-color-b2 {
  border-color: #0f7099 !important;
}
.primary-border-color-b2.border, .feedback-form form textarea.primary-border-color-b2, .dropdown-manage.primary-border-color-b2 {
  border-color: #0f7099 !important;
}
.primary-bg-b3 {
  background-color: #1a6180;
}
.primary-color-b3 {
  color: #1a6180;
}
.primary-border-color-b3 {
  border-color: #1a6180 !important;
}
.primary-border-color-b3.border, .feedback-form form textarea.primary-border-color-b3, .dropdown-manage.primary-border-color-b3 {
  border-color: #1a6180 !important;
}
.primary-bg-b4 {
  background-color: #1f5166;
}
.primary-color-b4 {
  color: #1f5166;
}
.primary-border-color-b4 {
  border-color: #1f5166 !important;
}
.primary-border-color-b4.border, .feedback-form form textarea.primary-border-color-b4, .dropdown-manage.primary-border-color-b4 {
  border-color: #1f5166 !important;
}
.primary-bg-b5 {
  background-color: #1f3f4d;
}
.primary-color-b5 {
  color: #1f3f4d;
}
.primary-border-color-b5 {
  border-color: #1f3f4d !important;
}
.primary-border-color-b5.border, .feedback-form form textarea.primary-border-color-b5, .dropdown-manage.primary-border-color-b5 {
  border-color: #1f3f4d !important;
}
.primary-bg-b6 {
  background-color: #1a2b33;
}
.primary-color-b6 {
  color: #1a2b33;
}
.primary-border-color-b6 {
  border-color: #1a2b33 !important;
}
.primary-border-color-b6.border, .feedback-form form textarea.primary-border-color-b6, .dropdown-manage.primary-border-color-b6 {
  border-color: #1a2b33 !important;
}
.primary-bg-b7 {
  background-color: #0f161a;
}
.primary-color-b7 {
  color: #0f161a;
}
.primary-border-color-b7 {
  border-color: #0f161a !important;
}
.primary-border-color-b7.border, .feedback-form form textarea.primary-border-color-b7, .dropdown-manage.primary-border-color-b7 {
  border-color: #0f161a !important;
}
.primary-bg-b8 {
  background-color: #020203;
}
.primary-color-b8 {
  color: #020203;
}
.primary-border-color-b8 {
  border-color: #020203 !important;
}
.primary-border-color-b8.border, .feedback-form form textarea.primary-border-color-b8, .dropdown-manage.primary-border-color-b8 {
  border-color: #020203 !important;
}
.primary-bg-c1 {
  background-color: #c1d0d6;
}
.primary-color-c1 {
  color: #c1d0d6;
}
.primary-border-color-c1 {
  border-color: #c1d0d6 !important;
}
.primary-border-color-c1.border, .feedback-form form textarea.primary-border-color-c1, .dropdown-manage.primary-border-color-c1 {
  border-color: #c1d0d6 !important;
}
.primary-bg-c2 {
  background-color: #abc9d6;
}
.primary-color-c2 {
  color: #abc9d6;
}
.primary-border-color-c2 {
  border-color: #abc9d6 !important;
}
.primary-border-color-c2.border, .feedback-form form textarea.primary-border-color-c2, .dropdown-manage.primary-border-color-c2 {
  border-color: #abc9d6 !important;
}
.primary-bg-c3 {
  background-color: #96c3d6;
}
.primary-color-c3 {
  color: #96c3d6;
}
.primary-border-color-c3 {
  border-color: #96c3d6 !important;
}
.primary-border-color-c3.border, .feedback-form form textarea.primary-border-color-c3, .dropdown-manage.primary-border-color-c3 {
  border-color: #96c3d6 !important;
}
.primary-bg-c4 {
  background-color: #81bcd6;
}
.primary-color-c4 {
  color: #81bcd6;
}
.primary-border-color-c4 {
  border-color: #81bcd6 !important;
}
.primary-border-color-c4.border, .feedback-form form textarea.primary-border-color-c4, .dropdown-manage.primary-border-color-c4 {
  border-color: #81bcd6 !important;
}
.primary-bg-c5 {
  background-color: #6bb6d6;
}
.primary-color-c5 {
  color: #6bb6d6;
}
.primary-border-color-c5 {
  border-color: #6bb6d6 !important;
}
.primary-border-color-c5.border, .feedback-form form textarea.primary-border-color-c5, .dropdown-manage.primary-border-color-c5 {
  border-color: #6bb6d6 !important;
}
.primary-bg-c6 {
  background-color: #56b0d6;
}
.primary-color-c6 {
  color: #56b0d6;
}
.primary-border-color-c6 {
  border-color: #56b0d6 !important;
}
.primary-border-color-c6.border, .feedback-form form textarea.primary-border-color-c6, .dropdown-manage.primary-border-color-c6 {
  border-color: #56b0d6 !important;
}
.primary-bg-c7 {
  background-color: #40a9d6;
}
.primary-color-c7 {
  color: #40a9d6;
}
.primary-border-color-c7 {
  border-color: #40a9d6 !important;
}
.primary-border-color-c7.border, .feedback-form form textarea.primary-border-color-c7, .dropdown-manage.primary-border-color-c7 {
  border-color: #40a9d6 !important;
}
.primary-bg-c8 {
  background-color: #2ba3d6;
}
.primary-color-c8 {
  color: #2ba3d6;
}
.primary-border-color-c8 {
  border-color: #2ba3d6 !important;
}
.primary-border-color-c8.border, .feedback-form form textarea.primary-border-color-c8, .dropdown-manage.primary-border-color-c8 {
  border-color: #2ba3d6 !important;
}
.primary-bg-c9 {
  background-color: #159cd6;
}
.primary-color-c9 {
  color: #159cd6;
}
.primary-border-color-c9 {
  border-color: #159cd6 !important;
}
.primary-border-color-c9.border, .feedback-form form textarea.primary-border-color-c9, .dropdown-manage.primary-border-color-c9 {
  border-color: #159cd6 !important;
}
.primary-bg-c10 {
  background-color: #0096d6;
}
.primary-color-c10 {
  color: #0096d6;
}
.primary-border-color-c10 {
  border-color: #0096d6 !important;
}
.primary-border-color-c10.border, .feedback-form form textarea.primary-border-color-c10, .dropdown-manage.primary-border-color-c10 {
  border-color: #0096d6 !important;
}
.primary-bg-c11 {
  background-color: #0089c4;
}
.primary-color-c11 {
  color: #0089c4;
}
.primary-border-color-c11 {
  border-color: #0089c4 !important;
}
.primary-border-color-c11.border, .feedback-form form textarea.primary-border-color-c11, .dropdown-manage.primary-border-color-c11 {
  border-color: #0089c4 !important;
}
.primary-bg-c12 {
  background-color: #007db3;
}
.primary-color-c12 {
  color: #007db3;
}
.primary-border-color-c12 {
  border-color: #007db3 !important;
}
.primary-border-color-c12.border, .feedback-form form textarea.primary-border-color-c12, .dropdown-manage.primary-border-color-c12 {
  border-color: #007db3 !important;
}
.analogue-1-bg {
  background-color: #3126ff;
}
.analogue-1-color {
  color: #3126ff;
}
.analogue-1-border-color- {
  border-color: #3126ff !important;
}
.analogue-1-border-color-.border, .feedback-form form textarea.analogue-1-border-color-, .dropdown-manage.analogue-1-border-color- {
  border-color: #3126ff !important;
}
.analogue-1-bg-a1 {
  background-color: #e7e6ff;
}
.analogue-1-color-a1 {
  color: #e7e6ff;
}
.analogue-1-border-color-a1 {
  border-color: #e7e6ff !important;
}
.analogue-1-border-color-a1.border, .feedback-form form textarea.analogue-1-border-color-a1, .dropdown-manage.analogue-1-border-color-a1 {
  border-color: #e7e6ff !important;
}
.analogue-1-bg-a2 {
  background-color: #bbb8f5;
}
.analogue-1-color-a2 {
  color: #bbb8f5;
}
.analogue-1-border-color-a2 {
  border-color: #bbb8f5 !important;
}
.analogue-1-border-color-a2.border, .feedback-form form textarea.analogue-1-border-color-a2, .dropdown-manage.analogue-1-border-color-a2 {
  border-color: #bbb8f5 !important;
}
.analogue-1-bg-a3 {
  background-color: #918deb;
}
.analogue-1-color-a3 {
  color: #918deb;
}
.analogue-1-border-color-a3 {
  border-color: #918deb !important;
}
.analogue-1-border-color-a3.border, .feedback-form form textarea.analogue-1-border-color-a3, .dropdown-manage.analogue-1-border-color-a3 {
  border-color: #918deb !important;
}
.analogue-1-bg-a4 {
  background-color: #6b65e0;
}
.analogue-1-color-a4 {
  color: #6b65e0;
}
.analogue-1-border-color-a4 {
  border-color: #6b65e0 !important;
}
.analogue-1-border-color-a4.border, .feedback-form form textarea.analogue-1-border-color-a4, .dropdown-manage.analogue-1-border-color-a4 {
  border-color: #6b65e0 !important;
}
.analogue-1-bg-a5 {
  background-color: #4840d6;
}
.analogue-1-color-a5 {
  color: #4840d6;
}
.analogue-1-border-color-a5 {
  border-color: #4840d6 !important;
}
.analogue-1-border-color-a5.border, .feedback-form form textarea.analogue-1-border-color-a5, .dropdown-manage.analogue-1-border-color-a5 {
  border-color: #4840d6 !important;
}
.analogue-1-bg-a6 {
  background-color: #271fcc;
}
.analogue-1-color-a6 {
  color: #271fcc;
}
.analogue-1-border-color-a6 {
  border-color: #271fcc !important;
}
.analogue-1-border-color-a6.border, .feedback-form form textarea.analogue-1-border-color-a6, .dropdown-manage.analogue-1-border-color-a6 {
  border-color: #271fcc !important;
}
.analogue-1-bg-a7 {
  background-color: #221bb3;
}
.analogue-1-color-a7 {
  color: #221bb3;
}
.analogue-1-border-color-a7 {
  border-color: #221bb3 !important;
}
.analogue-1-border-color-a7.border, .feedback-form form textarea.analogue-1-border-color-a7, .dropdown-manage.analogue-1-border-color-a7 {
  border-color: #221bb3 !important;
}
.analogue-1-bg-a8 {
  background-color: #1d1799;
}
.analogue-1-color-a8 {
  color: #1d1799;
}
.analogue-1-border-color-a8 {
  border-color: #1d1799 !important;
}
.analogue-1-border-color-a8.border, .feedback-form form textarea.analogue-1-border-color-a8, .dropdown-manage.analogue-1-border-color-a8 {
  border-color: #1d1799 !important;
}
.analogue-1-bg-a9 {
  background-color: #191380;
}
.analogue-1-color-a9 {
  color: #191380;
}
.analogue-1-border-color-a9 {
  border-color: #191380 !important;
}
.analogue-1-border-color-a9.border, .feedback-form form textarea.analogue-1-border-color-a9, .dropdown-manage.analogue-1-border-color-a9 {
  border-color: #191380 !important;
}
.analogue-1-bg-a10 {
  background-color: #140f66;
}
.analogue-1-color-a10 {
  color: #140f66;
}
.analogue-1-border-color-a10 {
  border-color: #140f66 !important;
}
.analogue-1-border-color-a10.border, .feedback-form form textarea.analogue-1-border-color-a10, .dropdown-manage.analogue-1-border-color-a10 {
  border-color: #140f66 !important;
}
.analogue-1-bg-a11 {
  background-color: #0f0b4d;
}
.analogue-1-color-a11 {
  color: #0f0b4d;
}
.analogue-1-border-color-a11 {
  border-color: #0f0b4d !important;
}
.analogue-1-border-color-a11.border, .feedback-form form textarea.analogue-1-border-color-a11, .dropdown-manage.analogue-1-border-color-a11 {
  border-color: #0f0b4d !important;
}
.analogue-1-bg-a12 {
  background-color: #0a0833;
}
.analogue-1-color-a12 {
  color: #0a0833;
}
.analogue-1-border-color-a12 {
  border-color: #0a0833 !important;
}
.analogue-1-border-color-a12.border, .feedback-form form textarea.analogue-1-border-color-a12, .dropdown-manage.analogue-1-border-color-a12 {
  border-color: #0a0833 !important;
}
.analogue-2-bg {
  background-color: #0bd9d2;
}
.analogue-2-color {
  color: #0bd9d2;
}
.analogue-2-border-color- {
  border-color: #0bd9d2 !important;
}
.analogue-2-border-color-.border, .feedback-form form textarea.analogue-2-border-color-, .dropdown-manage.analogue-2-border-color- {
  border-color: #0bd9d2 !important;
}
.analogue-2-bg-a1 {
  background-color: #ccfffd;
}
.analogue-2-color-a1 {
  color: #ccfffd;
}
.analogue-2-border-color-a1 {
  border-color: #ccfffd !important;
}
.analogue-2-border-color-a1.border, .feedback-form form textarea.analogue-2-border-color-a1, .dropdown-manage.analogue-2-border-color-a1 {
  border-color: #ccfffd !important;
}
.analogue-2-bg-a2 {
  background-color: #9ff5f2;
}
.analogue-2-color-a2 {
  color: #9ff5f2;
}
.analogue-2-border-color-a2 {
  border-color: #9ff5f2 !important;
}
.analogue-2-border-color-a2.border, .feedback-form form textarea.analogue-2-border-color-a2, .dropdown-manage.analogue-2-border-color-a2 {
  border-color: #9ff5f2 !important;
}
.analogue-2-bg-a3 {
  background-color: #75ebe7;
}
.analogue-2-color-a3 {
  color: #75ebe7;
}
.analogue-2-border-color-a3 {
  border-color: #75ebe7 !important;
}
.analogue-2-border-color-a3.border, .feedback-form form textarea.analogue-2-border-color-a3, .dropdown-manage.analogue-2-border-color-a3 {
  border-color: #75ebe7 !important;
}
.analogue-2-bg-a4 {
  background-color: #4fe0dc;
}
.analogue-2-color-a4 {
  color: #4fe0dc;
}
.analogue-2-border-color-a4 {
  border-color: #4fe0dc !important;
}
.analogue-2-border-color-a4.border, .feedback-form form textarea.analogue-2-border-color-a4, .dropdown-manage.analogue-2-border-color-a4 {
  border-color: #4fe0dc !important;
}
.analogue-2-bg-a5 {
  background-color: #2bd6d0;
}
.analogue-2-color-a5 {
  color: #2bd6d0;
}
.analogue-2-border-color-a5 {
  border-color: #2bd6d0 !important;
}
.analogue-2-border-color-a5.border, .feedback-form form textarea.analogue-2-border-color-a5, .dropdown-manage.analogue-2-border-color-a5 {
  border-color: #2bd6d0 !important;
}
.analogue-2-bg-a6 {
  background-color: #0accc6;
}
.analogue-2-color-a6 {
  color: #0accc6;
}
.analogue-2-border-color-a6 {
  border-color: #0accc6 !important;
}
.analogue-2-border-color-a6.border, .feedback-form form textarea.analogue-2-border-color-a6, .dropdown-manage.analogue-2-border-color-a6 {
  border-color: #0accc6 !important;
}
.analogue-2-bg-a7 {
  background-color: #09b3ad;
}
.analogue-2-color-a7 {
  color: #09b3ad;
}
.analogue-2-border-color-a7 {
  border-color: #09b3ad !important;
}
.analogue-2-border-color-a7.border, .feedback-form form textarea.analogue-2-border-color-a7, .dropdown-manage.analogue-2-border-color-a7 {
  border-color: #09b3ad !important;
}
.analogue-2-bg-a8 {
  background-color: #089994;
}
.analogue-2-color-a8 {
  color: #089994;
}
.analogue-2-border-color-a8 {
  border-color: #089994 !important;
}
.analogue-2-border-color-a8.border, .feedback-form form textarea.analogue-2-border-color-a8, .dropdown-manage.analogue-2-border-color-a8 {
  border-color: #089994 !important;
}
.analogue-2-bg-a9 {
  background-color: #06807b;
}
.analogue-2-color-a9 {
  color: #06807b;
}
.analogue-2-border-color-a9 {
  border-color: #06807b !important;
}
.analogue-2-border-color-a9.border, .feedback-form form textarea.analogue-2-border-color-a9, .dropdown-manage.analogue-2-border-color-a9 {
  border-color: #06807b !important;
}
.analogue-2-bg-a10 {
  background-color: #056663;
}
.analogue-2-color-a10 {
  color: #056663;
}
.analogue-2-border-color-a10 {
  border-color: #056663 !important;
}
.analogue-2-border-color-a10.border, .feedback-form form textarea.analogue-2-border-color-a10, .dropdown-manage.analogue-2-border-color-a10 {
  border-color: #056663 !important;
}
.analogue-2-bg-a11 {
  background-color: #044d4a;
}
.analogue-2-color-a11 {
  color: #044d4a;
}
.analogue-2-border-color-a11 {
  border-color: #044d4a !important;
}
.analogue-2-border-color-a11.border, .feedback-form form textarea.analogue-2-border-color-a11, .dropdown-manage.analogue-2-border-color-a11 {
  border-color: #044d4a !important;
}
.analogue-2-bg-a12 {
  background-color: #033331;
}
.analogue-2-color-a12 {
  color: #033331;
}
.analogue-2-border-color-a12 {
  border-color: #033331 !important;
}
.analogue-2-border-color-a12.border, .feedback-form form textarea.analogue-2-border-color-a12, .dropdown-manage.analogue-2-border-color-a12 {
  border-color: #033331 !important;
}
.complementary-1-bg {
  background-color: #f73e5a;
}
.complementary-1-color {
  color: #f90;
}
.complementary-1-border-color- {
  border-color: #f73e5a !important;
}
.complementary-1-border-color-.border, .feedback-form form textarea.complementary-1-border-color-, .dropdown-manage.complementary-1-border-color- {
  border-color: #f73e5a !important;
}
.complementary-1-bg-a1 {
  background-color: #fffcfd;
}
.complementary-1-color-a1 {
  color: #fffcfd;
}
.complementary-1-border-color-a1 {
  border-color: #fffcfd !important;
}
.complementary-1-border-color-a1.border, .feedback-form form textarea.complementary-1-border-color-a1, .dropdown-manage.complementary-1-border-color-a1 {
  border-color: #fffcfd !important;
}
.complementary-1-bg-a2 {
  background-color: #f5d0d6;
}
.complementary-1-color-a2 {
  color: #f5d0d6;
}
.complementary-1-border-color-a2 {
  border-color: #f5d0d6 !important;
}
.complementary-1-border-color-a2.border, .feedback-form form textarea.complementary-1-border-color-a2, .dropdown-manage.complementary-1-border-color-a2 {
  border-color: #f5d0d6 !important;
}
.complementary-1-bg-a3 {
  background-color: #eba4af;
}
.complementary-1-color-a3 {
  color: #eba4af;
}
.complementary-1-border-color-a3 {
  border-color: #eba4af !important;
}
.complementary-1-border-color-a3.border, .feedback-form form textarea.complementary-1-border-color-a3, .dropdown-manage.complementary-1-border-color-a3 {
  border-color: #eba4af !important;
}
.complementary-1-bg-a4 {
  background-color: #e07b8b;
}
.complementary-1-color-a4 {
  color: #e07b8b;
}
.complementary-1-border-color-a4 {
  border-color: #e07b8b !important;
}
.complementary-1-border-color-a4.border, .feedback-form form textarea.complementary-1-border-color-a4, .dropdown-manage.complementary-1-border-color-a4 {
  border-color: #e07b8b !important;
}
.complementary-1-bg-a5 {
  background-color: #d65669;
}
.complementary-1-color-a5 {
  color: #d65669;
}
.complementary-1-border-color-a5 {
  border-color: #d65669 !important;
}
.complementary-1-border-color-a5.border, .feedback-form form textarea.complementary-1-border-color-a5, .dropdown-manage.complementary-1-border-color-a5 {
  border-color: #d65669 !important;
}
.complementary-1-bg-a6 {
  background-color: #cc334a;
}
.complementary-1-color-a6 {
  color: #cc334a;
}
.complementary-1-border-color-a6 {
  border-color: #cc334a !important;
}
.complementary-1-border-color-a6.border, .feedback-form form textarea.complementary-1-border-color-a6, .dropdown-manage.complementary-1-border-color-a6 {
  border-color: #cc334a !important;
}
.complementary-1-bg-a7 {
  background-color: #b32d41;
}
.complementary-1-color-a7 {
  color: #b32d41;
}
.complementary-1-border-color-a7 {
  border-color: #b32d41 !important;
}
.complementary-1-border-color-a7.border, .feedback-form form textarea.complementary-1-border-color-a7, .dropdown-manage.complementary-1-border-color-a7 {
  border-color: #b32d41 !important;
}
.complementary-1-bg-a8 {
  background-color: #992637;
}
.complementary-1-color-a8 {
  color: #992637;
}
.complementary-1-border-color-a8 {
  border-color: #992637 !important;
}
.complementary-1-border-color-a8.border, .feedback-form form textarea.complementary-1-border-color-a8, .dropdown-manage.complementary-1-border-color-a8 {
  border-color: #992637 !important;
}
.complementary-1-bg-a9 {
  background-color: #80202e;
}
.complementary-1-color-a9 {
  color: #80202e;
}
.complementary-1-border-color-a9 {
  border-color: #80202e !important;
}
.complementary-1-border-color-a9.border, .feedback-form form textarea.complementary-1-border-color-a9, .dropdown-manage.complementary-1-border-color-a9 {
  border-color: #80202e !important;
}
.complementary-1-bg-a10 {
  background-color: #661a25;
}
.complementary-1-color-a10 {
  color: #661a25;
}
.complementary-1-border-color-a10 {
  border-color: #661a25 !important;
}
.complementary-1-border-color-a10.border, .feedback-form form textarea.complementary-1-border-color-a10, .dropdown-manage.complementary-1-border-color-a10 {
  border-color: #661a25 !important;
}
.complementary-1-bg-a11 {
  background-color: #4d131c;
}
.complementary-1-color-a11 {
  color: #4d131c;
}
.complementary-1-border-color-a11 {
  border-color: #4d131c !important;
}
.complementary-1-border-color-a11.border, .feedback-form form textarea.complementary-1-border-color-a11, .dropdown-manage.complementary-1-border-color-a11 {
  border-color: #4d131c !important;
}
.complementary-1-bg-a12 {
  background-color: #330d12;
}
.complementary-1-color-a12 {
  color: #330d12;
}
.complementary-1-border-color-a12 {
  border-color: #330d12 !important;
}
.complementary-1-border-color-a12.border, .feedback-form form textarea.complementary-1-border-color-a12, .dropdown-manage.complementary-1-border-color-a12 {
  border-color: #330d12 !important;
}
.complementary-2-bg {
  background-color: #f90;
}
.complementary-2-color {
  color: #f90;
}
.complementary-2-border-color- {
  border-color: #f90 !important;
}
.complementary-2-border-color-.border, .feedback-form form textarea.complementary-2-border-color-, .dropdown-manage.complementary-2-border-color- {
  border-color: #f90 !important;
}
.complementary-2-bg-a1 {
  background-color: #ffe6bf;
}
.complementary-2-color-a1 {
  color: #ffe6bf;
}
.complementary-2-border-color-a1 {
  border-color: #ffe6bf !important;
}
.complementary-2-border-color-a1.border, .feedback-form form textarea.complementary-2-border-color-a1, .dropdown-manage.complementary-2-border-color-a1 {
  border-color: #ffe6bf !important;
}
.complementary-2-bg-a2 {
  background-color: #f5ce93;
}
.complementary-2-color-a2 {
  color: #f5ce93;
}
.complementary-2-border-color-a2 {
  border-color: #f5ce93 !important;
}
.complementary-2-border-color-a2.border, .feedback-form form textarea.complementary-2-border-color-a2, .dropdown-manage.complementary-2-border-color-a2 {
  border-color: #f5ce93 !important;
}
.complementary-2-bg-a3 {
  background-color: #ebb76a;
}
.complementary-2-color-a3 {
  color: #ebb76a;
}
.complementary-2-border-color-a3 {
  border-color: #ebb76a !important;
}
.complementary-2-border-color-a3.border, .feedback-form form textarea.complementary-2-border-color-a3, .dropdown-manage.complementary-2-border-color-a3 {
  border-color: #ebb76a !important;
}
.complementary-2-bg-a4 {
  background-color: #e0a243;
}
.complementary-2-color-a4 {
  color: #e0a243;
}
.complementary-2-border-color-a4 {
  border-color: #e0a243 !important;
}
.complementary-2-border-color-a4.border, .feedback-form form textarea.complementary-2-border-color-a4, .dropdown-manage.complementary-2-border-color-a4 {
  border-color: #e0a243 !important;
}
.complementary-2-bg-a5 {
  background-color: #d68d20;
}
.complementary-2-color-a5 {
  color: #d68d20;
}
.complementary-2-border-color-a5 {
  border-color: #d68d20 !important;
}
.complementary-2-border-color-a5.border, .feedback-form form textarea.complementary-2-border-color-a5, .dropdown-manage.complementary-2-border-color-a5 {
  border-color: #d68d20 !important;
}
.complementary-2-bg-a6 {
  background-color: #cc7a00;
}
.complementary-2-color-a6 {
  color: #cc7a00;
}
.complementary-2-border-color-a6 {
  border-color: #cc7a00 !important;
}
.complementary-2-border-color-a6.border, .feedback-form form textarea.complementary-2-border-color-a6, .dropdown-manage.complementary-2-border-color-a6 {
  border-color: #cc7a00 !important;
}
.complementary-2-bg-a7 {
  background-color: #b36b00;
}
.complementary-2-color-a7 {
  color: #b36b00;
}
.complementary-2-border-color-a7 {
  border-color: #b36b00 !important;
}
.complementary-2-border-color-a7.border, .feedback-form form textarea.complementary-2-border-color-a7, .dropdown-manage.complementary-2-border-color-a7 {
  border-color: #b36b00 !important;
}
.complementary-2-bg-a8 {
  background-color: #995c00;
}
.complementary-2-color-a8 {
  color: #995c00;
}
.complementary-2-border-color-a8 {
  border-color: #995c00 !important;
}
.complementary-2-border-color-a8.border, .feedback-form form textarea.complementary-2-border-color-a8, .dropdown-manage.complementary-2-border-color-a8 {
  border-color: #995c00 !important;
}
.complementary-2-bg-a9 {
  background-color: #804d00;
}
.complementary-2-color-a9 {
  color: #804d00;
}
.complementary-2-border-color-a9 {
  border-color: #804d00 !important;
}
.complementary-2-border-color-a9.border, .feedback-form form textarea.complementary-2-border-color-a9, .dropdown-manage.complementary-2-border-color-a9 {
  border-color: #804d00 !important;
}
.complementary-2-bg-a10 {
  background-color: #663d00;
}
.complementary-2-color-a10 {
  color: #663d00;
}
.complementary-2-border-color-a10 {
  border-color: #663d00 !important;
}
.complementary-2-border-color-a10.border, .feedback-form form textarea.complementary-2-border-color-a10, .dropdown-manage.complementary-2-border-color-a10 {
  border-color: #663d00 !important;
}
.complementary-2-bg-a11 {
  background-color: #4d2e00;
}
.complementary-2-color-a11 {
  color: #4d2e00;
}
.complementary-2-border-color-a11 {
  border-color: #4d2e00 !important;
}
.complementary-2-border-color-a11.border, .feedback-form form textarea.complementary-2-border-color-a11, .dropdown-manage.complementary-2-border-color-a11 {
  border-color: #4d2e00 !important;
}
.complementary-2-bg-a12 {
  background-color: #331f00;
}
.complementary-2-color-a12 {
  color: #331f00;
}
.complementary-2-border-color-a12 {
  border-color: #331f00 !important;
}
.complementary-2-border-color-a12.border, .feedback-form form textarea.complementary-2-border-color-a12, .dropdown-manage.complementary-2-border-color-a12 {
  border-color: #331f00 !important;
}
.complementary-3-bg {
  background-color: #00cf86;
}
.complementary-3-color {
  color: #00cf86;
}
.complementary-3-border-color- {
  border-color: #00cf86 !important;
}
.complementary-3-border-color-.border, .feedback-form form textarea.complementary-3-border-color-, .dropdown-manage.complementary-3-border-color- {
  border-color: #00cf86 !important;
}
.complementary-3-bg-a1 {
  background-color: #bfffe9;
}
.complementary-3-color-a1 {
  color: #bfffe9;
}
.complementary-3-border-color-a1 {
  border-color: #bfffe9 !important;
}
.complementary-3-border-color-a1.border, .feedback-form form textarea.complementary-3-border-color-a1, .dropdown-manage.complementary-3-border-color-a1 {
  border-color: #bfffe9 !important;
}
.complementary-3-bg-a2 {
  background-color: #93f5d3;
}
.complementary-3-color-a2 {
  color: #93f5d3;
}
.complementary-3-border-color-a2 {
  border-color: #93f5d3 !important;
}
.complementary-3-border-color-a2.border, .feedback-form form textarea.complementary-3-border-color-a2, .dropdown-manage.complementary-3-border-color-a2 {
  border-color: #93f5d3 !important;
}
.complementary-3-bg-a3 {
  background-color: #6aebbd;
}
.complementary-3-color-a3 {
  color: #6aebbd;
}
.complementary-3-border-color-a3 {
  border-color: #6aebbd !important;
}
.complementary-3-border-color-a3.border, .feedback-form form textarea.complementary-3-border-color-a3, .dropdown-manage.complementary-3-border-color-a3 {
  border-color: #6aebbd !important;
}
.complementary-3-bg-a4 {
  background-color: #43e0a9;
}
.complementary-3-color-a4 {
  color: #43e0a9;
}
.complementary-3-border-color-a4 {
  border-color: #43e0a9 !important;
}
.complementary-3-border-color-a4.border, .feedback-form form textarea.complementary-3-border-color-a4, .dropdown-manage.complementary-3-border-color-a4 {
  border-color: #43e0a9 !important;
}
.complementary-3-bg-a5 {
  background-color: #20d696;
}
.complementary-3-color-a5 {
  color: #20d696;
}
.complementary-3-border-color-a5 {
  border-color: #20d696 !important;
}
.complementary-3-border-color-a5.border, .feedback-form form textarea.complementary-3-border-color-a5, .dropdown-manage.complementary-3-border-color-a5 {
  border-color: #20d696 !important;
}
.complementary-3-bg-a6 {
  background-color: #00cc85;
}
.complementary-3-color-a6 {
  color: #00cc85;
}
.complementary-3-border-color-a6 {
  border-color: #00cc85 !important;
}
.complementary-3-border-color-a6.border, .feedback-form form textarea.complementary-3-border-color-a6, .dropdown-manage.complementary-3-border-color-a6 {
  border-color: #00cc85 !important;
}
.complementary-3-bg-a7 {
  background-color: #00b374;
}
.complementary-3-color-a7 {
  color: #00b374;
}
.complementary-3-border-color-a7 {
  border-color: #00b374 !important;
}
.complementary-3-border-color-a7.border, .feedback-form form textarea.complementary-3-border-color-a7, .dropdown-manage.complementary-3-border-color-a7 {
  border-color: #00b374 !important;
}
.complementary-3-bg-a8 {
  background-color: #009963;
}
.complementary-3-color-a8 {
  color: #009963;
}
.complementary-3-border-color-a8 {
  border-color: #009963 !important;
}
.complementary-3-border-color-a8.border, .feedback-form form textarea.complementary-3-border-color-a8, .dropdown-manage.complementary-3-border-color-a8 {
  border-color: #009963 !important;
}
.complementary-3-bg-a9 {
  background-color: #008053;
}
.complementary-3-color-a9 {
  color: #008053;
}
.complementary-3-border-color-a9 {
  border-color: #008053 !important;
}
.complementary-3-border-color-a9.border, .feedback-form form textarea.complementary-3-border-color-a9, .dropdown-manage.complementary-3-border-color-a9 {
  border-color: #008053 !important;
}
.complementary-3-bg-a10 {
  background-color: #006642;
}
.complementary-3-color-a10 {
  color: #006642;
}
.complementary-3-border-color-a10 {
  border-color: #006642 !important;
}
.complementary-3-border-color-a10.border, .feedback-form form textarea.complementary-3-border-color-a10, .dropdown-manage.complementary-3-border-color-a10 {
  border-color: #006642 !important;
}
.complementary-3-bg-a11 {
  background-color: #004d32;
}
.complementary-3-color-a11 {
  color: #004d32;
}
.complementary-3-border-color-a11 {
  border-color: #004d32 !important;
}
.complementary-3-border-color-a11.border, .feedback-form form textarea.complementary-3-border-color-a11, .dropdown-manage.complementary-3-border-color-a11 {
  border-color: #004d32 !important;
}
.complementary-3-bg-a12 {
  background-color: #003321;
}
.complementary-3-color-a12 {
  color: #003321;
}
.complementary-3-border-color-a12 {
  border-color: #003321 !important;
}
.complementary-3-border-color-a12.border, .feedback-form form textarea.complementary-3-border-color-a12, .dropdown-manage.complementary-3-border-color-a12 {
  border-color: #003321 !important;
}
.analogue-1-bg {
  background-color: #3126ff;
}
.analogue-1-color {
  color: #3126ff;
}
.analogue-1-border-color- {
  border-color: #3126ff !important;
}
.analogue-1-border-color-.border, .feedback-form form textarea.analogue-1-border-color-, .dropdown-manage.analogue-1-border-color- {
  border-color: #3126ff !important;
}
.analogue-1-bg-b1 {
  background-color: #3126ff;
}
.analogue-1-color-b1 {
  color: #3126ff;
}
.analogue-1-border-color-b1 {
  border-color: #3126ff !important;
}
.analogue-1-border-color-b1.border, .feedback-form form textarea.analogue-1-border-color-b1, .dropdown-manage.analogue-1-border-color-b1 {
  border-color: #3126ff !important;
}
.analogue-1-bg-b2 {
  background-color: #4239e6;
}
.analogue-1-color-b2 {
  color: #4239e6;
}
.analogue-1-border-color-b2 {
  border-color: #4239e6 !important;
}
.analogue-1-border-color-b2.border, .feedback-form form textarea.analogue-1-border-color-b2, .dropdown-manage.analogue-1-border-color-b2 {
  border-color: #4239e6 !important;
}
.analogue-1-bg-b3 {
  background-color: #4e47cc;
}
.analogue-1-color-b3 {
  color: #4e47cc;
}
.analogue-1-border-color-b3 {
  border-color: #4e47cc !important;
}
.analogue-1-border-color-b3.border, .feedback-form form textarea.analogue-1-border-color-b3, .dropdown-manage.analogue-1-border-color-b3 {
  border-color: #4e47cc !important;
}
.analogue-1-bg-b4 {
  background-color: #5550b3;
}
.analogue-1-color-b4 {
  color: #5550b3;
}
.analogue-1-border-color-b4 {
  border-color: #5550b3 !important;
}
.analogue-1-border-color-b4.border, .feedback-form form textarea.analogue-1-border-color-b4, .dropdown-manage.analogue-1-border-color-b4 {
  border-color: #5550b3 !important;
}
.analogue-1-bg-b5 {
  background-color: #585499;
}
.analogue-1-color-b5 {
  color: #585499;
}
.analogue-1-border-color-b5 {
  border-color: #585499 !important;
}
.analogue-1-border-color-b5.border, .feedback-form form textarea.analogue-1-border-color-b5, .dropdown-manage.analogue-1-border-color-b5 {
  border-color: #585499 !important;
}
.analogue-1-bg-b6 {
  background-color: #555380;
}
.analogue-1-color-b6 {
  color: #555380;
}
.analogue-1-border-color-b6 {
  border-color: #555380 !important;
}
.analogue-1-border-color-b6.border, .feedback-form form textarea.analogue-1-border-color-b6, .dropdown-manage.analogue-1-border-color-b6 {
  border-color: #555380 !important;
}
.analogue-1-bg-b7 {
  background-color: #4e4d66;
}
.analogue-1-color-b7 {
  color: #4e4d66;
}
.analogue-1-border-color-b7 {
  border-color: #4e4d66 !important;
}
.analogue-1-border-color-b7.border, .feedback-form form textarea.analogue-1-border-color-b7, .dropdown-manage.analogue-1-border-color-b7 {
  border-color: #4e4d66 !important;
}
.analogue-1-bg-b8 {
  background-color: #42414d;
}
.analogue-1-color-b8 {
  color: #42414d;
}
.analogue-1-border-color-b8 {
  border-color: #42414d !important;
}
.analogue-1-border-color-b8.border, .feedback-form form textarea.analogue-1-border-color-b8, .dropdown-manage.analogue-1-border-color-b8 {
  border-color: #42414d !important;
}
.analogue-2-bg {
  background-color: #0bd9d2;
}
.analogue-2-color {
  color: #0bd9d2;
}
.analogue-2-border-color- {
  border-color: #0bd9d2 !important;
}
.analogue-2-border-color-.border, .feedback-form form textarea.analogue-2-border-color-, .dropdown-manage.analogue-2-border-color- {
  border-color: #0bd9d2 !important;
}
.analogue-2-bg-b1 {
  background-color: #0bd9d2;
}
.analogue-2-color-b1 {
  color: #0bd9d2;
}
.analogue-2-border-color-b1 {
  border-color: #0bd9d2 !important;
}
.analogue-2-border-color-b1.border, .feedback-form form textarea.analogue-2-border-color-b1, .dropdown-manage.analogue-2-border-color-b1 {
  border-color: #0bd9d2 !important;
}
.analogue-2-bg-b2 {
  background-color: #1dbfba;
}
.analogue-2-color-b2 {
  color: #1dbfba;
}
.analogue-2-border-color-b2 {
  border-color: #1dbfba !important;
}
.analogue-2-border-color-b2.border, .feedback-form form textarea.analogue-2-border-color-b2, .dropdown-manage.analogue-2-border-color-b2 {
  border-color: #1dbfba !important;
}
.analogue-2-bg-b3 {
  background-color: #29a6a2;
}
.analogue-2-color-b3 {
  color: #29a6a2;
}
.analogue-2-border-color-b3 {
  border-color: #29a6a2 !important;
}
.analogue-2-border-color-b3.border, .feedback-form form textarea.analogue-2-border-color-b3, .dropdown-manage.analogue-2-border-color-b3 {
  border-color: #29a6a2 !important;
}
.analogue-2-bg-b4 {
  background-color: #318c89;
}
.analogue-2-color-b4 {
  color: #318c89;
}
.analogue-2-border-color-b4 {
  border-color: #318c89 !important;
}
.analogue-2-border-color-b4.border, .feedback-form form textarea.analogue-2-border-color-b4, .dropdown-manage.analogue-2-border-color-b4 {
  border-color: #318c89 !important;
}
.analogue-2-bg-b5 {
  background-color: #347371;
}
.analogue-2-color-b5 {
  color: #347371;
}
.analogue-2-border-color-b5 {
  border-color: #347371 !important;
}
.analogue-2-border-color-b5.border, .feedback-form form textarea.analogue-2-border-color-b5, .dropdown-manage.analogue-2-border-color-b5 {
  border-color: #347371 !important;
}
.analogue-2-bg-b6 {
  background-color: #315958;
}
.analogue-2-color-b6 {
  color: #315958;
}
.analogue-2-border-color-b6 {
  border-color: #315958 !important;
}
.analogue-2-border-color-b6.border, .feedback-form form textarea.analogue-2-border-color-b6, .dropdown-manage.analogue-2-border-color-b6 {
  border-color: #315958 !important;
}
.analogue-2-bg-b7 {
  background-color: #29403f;
}
.analogue-2-color-b7 {
  color: #29403f;
}
.analogue-2-border-color-b7 {
  border-color: #29403f !important;
}
.analogue-2-border-color-b7.border, .feedback-form form textarea.analogue-2-border-color-b7, .dropdown-manage.analogue-2-border-color-b7 {
  border-color: #29403f !important;
}
.analogue-2-bg-b8 {
  background-color: #1d2626;
}
.analogue-2-color-b8 {
  color: #1d2626;
}
.analogue-2-border-color-b8 {
  border-color: #1d2626 !important;
}
.analogue-2-border-color-b8.border, .feedback-form form textarea.analogue-2-border-color-b8, .dropdown-manage.analogue-2-border-color-b8 {
  border-color: #1d2626 !important;
}
.complementary-1-bg-b1 {
  background-color: #f73e5a;
}
.complementary-1-color-b1 {
  color: #f73e5a;
}
.complementary-1-border-color-b1 {
  border-color: #f73e5a !important;
}
.complementary-1-border-color-b1.border, .feedback-form form textarea.complementary-1-border-color-b1, .dropdown-manage.complementary-1-border-color-b1 {
  border-color: #f73e5a !important;
}
.complementary-1-bg-b2 {
  background-color: #de4e63;
}
.complementary-1-color-b2 {
  color: #de4e63;
}
.complementary-1-border-color-b2 {
  border-color: #de4e63 !important;
}
.complementary-1-border-color-b2.border, .feedback-form form textarea.complementary-1-border-color-b2, .dropdown-manage.complementary-1-border-color-b2 {
  border-color: #de4e63 !important;
}
.complementary-1-bg-b3 {
  background-color: #c45869;
}
.complementary-1-color-b3 {
  color: #c45869;
}
.complementary-1-border-color-b3 {
  border-color: #c45869 !important;
}
.complementary-1-border-color-b3.border, .feedback-form form textarea.complementary-1-border-color-b3, .dropdown-manage.complementary-1-border-color-b3 {
  border-color: #c45869 !important;
}
.complementary-1-bg-b4 {
  background-color: #ab5e69;
}
.complementary-1-color-b4 {
  color: #ab5e69;
}
.complementary-1-border-color-b4 {
  border-color: #ab5e69 !important;
}
.complementary-1-border-color-b4.border, .feedback-form form textarea.complementary-1-border-color-b4, .dropdown-manage.complementary-1-border-color-b4 {
  border-color: #ab5e69 !important;
}
.complementary-1-bg-b5 {
  background-color: #915e66;
}
.complementary-1-color-b5 {
  color: #915e66;
}
.complementary-1-border-color-b5 {
  border-color: #915e66 !important;
}
.complementary-1-border-color-b5.border, .feedback-form form textarea.complementary-1-border-color-b5, .dropdown-manage.complementary-1-border-color-b5 {
  border-color: #915e66 !important;
}
.complementary-1-bg-b6 {
  background-color: #785a5e;
}
.complementary-1-color-b6 {
  color: #785a5e;
}
.complementary-1-border-color-b6 {
  border-color: #785a5e !important;
}
.complementary-1-border-color-b6.border, .feedback-form form textarea.complementary-1-border-color-b6, .dropdown-manage.complementary-1-border-color-b6 {
  border-color: #785a5e !important;
}
.complementary-1-bg-b7 {
  background-color: #5e5052;
}
.complementary-1-color-b7 {
  color: #5e5052;
}
.complementary-1-border-color-b7 {
  border-color: #5e5052 !important;
}
.complementary-1-border-color-b7.border, .feedback-form form textarea.complementary-1-border-color-b7, .dropdown-manage.complementary-1-border-color-b7 {
  border-color: #5e5052 !important;
}
.complementary-1-bg-b8 {
  background-color: #454142;
}
.complementary-1-color-b8 {
  color: #454142;
}
.complementary-1-border-color-b8 {
  border-color: #454142 !important;
}
.complementary-1-border-color-b8.border, .feedback-form form textarea.complementary-1-border-color-b8, .dropdown-manage.complementary-1-border-color-b8 {
  border-color: #454142 !important;
}
.complementary-2-bg-b1 {
  background-color: #f90;
}
.complementary-2-color-b1 {
  color: #f90;
}
.complementary-2-border-color-b1 {
  border-color: #f90 !important;
}
.complementary-2-border-color-b1.border, .feedback-form form textarea.complementary-2-border-color-b1, .dropdown-manage.complementary-2-border-color-b1 {
  border-color: #f90 !important;
}
.complementary-2-bg-b2 {
  background-color: #e69317;
}
.complementary-2-color-b2 {
  color: #e69317;
}
.complementary-2-border-color-b2 {
  border-color: #e69317 !important;
}
.complementary-2-border-color-b2.border, .feedback-form form textarea.complementary-2-border-color-b2, .dropdown-manage.complementary-2-border-color-b2 {
  border-color: #e69317 !important;
}
.complementary-2-bg-b3 {
  background-color: #cc8b29;
}
.complementary-2-color-b3 {
  color: #cc8b29;
}
.complementary-2-border-color-b3 {
  border-color: #cc8b29 !important;
}
.complementary-2-border-color-b3.border, .feedback-form form textarea.complementary-2-border-color-b3, .dropdown-manage.complementary-2-border-color-b3 {
  border-color: #cc8b29 !important;
}
.complementary-2-bg-b4 {
  background-color: #b38136;
}
.complementary-2-color-b4 {
  color: #b38136;
}
.complementary-2-border-color-b4 {
  border-color: #b38136 !important;
}
.complementary-2-border-color-b4.border, .feedback-form form textarea.complementary-2-border-color-b4, .dropdown-manage.complementary-2-border-color-b4 {
  border-color: #b38136 !important;
}
.complementary-2-bg-b5 {
  background-color: #99743d;
}
.complementary-2-color-b5 {
  color: #99743d;
}
.complementary-2-border-color-b5 {
  border-color: #99743d !important;
}
.complementary-2-border-color-b5.border, .feedback-form form textarea.complementary-2-border-color-b5, .dropdown-manage.complementary-2-border-color-b5 {
  border-color: #99743d !important;
}
.complementary-2-bg-b6 {
  background-color: #806640;
}
.complementary-2-color-b6 {
  color: #806640;
}
.complementary-2-border-color-b6 {
  border-color: #806640 !important;
}
.complementary-2-border-color-b6.border, .feedback-form form textarea.complementary-2-border-color-b6, .dropdown-manage.complementary-2-border-color-b6 {
  border-color: #806640 !important;
}
.complementary-2-bg-b7 {
  background-color: #66563d;
}
.complementary-2-color-b7 {
  color: #66563d;
}
.complementary-2-border-color-b7 {
  border-color: #66563d !important;
}
.complementary-2-border-color-b7.border, .feedback-form form textarea.complementary-2-border-color-b7, .dropdown-manage.complementary-2-border-color-b7 {
  border-color: #66563d !important;
}
.complementary-2-bg-b8 {
  background-color: #4d4336;
}
.complementary-2-color-b8 {
  color: #4d4336;
}
.complementary-2-border-color-b8 {
  border-color: #4d4336 !important;
}
.complementary-2-border-color-b8.border, .feedback-form form textarea.complementary-2-border-color-b8, .dropdown-manage.complementary-2-border-color-b8 {
  border-color: #4d4336 !important;
}
.complementary-3-bg-b1 {
  background-color: #00cf86;
}
.complementary-3-color-b1 {
  color: #00cf86;
}
.complementary-3-border-color-b1 {
  border-color: #00cf86 !important;
}
.complementary-3-border-color-b1.border, .feedback-form form textarea.complementary-3-border-color-b1, .dropdown-manage.complementary-3-border-color-b1 {
  border-color: #00cf86 !important;
}
.complementary-3-bg-b2 {
  background-color: #12b57c;
}
.complementary-3-color-b2 {
  color: #12b57c;
}
.complementary-3-border-color-b2 {
  border-color: #12b57c !important;
}
.complementary-3-border-color-b2.border, .feedback-form form textarea.complementary-3-border-color-b2, .dropdown-manage.complementary-3-border-color-b2 {
  border-color: #12b57c !important;
}
.complementary-3-bg-b3 {
  background-color: #1f9c70;
}
.complementary-3-color-b3 {
  color: #1f9c70;
}
.complementary-3-border-color-b3 {
  border-color: #1f9c70 !important;
}
.complementary-3-border-color-b3.border, .feedback-form form textarea.complementary-3-border-color-b3, .dropdown-manage.complementary-3-border-color-b3 {
  border-color: #1f9c70 !important;
}
.complementary-3-bg-b4 {
  background-color: #278262;
}
.complementary-3-color-b4 {
  color: #278262;
}
.complementary-3-border-color-b4 {
  border-color: #278262 !important;
}
.complementary-3-border-color-b4.border, .feedback-form form textarea.complementary-3-border-color-b4, .dropdown-manage.complementary-3-border-color-b4 {
  border-color: #278262 !important;
}
.complementary-3-bg-b5 {
  background-color: #2a6953;
}
.complementary-3-color-b5 {
  color: #2a6953;
}
.complementary-3-border-color-b5 {
  border-color: #2a6953 !important;
}
.complementary-3-border-color-b5.border, .feedback-form form textarea.complementary-3-border-color-b5, .dropdown-manage.complementary-3-border-color-b5 {
  border-color: #2a6953 !important;
}
.complementary-3-bg-b6 {
  background-color: #284f41;
}
.complementary-3-color-b6 {
  color: #284f41;
}
.complementary-3-border-color-b6 {
  border-color: #284f41 !important;
}
.complementary-3-border-color-b6.border, .feedback-form form textarea.complementary-3-border-color-b6, .dropdown-manage.complementary-3-border-color-b6 {
  border-color: #284f41 !important;
}
.complementary-3-bg-b7 {
  background-color: #20362e;
}
.complementary-3-color-b7 {
  color: #20362e;
}
.complementary-3-border-color-b7 {
  border-color: #20362e !important;
}
.complementary-3-border-color-b7.border, .feedback-form form textarea.complementary-3-border-color-b7, .dropdown-manage.complementary-3-border-color-b7 {
  border-color: #20362e !important;
}
.complementary-3-bg-b8 {
  background-color: #141c19;
}
.complementary-3-color-b8 {
  color: #141c19;
}
.complementary-3-border-color-b8 {
  border-color: #141c19 !important;
}
.complementary-3-border-color-b8.border, .feedback-form form textarea.complementary-3-border-color-b8, .dropdown-manage.complementary-3-border-color-b8 {
  border-color: #141c19 !important;
}
.neutral-1-bg {
  background-color: #17324d;
}
.neutral-1-color {
  color: #17324d;
}
.neutral-1-border-color- {
  border-color: #17324d !important;
}
.neutral-1-border-color-.border, .feedback-form form textarea.neutral-1-border-color-, .dropdown-manage.neutral-1-border-color- {
  border-color: #17324d !important;
}
.neutral-1-bg-a1 {
  background-color: #ebeced;
}
.neutral-1-color-a1 {
  color: #ebeced;
}
.neutral-1-border-color-a1 {
  border-color: #ebeced !important;
}
.neutral-1-border-color-a1.border, .feedback-form form textarea.neutral-1-border-color-a1, .dropdown-manage.neutral-1-border-color-a1 {
  border-color: #ebeced !important;
}
.neutral-1-bg-a2 {
  background-color: #d9dadb;
}
.neutral-1-color-a2 {
  color: #d9dadb;
}
.neutral-1-border-color-a2 {
  border-color: #d9dadb !important;
}
.neutral-1-border-color-a2.border, .feedback-form form textarea.neutral-1-border-color-a2, .dropdown-manage.neutral-1-border-color-a2 {
  border-color: #d9dadb !important;
}
.neutral-1-bg-a3 {
  background-color: #c5c7c9;
}
.neutral-1-color-a3 {
  color: #c5c7c9;
}
.neutral-1-border-color-a3 {
  border-color: #c5c7c9 !important;
}
.neutral-1-border-color-a3.border, .feedback-form form textarea.neutral-1-border-color-a3, .dropdown-manage.neutral-1-border-color-a3 {
  border-color: #c5c7c9 !important;
}
.neutral-1-bg-a4 {
  background-color: #adb2b8;
}
.neutral-1-color-a4 {
  color: #adb2b8;
}
.neutral-1-border-color-a4 {
  border-color: #adb2b8 !important;
}
.neutral-1-border-color-a4.border, .feedback-form form textarea.neutral-1-border-color-a4, .dropdown-manage.neutral-1-border-color-a4 {
  border-color: #adb2b8 !important;
}
.neutral-1-bg-a5 {
  background-color: #959da6;
}
.neutral-1-color-a5 {
  color: #959da6;
}
.neutral-1-border-color-a5 {
  border-color: #959da6 !important;
}
.neutral-1-border-color-a5.border, .feedback-form form textarea.neutral-1-border-color-a5, .dropdown-manage.neutral-1-border-color-a5 {
  border-color: #959da6 !important;
}
.neutral-1-bg-a6 {
  background-color: #768594;
}
.neutral-1-color-a6 {
  color: #768594;
}
.neutral-1-border-color-a6 {
  border-color: #768594 !important;
}
.neutral-1-border-color-a6.border, .feedback-form form textarea.neutral-1-border-color-a6, .dropdown-manage.neutral-1-border-color-a6 {
  border-color: #768594 !important;
}
.neutral-1-bg-a7 {
  background-color: #5b6f82;
}
.neutral-1-color-a7 {
  color: #5b6f82;
}
.neutral-1-border-color-a7 {
  border-color: #5b6f82 !important;
}
.neutral-1-border-color-a7.border, .feedback-form form textarea.neutral-1-border-color-a7, .dropdown-manage.neutral-1-border-color-a7 {
  border-color: #5b6f82 !important;
}
.neutral-1-bg-a8 {
  background-color: #435a70;
}
.neutral-1-color-a8 {
  color: #435a70;
}
.neutral-1-border-color-a8 {
  border-color: #435a70 !important;
}
.neutral-1-border-color-a8.border, .feedback-form form textarea.neutral-1-border-color-a8, .dropdown-manage.neutral-1-border-color-a8 {
  border-color: #435a70 !important;
}
.neutral-1-bg-a9 {
  background-color: #2f475e;
}
.neutral-1-color-a9 {
  color: #2f475e;
}
.neutral-1-border-color-a9 {
  border-color: #2f475e !important;
}
.neutral-1-border-color-a9.border, .feedback-form form textarea.neutral-1-border-color-a9, .dropdown-manage.neutral-1-border-color-a9 {
  border-color: #2f475e !important;
}
.neutral-1-bg-a10 {
  background-color: #17324d;
}
.neutral-1-color-a10 {
  color: #17324d;
}
.neutral-1-border-color-a10 {
  border-color: #17324d !important;
}
.neutral-1-border-color-a10.border, .feedback-form form textarea.neutral-1-border-color-a10, .dropdown-manage.neutral-1-border-color-a10 {
  border-color: #17324d !important;
}
.neutral-2-bg {
  background-color: #e6ecf2;
}
.neutral-2-color {
  color: #e6ecf2;
}
.neutral-2-border-color- {
  border-color: #e6ecf2;
}
.neutral-2-bg-b1 {
  background-color: #e6ecf2;
}
.neutral-2-color-b1 {
  color: #e6ecf2;
}
.neutral-2-border-color-b1 {
  border-color: #e6ecf2 !important;
}
.neutral-2-border-color-b1.border, .feedback-form form textarea.neutral-2-border-color-b1, .dropdown-manage.neutral-2-border-color-b1 {
  border-color: #e6ecf2 !important;
}
.neutral-2-bg-b2 {
  background-color: #c2c7cc;
}
.neutral-2-color-b2 {
  color: #c2c7cc;
}
.neutral-2-border-color-b2 {
  border-color: #c2c7cc !important;
}
.neutral-2-border-color-b2.border, .feedback-form form textarea.neutral-2-border-color-b2, .dropdown-manage.neutral-2-border-color-b2 {
  border-color: #c2c7cc !important;
}
.neutral-2-bg-b3 {
  background-color: #9da2a6;
}
.neutral-2-color-b3 {
  color: #9da2a6;
}
.neutral-2-border-color-b3 {
  border-color: #9da2a6 !important;
}
.neutral-2-border-color-b3.border, .feedback-form form textarea.neutral-2-border-color-b3, .dropdown-manage.neutral-2-border-color-b3 {
  border-color: #9da2a6 !important;
}
.neutral-2-bg-b4 {
  background-color: #797c80;
}
.neutral-2-color-b4 {
  color: #797c80;
}
.neutral-2-border-color-b4 {
  border-color: #797c80 !important;
}
.neutral-2-border-color-b4.border, .feedback-form form textarea.neutral-2-border-color-b4, .dropdown-manage.neutral-2-border-color-b4 {
  border-color: #797c80 !important;
}
.neutral-2-bg-b5 {
  background-color: #565759;
}
.neutral-2-color-b5 {
  color: #565759;
}
.neutral-2-border-color-b5 {
  border-color: #565759 !important;
}
.neutral-2-border-color-b5.border, .feedback-form form textarea.neutral-2-border-color-b5, .dropdown-manage.neutral-2-border-color-b5 {
  border-color: #565759 !important;
}
.neutral-2-bg-b6 {
  background-color: #2f3133;
}
.neutral-2-color-b6 {
  color: #2f3133;
}
.neutral-2-border-color-b6 {
  border-color: #2f3133 !important;
}
.neutral-2-border-color-b6.border, .feedback-form form textarea.neutral-2-border-color-b6, .dropdown-manage.neutral-2-border-color-b6 {
  border-color: #2f3133 !important;
}
.neutral-2-bg-b7 {
  background-color: #0c0c0d;
}
.neutral-2-color-b7 {
  color: #0c0c0d;
}
.neutral-2-border-color-b7 {
  border-color: #0c0c0d !important;
}
.neutral-2-border-color-b7.border, .feedback-form form textarea.neutral-2-border-color-b7, .dropdown-manage.neutral-2-border-color-b7 {
  border-color: #0c0c0d !important;
}
.neutral-2-bg-a1 {
  background-color: #e6ecf2;
}
.neutral-2-color-a1 {
  color: #e6ecf2;
}
.neutral-2-border-color-a1 {
  border-color: #e6ecf2 !important;
}
.neutral-2-border-color-a1.border, .feedback-form form textarea.neutral-2-border-color-a1, .dropdown-manage.neutral-2-border-color-a1 {
  border-color: #e6ecf2 !important;
}
.neutral-2-bg-a2 {
  background-color: #bcc4cc;
}
.neutral-2-color-a2 {
  color: #bcc4cc;
}
.neutral-2-border-color-a2 {
  border-color: #bcc4cc !important;
}
.neutral-2-border-color-a2.border, .feedback-form form textarea.neutral-2-border-color-a2, .dropdown-manage.neutral-2-border-color-a2 {
  border-color: #bcc4cc !important;
}
.neutral-2-bg-a3 {
  background-color: #9aa0a6;
}
.neutral-2-color-a3 {
  color: #9aa0a6;
}
.neutral-2-border-color-a3 {
  border-color: #9aa0a6 !important;
}
.neutral-2-border-color-a3.border, .feedback-form form textarea.neutral-2-border-color-a3, .dropdown-manage.neutral-2-border-color-a3 {
  border-color: #9aa0a6 !important;
}
.neutral-2-bg-a4 {
  background-color: #777b80;
}
.neutral-2-color-a4 {
  color: #777b80;
}
.neutral-2-border-color-a4 {
  border-color: #777b80 !important;
}
.neutral-2-border-color-a4.border, .feedback-form form textarea.neutral-2-border-color-a4, .dropdown-manage.neutral-2-border-color-a4 {
  border-color: #777b80 !important;
}
.neutral-2-bg-a5 {
  background-color: #535659;
}
.neutral-2-color-a5 {
  color: #535659;
}
.neutral-2-border-color-a5 {
  border-color: #535659 !important;
}
.neutral-2-border-color-a5.border, .feedback-form form textarea.neutral-2-border-color-a5, .dropdown-manage.neutral-2-border-color-a5 {
  border-color: #535659 !important;
}
.neutral-2-bg-a6 {
  background-color: #2f3133;
}
.neutral-2-color-a6 {
  color: #2f3133;
}
.neutral-2-border-color-a6 {
  border-color: #2f3133 !important;
}
.neutral-2-border-color-a6.border, .feedback-form form textarea.neutral-2-border-color-a6, .dropdown-manage.neutral-2-border-color-a6 {
  border-color: #2f3133 !important;
}
.neutral-2-bg-a7 {
  background-color: #17181a;
}
.neutral-2-color-a7 {
  color: #17181a;
}
.neutral-2-border-color-a7 {
  border-color: #17181a !important;
}
.neutral-2-border-color-a7.border, .feedback-form form textarea.neutral-2-border-color-a7, .dropdown-manage.neutral-2-border-color-a7 {
  border-color: #17181a !important;
}
.lightgrey-bg-a1 {
  background-color: #e8f2fc;
}
.lightgrey-color-a1 {
  color: #e8f2fc;
}
.lightgrey-border-color-a1 {
  border-color: #e8f2fc !important;
}
.lightgrey-border-color-a1.border, .feedback-form form textarea.lightgrey-border-color-a1, .dropdown-manage.lightgrey-border-color-a1 {
  border-color: #e8f2fc !important;
}
.lightgrey-bg-a2 {
  background-color: #edf5fc;
}
.lightgrey-color-a2 {
  color: #edf5fc;
}
.lightgrey-border-color-a2 {
  border-color: #edf5fc !important;
}
.lightgrey-border-color-a2.border, .feedback-form form textarea.lightgrey-border-color-a2, .dropdown-manage.lightgrey-border-color-a2 {
  border-color: #edf5fc !important;
}
.lightgrey-bg-a3 {
  background-color: #f2f7fc;
}
.lightgrey-color-a3 {
  color: #f2f7fc;
}
.lightgrey-border-color-a3 {
  border-color: #f2f7fc !important;
}
.lightgrey-border-color-a3.border, .feedback-form form textarea.lightgrey-border-color-a3, .dropdown-manage.lightgrey-border-color-a3 {
  border-color: #f2f7fc !important;
}
.lightgrey-bg-a4 {
  background-color: #f5f9fc;
}
.lightgrey-color-a4 {
  color: #f5f9fc;
}
.lightgrey-border-color-a4 {
  border-color: #f5f9fc !important;
}
.lightgrey-border-color-a4.border, .feedback-form form textarea.lightgrey-border-color-a4, .dropdown-manage.lightgrey-border-color-a4 {
  border-color: #f5f9fc !important;
}
.lightgrey-bg-b1 {
  background-color: #e6f0fa;
}
.lightgrey-color-b1 {
  color: #e6f0fa;
}
.lightgrey-border-color-b1 {
  border-color: #e6f0fa !important;
}
.lightgrey-border-color-b1.border, .feedback-form form textarea.lightgrey-border-color-b1, .dropdown-manage.lightgrey-border-color-b1 {
  border-color: #e6f0fa !important;
}
.lightgrey-bg-b2 {
  background-color: #ebf2fa;
}
.lightgrey-color-b2 {
  color: #ebf2fa;
}
.lightgrey-border-color-b2 {
  border-color: #ebf2fa !important;
}
.lightgrey-border-color-b2.border, .feedback-form form textarea.lightgrey-border-color-b2, .dropdown-manage.lightgrey-border-color-b2 {
  border-color: #ebf2fa !important;
}
.lightgrey-bg-b3 {
  background-color: #edf4fa;
}
.lightgrey-color-b3 {
  color: #edf4fa;
}
.lightgrey-border-color-b3 {
  border-color: #edf4fa !important;
}
.lightgrey-border-color-b3.border, .feedback-form form textarea.lightgrey-border-color-b3, .dropdown-manage.lightgrey-border-color-b3 {
  border-color: #edf4fa !important;
}
.lightgrey-bg-b4 {
  background-color: #f2f6fa;
}
.lightgrey-color-b4 {
  color: #f2f6fa;
}
.lightgrey-border-color-b4 {
  border-color: #f2f6fa !important;
}
.lightgrey-border-color-b4.border, .feedback-form form textarea.lightgrey-border-color-b4, .dropdown-manage.lightgrey-border-color-b4 {
  border-color: #f2f6fa !important;
}
.lightgrey-bg-c1 {
  background-color: #f7f9fa;
}
.lightgrey-color-c1 {
  color: #f7f9fa;
}
.lightgrey-border-color-c1 {
  border-color: #f7f9fa !important;
}
.lightgrey-border-color-c1.border, .feedback-form form textarea.lightgrey-border-color-c1, .dropdown-manage.lightgrey-border-color-c1 {
  border-color: #f7f9fa !important;
}
.lightgrey-bg-c2 {
  background-color: #f5f6f7;
}
.lightgrey-color-c2 {
  color: #f5f6f7;
}
.lightgrey-border-color-c2 {
  border-color: #f5f6f7 !important;
}
.lightgrey-border-color-c2.border, .feedback-form form textarea.lightgrey-border-color-c2, .dropdown-manage.lightgrey-border-color-c2 {
  border-color: #f5f6f7 !important;
}
:root {
  --blue: #0073e6;
  --indigo: #554dff;
  --purple: #9e99ff;
  --pink: #ffb3bf;
  --red: #f73e5a;
  --orange: #f90;
  --yellow: #ffda73;
  --green: #00cc85;
  --teal: #0bd9d2;
  --cyan: #00fff7;
  --white: #fff;
  --gray: #656566;
  --gray-dark: #323333;
  --gray-secondary: #5c6f82;
  --gray-tertiary: #5a768a;
  --gray-quaternary: #fcfdff;
  --primary: #007db3;
  --secondary: #ffd400;
  --success: #008758;
  --info: #979899;
  --warning: #a66300;
  --danger: #d92828;
  --light: #e9e6f2;
  --dark: #17324d;
  --black: #000;
  --white: #fff;
  --100: #e3e4e6;
  --200: #cacacc;
  --300: #b1b1b3;
  --400: #979899;
  --500: #7e7f80;
  --600: #656566;
  --700: #4c4c4d;
  --800: #323333;
  --900: #19191a;
  --tertiary: #000;
  --card-preference-bg: #e1f5e5;
  --tags-list-bg: #e1f5e5;
  --tooltip-bg: #5e7887;
  --text-muted: #435960;
  --linkedin: #0177b5;
  --facebook: #4867aa;
  --google: #ea4335;
  --twitter: #32ccfe;
  --youtube: #be1b1e;
  --spid: #06c;
  --google-drive: #3c83f7;
  --dark-gray: #333;
  --card-gray: #455b71;
  --green-fe: #338c32;
  --orange-agid-fe: #bf5818;
  --green-agid-fe: #47700c;
  --red-agid-fe: #9c2b2b;
  --light-edufe-header: #fff2db;
  --dark-edufe-header: #ffd48c;
  --pink-edufe-header: #dc7e72;
  --first-card-theme-edufe: #ffbd89;
  --second-card-theme-edufe: #ffa987;
  --third-card-theme-edufe: #ff9386;
  --fourth-card-theme-edufe: #dc7e72;
  --green-pug: #94c01f;
  --$green-cta-pug: #597212;
  --green-card-pug: #609868;
  --light-orange-card-pug: #466949;
  --orange-card-pug: #dd8553;
  --purple-card-pug: #908fc2;
  --pink-card-pug: #df4967;
  --dark-purple-card-pug: #887c94;
  --dark-pink-card-pug: #739ba5;
  --yellow-card-pug: #96ae42;
  --dark-green-card-pug: #b6506a;
  --cyan-pnrr: #1cafe2;
  --green-cta-pnrr: #597212;
  --green-card-pnrr: #609868;
  --mission-digitalizzazione: #c5dcee;
  --mission-rivoluzione-verde: #92d051;
  --mission-infrastrutture: #ff807e;
  --mission-istruzione: #ffc284;
  --mission-coesione: #e2d6ec;
  --mission-salute: #fff2d0;
  --green-matrimoni: #889f8c;
  --pink-matrimoni: #f4a596;
  --dark-pink-matrimoni: rgba(244, 165, 150, 0.19);
  --red-inferrara: #842722;
  --primary-geoportale: #2f8287;
  --dark-azul-geoportale: #3b707b;
  --green-geoportale: #165f24;
  --dark-purple-geoportale: #67586d;
  --dark-yellow-geoportale: #7a5a29;
  --dark-green-geoportale: #2f4133;
  --orange-geoportale: #ae4929;
  --purple-geoportale: #7a2972;
  --blue-geoportale: #41488c;
  --azul-geoportale: #6795c5;
  --red-geoportale: #a72947;
  --brown-geoportale: #7a6329;
  --grey-geoportale: #414642;
  --light-green-geoportale: #3e883c;
  --brown-ssui: #735238;
  --light-brown-ssui: #ba7b4a;
  --sititematici-red: #9c2b2b;
  --sititematici-orange: #bf5818;
  --sititematici-yellow: #d8b509;
  --sititematici-turquoise: #009d74;
  --sititematici-green: #7c9f4a;
  --sititematici-lightblue: #5ca8a1;
  --sititematici-darkblue: #354f66;
  --sititematici-purple: #786372;
  --sititematici-green-xmas: #287233;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Titillium Web, Geneva, Tahoma;
  --font-family-monospace: Roboto Mono, monospace;
}
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #7e7f80;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    a.badge {
      size: a3;
    }
  }
  body {
    min-width: 992px !important;
  }
  .container, .uk-container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #b1b1b3 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #d6dce3;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #d6dce3;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: 'Titillium Web';
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #19191a;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus, .form-check [type='checkbox']:focus + label[tabindex="-1"], .form-check [type='radio']:focus + label[tabindex="-1"], .toggles label input[type='checkbox']:focus + .lever[tabindex="-1"] {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 8px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007db3;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #004867;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus, .toggles label input[type='checkbox']:focus + a.lever:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, .toggles label input[type='checkbox']:focus + a.lever:not([href]):not([tabindex]) {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: 'Roboto Mono', monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #5a768a;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus, .toggles label input[type='checkbox']:focus + button.lever {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .event-container .time-event .date .day-event, .h3, .argomenti-evidenza-block .el-content h2, .h4, .notizia-principale h1, .calendary .it-calendar-wrapper .fullcalendar .fc-header-toolbar h2, .index-right-container ul.uk-subnav:not(.internal):nth-child(1) > li:not(.internal), .event-container .time-event .date .month-event, .h5, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .event-container .time-event .date .year-event, .h6, .notizie-layoutsection .notizie-block-layoutsection > div .box-card > .uk-container .categoria-box-card > .uk-container .title-category {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2, .event-container .time-event .date .day-event {
  font-size: 2rem;
}
h3, .h3, .argomenti-evidenza-block .el-content h2 {
  font-size: 1.75rem;
}
h4, .h4, .notizia-principale h1, .calendary .it-calendar-wrapper .fullcalendar .fc-header-toolbar h2, .index-right-container ul.uk-subnav:not(.internal):nth-child(1) > li:not(.internal), .event-container .time-event .date .month-event {
  font-size: 1.5rem;
}
h5, .h5, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .event-container .time-event .date .year-event {
  font-size: 1.25rem;
}
h6, .h6, .notizie-layoutsection .notizie-block-layoutsection > div .box-card > .uk-container .categoria-box-card > .uk-container .title-category {
  font-size: 1rem;
}
.lead, .uk-button-large .el-title {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.display-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.display-3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.display-4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .right-subnav div[id*="linkpanel"] h2, .persons-grid .grid-view table, .uk-button-default.uk-button-small .el-title {
  font-size: 0.777rem;
  font-weight: 400;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 16px;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.777rem;
  color: #656566;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid, .el-image {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #b1b1b3;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 8px;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #656566;
}
code {
  font-size: 87.5%;
  color: #17324d;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #19191a;
  border-radius: 2px;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #19191a;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container, .uk-container {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .uk-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .uk-container {
    max-width: 668px;
  }
}
@media (min-width: 992px) {
  .container, .uk-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .uk-container {
    max-width: 1184px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto;
}
.row, .edufe-argomenti-layoutsection .four-columns-layout, .attachments-detail ul, .edufe-argomenti-layoutsection.pug .five-columns-layout, .section-missioni .three-columns-layout, .edufe-argomenti-layoutsection.pnrr .five-columns-layout, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout, .edufe-argomenti-layoutsection.ssui .five-columns-layout {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .pagination, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .edufe-argomenti-layoutsection .four-columns-layout > div, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .cms-landing-form .form-group .col-xs-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .attachments-detail ul li, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .feedback-form form [class*="col-xs"], .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .scheda-verde-link, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12, .pagination {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6, .edufe-argomenti-layoutsection .four-columns-layout > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12, .cms-landing-form .form-group .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3, .edufe-argomenti-layoutsection .four-columns-layout > div {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .attachments-detail ul li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10, .feedback-form form [class*="col-xs"] {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6, .scheda-verde-link {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 16px;
  color: #19191a;
}
.table th, .table td {
  padding: 1em;
  vertical-align: top;
  border-top: 1px solid #d6dce3;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6dce3;
}
.table tbody + tbody {
  border-top: 2px solid #d6dce3;
}
.table-sm th, .persons-grid .grid-view table th, .table-sm td, .persons-grid .grid-view table td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #d6dce3;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #d6dce3;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f7f9;
}
.table-hover tbody tr:hover, .persons-grid .grid-view table tbody tr:hover {
  color: #19191a;
  background-color: #e5f1fa;
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8dbea;
}
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #7abbd7;
}
.table-hover .table-primary:hover, .persons-grid .grid-view table .table-primary:hover {
  background-color: #a4d1e4;
}
.table-hover .table-primary:hover > td, .persons-grid .grid-view table .table-primary:hover > td, .table-hover .table-primary:hover > th, .persons-grid .grid-view table .table-primary:hover > th {
  background-color: #a4d1e4;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #fff3b8;
}
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
  border-color: #ffe97a;
}
.table-hover .table-secondary:hover, .persons-grid .grid-view table .table-secondary:hover {
  background-color: #ffef9e;
}
.table-hover .table-secondary:hover > td, .persons-grid .grid-view table .table-secondary:hover > td, .table-hover .table-secondary:hover > th, .persons-grid .grid-view table .table-secondary:hover > th {
  background-color: #ffef9e;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #b8ddd0;
}
.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
  border-color: #7ac1a8;
}
.table-hover .table-success:hover, .persons-grid .grid-view table .table-success:hover {
  background-color: #a6d5c5;
}
.table-hover .table-success:hover > td, .persons-grid .grid-view table .table-success:hover > td, .table-hover .table-success:hover > th, .persons-grid .grid-view table .table-success:hover > th {
  background-color: #a6d5c5;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #e2e2e2;
}
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
  border-color: #c9c9ca;
}
.table-hover .table-info:hover, .persons-grid .grid-view table .table-info:hover {
  background-color: #d5d5d5;
}
.table-hover .table-info:hover > td, .persons-grid .grid-view table .table-info:hover > td, .table-hover .table-info:hover > th, .persons-grid .grid-view table .table-info:hover > th {
  background-color: #d5d5d5;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #e6d3b8;
}
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
  border-color: #d1ae7a;
}
.table-hover .table-warning:hover, .persons-grid .grid-view table .table-warning:hover {
  background-color: #dfc8a5;
}
.table-hover .table-warning:hover > td, .persons-grid .grid-view table .table-warning:hover > td, .table-hover .table-warning:hover > th, .persons-grid .grid-view table .table-warning:hover > th {
  background-color: #dfc8a5;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f4c3c3;
}
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
  border-color: #eb8f8f;
}
.table-hover .table-danger:hover, .persons-grid .grid-view table .table-danger:hover {
  background-color: #f1adad;
}
.table-hover .table-danger:hover > td, .persons-grid .grid-view table .table-danger:hover > td, .table-hover .table-danger:hover > th, .persons-grid .grid-view table .table-danger:hover > th {
  background-color: #f1adad;
}
.table-light, .table-light > th, .table-light > td {
  background-color: #f9f8fb;
}
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
  border-color: #f4f2f8;
}
.table-hover .table-light:hover, .persons-grid .grid-view table .table-light:hover {
  background-color: #eae7f3;
}
.table-hover .table-light:hover > td, .persons-grid .grid-view table .table-light:hover > td, .table-hover .table-light:hover > th, .persons-grid .grid-view table .table-light:hover > th {
  background-color: #eae7f3;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #bec6cd;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
  border-color: #8694a2;
}
.table-hover .table-dark:hover, .persons-grid .grid-view table .table-dark:hover {
  background-color: #b0b9c2;
}
.table-hover .table-dark:hover > td, .persons-grid .grid-view table .table-dark:hover > td, .table-hover .table-dark:hover > th, .persons-grid .grid-view table .table-dark:hover > th {
  background-color: #b0b9c2;
}
.table-black, .table-black > th, .table-black > td {
  background-color: #b8b8b8;
}
.table-black th, .table-black td, .table-black thead th, .table-black tbody + tbody {
  border-color: #7a7a7a;
}
.table-hover .table-black:hover, .persons-grid .grid-view table .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td, .persons-grid .grid-view table .table-black:hover > td, .table-hover .table-black:hover > th, .persons-grid .grid-view table .table-black:hover > th {
  background-color: #ababab;
}
.table-white, .table-white > th, .table-white > td {
  background-color: #fff;
}
.table-white th, .table-white td, .table-white thead th, .table-white tbody + tbody {
  border-color: #fff;
}
.table-hover .table-white:hover, .persons-grid .grid-view table .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td, .persons-grid .grid-view table .table-white:hover > td, .table-hover .table-white:hover > th, .persons-grid .grid-view table .table-white:hover > th {
  background-color: #f2f2f2;
}
.table-100, .table-100 > th, .table-100 > td {
  background-color: #f7f7f8;
}
.table-100 th, .table-100 td, .table-100 thead th, .table-100 tbody + tbody {
  border-color: #f1f1f2;
}
.table-hover .table-100:hover, .persons-grid .grid-view table .table-100:hover {
  background-color: #ebebeb;
}
.table-hover .table-100:hover > td, .persons-grid .grid-view table .table-100:hover > td, .table-hover .table-100:hover > th, .persons-grid .grid-view table .table-100:hover > th {
  background-color: #ebebeb;
}
.table-200, .table-200 > th, .table-200 > td {
  background-color: #f0f0f1;
}
.table-200 th, .table-200 td, .table-200 thead th, .table-200 tbody + tbody {
  border-color: #e3e4e4;
}
.table-hover .table-200:hover, .persons-grid .grid-view table .table-200:hover {
  background-color: #e4e4e4;
}
.table-hover .table-200:hover > td, .persons-grid .grid-view table .table-200:hover > td, .table-hover .table-200:hover > th, .persons-grid .grid-view table .table-200:hover > th {
  background-color: #e4e4e4;
}
.table-300, .table-300 > th, .table-300 > td {
  background-color: #e9e9ea;
}
.table-300 th, .table-300 td, .table-300 thead th, .table-300 tbody + tbody {
  border-color: #d6d7d7;
}
.table-hover .table-300:hover, .persons-grid .grid-view table .table-300:hover {
  background-color: #ddd;
}
.table-hover .table-300:hover > td, .persons-grid .grid-view table .table-300:hover > td, .table-hover .table-300:hover > th, .persons-grid .grid-view table .table-300:hover > th {
  background-color: #ddd;
}
.table-400, .table-400 > th, .table-400 > td {
  background-color: #e2e2e2;
}
.table-400 th, .table-400 td, .table-400 thead th, .table-400 tbody + tbody {
  border-color: #c9c9ca;
}
.table-hover .table-400:hover, .persons-grid .grid-view table .table-400:hover {
  background-color: #d5d5d5;
}
.table-hover .table-400:hover > td, .persons-grid .grid-view table .table-400:hover > td, .table-hover .table-400:hover > th, .persons-grid .grid-view table .table-400:hover > th {
  background-color: #d5d5d5;
}
.table-500, .table-500 > th, .table-500 > td {
  background-color: #dbdbdb;
}
.table-500 th, .table-500 td, .table-500 thead th, .table-500 tbody + tbody {
  border-color: #bcbcbd;
}
.table-hover .table-500:hover, .persons-grid .grid-view table .table-500:hover {
  background-color: #cecece;
}
.table-hover .table-500:hover > td, .persons-grid .grid-view table .table-500:hover > td, .table-hover .table-500:hover > th, .persons-grid .grid-view table .table-500:hover > th {
  background-color: #cecece;
}
.table-600, .table-600 > th, .table-600 > td {
  background-color: #d4d4d4;
}
.table-600 th, .table-600 td, .table-600 thead th, .table-600 tbody + tbody {
  border-color: #afafaf;
}
.table-hover .table-600:hover, .persons-grid .grid-view table .table-600:hover {
  background-color: #c7c7c7;
}
.table-hover .table-600:hover > td, .persons-grid .grid-view table .table-600:hover > td, .table-hover .table-600:hover > th, .persons-grid .grid-view table .table-600:hover > th {
  background-color: #c7c7c7;
}
.table-700, .table-700 > th, .table-700 > td {
  background-color: #cdcdcd;
}
.table-700 th, .table-700 td, .table-700 thead th, .table-700 tbody + tbody {
  border-color: #a2a2a2;
}
.table-hover .table-700:hover, .persons-grid .grid-view table .table-700:hover {
  background-color: #c0c0c0;
}
.table-hover .table-700:hover > td, .persons-grid .grid-view table .table-700:hover > td, .table-hover .table-700:hover > th, .persons-grid .grid-view table .table-700:hover > th {
  background-color: #c0c0c0;
}
.table-800, .table-800 > th, .table-800 > td {
  background-color: #c6c6c6;
}
.table-800 th, .table-800 td, .table-800 thead th, .table-800 tbody + tbody {
  border-color: #959595;
}
.table-hover .table-800:hover, .persons-grid .grid-view table .table-800:hover {
  background-color: #b9b9b9;
}
.table-hover .table-800:hover > td, .persons-grid .grid-view table .table-800:hover > td, .table-hover .table-800:hover > th, .persons-grid .grid-view table .table-800:hover > th {
  background-color: #b9b9b9;
}
.table-900, .table-900 > th, .table-900 > td {
  background-color: #bfbfbf;
}
.table-900 th, .table-900 td, .table-900 thead th, .table-900 tbody + tbody {
  border-color: #888;
}
.table-hover .table-900:hover, .persons-grid .grid-view table .table-900:hover {
  background-color: #b2b2b2;
}
.table-hover .table-900:hover > td, .persons-grid .grid-view table .table-900:hover > td, .table-hover .table-900:hover > th, .persons-grid .grid-view table .table-900:hover > th {
  background-color: #b2b2b2;
}
.table-tertiary, .table-tertiary > th, .table-tertiary > td {
  background-color: #b8b8b8;
}
.table-tertiary th, .table-tertiary td, .table-tertiary thead th, .table-tertiary tbody + tbody {
  border-color: #7a7a7a;
}
.table-hover .table-tertiary:hover, .persons-grid .grid-view table .table-tertiary:hover {
  background-color: #ababab;
}
.table-hover .table-tertiary:hover > td, .persons-grid .grid-view table .table-tertiary:hover > td, .table-hover .table-tertiary:hover > th, .persons-grid .grid-view table .table-tertiary:hover > th {
  background-color: #ababab;
}
.table-card-preference-bg, .table-card-preference-bg > th, .table-card-preference-bg > td {
  background-color: #f7fcf8;
}
.table-card-preference-bg th, .table-card-preference-bg td, .table-card-preference-bg thead th, .table-card-preference-bg tbody + tbody {
  border-color: #f0faf1;
}
.table-hover .table-card-preference-bg:hover, .persons-grid .grid-view table .table-card-preference-bg:hover {
  background-color: #e4f6e7;
}
.table-hover .table-card-preference-bg:hover > td, .persons-grid .grid-view table .table-card-preference-bg:hover > td, .table-hover .table-card-preference-bg:hover > th, .persons-grid .grid-view table .table-card-preference-bg:hover > th {
  background-color: #e4f6e7;
}
.table-tags-list-bg, .table-tags-list-bg > th, .table-tags-list-bg > td {
  background-color: #f7fcf8;
}
.table-tags-list-bg th, .table-tags-list-bg td, .table-tags-list-bg thead th, .table-tags-list-bg tbody + tbody {
  border-color: #f0faf1;
}
.table-hover .table-tags-list-bg:hover, .persons-grid .grid-view table .table-tags-list-bg:hover {
  background-color: #e4f6e7;
}
.table-hover .table-tags-list-bg:hover > td, .persons-grid .grid-view table .table-tags-list-bg:hover > td, .table-hover .table-tags-list-bg:hover > th, .persons-grid .grid-view table .table-tags-list-bg:hover > th {
  background-color: #e4f6e7;
}
.table-tooltip-bg, .table-tooltip-bg > th, .table-tooltip-bg > td {
  background-color: #d2d9dd;
}
.table-tooltip-bg th, .table-tooltip-bg td, .table-tooltip-bg thead th, .table-tooltip-bg tbody + tbody {
  border-color: #abb9c1;
}
.table-hover .table-tooltip-bg:hover, .persons-grid .grid-view table .table-tooltip-bg:hover {
  background-color: #c3cdd3;
}
.table-hover .table-tooltip-bg:hover > td, .persons-grid .grid-view table .table-tooltip-bg:hover > td, .table-hover .table-tooltip-bg:hover > th, .persons-grid .grid-view table .table-tooltip-bg:hover > th {
  background-color: #c3cdd3;
}
.table-text-muted, .table-text-muted > th, .table-text-muted > td {
  background-color: #cad1d2;
}
.table-text-muted th, .table-text-muted td, .table-text-muted thead th, .table-text-muted tbody + tbody {
  border-color: #9da9ac;
}
.table-hover .table-text-muted:hover, .persons-grid .grid-view table .table-text-muted:hover {
  background-color: #bdc4c7;
}
.table-hover .table-text-muted:hover > td, .persons-grid .grid-view table .table-text-muted:hover > td, .table-hover .table-text-muted:hover > th, .persons-grid .grid-view table .table-text-muted:hover > th {
  background-color: #bdc4c7;
}
.table-linkedin, .table-linkedin > th, .table-linkedin > td {
  background-color: #b8d9ea;
}
.table-linkedin th, .table-linkedin td, .table-linkedin thead th, .table-linkedin tbody + tbody {
  border-color: #7bb8d9;
}
.table-hover .table-linkedin:hover, .persons-grid .grid-view table .table-linkedin:hover {
  background-color: #a4cee5;
}
.table-hover .table-linkedin:hover > td, .persons-grid .grid-view table .table-linkedin:hover > td, .table-hover .table-linkedin:hover > th, .persons-grid .grid-view table .table-linkedin:hover > th {
  background-color: #a4cee5;
}
.table-facebook, .table-facebook > th, .table-facebook > td {
  background-color: #ccd4e7;
}
.table-facebook th, .table-facebook td, .table-facebook thead th, .table-facebook tbody + tbody {
  border-color: #a0b0d3;
}
.table-hover .table-facebook:hover, .persons-grid .grid-view table .table-facebook:hover {
  background-color: #bac6df;
}
.table-hover .table-facebook:hover > td, .persons-grid .grid-view table .table-facebook:hover > td, .table-hover .table-facebook:hover > th, .persons-grid .grid-view table .table-facebook:hover > th {
  background-color: #bac6df;
}
.table-google, .table-google > th, .table-google > td {
  background-color: #f9cac6;
}
.table-google th, .table-google td, .table-google thead th, .table-google tbody + tbody {
  border-color: #f49d96;
}
.table-hover .table-google:hover, .persons-grid .grid-view table .table-google:hover {
  background-color: #f7b5af;
}
.table-hover .table-google:hover > td, .persons-grid .grid-view table .table-google:hover > td, .table-hover .table-google:hover > th, .persons-grid .grid-view table .table-google:hover > th {
  background-color: #f7b5af;
}
.table-twitter, .table-twitter > th, .table-twitter > td {
  background-color: #c6f1ff;
}
.table-twitter th, .table-twitter td, .table-twitter thead th, .table-twitter tbody + tbody {
  border-color: #94e4fe;
}
.table-hover .table-twitter:hover, .persons-grid .grid-view table .table-twitter:hover {
  background-color: #aceaff;
}
.table-hover .table-twitter:hover > td, .persons-grid .grid-view table .table-twitter:hover > td, .table-hover .table-twitter:hover > th, .persons-grid .grid-view table .table-twitter:hover > th {
  background-color: #aceaff;
}
.table-youtube, .table-youtube > th, .table-youtube > td {
  background-color: #edbfc0;
}
.table-youtube th, .table-youtube td, .table-youtube thead th, .table-youtube tbody + tbody {
  border-color: #dd888a;
}
.table-hover .table-youtube:hover, .persons-grid .grid-view table .table-youtube:hover {
  background-color: #e7abac;
}
.table-hover .table-youtube:hover > td, .persons-grid .grid-view table .table-youtube:hover > td, .table-hover .table-youtube:hover > th, .persons-grid .grid-view table .table-youtube:hover > th {
  background-color: #e7abac;
}
.table-spid, .table-spid > th, .table-spid > td {
  background-color: #b8d4f1;
}
.table-spid th, .table-spid td, .table-spid thead th, .table-spid tbody + tbody {
  border-color: #7aafe4;
}
.table-hover .table-spid:hover, .persons-grid .grid-view table .table-spid:hover {
  background-color: #a2c7ec;
}
.table-hover .table-spid:hover > td, .persons-grid .grid-view table .table-spid:hover > td, .table-hover .table-spid:hover > th, .persons-grid .grid-view table .table-spid:hover > th {
  background-color: #a2c7ec;
}
.table-google-drive, .table-google-drive > th, .table-google-drive > td {
  background-color: #c8dcfd;
}
.table-google-drive th, .table-google-drive td, .table-google-drive thead th, .table-google-drive tbody + tbody {
  border-color: #9abffb;
}
.table-hover .table-google-drive:hover, .persons-grid .grid-view table .table-google-drive:hover {
  background-color: #b0cdfc;
}
.table-hover .table-google-drive:hover > td, .persons-grid .grid-view table .table-google-drive:hover > td, .table-hover .table-google-drive:hover > th, .persons-grid .grid-view table .table-google-drive:hover > th {
  background-color: #b0cdfc;
}
.table-dark-gray, .table-dark-gray > th, .table-dark-gray > td {
  background-color: #c6c6c6;
}
.table-dark-gray th, .table-dark-gray td, .table-dark-gray thead th, .table-dark-gray tbody + tbody {
  border-color: #959595;
}
.table-hover .table-dark-gray:hover, .persons-grid .grid-view table .table-dark-gray:hover {
  background-color: #b9b9b9;
}
.table-hover .table-dark-gray:hover > td, .persons-grid .grid-view table .table-dark-gray:hover > td, .table-hover .table-dark-gray:hover > th, .persons-grid .grid-view table .table-dark-gray:hover > th {
  background-color: #b9b9b9;
}
.table-card-gray, .table-card-gray > th, .table-card-gray > td {
  background-color: #cbd1d7;
}
.table-card-gray th, .table-card-gray td, .table-card-gray thead th, .table-card-gray tbody + tbody {
  border-color: #9eaab5;
}
.table-hover .table-card-gray:hover, .persons-grid .grid-view table .table-card-gray:hover {
  background-color: #bcc4cc;
}
.table-hover .table-card-gray:hover > td, .persons-grid .grid-view table .table-card-gray:hover > td, .table-hover .table-card-gray:hover > th, .persons-grid .grid-view table .table-card-gray:hover > th {
  background-color: #bcc4cc;
}
.table-green-fe, .table-green-fe > th, .table-green-fe > td {
  background-color: #c6dfc6;
}
.table-green-fe th, .table-green-fe td, .table-green-fe thead th, .table-green-fe tbody + tbody {
  border-color: #95c394;
}
.table-hover .table-green-fe:hover, .persons-grid .grid-view table .table-green-fe:hover {
  background-color: #b6d6b5;
}
.table-hover .table-green-fe:hover > td, .persons-grid .grid-view table .table-green-fe:hover > td, .table-hover .table-green-fe:hover > th, .persons-grid .grid-view table .table-green-fe:hover > th {
  background-color: #b6d6b5;
}
.table-light-edufe-header, .table-light-edufe-header > th, .table-light-edufe-header > td {
  background-color: #fffbf5;
}
.table-light-edufe-header th, .table-light-edufe-header td, .table-light-edufe-header thead th, .table-light-edufe-header tbody + tbody {
  border-color: #fff8ec;
}
.table-hover .table-light-edufe-header:hover, .persons-grid .grid-view table .table-light-edufe-header:hover {
  background-color: #fff2db;
}
.table-hover .table-light-edufe-header:hover > td, .persons-grid .grid-view table .table-light-edufe-header:hover > td, .table-hover .table-light-edufe-header:hover > th, .persons-grid .grid-view table .table-light-edufe-header:hover > th {
  background-color: #fff2db;
}
.table-dark-edufe-header, .table-dark-edufe-header > th, .table-dark-edufe-header > td {
  background-color: #fff3df;
}
.table-dark-edufe-header th, .table-dark-edufe-header td, .table-dark-edufe-header thead th, .table-dark-edufe-header tbody + tbody {
  border-color: #ffe9c3;
}
.table-hover .table-dark-edufe-header:hover, .persons-grid .grid-view table .table-dark-edufe-header:hover {
  background-color: #ffe9c5;
}
.table-hover .table-dark-edufe-header:hover > td, .persons-grid .grid-view table .table-dark-edufe-header:hover > td, .table-hover .table-dark-edufe-header:hover > th, .persons-grid .grid-view table .table-dark-edufe-header:hover > th {
  background-color: #ffe9c5;
}
.table-pink-edufe-header, .table-pink-edufe-header > th, .table-pink-edufe-header > td {
  background-color: #f5dbd8;
}
.table-pink-edufe-header th, .table-pink-edufe-header td, .table-pink-edufe-header thead th, .table-pink-edufe-header tbody + tbody {
  border-color: #edbcb6;
}
.table-hover .table-pink-edufe-header:hover, .persons-grid .grid-view table .table-pink-edufe-header:hover {
  background-color: #f0c8c3;
}
.table-hover .table-pink-edufe-header:hover > td, .persons-grid .grid-view table .table-pink-edufe-header:hover > td, .table-hover .table-pink-edufe-header:hover > th, .persons-grid .grid-view table .table-pink-edufe-header:hover > th {
  background-color: #f0c8c3;
}
.table-first-card-theme-edufe, .table-first-card-theme-edufe > th, .table-first-card-theme-edufe > td {
  background-color: #ffedde;
}
.table-first-card-theme-edufe th, .table-first-card-theme-edufe td, .table-first-card-theme-edufe thead th, .table-first-card-theme-edufe tbody + tbody {
  border-color: #ffddc2;
}
.table-hover .table-first-card-theme-edufe:hover, .persons-grid .grid-view table .table-first-card-theme-edufe:hover {
  background-color: #ffdec4;
}
.table-hover .table-first-card-theme-edufe:hover > td, .persons-grid .grid-view table .table-first-card-theme-edufe:hover > td, .table-hover .table-first-card-theme-edufe:hover > th, .persons-grid .grid-view table .table-first-card-theme-edufe:hover > th {
  background-color: #ffdec4;
}
.table-second-card-theme-edufe, .table-second-card-theme-edufe > th, .table-second-card-theme-edufe > td {
  background-color: #ffe7dd;
}
.table-second-card-theme-edufe th, .table-second-card-theme-edufe td, .table-second-card-theme-edufe thead th, .table-second-card-theme-edufe tbody + tbody {
  border-color: #ffd2c1;
}
.table-hover .table-second-card-theme-edufe:hover, .persons-grid .grid-view table .table-second-card-theme-edufe:hover {
  background-color: #ffd5c4;
}
.table-hover .table-second-card-theme-edufe:hover > td, .persons-grid .grid-view table .table-second-card-theme-edufe:hover > td, .table-hover .table-second-card-theme-edufe:hover > th, .persons-grid .grid-view table .table-second-card-theme-edufe:hover > th {
  background-color: #ffd5c4;
}
.table-third-card-theme-edufe, .table-third-card-theme-edufe > th, .table-third-card-theme-edufe > td {
  background-color: #ffe1dd;
}
.table-third-card-theme-edufe th, .table-third-card-theme-edufe td, .table-third-card-theme-edufe thead th, .table-third-card-theme-edufe tbody + tbody {
  border-color: #ffc7c0;
}
.table-hover .table-third-card-theme-edufe:hover, .persons-grid .grid-view table .table-third-card-theme-edufe:hover {
  background-color: #ffcac4;
}
.table-hover .table-third-card-theme-edufe:hover > td, .persons-grid .grid-view table .table-third-card-theme-edufe:hover > td, .table-hover .table-third-card-theme-edufe:hover > th, .persons-grid .grid-view table .table-third-card-theme-edufe:hover > th {
  background-color: #ffcac4;
}
.table-fourth-card-theme-edufe, .table-fourth-card-theme-edufe > th, .table-fourth-card-theme-edufe > td {
  background-color: #f5dbd8;
}
.table-fourth-card-theme-edufe th, .table-fourth-card-theme-edufe td, .table-fourth-card-theme-edufe thead th, .table-fourth-card-theme-edufe tbody + tbody {
  border-color: #edbcb6;
}
.table-hover .table-fourth-card-theme-edufe:hover, .persons-grid .grid-view table .table-fourth-card-theme-edufe:hover {
  background-color: #f0c8c3;
}
.table-hover .table-fourth-card-theme-edufe:hover > td, .persons-grid .grid-view table .table-fourth-card-theme-edufe:hover > td, .table-hover .table-fourth-card-theme-edufe:hover > th, .persons-grid .grid-view table .table-fourth-card-theme-edufe:hover > th {
  background-color: #f0c8c3;
}
.table-green-pug, .table-green-pug > th, .table-green-pug > td {
  background-color: #e1edc0;
}
.table-green-pug th, .table-green-pug td, .table-green-pug thead th, .table-green-pug tbody + tbody {
  border-color: #c7de8b;
}
.table-hover .table-green-pug:hover, .persons-grid .grid-view table .table-green-pug:hover {
  background-color: #d8e8ac;
}
.table-hover .table-green-pug:hover > td, .persons-grid .grid-view table .table-green-pug:hover > td, .table-hover .table-green-pug:hover > th, .persons-grid .grid-view table .table-green-pug:hover > th {
  background-color: #d8e8ac;
}
.table-$green-cta-pug, .table-$green-cta-pug > th, .table-$green-cta-pug > td {
  background-color: #d1d8bd;
}
.table-$green-cta-pug th, .table-$green-cta-pug td, .table-$green-cta-pug thead th, .table-$green-cta-pug tbody + tbody {
  border-color: #a9b684;
}
.table-hover .table-$green-cta-pug:hover, .persons-grid .grid-view table .table-$green-cta-pug:hover {
  background-color: #c5cead;
}
.table-hover .table-$green-cta-pug:hover > td, .persons-grid .grid-view table .table-$green-cta-pug:hover > td, .table-hover .table-$green-cta-pug:hover > th, .persons-grid .grid-view table .table-$green-cta-pug:hover > th {
  background-color: #c5cead;
}
.table-green-card-pug, .table-green-card-pug > th, .table-green-card-pug > td {
  background-color: #d2e2d5;
}
.table-green-card-pug th, .table-green-card-pug td, .table-green-card-pug thead th, .table-green-card-pug tbody + tbody {
  border-color: #acc9b0;
}
.table-hover .table-green-card-pug:hover, .persons-grid .grid-view table .table-green-card-pug:hover {
  background-color: #c3d8c6;
}
.table-hover .table-green-card-pug:hover > td, .persons-grid .grid-view table .table-green-card-pug:hover > td, .table-hover .table-green-card-pug:hover > th, .persons-grid .grid-view table .table-green-card-pug:hover > th {
  background-color: #c3d8c6;
}
.table-light-orange-card-pug, .table-light-orange-card-pug > th, .table-light-orange-card-pug > td {
  background-color: #cbd5cc;
}
.table-light-orange-card-pug th, .table-light-orange-card-pug td, .table-light-orange-card-pug thead th, .table-light-orange-card-pug tbody + tbody {
  border-color: #9fb1a0;
}
.table-hover .table-light-orange-card-pug:hover, .persons-grid .grid-view table .table-light-orange-card-pug:hover {
  background-color: #bdcabe;
}
.table-hover .table-light-orange-card-pug:hover > td, .persons-grid .grid-view table .table-light-orange-card-pug:hover > td, .table-hover .table-light-orange-card-pug:hover > th, .persons-grid .grid-view table .table-light-orange-card-pug:hover > th {
  background-color: #bdcabe;
}
.table-orange-card-pug, .table-orange-card-pug > th, .table-orange-card-pug > td {
  background-color: #f5ddcf;
}
.table-orange-card-pug th, .table-orange-card-pug td, .table-orange-card-pug thead th, .table-orange-card-pug tbody + tbody {
  border-color: #edc0a6;
}
.table-hover .table-orange-card-pug:hover, .persons-grid .grid-view table .table-orange-card-pug:hover {
  background-color: #f1ceba;
}
.table-hover .table-orange-card-pug:hover > td, .persons-grid .grid-view table .table-orange-card-pug:hover > td, .table-hover .table-orange-card-pug:hover > th, .persons-grid .grid-view table .table-orange-card-pug:hover > th {
  background-color: #f1ceba;
}
.table-purple-card-pug, .table-purple-card-pug > th, .table-purple-card-pug > td {
  background-color: #e0e0ee;
}
.table-purple-card-pug th, .table-purple-card-pug td, .table-purple-card-pug thead th, .table-purple-card-pug tbody + tbody {
  border-color: #c5c5df;
}
.table-hover .table-purple-card-pug:hover, .persons-grid .grid-view table .table-purple-card-pug:hover {
  background-color: #d0cfe5;
}
.table-hover .table-purple-card-pug:hover > td, .persons-grid .grid-view table .table-purple-card-pug:hover > td, .table-hover .table-purple-card-pug:hover > th, .persons-grid .grid-view table .table-purple-card-pug:hover > th {
  background-color: #d0cfe5;
}
.table-pink-card-pug, .table-pink-card-pug > th, .table-pink-card-pug > td {
  background-color: #f6ccd4;
}
.table-pink-card-pug th, .table-pink-card-pug td, .table-pink-card-pug thead th, .table-pink-card-pug tbody + tbody {
  border-color: #eea0b0;
}
.table-hover .table-pink-card-pug:hover, .persons-grid .grid-view table .table-pink-card-pug:hover {
  background-color: #f2b6c2;
}
.table-hover .table-pink-card-pug:hover > td, .persons-grid .grid-view table .table-pink-card-pug:hover > td, .table-hover .table-pink-card-pug:hover > th, .persons-grid .grid-view table .table-pink-card-pug:hover > th {
  background-color: #f2b6c2;
}
.table-dark-purple-card-pug, .table-dark-purple-card-pug > th, .table-dark-purple-card-pug > td {
  background-color: #dedae1;
}
.table-dark-purple-card-pug th, .table-dark-purple-card-pug td, .table-dark-purple-card-pug thead th, .table-dark-purple-card-pug tbody + tbody {
  border-color: #c1bbc7;
}
.table-hover .table-dark-purple-card-pug:hover, .persons-grid .grid-view table .table-dark-purple-card-pug:hover {
  background-color: #d1ccd6;
}
.table-hover .table-dark-purple-card-pug:hover > td, .persons-grid .grid-view table .table-dark-purple-card-pug:hover > td, .table-hover .table-dark-purple-card-pug:hover > th, .persons-grid .grid-view table .table-dark-purple-card-pug:hover > th {
  background-color: #d1ccd6;
}
.table-dark-pink-card-pug, .table-dark-pink-card-pug > th, .table-dark-pink-card-pug > td {
  background-color: #d8e3e6;
}
.table-dark-pink-card-pug th, .table-dark-pink-card-pug td, .table-dark-pink-card-pug thead th, .table-dark-pink-card-pug tbody + tbody {
  border-color: #b6cbd0;
}
.table-hover .table-dark-pink-card-pug:hover, .persons-grid .grid-view table .table-dark-pink-card-pug:hover {
  background-color: #c8d8dc;
}
.table-hover .table-dark-pink-card-pug:hover > td, .persons-grid .grid-view table .table-dark-pink-card-pug:hover > td, .table-hover .table-dark-pink-card-pug:hover > th, .persons-grid .grid-view table .table-dark-pink-card-pug:hover > th {
  background-color: #c8d8dc;
}
.table-yellow-card-pug, .table-yellow-card-pug > th, .table-yellow-card-pug > td {
  background-color: #e2e8ca;
}
.table-yellow-card-pug th, .table-yellow-card-pug td, .table-yellow-card-pug thead th, .table-yellow-card-pug tbody + tbody {
  border-color: #c8d59d;
}
.table-hover .table-yellow-card-pug:hover, .persons-grid .grid-view table .table-yellow-card-pug:hover {
  background-color: #d8e1b8;
}
.table-hover .table-yellow-card-pug:hover > td, .persons-grid .grid-view table .table-yellow-card-pug:hover > td, .table-hover .table-yellow-card-pug:hover > th, .persons-grid .grid-view table .table-yellow-card-pug:hover > th {
  background-color: #d8e1b8;
}
.table-dark-green-card-pug, .table-dark-green-card-pug > th, .table-dark-green-card-pug > td {
  background-color: #ebced5;
}
.table-dark-green-card-pug th, .table-dark-green-card-pug td, .table-dark-green-card-pug thead th, .table-dark-green-card-pug tbody + tbody {
  border-color: #d9a4b2;
}
.table-hover .table-dark-green-card-pug:hover, .persons-grid .grid-view table .table-dark-green-card-pug:hover {
  background-color: #e3bcc6;
}
.table-hover .table-dark-green-card-pug:hover > td, .persons-grid .grid-view table .table-dark-green-card-pug:hover > td, .table-hover .table-dark-green-card-pug:hover > th, .persons-grid .grid-view table .table-dark-green-card-pug:hover > th {
  background-color: #e3bcc6;
}
.table-cyan-pnrr, .table-cyan-pnrr > th, .table-cyan-pnrr > td {
  background-color: #bfe9f7;
}
.table-cyan-pnrr th, .table-cyan-pnrr td, .table-cyan-pnrr thead th, .table-cyan-pnrr tbody + tbody {
  border-color: #89d5f0;
}
.table-hover .table-cyan-pnrr:hover, .persons-grid .grid-view table .table-cyan-pnrr:hover {
  background-color: #a9e1f4;
}
.table-hover .table-cyan-pnrr:hover > td, .persons-grid .grid-view table .table-cyan-pnrr:hover > td, .table-hover .table-cyan-pnrr:hover > th, .persons-grid .grid-view table .table-cyan-pnrr:hover > th {
  background-color: #a9e1f4;
}
.table-green-cta-pnrr, .table-green-cta-pnrr > th, .table-green-cta-pnrr > td {
  background-color: #d1d8bd;
}
.table-green-cta-pnrr th, .table-green-cta-pnrr td, .table-green-cta-pnrr thead th, .table-green-cta-pnrr tbody + tbody {
  border-color: #a9b684;
}
.table-hover .table-green-cta-pnrr:hover, .persons-grid .grid-view table .table-green-cta-pnrr:hover {
  background-color: #c5cead;
}
.table-hover .table-green-cta-pnrr:hover > td, .persons-grid .grid-view table .table-green-cta-pnrr:hover > td, .table-hover .table-green-cta-pnrr:hover > th, .persons-grid .grid-view table .table-green-cta-pnrr:hover > th {
  background-color: #c5cead;
}
.table-green-card-pnrr, .table-green-card-pnrr > th, .table-green-card-pnrr > td {
  background-color: #d2e2d5;
}
.table-green-card-pnrr th, .table-green-card-pnrr td, .table-green-card-pnrr thead th, .table-green-card-pnrr tbody + tbody {
  border-color: #acc9b0;
}
.table-hover .table-green-card-pnrr:hover, .persons-grid .grid-view table .table-green-card-pnrr:hover {
  background-color: #c3d8c6;
}
.table-hover .table-green-card-pnrr:hover > td, .persons-grid .grid-view table .table-green-card-pnrr:hover > td, .table-hover .table-green-card-pnrr:hover > th, .persons-grid .grid-view table .table-green-card-pnrr:hover > th {
  background-color: #c3d8c6;
}
.table-mission-digitalizzazione, .table-mission-digitalizzazione > th, .table-mission-digitalizzazione > td {
  background-color: #eff5fa;
}
.table-mission-digitalizzazione th, .table-mission-digitalizzazione td, .table-mission-digitalizzazione thead th, .table-mission-digitalizzazione tbody + tbody {
  border-color: #e1edf6;
}
.table-hover .table-mission-digitalizzazione:hover, .persons-grid .grid-view table .table-mission-digitalizzazione:hover {
  background-color: #dbe9f4;
}
.table-hover .table-mission-digitalizzazione:hover > td, .persons-grid .grid-view table .table-mission-digitalizzazione:hover > td, .table-hover .table-mission-digitalizzazione:hover > th, .persons-grid .grid-view table .table-mission-digitalizzazione:hover > th {
  background-color: #dbe9f4;
}
.table-mission-rivoluzione-verde, .table-mission-rivoluzione-verde > th, .table-mission-rivoluzione-verde > td {
  background-color: #e0f2ce;
}
.table-mission-rivoluzione-verde th, .table-mission-rivoluzione-verde td, .table-mission-rivoluzione-verde thead th, .table-mission-rivoluzione-verde tbody + tbody {
  border-color: #c6e7a5;
}
.table-hover .table-mission-rivoluzione-verde:hover, .persons-grid .grid-view table .table-mission-rivoluzione-verde:hover {
  background-color: #d4ecba;
}
.table-hover .table-mission-rivoluzione-verde:hover > td, .persons-grid .grid-view table .table-mission-rivoluzione-verde:hover > td, .table-hover .table-mission-rivoluzione-verde:hover > th, .persons-grid .grid-view table .table-mission-rivoluzione-verde:hover > th {
  background-color: #d4ecba;
}
.table-mission-infrastrutture, .table-mission-infrastrutture > th, .table-mission-infrastrutture > td {
  background-color: #ffdbdb;
}
.table-mission-infrastrutture th, .table-mission-infrastrutture td, .table-mission-infrastrutture thead th, .table-mission-infrastrutture tbody + tbody {
  border-color: #ffbdbc;
}
.table-hover .table-mission-infrastrutture:hover, .persons-grid .grid-view table .table-mission-infrastrutture:hover {
  background-color: #ffc2c1;
}
.table-hover .table-mission-infrastrutture:hover > td, .persons-grid .grid-view table .table-mission-infrastrutture:hover > td, .table-hover .table-mission-infrastrutture:hover > th, .persons-grid .grid-view table .table-mission-infrastrutture:hover > th {
  background-color: #ffc2c1;
}
.table-mission-istruzione, .table-mission-istruzione > th, .table-mission-istruzione > td {
  background-color: #fed;
}
.table-mission-istruzione th, .table-mission-istruzione td, .table-mission-istruzione thead th, .table-mission-istruzione tbody + tbody {
  border-color: #ffdfbf;
}
.table-hover .table-mission-istruzione:hover, .persons-grid .grid-view table .table-mission-istruzione:hover {
  background-color: #ffe1c3;
}
.table-hover .table-mission-istruzione:hover > td, .persons-grid .grid-view table .table-mission-istruzione:hover > td, .table-hover .table-mission-istruzione:hover > th, .persons-grid .grid-view table .table-mission-istruzione:hover > th {
  background-color: #ffe1c3;
}
.table-mission-coesione, .table-mission-coesione > th, .table-mission-coesione > td {
  background-color: #f7f4fa;
}
.table-mission-coesione th, .table-mission-coesione td, .table-mission-coesione thead th, .table-mission-coesione tbody + tbody {
  border-color: #f0eaf5;
}
.table-hover .table-mission-coesione:hover, .persons-grid .grid-view table .table-mission-coesione:hover {
  background-color: #ebe2f2;
}
.table-hover .table-mission-coesione:hover > td, .persons-grid .grid-view table .table-mission-coesione:hover > td, .table-hover .table-mission-coesione:hover > th, .persons-grid .grid-view table .table-mission-coesione:hover > th {
  background-color: #ebe2f2;
}
.table-mission-salute, .table-mission-salute > th, .table-mission-salute > td {
  background-color: #fffbf2;
}
.table-mission-salute th, .table-mission-salute td, .table-mission-salute thead th, .table-mission-salute tbody + tbody {
  border-color: #fff8e7;
}
.table-hover .table-mission-salute:hover, .persons-grid .grid-view table .table-mission-salute:hover {
  background-color: #fff4d8;
}
.table-hover .table-mission-salute:hover > td, .persons-grid .grid-view table .table-mission-salute:hover > td, .table-hover .table-mission-salute:hover > th, .persons-grid .grid-view table .table-mission-salute:hover > th {
  background-color: #fff4d8;
}
.table-green-matrimoni, .table-green-matrimoni > th, .table-green-matrimoni > td {
  background-color: #dee4df;
}
.table-green-matrimoni th, .table-green-matrimoni td, .table-green-matrimoni thead th, .table-green-matrimoni tbody + tbody {
  border-color: #c1cdc3;
}
.table-hover .table-green-matrimoni:hover, .persons-grid .grid-view table .table-green-matrimoni:hover {
  background-color: #d0d9d1;
}
.table-hover .table-green-matrimoni:hover > td, .persons-grid .grid-view table .table-green-matrimoni:hover > td, .table-hover .table-green-matrimoni:hover > th, .persons-grid .grid-view table .table-green-matrimoni:hover > th {
  background-color: #d0d9d1;
}
.table-pink-matrimoni, .table-pink-matrimoni > th, .table-pink-matrimoni > td {
  background-color: #fce6e2;
}
.table-pink-matrimoni th, .table-pink-matrimoni td, .table-pink-matrimoni thead th, .table-pink-matrimoni tbody + tbody {
  border-color: #f9d0c8;
}
.table-hover .table-pink-matrimoni:hover, .persons-grid .grid-view table .table-pink-matrimoni:hover {
  background-color: #fad2cb;
}
.table-hover .table-pink-matrimoni:hover > td, .persons-grid .grid-view table .table-pink-matrimoni:hover > td, .table-hover .table-pink-matrimoni:hover > th, .persons-grid .grid-view table .table-pink-matrimoni:hover > th {
  background-color: #fad2cb;
}
.table-dark-pink-matrimoni, .table-dark-pink-matrimoni > th, .table-dark-pink-matrimoni > td {
  background-color: rgba(255, 251, 251, 0.7732);
}
.table-dark-pink-matrimoni th, .table-dark-pink-matrimoni td, .table-dark-pink-matrimoni thead th, .table-dark-pink-matrimoni tbody + tbody {
  border-color: rgba(254, 246, 244, 0.5788);
}
.table-hover .table-dark-pink-matrimoni:hover, .persons-grid .grid-view table .table-dark-pink-matrimoni:hover {
  background-color: rgba(252, 232, 228, 0.7732);
}
.table-hover .table-dark-pink-matrimoni:hover > td, .persons-grid .grid-view table .table-dark-pink-matrimoni:hover > td, .table-hover .table-dark-pink-matrimoni:hover > th, .persons-grid .grid-view table .table-dark-pink-matrimoni:hover > th {
  background-color: rgba(252, 232, 228, 0.7732);
}
.table-red-inferrara, .table-red-inferrara > th, .table-red-inferrara > td {
  background-color: #ddc3c1;
}
.table-red-inferrara th, .table-red-inferrara td, .table-red-inferrara thead th, .table-red-inferrara tbody + tbody {
  border-color: #bf8f8c;
}
.table-hover .table-red-inferrara:hover, .persons-grid .grid-view table .table-red-inferrara:hover {
  background-color: #d3b3b1;
}
.table-hover .table-red-inferrara:hover > td, .persons-grid .grid-view table .table-red-inferrara:hover > td, .table-hover .table-red-inferrara:hover > th, .persons-grid .grid-view table .table-red-inferrara:hover > th {
  background-color: #d3b3b1;
}
.table-primary-geoportale, .table-primary-geoportale > th, .table-primary-geoportale > td {
  background-color: #c5dcdd;
}
.table-primary-geoportale th, .table-primary-geoportale td, .table-primary-geoportale thead th, .table-primary-geoportale tbody + tbody {
  border-color: #93bec1;
}
.table-hover .table-primary-geoportale:hover, .persons-grid .grid-view table .table-primary-geoportale:hover {
  background-color: #b5d2d4;
}
.table-hover .table-primary-geoportale:hover > td, .persons-grid .grid-view table .table-primary-geoportale:hover > td, .table-hover .table-primary-geoportale:hover > th, .persons-grid .grid-view table .table-primary-geoportale:hover > th {
  background-color: #b5d2d4;
}
.table-dark-azul-geoportale, .table-dark-azul-geoportale > th, .table-dark-azul-geoportale > td {
  background-color: #c8d7da;
}
.table-dark-azul-geoportale th, .table-dark-azul-geoportale td, .table-dark-azul-geoportale thead th, .table-dark-azul-geoportale tbody + tbody {
  border-color: #99b5ba;
}
.table-hover .table-dark-azul-geoportale:hover, .persons-grid .grid-view table .table-dark-azul-geoportale:hover {
  background-color: #b9ccd0;
}
.table-hover .table-dark-azul-geoportale:hover > td, .persons-grid .grid-view table .table-dark-azul-geoportale:hover > td, .table-hover .table-dark-azul-geoportale:hover > th, .persons-grid .grid-view table .table-dark-azul-geoportale:hover > th {
  background-color: #b9ccd0;
}
.table-green-geoportale, .table-green-geoportale > th, .table-green-geoportale > td {
  background-color: #bed2c2;
}
.table-green-geoportale th, .table-green-geoportale td, .table-green-geoportale thead th, .table-green-geoportale tbody + tbody {
  border-color: #86ac8d;
}
.table-hover .table-green-geoportale:hover, .persons-grid .grid-view table .table-green-geoportale:hover {
  background-color: #afc8b3;
}
.table-hover .table-green-geoportale:hover > td, .persons-grid .grid-view table .table-green-geoportale:hover > td, .table-hover .table-green-geoportale:hover > th, .persons-grid .grid-view table .table-green-geoportale:hover > th {
  background-color: #afc8b3;
}
.table-dark-purple-geoportale, .table-dark-purple-geoportale > th, .table-dark-purple-geoportale > td {
  background-color: #d4d0d6;
}
.table-dark-purple-geoportale th, .table-dark-purple-geoportale td, .table-dark-purple-geoportale thead th, .table-dark-purple-geoportale tbody + tbody {
  border-color: #b0a8b3;
}
.table-hover .table-dark-purple-geoportale:hover, .persons-grid .grid-view table .table-dark-purple-geoportale:hover {
  background-color: #c8c3ca;
}
.table-hover .table-dark-purple-geoportale:hover > td, .persons-grid .grid-view table .table-dark-purple-geoportale:hover > td, .table-hover .table-dark-purple-geoportale:hover > th, .persons-grid .grid-view table .table-dark-purple-geoportale:hover > th {
  background-color: #c8c3ca;
}
.table-dark-yellow-geoportale, .table-dark-yellow-geoportale > th, .table-dark-yellow-geoportale > td {
  background-color: #dad1c3;
}
.table-dark-yellow-geoportale th, .table-dark-yellow-geoportale td, .table-dark-yellow-geoportale thead th, .table-dark-yellow-geoportale tbody + tbody {
  border-color: #baa990;
}
.table-hover .table-dark-yellow-geoportale:hover, .persons-grid .grid-view table .table-dark-yellow-geoportale:hover {
  background-color: #d0c5b3;
}
.table-hover .table-dark-yellow-geoportale:hover > td, .persons-grid .grid-view table .table-dark-yellow-geoportale:hover > td, .table-hover .table-dark-yellow-geoportale:hover > th, .persons-grid .grid-view table .table-dark-yellow-geoportale:hover > th {
  background-color: #d0c5b3;
}
.table-dark-green-geoportale, .table-dark-green-geoportale > th, .table-dark-green-geoportale > td {
  background-color: #c5cac6;
}
.table-dark-green-geoportale th, .table-dark-green-geoportale td, .table-dark-green-geoportale thead th, .table-dark-green-geoportale tbody + tbody {
  border-color: #939c95;
}
.table-hover .table-dark-green-geoportale:hover, .persons-grid .grid-view table .table-dark-green-geoportale:hover {
  background-color: #b7beb9;
}
.table-hover .table-dark-green-geoportale:hover > td, .persons-grid .grid-view table .table-dark-green-geoportale:hover > td, .table-hover .table-dark-green-geoportale:hover > th, .persons-grid .grid-view table .table-dark-green-geoportale:hover > th {
  background-color: #b7beb9;
}
.table-orange-geoportale, .table-orange-geoportale > th, .table-orange-geoportale > td {
  background-color: #e8ccc3;
}
.table-orange-geoportale th, .table-orange-geoportale td, .table-orange-geoportale thead th, .table-orange-geoportale tbody + tbody {
  border-color: #d5a090;
}
.table-hover .table-orange-geoportale:hover, .persons-grid .grid-view table .table-orange-geoportale:hover {
  background-color: #e1bcb1;
}
.table-hover .table-orange-geoportale:hover > td, .persons-grid .grid-view table .table-orange-geoportale:hover > td, .table-hover .table-orange-geoportale:hover > th, .persons-grid .grid-view table .table-orange-geoportale:hover > th {
  background-color: #e1bcb1;
}
.table-purple-geoportale, .table-purple-geoportale > th, .table-purple-geoportale > td {
  background-color: #dac3d8;
}
.table-purple-geoportale th, .table-purple-geoportale td, .table-purple-geoportale thead th, .table-purple-geoportale tbody + tbody {
  border-color: #ba90b6;
}
.table-hover .table-purple-geoportale:hover, .persons-grid .grid-view table .table-purple-geoportale:hover {
  background-color: #d0b3cd;
}
.table-hover .table-purple-geoportale:hover > td, .persons-grid .grid-view table .table-purple-geoportale:hover > td, .table-hover .table-purple-geoportale:hover > th, .persons-grid .grid-view table .table-purple-geoportale:hover > th {
  background-color: #d0b3cd;
}
.table-blue-geoportale, .table-blue-geoportale > th, .table-blue-geoportale > td {
  background-color: #caccdf;
}
.table-blue-geoportale th, .table-blue-geoportale td, .table-blue-geoportale thead th, .table-blue-geoportale tbody + tbody {
  border-color: #9ca0c3;
}
.table-hover .table-blue-geoportale:hover, .persons-grid .grid-view table .table-blue-geoportale:hover {
  background-color: #babcd5;
}
.table-hover .table-blue-geoportale:hover > td, .persons-grid .grid-view table .table-blue-geoportale:hover > td, .table-hover .table-blue-geoportale:hover > th, .persons-grid .grid-view table .table-blue-geoportale:hover > th {
  background-color: #babcd5;
}
.table-azul-geoportale, .table-azul-geoportale > th, .table-azul-geoportale > td {
  background-color: #d4e1ef;
}
.table-azul-geoportale th, .table-azul-geoportale td, .table-azul-geoportale thead th, .table-azul-geoportale tbody + tbody {
  border-color: #b0c8e1;
}
.table-hover .table-azul-geoportale:hover, .persons-grid .grid-view table .table-azul-geoportale:hover {
  background-color: #c2d4e8;
}
.table-hover .table-azul-geoportale:hover > td, .persons-grid .grid-view table .table-azul-geoportale:hover > td, .table-hover .table-azul-geoportale:hover > th, .persons-grid .grid-view table .table-azul-geoportale:hover > th {
  background-color: #c2d4e8;
}
.table-red-geoportale, .table-red-geoportale > th, .table-red-geoportale > td {
  background-color: #e6c3cb;
}
.table-red-geoportale th, .table-red-geoportale td, .table-red-geoportale thead th, .table-red-geoportale tbody + tbody {
  border-color: #d1909f;
}
.table-hover .table-red-geoportale:hover, .persons-grid .grid-view table .table-red-geoportale:hover {
  background-color: #dfb1bc;
}
.table-hover .table-red-geoportale:hover > td, .persons-grid .grid-view table .table-red-geoportale:hover > td, .table-hover .table-red-geoportale:hover > th, .persons-grid .grid-view table .table-red-geoportale:hover > th {
  background-color: #dfb1bc;
}
.table-brown-geoportale, .table-brown-geoportale > th, .table-brown-geoportale > td {
  background-color: #dad3c3;
}
.table-brown-geoportale th, .table-brown-geoportale td, .table-brown-geoportale thead th, .table-brown-geoportale tbody + tbody {
  border-color: #baae90;
}
.table-hover .table-brown-geoportale:hover, .persons-grid .grid-view table .table-brown-geoportale:hover {
  background-color: #d0c8b3;
}
.table-hover .table-brown-geoportale:hover > td, .persons-grid .grid-view table .table-brown-geoportale:hover > td, .table-hover .table-brown-geoportale:hover > th, .persons-grid .grid-view table .table-brown-geoportale:hover > th {
  background-color: #d0c8b3;
}
.table-grey-geoportale, .table-grey-geoportale > th, .table-grey-geoportale > td {
  background-color: #cacbca;
}
.table-grey-geoportale th, .table-grey-geoportale td, .table-grey-geoportale thead th, .table-grey-geoportale tbody + tbody {
  border-color: #9c9f9d;
}
.table-hover .table-grey-geoportale:hover, .persons-grid .grid-view table .table-grey-geoportale:hover {
  background-color: #bdbfbd;
}
.table-hover .table-grey-geoportale:hover > td, .persons-grid .grid-view table .table-grey-geoportale:hover > td, .table-hover .table-grey-geoportale:hover > th, .persons-grid .grid-view table .table-grey-geoportale:hover > th {
  background-color: #bdbfbd;
}
.table-light-green-geoportale, .table-light-green-geoportale > th, .table-light-green-geoportale > td {
  background-color: #c9dec8;
}
.table-light-green-geoportale th, .table-light-green-geoportale td, .table-light-green-geoportale thead th, .table-light-green-geoportale tbody + tbody {
  border-color: #9bc19a;
}
.table-hover .table-light-green-geoportale:hover, .persons-grid .grid-view table .table-light-green-geoportale:hover {
  background-color: #b9d4b9;
}
.table-hover .table-light-green-geoportale:hover > td, .persons-grid .grid-view table .table-light-green-geoportale:hover > td, .table-hover .table-light-green-geoportale:hover > th, .persons-grid .grid-view table .table-light-green-geoportale:hover > th {
  background-color: #b9d4b9;
}
.table-brown-ssui, .table-brown-ssui > th, .table-brown-ssui > td {
  background-color: #d8cfc7;
}
.table-brown-ssui th, .table-brown-ssui td, .table-brown-ssui thead th, .table-brown-ssui tbody + tbody {
  border-color: #b6a598;
}
.table-hover .table-brown-ssui:hover, .persons-grid .grid-view table .table-brown-ssui:hover {
  background-color: #cdc2b8;
}
.table-hover .table-brown-ssui:hover > td, .persons-grid .grid-view table .table-brown-ssui:hover > td, .table-hover .table-brown-ssui:hover > th, .persons-grid .grid-view table .table-brown-ssui:hover > th {
  background-color: #cdc2b8;
}
.table-light-brown-ssui, .table-light-brown-ssui > th, .table-light-brown-ssui > td {
  background-color: #ecdacc;
}
.table-light-brown-ssui th, .table-light-brown-ssui td, .table-light-brown-ssui thead th, .table-light-brown-ssui tbody + tbody {
  border-color: #dbbaa1;
}
.table-hover .table-light-brown-ssui:hover, .persons-grid .grid-view table .table-light-brown-ssui:hover {
  background-color: #e5cdba;
}
.table-hover .table-light-brown-ssui:hover > td, .persons-grid .grid-view table .table-light-brown-ssui:hover > td, .table-hover .table-light-brown-ssui:hover > th, .persons-grid .grid-view table .table-light-brown-ssui:hover > th {
  background-color: #e5cdba;
}
.table-sititematici-red, .table-sititematici-red > th, .table-sititematici-red > td {
  background-color: #e3c4c4;
}
.table-sititematici-red th, .table-sititematici-red td, .table-sititematici-red thead th, .table-sititematici-red tbody + tbody {
  border-color: #cc9191;
}
.table-hover .table-sititematici-red:hover, .persons-grid .grid-view table .table-sititematici-red:hover {
  background-color: #dbb2b2;
}
.table-hover .table-sititematici-red:hover > td, .persons-grid .grid-view table .table-sititematici-red:hover > td, .table-hover .table-sititematici-red:hover > th, .persons-grid .grid-view table .table-sititematici-red:hover > th {
  background-color: #dbb2b2;
}
.table-sititematici-orange, .table-sititematici-orange > th, .table-sititematici-orange > td {
  background-color: #f3d6c4;
}
.table-sititematici-orange th, .table-sititematici-orange td, .table-sititematici-orange thead th, .table-sititematici-orange tbody + tbody {
  border-color: #e9b392;
}
.table-hover .table-sititematici-orange:hover, .persons-grid .grid-view table .table-sititematici-orange:hover {
  background-color: #efc7af;
}
.table-hover .table-sititematici-orange:hover > td, .persons-grid .grid-view table .table-sititematici-orange:hover > td, .table-hover .table-sititematici-orange:hover > th, .persons-grid .grid-view table .table-sititematici-orange:hover > th {
  background-color: #efc7af;
}
.table-sititematici-yellow, .table-sititematici-yellow > th, .table-sititematici-yellow > td {
  background-color: #f4eaba;
}
.table-sititematici-yellow th, .table-sititematici-yellow td, .table-sititematici-yellow thead th, .table-sititematici-yellow tbody + tbody {
  border-color: #ebd97f;
}
.table-hover .table-sititematici-yellow:hover, .persons-grid .grid-view table .table-sititematici-yellow:hover {
  background-color: #f1e4a4;
}
.table-hover .table-sititematici-yellow:hover > td, .persons-grid .grid-view table .table-sititematici-yellow:hover > td, .table-hover .table-sititematici-yellow:hover > th, .persons-grid .grid-view table .table-sititematici-yellow:hover > th {
  background-color: #f1e4a4;
}
.table-sititematici-turquoise, .table-sititematici-turquoise > th, .table-sititematici-turquoise > td {
  background-color: #b8e4d8;
}
.table-sititematici-turquoise th, .table-sititematici-turquoise td, .table-sititematici-turquoise thead th, .table-sititematici-turquoise tbody + tbody {
  border-color: #7accb7;
}
.table-hover .table-sititematici-turquoise:hover, .persons-grid .grid-view table .table-sititematici-turquoise:hover {
  background-color: #a5dcce;
}
.table-hover .table-sititematici-turquoise:hover > td, .persons-grid .grid-view table .table-sititematici-turquoise:hover > td, .table-hover .table-sititematici-turquoise:hover > th, .persons-grid .grid-view table .table-sititematici-turquoise:hover > th {
  background-color: #a5dcce;
}
.table-sititematici-green, .table-sititematici-green > th, .table-sititematici-green > td {
  background-color: #dae4cc;
}
.table-sititematici-green th, .table-sititematici-green td, .table-sititematici-green thead th, .table-sititematici-green tbody + tbody {
  border-color: #bbcda1;
}
.table-hover .table-sititematici-green:hover, .persons-grid .grid-view table .table-sititematici-green:hover {
  background-color: #cedbbc;
}
.table-hover .table-sititematici-green:hover > td, .persons-grid .grid-view table .table-sititematici-green:hover > td, .table-hover .table-sititematici-green:hover > th, .persons-grid .grid-view table .table-sititematici-green:hover > th {
  background-color: #cedbbc;
}
.table-sititematici-lightblue, .table-sititematici-lightblue > th, .table-sititematici-lightblue > td {
  background-color: #d1e7e5;
}
.table-sititematici-lightblue th, .table-sititematici-lightblue td, .table-sititematici-lightblue thead th, .table-sititematici-lightblue tbody + tbody {
  border-color: #aad2ce;
}
.table-hover .table-sititematici-lightblue:hover, .persons-grid .grid-view table .table-sititematici-lightblue:hover {
  background-color: #c1dedb;
}
.table-hover .table-sititematici-lightblue:hover > td, .persons-grid .grid-view table .table-sititematici-lightblue:hover > td, .table-hover .table-sititematici-lightblue:hover > th, .persons-grid .grid-view table .table-sititematici-lightblue:hover > th {
  background-color: #c1dedb;
}
.table-sititematici-darkblue, .table-sititematici-darkblue > th, .table-sititematici-darkblue > td {
  background-color: #c6ced4;
}
.table-sititematici-darkblue th, .table-sititematici-darkblue td, .table-sititematici-darkblue thead th, .table-sititematici-darkblue tbody + tbody {
  border-color: #96a3af;
}
.table-hover .table-sititematici-darkblue:hover, .persons-grid .grid-view table .table-sititematici-darkblue:hover {
  background-color: #b8c1c9;
}
.table-hover .table-sititematici-darkblue:hover > td, .persons-grid .grid-view table .table-sititematici-darkblue:hover > td, .table-hover .table-sititematici-darkblue:hover > th, .persons-grid .grid-view table .table-sititematici-darkblue:hover > th {
  background-color: #b8c1c9;
}
.table-sititematici-purple, .table-sititematici-purple > th, .table-sititematici-purple > td {
  background-color: #d9d3d8;
}
.table-sititematici-purple th, .table-sititematici-purple td, .table-sititematici-purple thead th, .table-sititematici-purple tbody + tbody {
  border-color: #b9aeb6;
}
.table-hover .table-sititematici-purple:hover, .persons-grid .grid-view table .table-sititematici-purple:hover {
  background-color: #cdc6cb;
}
.table-hover .table-sititematici-purple:hover > td, .persons-grid .grid-view table .table-sititematici-purple:hover > td, .table-hover .table-sititematici-purple:hover > th, .persons-grid .grid-view table .table-sititematici-purple:hover > th {
  background-color: #cdc6cb;
}
.table-sititematici-green-xmas, .table-sititematici-green-xmas > th, .table-sititematici-green-xmas > td {
  background-color: #c3d8c6;
}
.table-sititematici-green-xmas th, .table-sititematici-green-xmas td, .table-sititematici-green-xmas thead th, .table-sititematici-green-xmas tbody + tbody {
  border-color: #8fb695;
}
.table-hover .table-sititematici-green-xmas:hover, .persons-grid .grid-view table .table-sititematici-green-xmas:hover {
  background-color: #b3cdb7;
}
.table-hover .table-sititematici-green-xmas:hover > td, .persons-grid .grid-view table .table-sititematici-green-xmas:hover > td, .table-hover .table-sititematici-green-xmas:hover > th, .persons-grid .grid-view table .table-sititematici-green-xmas:hover > th {
  background-color: #b3cdb7;
}
.table-active, .table-active > th, .table-active > td {
  background-color: #e5f1fa;
}
.table-hover .table-active:hover, .persons-grid .grid-view table .table-active:hover {
  background-color: #d0e5f6;
}
.table-hover .table-active:hover > td, .persons-grid .grid-view table .table-active:hover > td, .table-hover .table-active:hover > th, .persons-grid .grid-view table .table-active:hover > th {
  background-color: #d0e5f6;
}
.table .thead-dark th {
  color: #fff;
  background-color: #323333;
  border-color: #464646;
}
.table .thead-light th {
  color: #4c4c4d;
  background-color: #cacacc;
  border-color: #d6dce3;
}
.table-dark {
  color: #fff;
  background-color: #323333;
}
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #464646;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover, .persons-grid .grid-view table.table-dark tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #4c4c4d;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #979899;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .form-check [type='checkbox']:focus + label.form-control, .form-check [type='radio']:focus + label.form-control, .toggles label input[type='checkbox']:focus + .lever.form-control {
  color: #4c4c4d;
  background-color: #fff;
  border-color: #5c6f82;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 125, 179, 0.25);
}
.form-control::placeholder {
  color: #656566;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e6e9f2;
  opacity: 1;
}
select.form-control:focus::-ms-value, .toggles label input[type='checkbox']:focus + select.lever.form-control::-ms-value {
  color: #4c4c4d;
  background-color: #fff;
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 0);
  padding-bottom: calc(0.375rem + 0);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 0);
  padding-bottom: calc(0.5rem + 0);
  font-size: 1.25rem;
  line-height: 1.6;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 0);
  padding-bottom: calc(0.25rem + 0);
  font-size: 0.875rem;
  line-height: 1.45;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #19191a;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.45em + 0.5rem + 0);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
  border-radius: 2px;
}
.form-control-lg {
  height: calc(1.6em + 1rem + 0);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 8px;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 3rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #5a768a;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.777rem;
  color: #008758;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 135, 88, 1);
  border-radius: 4px;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #008758;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008758' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .form-check [type='checkbox']:focus + label.form-control:valid, .form-check .was-validated [type='checkbox']:focus + label.form-control:valid, .was-validated .form-check [type='radio']:focus + label.form-control:valid, .form-check .was-validated [type='radio']:focus + label.form-control:valid, .was-validated .toggles label input[type='checkbox']:focus + .lever.form-control:valid, .toggles label .was-validated input[type='checkbox']:focus + .lever.form-control:valid, .form-control.is-valid:focus, .form-check [type='checkbox']:focus + label.form-control.is-valid, .form-check [type='radio']:focus + label.form-control.is-valid, .toggles label input[type='checkbox']:focus + .lever.form-control.is-valid {
  border-color: #008758;
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 88, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #008758;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23323333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008758' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .was-validated .form-check [type='checkbox']:focus + label.custom-select:valid, .form-check .was-validated [type='checkbox']:focus + label.custom-select:valid, .was-validated .form-check [type='radio']:focus + label.custom-select:valid, .form-check .was-validated [type='radio']:focus + label.custom-select:valid, .was-validated .toggles label input[type='checkbox']:focus + .lever.custom-select:valid, .toggles label .was-validated input[type='checkbox']:focus + .lever.custom-select:valid, .custom-select.is-valid:focus, .form-check [type='checkbox']:focus + label.custom-select.is-valid, .form-check [type='radio']:focus + label.custom-select.is-valid, .toggles label input[type='checkbox']:focus + .lever.custom-select.is-valid {
  border-color: #008758;
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 88, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008758;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #008758;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #008758;
}
.was-validated .custom-control-input:valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00ba79;
  background-color: #00ba79;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .was-validated .form-check [type='checkbox']:focus + label.custom-control-input:valid ~ .custom-control-label::before, .form-check .was-validated [type='checkbox']:focus + label.custom-control-input:valid ~ .custom-control-label::before, .was-validated .form-check [type='radio']:focus + label.custom-control-input:valid ~ .custom-control-label::before, .form-check .was-validated [type='radio']:focus + label.custom-control-input:valid ~ .custom-control-label::before, .was-validated .toggles label input[type='checkbox']:focus + .lever.custom-control-input:valid ~ .custom-control-label::before, .toggles label .was-validated input[type='checkbox']:focus + .lever.custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before, .form-check [type='checkbox']:focus + label.custom-control-input.is-valid ~ .custom-control-label::before, .form-check [type='radio']:focus + label.custom-control-input.is-valid ~ .custom-control-label::before, .toggles label input[type='checkbox']:focus + .lever.custom-control-input.is-valid ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 88, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .form-check [type='checkbox']:focus + label.custom-control-input:valid:not(:checked) ~ .custom-control-label::before, .form-check .was-validated [type='checkbox']:focus + label.custom-control-input:valid:not(:checked) ~ .custom-control-label::before, .was-validated .form-check [type='radio']:focus + label.custom-control-input:valid:not(:checked) ~ .custom-control-label::before, .form-check .was-validated [type='radio']:focus + label.custom-control-input:valid:not(:checked) ~ .custom-control-label::before, .was-validated .toggles label input[type='checkbox']:focus + .lever.custom-control-input:valid:not(:checked) ~ .custom-control-label::before, .toggles label .was-validated input[type='checkbox']:focus + .lever.custom-control-input:valid:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .form-check [type='checkbox']:focus + label.custom-control-input.is-valid:not(:checked) ~ .custom-control-label::before, .form-check [type='radio']:focus + label.custom-control-input.is-valid:not(:checked) ~ .custom-control-label::before, .toggles label input[type='checkbox']:focus + .lever.custom-control-input.is-valid:not(:checked) ~ .custom-control-label::before {
  border-color: #008758;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008758;
}
.was-validated .custom-file-input:valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .was-validated .form-check [type='checkbox']:focus + label.custom-file-input:valid ~ .custom-file-label, .form-check .was-validated [type='checkbox']:focus + label.custom-file-input:valid ~ .custom-file-label, .was-validated .form-check [type='radio']:focus + label.custom-file-input:valid ~ .custom-file-label, .form-check .was-validated [type='radio']:focus + label.custom-file-input:valid ~ .custom-file-label, .was-validated .toggles label input[type='checkbox']:focus + .lever.custom-file-input:valid ~ .custom-file-label, .toggles label .was-validated input[type='checkbox']:focus + .lever.custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label, .form-check [type='checkbox']:focus + label.custom-file-input.is-valid ~ .custom-file-label, .form-check [type='radio']:focus + label.custom-file-input.is-valid ~ .custom-file-label, .toggles label input[type='checkbox']:focus + .lever.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008758;
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 88, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.777rem;
  color: #d92828;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(217, 40, 40, 1);
  border-radius: 4px;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d92828;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d92828' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d92828' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .form-check [type='checkbox']:focus + label.form-control:invalid, .form-check .was-validated [type='checkbox']:focus + label.form-control:invalid, .was-validated .form-check [type='radio']:focus + label.form-control:invalid, .form-check .was-validated [type='radio']:focus + label.form-control:invalid, .was-validated .toggles label input[type='checkbox']:focus + .lever.form-control:invalid, .toggles label .was-validated input[type='checkbox']:focus + .lever.form-control:invalid, .form-control.is-invalid:focus, .form-check [type='checkbox']:focus + label.form-control.is-invalid, .form-check [type='radio']:focus + label.form-control.is-invalid, .toggles label input[type='checkbox']:focus + .lever.form-control.is-invalid {
  border-color: #d92828;
  box-shadow: 0 0 0 0.2rem rgba(217, 40, 40, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #d92828;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23323333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d92828' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d92828' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .was-validated .form-check [type='checkbox']:focus + label.custom-select:invalid, .form-check .was-validated [type='checkbox']:focus + label.custom-select:invalid, .was-validated .form-check [type='radio']:focus + label.custom-select:invalid, .form-check .was-validated [type='radio']:focus + label.custom-select:invalid, .was-validated .toggles label input[type='checkbox']:focus + .lever.custom-select:invalid, .toggles label .was-validated input[type='checkbox']:focus + .lever.custom-select:invalid, .custom-select.is-invalid:focus, .form-check [type='checkbox']:focus + label.custom-select.is-invalid, .form-check [type='radio']:focus + label.custom-select.is-invalid, .toggles label input[type='checkbox']:focus + .lever.custom-select.is-invalid {
  border-color: #d92828;
  box-shadow: 0 0 0 0.2rem rgba(217, 40, 40, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d92828;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d92828;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d92828;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e15353;
  background-color: #e15353;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .was-validated .form-check [type='checkbox']:focus + label.custom-control-input:invalid ~ .custom-control-label::before, .form-check .was-validated [type='checkbox']:focus + label.custom-control-input:invalid ~ .custom-control-label::before, .was-validated .form-check [type='radio']:focus + label.custom-control-input:invalid ~ .custom-control-label::before, .form-check .was-validated [type='radio']:focus + label.custom-control-input:invalid ~ .custom-control-label::before, .was-validated .toggles label input[type='checkbox']:focus + .lever.custom-control-input:invalid ~ .custom-control-label::before, .toggles label .was-validated input[type='checkbox']:focus + .lever.custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .form-check [type='checkbox']:focus + label.custom-control-input.is-invalid ~ .custom-control-label::before, .form-check [type='radio']:focus + label.custom-control-input.is-invalid ~ .custom-control-label::before, .toggles label input[type='checkbox']:focus + .lever.custom-control-input.is-invalid ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(217, 40, 40, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .form-check [type='checkbox']:focus + label.custom-control-input:invalid:not(:checked) ~ .custom-control-label::before, .form-check .was-validated [type='checkbox']:focus + label.custom-control-input:invalid:not(:checked) ~ .custom-control-label::before, .was-validated .form-check [type='radio']:focus + label.custom-control-input:invalid:not(:checked) ~ .custom-control-label::before, .form-check .was-validated [type='radio']:focus + label.custom-control-input:invalid:not(:checked) ~ .custom-control-label::before, .was-validated .toggles label input[type='checkbox']:focus + .lever.custom-control-input:invalid:not(:checked) ~ .custom-control-label::before, .toggles label .was-validated input[type='checkbox']:focus + .lever.custom-control-input:invalid:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .form-check [type='checkbox']:focus + label.custom-control-input.is-invalid:not(:checked) ~ .custom-control-label::before, .form-check [type='radio']:focus + label.custom-control-input.is-invalid:not(:checked) ~ .custom-control-label::before, .toggles label input[type='checkbox']:focus + .lever.custom-control-input.is-invalid:not(:checked) ~ .custom-control-label::before {
  border-color: #d92828;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d92828;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .was-validated .form-check [type='checkbox']:focus + label.custom-file-input:invalid ~ .custom-file-label, .form-check .was-validated [type='checkbox']:focus + label.custom-file-input:invalid ~ .custom-file-label, .was-validated .form-check [type='radio']:focus + label.custom-file-input:invalid ~ .custom-file-label, .form-check .was-validated [type='radio']:focus + label.custom-file-input:invalid ~ .custom-file-label, .was-validated .toggles label input[type='checkbox']:focus + .lever.custom-file-input:invalid ~ .custom-file-label, .toggles label .was-validated input[type='checkbox']:focus + .lever.custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label, .form-check [type='checkbox']:focus + label.custom-file-input.is-invalid ~ .custom-file-label, .form-check [type='radio']:focus + label.custom-file-input.is-invalid ~ .custom-file-label, .toggles label input[type='checkbox']:focus + .lever.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d92828;
  box-shadow: 0 0 0 0.2rem rgba(217, 40, 40, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn, .banner-covid a.uk-button-primary, .banner-covid a.uk-button-secondary, .banner-covid a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-sosi a, .feedback-button a, .pug-button a, .pnrr-button a, .assistance {
  display: inline-block;
  font-weight: 600;
  color: #19191a;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .banner-covid a.uk-button-primary, .banner-covid a.uk-button-secondary, .banner-covid a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-sosi a, .feedback-button a, .pug-button a, .pnrr-button a, .assistance {
    transition: none;
  }
}
.btn:hover, .banner-covid a.uk-button-primary:hover, .banner-covid a.uk-button-secondary:hover, .banner-covid a.uk-button-danger:hover, .edufehome-banner .btn-container .btn-old-site a:hover, .edufehome-banner .btn-container .btn-sosi a:hover, .feedback-button a:hover, .pug-button a:hover, .pnrr-button a:hover, .assistance:hover {
  color: #19191a;
  text-decoration: none;
}
.btn:focus, .banner-covid a.uk-button-primary:focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary, .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary, .banner-covid a.uk-button-secondary:focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary, .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary, .banner-covid a.uk-button-danger:focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger, .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger, .edufehome-banner .btn-container .btn-old-site a:focus, .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever, .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi a:focus, .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .feedback-button a:focus, .feedback-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .feedback-button input[type='checkbox']:focus + a.lever, .pug-button a:focus, .pug-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-button input[type='checkbox']:focus + a.lever, .pnrr-button a:focus, .pnrr-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-button input[type='checkbox']:focus + a.lever, .assistance:focus, .form-check [type='checkbox']:focus + label.assistance, .form-check [type='radio']:focus + label.assistance, .toggles label input[type='checkbox']:focus + .lever.assistance, .form-check [type='checkbox']:focus + label.btn, .form-check [type='radio']:focus + label.btn, .toggles label input[type='checkbox']:focus + .lever.btn, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever, .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever, .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever, .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever, .toggles label input[type='checkbox']:focus + .assistance.lever, .btn.focus, .banner-covid a.uk-button-primary.focus, .banner-covid a.uk-button-secondary.focus, .banner-covid a.uk-button-danger.focus, .edufehome-banner .btn-container .btn-old-site a.focus, .edufehome-banner .btn-container .btn-sosi a.focus, .feedback-button a.focus, .pug-button a.focus, .pnrr-button a.focus, .assistance.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 125, 179, 0.25);
}
.btn.disabled, .banner-covid a.uk-button-primary.disabled, .banner-covid a.uk-button-secondary.disabled, .banner-covid a.uk-button-danger.disabled, .edufehome-banner .btn-container .btn-old-site a.disabled, .edufehome-banner .btn-container .btn-sosi a.disabled, .feedback-button a.disabled, .pug-button a.disabled, .pnrr-button a.disabled, .assistance.disabled, .btn:disabled, .banner-covid a.uk-button-primary:disabled, .banner-covid a.uk-button-secondary:disabled, .banner-covid a.uk-button-danger:disabled, .edufehome-banner .btn-container .btn-old-site a:disabled, .edufehome-banner .btn-container .btn-sosi a:disabled, .feedback-button a:disabled, .pug-button a:disabled, .pnrr-button a:disabled, .assistance:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active, .banner-covid a.uk-button-primary:not(:disabled):not(.disabled):active, .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled):active, .banner-covid a.uk-button-danger:not(:disabled):not(.disabled):active, .edufehome-banner .btn-container .btn-old-site a:not(:disabled):not(.disabled):active, .edufehome-banner .btn-container .btn-sosi a:not(:disabled):not(.disabled):active, .feedback-button a:not(:disabled):not(.disabled):active, .pug-button a:not(:disabled):not(.disabled):active, .pnrr-button a:not(:disabled):not(.disabled):active, .assistance:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .banner-covid a.uk-button-primary:not(:disabled):not(.disabled).active, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-primary:not(:disabled):not(.disabled), .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled).active, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled), .banner-covid a.uk-button-danger:not(:disabled):not(.disabled).active, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-danger:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-danger:not(:disabled):not(.disabled), .edufehome-banner .btn-container .btn-old-site a:not(:disabled):not(.disabled).active, .edufehome-banner .btn-container .btn-old-site .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-old-site a:not(:disabled):not(.disabled), .edufehome-banner .btn-container .btn-sosi a:not(:disabled):not(.disabled).active, .edufehome-banner .btn-container .btn-sosi .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-sosi a:not(:disabled):not(.disabled), .feedback-button a:not(:disabled):not(.disabled).active, .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button a:not(:disabled):not(.disabled), .pug-button a:not(:disabled):not(.disabled).active, .pug-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pug-button a:not(:disabled):not(.disabled), .pnrr-button a:not(:disabled):not(.disabled).active, .pnrr-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pnrr-button a:not(:disabled):not(.disabled), .assistance:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.assistance:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn:not(:disabled):not(.disabled) {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .banner-covid a.uk-button-primary:not(:disabled):not(.disabled):active:focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled):active, .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled):active, .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled):active:focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled):active, .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled):active, .banner-covid a.uk-button-danger:not(:disabled):not(.disabled):active:focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled):active, .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled):active, .edufehome-banner .btn-container .btn-old-site a:not(:disabled):not(.disabled):active:focus, .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .edufehome-banner .btn-container .btn-sosi a:not(:disabled):not(.disabled):active:focus, .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .feedback-button a:not(:disabled):not(.disabled):active:focus, .feedback-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .toggles label .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .pug-button a:not(:disabled):not(.disabled):active:focus, .pug-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .toggles label .pug-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .pnrr-button a:not(:disabled):not(.disabled):active:focus, .pnrr-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .toggles label .pnrr-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .assistance:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.assistance:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.assistance:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.assistance:not(:disabled):not(.disabled):active, .form-check [type='checkbox']:focus + label.btn:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn:not(:disabled):not(.disabled):active, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled):active, .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled):active, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled):active, .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled):active, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled):active, .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .assistance.lever:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active:focus, .banner-covid a.uk-button-primary:not(:disabled):not(.disabled).active:focus, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-primary:not(:disabled):not(.disabled):focus, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-primary:not(:disabled):not(.disabled):focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled).active, .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled).active, .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled).active:focus, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-secondary:not(:disabled):not(.disabled):focus, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled):focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled).active, .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled).active, .banner-covid a.uk-button-danger:not(:disabled):not(.disabled).active:focus, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-danger:not(:disabled):not(.disabled):focus, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled), .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-danger:not(:disabled):not(.disabled):focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled).active, .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled), .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled).active, .edufehome-banner .btn-container .btn-old-site a:not(:disabled):not(.disabled).active:focus, .edufehome-banner .btn-container .btn-old-site .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled):focus, .edufehome-banner .btn-container .btn-old-site .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .edufehome-banner .btn-container .btn-old-site .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-old-site a:not(:disabled):not(.disabled):focus, .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .edufehome-banner .btn-container .btn-old-site .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .edufehome-banner .btn-container .btn-sosi a:not(:disabled):not(.disabled).active:focus, .edufehome-banner .btn-container .btn-sosi .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled):focus, .edufehome-banner .btn-container .btn-sosi .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .edufehome-banner .btn-container .btn-sosi .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-sosi a:not(:disabled):not(.disabled):focus, .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .edufehome-banner .btn-container .btn-sosi .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .feedback-button a:not(:disabled):not(.disabled).active:focus, .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled):focus, .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button a:not(:disabled):not(.disabled):focus, .feedback-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .feedback-button .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .pug-button a:not(:disabled):not(.disabled).active:focus, .pug-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled):focus, .pug-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .pug-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pug-button a:not(:disabled):not(.disabled):focus, .pug-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .pug-button .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pug-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .pug-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .pnrr-button a:not(:disabled):not(.disabled).active:focus, .pnrr-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled):focus, .pnrr-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .pnrr-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pnrr-button a:not(:disabled):not(.disabled):focus, .pnrr-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .pnrr-button .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pnrr-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .pnrr-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .assistance:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.assistance:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.assistance:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.assistance:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.assistance:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.assistance:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.assistance:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn:not(:disabled):not(.disabled):focus, .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pug-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pnrr-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled), .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .pug-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .pnrr-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.assistance.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn:not(:disabled):not(.disabled).active, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled).active, .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled).active, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled).active, .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled).active, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled).active, .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled), .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .assistance.lever:not(:disabled):not(.disabled).active, .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.assistance.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled), .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 0.2rem rgba(0, 125, 179, 0.25) inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.btn.disabled, .banner-covid a.uk-button-primary.disabled, .banner-covid a.uk-button-secondary.disabled, .banner-covid a.uk-button-danger.disabled, .edufehome-banner .btn-container .btn-old-site a.disabled, .edufehome-banner .btn-container .btn-sosi a.disabled, .feedback-button a.disabled, .pug-button a.disabled, .pnrr-button a.disabled, a.assistance.disabled, fieldset:disabled a.btn, fieldset:disabled .banner-covid a.uk-button-primary, .banner-covid fieldset:disabled a.uk-button-primary, fieldset:disabled .banner-covid a.uk-button-secondary, .banner-covid fieldset:disabled a.uk-button-secondary, fieldset:disabled .banner-covid a.uk-button-danger, .banner-covid fieldset:disabled a.uk-button-danger, fieldset:disabled .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-old-site fieldset:disabled a, fieldset:disabled .edufehome-banner .btn-container .btn-sosi a, .edufehome-banner .btn-container .btn-sosi fieldset:disabled a, fieldset:disabled .feedback-button a, .feedback-button fieldset:disabled a, fieldset:disabled .pug-button a, .pug-button fieldset:disabled a, fieldset:disabled .pnrr-button a, .pnrr-button fieldset:disabled a, fieldset:disabled a.assistance {
  pointer-events: none;
}
.btn.disabled, .banner-covid a.uk-button-primary.disabled, .banner-covid a.uk-button-secondary.disabled, .banner-covid a.uk-button-danger.disabled, .edufehome-banner .btn-container .btn-old-site a.disabled, .edufehome-banner .btn-container .btn-sosi a.disabled, .feedback-button a.disabled, .pug-button a.disabled, .pnrr-button a.disabled, .assistance.disabled {
  cursor: not-allowed;
}
.btn-primary, .banner-covid a.uk-button-primary, .feedback-button a {
  color: #fff;
  background-color: #007db3;
  border-color: #007db3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover, .banner-covid a.uk-button-primary:hover, .feedback-button a:hover {
  color: #fff;
  background-color: #00628d;
  border-color: #005980;
}
.btn-primary:focus, .banner-covid a.uk-button-primary:focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary, .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary, .feedback-button a:focus, .feedback-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .feedback-button input[type='checkbox']:focus + a.lever, .form-check [type='checkbox']:focus + label.btn-primary, .form-check [type='radio']:focus + label.btn-primary, .toggles label input[type='checkbox']:focus + .lever.btn-primary, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever, .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever, .btn-primary.focus, .banner-covid a.uk-button-primary.focus, .feedback-button a.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 125, 179, 0.5);
}
.btn-primary.disabled, .banner-covid a.uk-button-primary.disabled, .feedback-button a.disabled, .btn-primary:disabled, .banner-covid a.uk-button-primary:disabled, .feedback-button a:disabled {
  color: #fff;
  background-color: #007db3;
  border-color: #007db3;
}
.btn-primary:not(:disabled):not(.disabled):active, .banner-covid a.uk-button-primary:not(:disabled):not(.disabled):active, .feedback-button a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .banner-covid a.uk-button-primary:not(:disabled):not(.disabled).active, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-primary:not(:disabled):not(.disabled), .feedback-button a:not(:disabled):not(.disabled).active, .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-primary:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle, .banner-covid .show > a.uk-button-primary.dropdown-toggle, .feedback-button .show > a.dropdown-toggle {
  color: #fff;
  background-color: #005980;
  border-color: #005073;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .banner-covid a.uk-button-primary:not(:disabled):not(.disabled):active:focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled):active, .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled):active, .feedback-button a:not(:disabled):not(.disabled):active:focus, .feedback-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .toggles label .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .form-check [type='checkbox']:focus + label.btn-primary:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-primary:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-primary:not(:disabled):not(.disabled):active, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled):active, .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active:focus, .banner-covid a.uk-button-primary:not(:disabled):not(.disabled).active:focus, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-primary:not(:disabled):not(.disabled):focus, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-primary:not(:disabled):not(.disabled):focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled).active, .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled).active, .feedback-button a:not(:disabled):not(.disabled).active:focus, .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled):focus, .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button a:not(:disabled):not(.disabled):focus, .feedback-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .feedback-button .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-primary:not(:disabled):not(.disabled):focus, .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-primary:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-primary:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-primary:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-primary:not(:disabled):not(.disabled).active, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled).active, .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled).active, .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle:focus, .banner-covid .show > a.uk-button-primary.dropdown-toggle:focus, .banner-covid .toggles label input.show + a.lever.uk-button-primary.dropdown-toggle, .toggles label .banner-covid input[type='checkbox']:focus + .show > a.lever.uk-button-primary.dropdown-toggle, .feedback-button .show > a.dropdown-toggle:focus, .feedback-button .toggles label input.show + a.lever.dropdown-toggle, .toggles label .feedback-button input[type='checkbox']:focus + .show > a.lever.dropdown-toggle, .form-check [type='checkbox'].show + label.btn-primary.dropdown-toggle, .form-check [type='radio'].show + label.btn-primary.dropdown-toggle, .toggles label input.show + .lever.btn-primary.dropdown-toggle, .toggles label .banner-covid input.show + a.uk-button-primary.lever.dropdown-toggle, .banner-covid .toggles label input.show + a.uk-button-primary.lever.dropdown-toggle, .toggles label .feedback-button input.show + a.lever.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 125, 179, 0.5);
}
.btn-secondary, .banner-covid a.uk-button-secondary {
  color: #000;
  background-color: #ffd400;
  border-color: #ffd400;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover, .banner-covid a.uk-button-secondary:hover {
  color: #000;
  background-color: #d9b400;
  border-color: #ca0;
}
.btn-secondary:focus, .banner-covid a.uk-button-secondary:focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary, .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary, .form-check [type='checkbox']:focus + label.btn-secondary, .form-check [type='radio']:focus + label.btn-secondary, .toggles label input[type='checkbox']:focus + .lever.btn-secondary, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever, .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever, .btn-secondary.focus, .banner-covid a.uk-button-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 212, 0, 0.5);
}
.btn-secondary.disabled, .banner-covid a.uk-button-secondary.disabled, .btn-secondary:disabled, .banner-covid a.uk-button-secondary:disabled {
  color: #000;
  background-color: #ffd400;
  border-color: #ffd400;
}
.btn-secondary:not(:disabled):not(.disabled):active, .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled).active, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-secondary:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle, .banner-covid .show > a.uk-button-secondary.dropdown-toggle {
  color: #000;
  background-color: #ca0;
  border-color: #bf9f00;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled):active:focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled):active, .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled):active, .form-check [type='checkbox']:focus + label.btn-secondary:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-secondary:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-secondary:not(:disabled):not(.disabled):active, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled):active, .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active:focus, .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled).active:focus, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-secondary:not(:disabled):not(.disabled):focus, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled):focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled).active, .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-secondary:not(:disabled):not(.disabled):focus, .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-secondary:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-secondary:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-secondary:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-secondary:not(:disabled):not(.disabled).active, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled).active, .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled).active, .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle:focus, .banner-covid .show > a.uk-button-secondary.dropdown-toggle:focus, .banner-covid .toggles label input.show + a.lever.uk-button-secondary.dropdown-toggle, .toggles label .banner-covid input[type='checkbox']:focus + .show > a.lever.uk-button-secondary.dropdown-toggle, .form-check [type='checkbox'].show + label.btn-secondary.dropdown-toggle, .form-check [type='radio'].show + label.btn-secondary.dropdown-toggle, .toggles label input.show + .lever.btn-secondary.dropdown-toggle, .toggles label .banner-covid input.show + a.uk-button-secondary.lever.dropdown-toggle, .banner-covid .toggles label input.show + a.uk-button-secondary.lever.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 212, 0, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #008758;
  border-color: #008758;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: #00613f;
  border-color: #005437;
}
.btn-success:focus, .form-check [type='checkbox']:focus + label.btn-success, .form-check [type='radio']:focus + label.btn-success, .toggles label input[type='checkbox']:focus + .lever.btn-success, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 135, 88, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #008758;
  border-color: #008758;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-success:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #005437;
  border-color: #00472e;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-success:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-success:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-success:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-success:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-success:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-success:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-success:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-success.dropdown-toggle, .form-check [type='radio'].show + label.btn-success.dropdown-toggle, .toggles label input.show + .lever.btn-success.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 135, 88, 0.5);
}
.btn-info, .assistance {
  color: #000;
  background-color: #979899;
  border-color: #979899;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover, .assistance:hover {
  color: #000;
  background-color: #848586;
  border-color: #7e7e80;
}
.btn-info:focus, .assistance:focus, .form-check [type='checkbox']:focus + label.assistance, .form-check [type='radio']:focus + label.assistance, .toggles label input[type='checkbox']:focus + .lever.assistance, .form-check [type='checkbox']:focus + label.btn-info, .form-check [type='radio']:focus + label.btn-info, .toggles label input[type='checkbox']:focus + .lever.btn-info, .toggles label input[type='checkbox']:focus + .assistance.lever, .btn-info.focus, .assistance.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(151, 152, 153, 0.5);
}
.btn-info.disabled, .assistance.disabled, .btn-info:disabled, .assistance:disabled {
  color: #000;
  background-color: #979899;
  border-color: #979899;
}
.btn-info:not(:disabled):not(.disabled):active, .assistance:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .assistance:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.assistance:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-info:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle, .show > .assistance.dropdown-toggle {
  color: #000;
  background-color: #7e7e80;
  border-color: #777879;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .assistance:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.assistance:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.assistance:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.assistance:not(:disabled):not(.disabled):active, .form-check [type='checkbox']:focus + label.btn-info:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-info:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-info:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .assistance.lever:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active:focus, .assistance:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.assistance:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.assistance:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.assistance:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.assistance:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.assistance:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.assistance:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-info:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-info:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.assistance.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-info:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-info:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-info:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-info:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .assistance.lever:not(:disabled):not(.disabled).active, .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.assistance.lever:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle:focus, .show > .assistance.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.assistance.dropdown-toggle, .form-check [type='radio'].show + label.assistance.dropdown-toggle, .toggles label input.show + .lever.assistance.dropdown-toggle, .form-check [type='checkbox'].show + label.btn-info.dropdown-toggle, .form-check [type='radio'].show + label.btn-info.dropdown-toggle, .toggles label input.show + .lever.btn-info.dropdown-toggle, .toggles label input.show + .assistance.lever.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(151, 152, 153, 0.5);
}
.btn-warning {
  color: #fff;
  background-color: #a66300;
  border-color: #a66300;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #fff;
  background-color: #804c00;
  border-color: #734500;
}
.btn-warning:focus, .form-check [type='checkbox']:focus + label.btn-warning, .form-check [type='radio']:focus + label.btn-warning, .toggles label input[type='checkbox']:focus + .lever.btn-warning, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(166, 99, 0, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #a66300;
  border-color: #a66300;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-warning:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #734500;
  border-color: #663d00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-warning:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-warning:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-warning:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-warning:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-warning:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-warning:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-warning:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-warning.dropdown-toggle, .form-check [type='radio'].show + label.btn-warning.dropdown-toggle, .toggles label input.show + .lever.btn-warning.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(166, 99, 0, 0.5);
}
.btn-danger, .banner-covid a.uk-button-danger {
  color: #fff;
  background-color: #d92828;
  border-color: #d92828;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover, .banner-covid a.uk-button-danger:hover {
  color: #fff;
  background-color: #ba2121;
  border-color: #af1f1f;
}
.btn-danger:focus, .banner-covid a.uk-button-danger:focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger, .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger, .form-check [type='checkbox']:focus + label.btn-danger, .form-check [type='radio']:focus + label.btn-danger, .toggles label input[type='checkbox']:focus + .lever.btn-danger, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever, .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever, .btn-danger.focus, .banner-covid a.uk-button-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(217, 40, 40, 0.5);
}
.btn-danger.disabled, .banner-covid a.uk-button-danger.disabled, .btn-danger:disabled, .banner-covid a.uk-button-danger:disabled {
  color: #fff;
  background-color: #d92828;
  border-color: #d92828;
}
.btn-danger:not(:disabled):not(.disabled):active, .banner-covid a.uk-button-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .banner-covid a.uk-button-danger:not(:disabled):not(.disabled).active, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-danger:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-danger:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-danger:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle, .banner-covid .show > a.uk-button-danger.dropdown-toggle {
  color: #fff;
  background-color: #af1f1f;
  border-color: #a41d1d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .banner-covid a.uk-button-danger:not(:disabled):not(.disabled):active:focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled):active, .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled):active, .form-check [type='checkbox']:focus + label.btn-danger:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-danger:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-danger:not(:disabled):not(.disabled):active, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled):active, .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active:focus, .banner-covid a.uk-button-danger:not(:disabled):not(.disabled).active:focus, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-danger:not(:disabled):not(.disabled):focus, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled), .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-danger:not(:disabled):not(.disabled):focus, .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled).active, .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled), .toggles label .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-danger:not(:disabled):not(.disabled):focus, .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-danger:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled), .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-danger:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-danger:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-danger:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-danger:not(:disabled):not(.disabled).active, .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled).active, .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled), .banner-covid .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled).active, .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled), .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-danger.lever:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle:focus, .banner-covid .show > a.uk-button-danger.dropdown-toggle:focus, .banner-covid .toggles label input.show + a.lever.uk-button-danger.dropdown-toggle, .toggles label .banner-covid input[type='checkbox']:focus + .show > a.lever.uk-button-danger.dropdown-toggle, .form-check [type='checkbox'].show + label.btn-danger.dropdown-toggle, .form-check [type='radio'].show + label.btn-danger.dropdown-toggle, .toggles label input.show + .lever.btn-danger.dropdown-toggle, .toggles label .banner-covid input.show + a.uk-button-danger.lever.dropdown-toggle, .banner-covid .toggles label input.show + a.uk-button-danger.lever.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(217, 40, 40, 0.5);
}
.btn-light {
  color: #000;
  background-color: #e9e6f2;
  border-color: #e9e6f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #000;
  background-color: #d3cde5;
  border-color: #ccc4e1;
}
.btn-light:focus, .form-check [type='checkbox']:focus + label.btn-light, .form-check [type='radio']:focus + label.btn-light, .toggles label input[type='checkbox']:focus + .lever.btn-light, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(233, 230, 242, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #000;
  background-color: #e9e6f2;
  border-color: #e9e6f2;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-light:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #ccc4e1;
  border-color: #c4bcdd;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-light:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-light:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-light:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-light:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-light:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-light:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-light:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-light.dropdown-toggle, .form-check [type='radio'].show + label.btn-light.dropdown-toggle, .toggles label input.show + .lever.btn-light.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(233, 230, 242, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #17324d;
  border-color: #17324d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background-color: #0e1f2f;
  border-color: #0b1825;
}
.btn-dark:focus, .form-check [type='checkbox']:focus + label.btn-dark, .form-check [type='radio']:focus + label.btn-dark, .toggles label input[type='checkbox']:focus + .lever.btn-dark, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(23, 50, 77, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #17324d;
  border-color: #17324d;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0b1825;
  border-color: #08121b;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-dark:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-dark:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-dark:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dark:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-dark:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-dark:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-dark.dropdown-toggle, .form-check [type='radio'].show + label.btn-dark.dropdown-toggle, .toggles label input.show + .lever.btn-dark.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 50, 77, 0.5);
}
.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:focus, .form-check [type='checkbox']:focus + label.btn-black, .form-check [type='radio']:focus + label.btn-black, .toggles label input[type='checkbox']:focus + .lever.btn-black, .btn-black.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-black:not(:disabled):not(.disabled), .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-black:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-black:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-black:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-black:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-black:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-black:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-black:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-black.dropdown-toggle, .form-check [type='radio'].show + label.btn-black.dropdown-toggle, .toggles label input.show + .lever.btn-black.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-white:hover {
  color: #000;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .form-check [type='checkbox']:focus + label.btn-white, .form-check [type='radio']:focus + label.btn-white, .toggles label input[type='checkbox']:focus + .lever.btn-white, .btn-white.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-white:not(:disabled):not(.disabled), .show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-white:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-white:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-white:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-white:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-white:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-white:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-white:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-white.dropdown-toggle, .form-check [type='radio'].show + label.btn-white.dropdown-toggle, .toggles label input.show + .lever.btn-white.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-100 {
  color: #000;
  background-color: #e3e4e6;
  border-color: #e3e4e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-100:hover {
  color: #000;
  background-color: #cfd0d3;
  border-color: #c9cacd;
}
.btn-100:focus, .form-check [type='checkbox']:focus + label.btn-100, .form-check [type='radio']:focus + label.btn-100, .toggles label input[type='checkbox']:focus + .lever.btn-100, .btn-100.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(227, 228, 230, 0.5);
}
.btn-100.disabled, .btn-100:disabled {
  color: #000;
  background-color: #e3e4e6;
  border-color: #e3e4e6;
}
.btn-100:not(:disabled):not(.disabled):active, .btn-100:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-100:not(:disabled):not(.disabled), .show > .btn-100.dropdown-toggle {
  color: #000;
  background-color: #c9cacd;
  border-color: #c2c3c7;
}
.btn-100:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-100:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-100:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-100:not(:disabled):not(.disabled):active, .btn-100:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-100:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-100:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-100:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-100:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-100:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-100:not(:disabled):not(.disabled).active, .show > .btn-100.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-100.dropdown-toggle, .form-check [type='radio'].show + label.btn-100.dropdown-toggle, .toggles label input.show + .lever.btn-100.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(227, 228, 230, 0.5);
}
.btn-200 {
  color: #000;
  background-color: #cacacc;
  border-color: #cacacc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-200:hover {
  color: #000;
  background-color: #b6b7b9;
  border-color: #b0b1b3;
}
.btn-200:focus, .form-check [type='checkbox']:focus + label.btn-200, .form-check [type='radio']:focus + label.btn-200, .toggles label input[type='checkbox']:focus + .lever.btn-200, .btn-200.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(202, 202, 204, 0.5);
}
.btn-200.disabled, .btn-200:disabled {
  color: #000;
  background-color: #cacacc;
  border-color: #cacacc;
}
.btn-200:not(:disabled):not(.disabled):active, .btn-200:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-200:not(:disabled):not(.disabled), .show > .btn-200.dropdown-toggle {
  color: #000;
  background-color: #b0b1b3;
  border-color: #a9aaad;
}
.btn-200:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-200:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-200:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-200:not(:disabled):not(.disabled):active, .btn-200:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-200:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-200:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-200:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-200:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-200:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-200:not(:disabled):not(.disabled).active, .show > .btn-200.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-200.dropdown-toggle, .form-check [type='radio'].show + label.btn-200.dropdown-toggle, .toggles label input.show + .lever.btn-200.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(202, 202, 204, 0.5);
}
.btn-300 {
  color: #000;
  background-color: #b1b1b3;
  border-color: #b1b1b3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-300:hover {
  color: #000;
  background-color: #9d9ea0;
  border-color: #979899;
}
.btn-300:focus, .form-check [type='checkbox']:focus + label.btn-300, .form-check [type='radio']:focus + label.btn-300, .toggles label input[type='checkbox']:focus + .lever.btn-300, .btn-300.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(177, 177, 179, 0.5);
}
.btn-300.disabled, .btn-300:disabled {
  color: #000;
  background-color: #b1b1b3;
  border-color: #b1b1b3;
}
.btn-300:not(:disabled):not(.disabled):active, .btn-300:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-300:not(:disabled):not(.disabled), .show > .btn-300.dropdown-toggle {
  color: #000;
  background-color: #979899;
  border-color: #909193;
}
.btn-300:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-300:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-300:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-300:not(:disabled):not(.disabled):active, .btn-300:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-300:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-300:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-300:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-300:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-300:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-300:not(:disabled):not(.disabled).active, .show > .btn-300.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-300.dropdown-toggle, .form-check [type='radio'].show + label.btn-300.dropdown-toggle, .toggles label input.show + .lever.btn-300.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(177, 177, 179, 0.5);
}
.btn-400 {
  color: #000;
  background-color: #979899;
  border-color: #979899;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-400:hover {
  color: #000;
  background-color: #848586;
  border-color: #7e7e80;
}
.btn-400:focus, .form-check [type='checkbox']:focus + label.btn-400, .form-check [type='radio']:focus + label.btn-400, .toggles label input[type='checkbox']:focus + .lever.btn-400, .btn-400.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(151, 152, 153, 0.5);
}
.btn-400.disabled, .btn-400:disabled {
  color: #000;
  background-color: #979899;
  border-color: #979899;
}
.btn-400:not(:disabled):not(.disabled):active, .btn-400:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-400:not(:disabled):not(.disabled), .show > .btn-400.dropdown-toggle {
  color: #000;
  background-color: #7e7e80;
  border-color: #777879;
}
.btn-400:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-400:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-400:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-400:not(:disabled):not(.disabled):active, .btn-400:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-400:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-400:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-400:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-400:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-400:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-400:not(:disabled):not(.disabled).active, .show > .btn-400.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-400.dropdown-toggle, .form-check [type='radio'].show + label.btn-400.dropdown-toggle, .toggles label input.show + .lever.btn-400.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(151, 152, 153, 0.5);
}
.btn-500 {
  color: #000;
  background-color: #7e7f80;
  border-color: #7e7f80;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-500:hover {
  color: #fff;
  background-color: #6b6b6c;
  border-color: #656566;
}
.btn-500:focus, .form-check [type='checkbox']:focus + label.btn-500, .form-check [type='radio']:focus + label.btn-500, .toggles label input[type='checkbox']:focus + .lever.btn-500, .btn-500.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(126, 127, 128, 0.5);
}
.btn-500.disabled, .btn-500:disabled {
  color: #000;
  background-color: #7e7f80;
  border-color: #7e7f80;
}
.btn-500:not(:disabled):not(.disabled):active, .btn-500:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-500:not(:disabled):not(.disabled), .show > .btn-500.dropdown-toggle {
  color: #fff;
  background-color: #656566;
  border-color: #5f5f5f;
}
.btn-500:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-500:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-500:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-500:not(:disabled):not(.disabled):active, .btn-500:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-500:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-500:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-500:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-500:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-500:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-500:not(:disabled):not(.disabled).active, .show > .btn-500.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-500.dropdown-toggle, .form-check [type='radio'].show + label.btn-500.dropdown-toggle, .toggles label input.show + .lever.btn-500.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(126, 127, 128, 0.5);
}
.btn-600 {
  color: #fff;
  background-color: #656566;
  border-color: #656566;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-600:hover {
  color: #fff;
  background-color: #525253;
  border-color: #4c4c4c;
}
.btn-600:focus, .form-check [type='checkbox']:focus + label.btn-600, .form-check [type='radio']:focus + label.btn-600, .toggles label input[type='checkbox']:focus + .lever.btn-600, .btn-600.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(101, 101, 102, 0.5);
}
.btn-600.disabled, .btn-600:disabled {
  color: #fff;
  background-color: #656566;
  border-color: #656566;
}
.btn-600:not(:disabled):not(.disabled):active, .btn-600:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-600:not(:disabled):not(.disabled), .show > .btn-600.dropdown-toggle {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #454546;
}
.btn-600:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-600:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-600:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-600:not(:disabled):not(.disabled):active, .btn-600:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-600:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-600:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-600:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-600:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-600:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-600:not(:disabled):not(.disabled).active, .show > .btn-600.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-600.dropdown-toggle, .form-check [type='radio'].show + label.btn-600.dropdown-toggle, .toggles label input.show + .lever.btn-600.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(101, 101, 102, 0.5);
}
.btn-700 {
  color: #fff;
  background-color: #4c4c4d;
  border-color: #4c4c4d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-700:hover {
  color: #fff;
  background-color: #393939;
  border-color: #333;
}
.btn-700:focus, .form-check [type='checkbox']:focus + label.btn-700, .form-check [type='radio']:focus + label.btn-700, .toggles label input[type='checkbox']:focus + .lever.btn-700, .btn-700.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(76, 76, 77, 0.5);
}
.btn-700.disabled, .btn-700:disabled {
  color: #fff;
  background-color: #4c4c4d;
  border-color: #4c4c4d;
}
.btn-700:not(:disabled):not(.disabled):active, .btn-700:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-700:not(:disabled):not(.disabled), .show > .btn-700.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #2c2c2c;
}
.btn-700:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-700:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-700:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-700:not(:disabled):not(.disabled):active, .btn-700:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-700:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-700:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-700:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-700:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-700:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-700:not(:disabled):not(.disabled).active, .show > .btn-700.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-700.dropdown-toggle, .form-check [type='radio'].show + label.btn-700.dropdown-toggle, .toggles label input.show + .lever.btn-700.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 76, 77, 0.5);
}
.btn-800 {
  color: #fff;
  background-color: #323333;
  border-color: #323333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-800:hover {
  color: #fff;
  background-color: #202020;
  border-color: #191919;
}
.btn-800:focus, .form-check [type='checkbox']:focus + label.btn-800, .form-check [type='radio']:focus + label.btn-800, .toggles label input[type='checkbox']:focus + .lever.btn-800, .btn-800.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(50, 51, 51, 0.5);
}
.btn-800.disabled, .btn-800:disabled {
  color: #fff;
  background-color: #323333;
  border-color: #323333;
}
.btn-800:not(:disabled):not(.disabled):active, .btn-800:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-800:not(:disabled):not(.disabled), .show > .btn-800.dropdown-toggle {
  color: #fff;
  background-color: #191919;
  border-color: #131313;
}
.btn-800:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-800:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-800:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-800:not(:disabled):not(.disabled):active, .btn-800:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-800:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-800:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-800:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-800:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-800:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-800:not(:disabled):not(.disabled).active, .show > .btn-800.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-800.dropdown-toggle, .form-check [type='radio'].show + label.btn-800.dropdown-toggle, .toggles label input.show + .lever.btn-800.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(50, 51, 51, 0.5);
}
.btn-900 {
  color: #fff;
  background-color: #19191a;
  border-color: #19191a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-900:hover {
  color: #fff;
  background-color: #060606;
  border-color: #000;
}
.btn-900:focus, .form-check [type='checkbox']:focus + label.btn-900, .form-check [type='radio']:focus + label.btn-900, .toggles label input[type='checkbox']:focus + .lever.btn-900, .btn-900.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(25, 25, 26, 0.5);
}
.btn-900.disabled, .btn-900:disabled {
  color: #fff;
  background-color: #19191a;
  border-color: #19191a;
}
.btn-900:not(:disabled):not(.disabled):active, .btn-900:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-900:not(:disabled):not(.disabled), .show > .btn-900.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-900:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-900:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-900:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-900:not(:disabled):not(.disabled):active, .btn-900:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-900:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-900:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-900:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-900:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-900:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-900:not(:disabled):not(.disabled).active, .show > .btn-900.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-900.dropdown-toggle, .form-check [type='radio'].show + label.btn-900.dropdown-toggle, .toggles label input.show + .lever.btn-900.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(25, 25, 26, 0.5);
}
.btn-tertiary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-tertiary:focus, .form-check [type='checkbox']:focus + label.btn-tertiary, .form-check [type='radio']:focus + label.btn-tertiary, .toggles label input[type='checkbox']:focus + .lever.btn-tertiary, .btn-tertiary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-tertiary:not(:disabled):not(.disabled), .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-tertiary:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-tertiary:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-tertiary:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-tertiary:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-tertiary:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-tertiary:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-tertiary:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-tertiary.dropdown-toggle, .form-check [type='radio'].show + label.btn-tertiary.dropdown-toggle, .toggles label input.show + .lever.btn-tertiary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-card-preference-bg {
  color: #000;
  background-color: #e1f5e5;
  border-color: #e1f5e5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-card-preference-bg:hover {
  color: #000;
  background-color: #c5ebcb;
  border-color: #bbe8c3;
}
.btn-card-preference-bg:focus, .form-check [type='checkbox']:focus + label.btn-card-preference-bg, .form-check [type='radio']:focus + label.btn-card-preference-bg, .toggles label input[type='checkbox']:focus + .lever.btn-card-preference-bg, .btn-card-preference-bg.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(225, 245, 229, 0.5);
}
.btn-card-preference-bg.disabled, .btn-card-preference-bg:disabled {
  color: #000;
  background-color: #e1f5e5;
  border-color: #e1f5e5;
}
.btn-card-preference-bg:not(:disabled):not(.disabled):active, .btn-card-preference-bg:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-card-preference-bg:not(:disabled):not(.disabled), .show > .btn-card-preference-bg.dropdown-toggle {
  color: #000;
  background-color: #bbe8c3;
  border-color: #b2e4bb;
}
.btn-card-preference-bg:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-card-preference-bg:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-card-preference-bg:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-card-preference-bg:not(:disabled):not(.disabled):active, .btn-card-preference-bg:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-card-preference-bg:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-card-preference-bg:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-card-preference-bg:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-card-preference-bg:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-card-preference-bg:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-card-preference-bg:not(:disabled):not(.disabled).active, .show > .btn-card-preference-bg.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-card-preference-bg.dropdown-toggle, .form-check [type='radio'].show + label.btn-card-preference-bg.dropdown-toggle, .toggles label input.show + .lever.btn-card-preference-bg.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 245, 229, 0.5);
}
.btn-tags-list-bg {
  color: #000;
  background-color: #e1f5e5;
  border-color: #e1f5e5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-tags-list-bg:hover {
  color: #000;
  background-color: #c5ebcb;
  border-color: #bbe8c3;
}
.btn-tags-list-bg:focus, .form-check [type='checkbox']:focus + label.btn-tags-list-bg, .form-check [type='radio']:focus + label.btn-tags-list-bg, .toggles label input[type='checkbox']:focus + .lever.btn-tags-list-bg, .btn-tags-list-bg.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(225, 245, 229, 0.5);
}
.btn-tags-list-bg.disabled, .btn-tags-list-bg:disabled {
  color: #000;
  background-color: #e1f5e5;
  border-color: #e1f5e5;
}
.btn-tags-list-bg:not(:disabled):not(.disabled):active, .btn-tags-list-bg:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-tags-list-bg:not(:disabled):not(.disabled), .show > .btn-tags-list-bg.dropdown-toggle {
  color: #000;
  background-color: #bbe8c3;
  border-color: #b2e4bb;
}
.btn-tags-list-bg:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-tags-list-bg:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-tags-list-bg:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-tags-list-bg:not(:disabled):not(.disabled):active, .btn-tags-list-bg:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-tags-list-bg:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-tags-list-bg:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-tags-list-bg:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-tags-list-bg:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-tags-list-bg:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-tags-list-bg:not(:disabled):not(.disabled).active, .show > .btn-tags-list-bg.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-tags-list-bg.dropdown-toggle, .form-check [type='radio'].show + label.btn-tags-list-bg.dropdown-toggle, .toggles label input.show + .lever.btn-tags-list-bg.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 245, 229, 0.5);
}
.btn-tooltip-bg {
  color: #fff;
  background-color: #5e7887;
  border-color: #5e7887;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-tooltip-bg:hover {
  color: #fff;
  background-color: #4e6470;
  border-color: #495d69;
}
.btn-tooltip-bg:focus, .form-check [type='checkbox']:focus + label.btn-tooltip-bg, .form-check [type='radio']:focus + label.btn-tooltip-bg, .toggles label input[type='checkbox']:focus + .lever.btn-tooltip-bg, .btn-tooltip-bg.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(94, 120, 135, 0.5);
}
.btn-tooltip-bg.disabled, .btn-tooltip-bg:disabled {
  color: #fff;
  background-color: #5e7887;
  border-color: #5e7887;
}
.btn-tooltip-bg:not(:disabled):not(.disabled):active, .btn-tooltip-bg:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-tooltip-bg:not(:disabled):not(.disabled), .show > .btn-tooltip-bg.dropdown-toggle {
  color: #fff;
  background-color: #495d69;
  border-color: #445761;
}
.btn-tooltip-bg:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-tooltip-bg:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-tooltip-bg:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-tooltip-bg:not(:disabled):not(.disabled):active, .btn-tooltip-bg:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-tooltip-bg:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-tooltip-bg:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-tooltip-bg:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-tooltip-bg:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-tooltip-bg:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-tooltip-bg:not(:disabled):not(.disabled).active, .show > .btn-tooltip-bg.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-tooltip-bg.dropdown-toggle, .form-check [type='radio'].show + label.btn-tooltip-bg.dropdown-toggle, .toggles label input.show + .lever.btn-tooltip-bg.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(94, 120, 135, 0.5);
}
.btn-text-muted {
  color: #fff;
  background-color: #435960;
  border-color: #435960;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-text-muted:hover {
  color: #fff;
  background-color: #334449;
  border-color: #2e3d42;
}
.btn-text-muted:focus, .form-check [type='checkbox']:focus + label.btn-text-muted, .form-check [type='radio']:focus + label.btn-text-muted, .toggles label input[type='checkbox']:focus + .lever.btn-text-muted, .btn-text-muted.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(67, 89, 96, 0.5);
}
.btn-text-muted.disabled, .btn-text-muted:disabled {
  color: #fff;
  background-color: #435960;
  border-color: #435960;
}
.btn-text-muted:not(:disabled):not(.disabled):active, .btn-text-muted:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-text-muted:not(:disabled):not(.disabled), .show > .btn-text-muted.dropdown-toggle {
  color: #fff;
  background-color: #2e3d42;
  border-color: #29363a;
}
.btn-text-muted:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-text-muted:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-text-muted:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-text-muted:not(:disabled):not(.disabled):active, .btn-text-muted:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-text-muted:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-text-muted:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-text-muted:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-text-muted:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-text-muted:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-text-muted:not(:disabled):not(.disabled).active, .show > .btn-text-muted.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-text-muted.dropdown-toggle, .form-check [type='radio'].show + label.btn-text-muted.dropdown-toggle, .toggles label input.show + .lever.btn-text-muted.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(67, 89, 96, 0.5);
}
.btn-linkedin {
  color: #fff;
  background-color: #0177b5;
  border-color: #0177b5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #015e8f;
  border-color: #015682;
}
.btn-linkedin:focus, .form-check [type='checkbox']:focus + label.btn-linkedin, .form-check [type='radio']:focus + label.btn-linkedin, .toggles label input[type='checkbox']:focus + .lever.btn-linkedin, .btn-linkedin.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(1, 119, 181, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #0177b5;
  border-color: #0177b5;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-linkedin:not(:disabled):not(.disabled), .show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #015682;
  border-color: #014d76;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-linkedin:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-linkedin:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-linkedin:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-linkedin:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-linkedin:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-linkedin:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-linkedin:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-linkedin.dropdown-toggle, .form-check [type='radio'].show + label.btn-linkedin.dropdown-toggle, .toggles label input.show + .lever.btn-linkedin.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(1, 119, 181, 0.5);
}
.btn-facebook {
  color: #fff;
  background-color: #4867aa;
  border-color: #4867aa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-facebook:hover {
  color: #fff;
  background-color: #3d578f;
  border-color: #395186;
}
.btn-facebook:focus, .form-check [type='checkbox']:focus + label.btn-facebook, .form-check [type='radio']:focus + label.btn-facebook, .toggles label input[type='checkbox']:focus + .lever.btn-facebook, .btn-facebook.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 103, 170, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #4867aa;
  border-color: #4867aa;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-facebook:not(:disabled):not(.disabled), .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #395186;
  border-color: #354c7d;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-facebook:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-facebook:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-facebook:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-facebook:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-facebook:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-facebook:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-facebook:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-facebook.dropdown-toggle, .form-check [type='radio'].show + label.btn-facebook.dropdown-toggle, .toggles label input.show + .lever.btn-facebook.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 103, 170, 0.5);
}
.btn-google {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-google:hover {
  color: #fff;
  background-color: #e12717;
  border-color: #d62516;
}
.btn-google:focus, .form-check [type='checkbox']:focus + label.btn-google, .form-check [type='radio']:focus + label.btn-google, .toggles label input[type='checkbox']:focus + .lever.btn-google, .btn-google.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
}
.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-google:not(:disabled):not(.disabled), .show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #d62516;
  border-color: #ca2315;
}
.btn-google:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-google:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-google:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-google:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-google:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-google:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-google:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-google:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-google.dropdown-toggle, .form-check [type='radio'].show + label.btn-google.dropdown-toggle, .toggles label input.show + .lever.btn-google.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
}
.btn-twitter {
  color: #000;
  background-color: #32ccfe;
  border-color: #32ccfe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-twitter:hover {
  color: #000;
  background-color: #0cc3fe;
  border-color: #01befc;
}
.btn-twitter:focus, .form-check [type='checkbox']:focus + label.btn-twitter, .form-check [type='radio']:focus + label.btn-twitter, .toggles label input[type='checkbox']:focus + .lever.btn-twitter, .btn-twitter.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(50, 204, 254, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #000;
  background-color: #32ccfe;
  border-color: #32ccfe;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-twitter:not(:disabled):not(.disabled), .show > .btn-twitter.dropdown-toggle {
  color: #000;
  background-color: #01befc;
  border-color: #01b5ef;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-twitter:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-twitter:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-twitter:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-twitter:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-twitter:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-twitter:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-twitter:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-twitter.dropdown-toggle, .form-check [type='radio'].show + label.btn-twitter.dropdown-toggle, .toggles label input.show + .lever.btn-twitter.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(50, 204, 254, 0.5);
}
.btn-youtube {
  color: #fff;
  background-color: #be1b1e;
  border-color: #be1b1e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-youtube:hover {
  color: #fff;
  background-color: #9d1619;
  border-color: #911517;
}
.btn-youtube:focus, .form-check [type='checkbox']:focus + label.btn-youtube, .form-check [type='radio']:focus + label.btn-youtube, .toggles label input[type='checkbox']:focus + .lever.btn-youtube, .btn-youtube.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(190, 27, 30, 0.5);
}
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #be1b1e;
  border-color: #be1b1e;
}
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-youtube:not(:disabled):not(.disabled), .show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #911517;
  border-color: #861315;
}
.btn-youtube:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-youtube:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-youtube:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-youtube:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-youtube:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-youtube:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-youtube:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-youtube:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-youtube.dropdown-toggle, .form-check [type='radio'].show + label.btn-youtube.dropdown-toggle, .toggles label input.show + .lever.btn-youtube.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(190, 27, 30, 0.5);
}
.btn-spid {
  color: #fff;
  background-color: #06c;
  border-color: #06c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-spid:hover {
  color: #fff;
  background-color: #0053a6;
  border-color: #004c99;
}
.btn-spid:focus, .form-check [type='checkbox']:focus + label.btn-spid, .form-check [type='radio']:focus + label.btn-spid, .toggles label input[type='checkbox']:focus + .lever.btn-spid, .btn-spid.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 102, 204, 0.5);
}
.btn-spid.disabled, .btn-spid:disabled {
  color: #fff;
  background-color: #06c;
  border-color: #06c;
}
.btn-spid:not(:disabled):not(.disabled):active, .btn-spid:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-spid:not(:disabled):not(.disabled), .show > .btn-spid.dropdown-toggle {
  color: #fff;
  background-color: #004c99;
  border-color: #00468c;
}
.btn-spid:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-spid:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-spid:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-spid:not(:disabled):not(.disabled):active, .btn-spid:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-spid:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-spid:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-spid:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-spid:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-spid:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-spid:not(:disabled):not(.disabled).active, .show > .btn-spid.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-spid.dropdown-toggle, .form-check [type='radio'].show + label.btn-spid.dropdown-toggle, .toggles label input.show + .lever.btn-spid.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 102, 204, 0.5);
}
.btn-google-drive {
  color: #000;
  background-color: #3c83f7;
  border-color: #3c83f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-google-drive:hover {
  color: #fff;
  background-color: #176cf5;
  border-color: #0b64f5;
}
.btn-google-drive:focus, .form-check [type='checkbox']:focus + label.btn-google-drive, .form-check [type='radio']:focus + label.btn-google-drive, .toggles label input[type='checkbox']:focus + .lever.btn-google-drive, .btn-google-drive.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(60, 131, 247, 0.5);
}
.btn-google-drive.disabled, .btn-google-drive:disabled {
  color: #000;
  background-color: #3c83f7;
  border-color: #3c83f7;
}
.btn-google-drive:not(:disabled):not(.disabled):active, .btn-google-drive:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-google-drive:not(:disabled):not(.disabled), .show > .btn-google-drive.dropdown-toggle {
  color: #fff;
  background-color: #0b64f5;
  border-color: #0a5fea;
}
.btn-google-drive:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-google-drive:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-google-drive:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-google-drive:not(:disabled):not(.disabled):active, .btn-google-drive:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-google-drive:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-google-drive:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-google-drive:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-google-drive:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-google-drive:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-google-drive:not(:disabled):not(.disabled).active, .show > .btn-google-drive.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-google-drive.dropdown-toggle, .form-check [type='radio'].show + label.btn-google-drive.dropdown-toggle, .toggles label input.show + .lever.btn-google-drive.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(60, 131, 247, 0.5);
}
.btn-dark-gray {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark-gray:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-dark-gray:focus, .form-check [type='checkbox']:focus + label.btn-dark-gray, .form-check [type='radio']:focus + label.btn-dark-gray, .toggles label input[type='checkbox']:focus + .lever.btn-dark-gray, .btn-dark-gray.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-dark-gray.disabled, .btn-dark-gray:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-gray:not(:disabled):not(.disabled), .show > .btn-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-dark-gray:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-dark-gray:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-dark-gray:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-gray:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-dark-gray:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dark-gray:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-dark-gray:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-dark-gray:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-gray:not(:disabled):not(.disabled).active, .show > .btn-dark-gray.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-dark-gray.dropdown-toggle, .form-check [type='radio'].show + label.btn-dark-gray.dropdown-toggle, .toggles label input.show + .lever.btn-dark-gray.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-card-gray, .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-sosi a {
  color: #fff;
  background-color: #455b71;
  border-color: #455b71;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-card-gray:hover, .edufehome-banner .btn-container .btn-old-site a:hover, .edufehome-banner .btn-container .btn-sosi a:hover {
  color: #fff;
  background-color: #364859;
  border-color: #324251;
}
.btn-card-gray:focus, .edufehome-banner .btn-container .btn-old-site a:focus, .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever, .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi a:focus, .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .form-check [type='checkbox']:focus + label.btn-card-gray, .form-check [type='radio']:focus + label.btn-card-gray, .toggles label input[type='checkbox']:focus + .lever.btn-card-gray, .btn-card-gray.focus, .edufehome-banner .btn-container .btn-old-site a.focus, .edufehome-banner .btn-container .btn-sosi a.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(69, 91, 113, 0.5);
}
.btn-card-gray.disabled, .edufehome-banner .btn-container .btn-old-site a.disabled, .edufehome-banner .btn-container .btn-sosi a.disabled, .btn-card-gray:disabled, .edufehome-banner .btn-container .btn-old-site a:disabled, .edufehome-banner .btn-container .btn-sosi a:disabled {
  color: #fff;
  background-color: #455b71;
  border-color: #455b71;
}
.btn-card-gray:not(:disabled):not(.disabled):active, .edufehome-banner .btn-container .btn-old-site a:not(:disabled):not(.disabled):active, .edufehome-banner .btn-container .btn-sosi a:not(:disabled):not(.disabled):active, .btn-card-gray:not(:disabled):not(.disabled).active, .edufehome-banner .btn-container .btn-old-site a:not(:disabled):not(.disabled).active, .edufehome-banner .btn-container .btn-old-site .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-old-site a:not(:disabled):not(.disabled), .edufehome-banner .btn-container .btn-sosi a:not(:disabled):not(.disabled).active, .edufehome-banner .btn-container .btn-sosi .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-sosi a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-card-gray:not(:disabled):not(.disabled), .show > .btn-card-gray.dropdown-toggle, .edufehome-banner .btn-container .btn-old-site .show > a.dropdown-toggle, .edufehome-banner .btn-container .btn-sosi .show > a.dropdown-toggle {
  color: #fff;
  background-color: #324251;
  border-color: #2d3b49;
}
.btn-card-gray:not(:disabled):not(.disabled):active:focus, .edufehome-banner .btn-container .btn-old-site a:not(:disabled):not(.disabled):active:focus, .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .edufehome-banner .btn-container .btn-sosi a:not(:disabled):not(.disabled):active:focus, .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .form-check [type='checkbox']:focus + label.btn-card-gray:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-card-gray:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-card-gray:not(:disabled):not(.disabled):active, .btn-card-gray:not(:disabled):not(.disabled).active:focus, .edufehome-banner .btn-container .btn-old-site a:not(:disabled):not(.disabled).active:focus, .edufehome-banner .btn-container .btn-old-site .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled):focus, .edufehome-banner .btn-container .btn-old-site .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .edufehome-banner .btn-container .btn-old-site .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-old-site a:not(:disabled):not(.disabled):focus, .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .edufehome-banner .btn-container .btn-old-site .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .edufehome-banner .btn-container .btn-sosi a:not(:disabled):not(.disabled).active:focus, .edufehome-banner .btn-container .btn-sosi .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled):focus, .edufehome-banner .btn-container .btn-sosi .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .edufehome-banner .btn-container .btn-sosi .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-sosi a:not(:disabled):not(.disabled):focus, .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .edufehome-banner .btn-container .btn-sosi .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-card-gray:not(:disabled):not(.disabled):focus, .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-card-gray:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-card-gray:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-card-gray:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-card-gray:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-card-gray:not(:disabled):not(.disabled).active, .show > .btn-card-gray.dropdown-toggle:focus, .edufehome-banner .btn-container .btn-old-site .show > a.dropdown-toggle:focus, .edufehome-banner .btn-container .btn-old-site .toggles label input.show + a.lever.dropdown-toggle, .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + .show > a.lever.dropdown-toggle, .edufehome-banner .btn-container .btn-sosi .show > a.dropdown-toggle:focus, .edufehome-banner .btn-container .btn-sosi .toggles label input.show + a.lever.dropdown-toggle, .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + .show > a.lever.dropdown-toggle, .form-check [type='checkbox'].show + label.btn-card-gray.dropdown-toggle, .form-check [type='radio'].show + label.btn-card-gray.dropdown-toggle, .toggles label input.show + .lever.btn-card-gray.dropdown-toggle, .toggles label .edufehome-banner .btn-container .btn-old-site input.show + a.lever.dropdown-toggle, .toggles label .edufehome-banner .btn-container .btn-sosi input.show + a.lever.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(69, 91, 113, 0.5);
}
.btn-green-fe {
  color: #fff;
  background-color: #338c32;
  border-color: #338c32;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-green-fe:hover {
  color: #fff;
  background-color: #297028;
  border-color: #256625;
}
.btn-green-fe:focus, .form-check [type='checkbox']:focus + label.btn-green-fe, .form-check [type='radio']:focus + label.btn-green-fe, .toggles label input[type='checkbox']:focus + .lever.btn-green-fe, .btn-green-fe.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(51, 140, 50, 0.5);
}
.btn-green-fe.disabled, .btn-green-fe:disabled {
  color: #fff;
  background-color: #338c32;
  border-color: #338c32;
}
.btn-green-fe:not(:disabled):not(.disabled):active, .btn-green-fe:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-fe:not(:disabled):not(.disabled), .show > .btn-green-fe.dropdown-toggle {
  color: #fff;
  background-color: #256625;
  border-color: #225d21;
}
.btn-green-fe:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-green-fe:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-green-fe:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-green-fe:not(:disabled):not(.disabled):active, .btn-green-fe:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-fe:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-green-fe:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-green-fe:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-green-fe:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-green-fe:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-green-fe:not(:disabled):not(.disabled).active, .show > .btn-green-fe.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-green-fe.dropdown-toggle, .form-check [type='radio'].show + label.btn-green-fe.dropdown-toggle, .toggles label input.show + .lever.btn-green-fe.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 140, 50, 0.5);
}
.btn-light-edufe-header {
  color: #000;
  background-color: #fff2db;
  border-color: #fff2db;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light-edufe-header:hover {
  color: #000;
  background-color: #ffe4b5;
  border-color: #ffe0a8;
}
.btn-light-edufe-header:focus, .form-check [type='checkbox']:focus + label.btn-light-edufe-header, .form-check [type='radio']:focus + label.btn-light-edufe-header, .toggles label input[type='checkbox']:focus + .lever.btn-light-edufe-header, .btn-light-edufe-header.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 242, 219, 0.5);
}
.btn-light-edufe-header.disabled, .btn-light-edufe-header:disabled {
  color: #000;
  background-color: #fff2db;
  border-color: #fff2db;
}
.btn-light-edufe-header:not(:disabled):not(.disabled):active, .btn-light-edufe-header:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-light-edufe-header:not(:disabled):not(.disabled), .show > .btn-light-edufe-header.dropdown-toggle {
  color: #000;
  background-color: #ffe0a8;
  border-color: #ffdb9b;
}
.btn-light-edufe-header:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-light-edufe-header:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-light-edufe-header:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-light-edufe-header:not(:disabled):not(.disabled):active, .btn-light-edufe-header:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-light-edufe-header:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-light-edufe-header:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-light-edufe-header:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-light-edufe-header:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-light-edufe-header:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-light-edufe-header:not(:disabled):not(.disabled).active, .show > .btn-light-edufe-header.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-light-edufe-header.dropdown-toggle, .form-check [type='radio'].show + label.btn-light-edufe-header.dropdown-toggle, .toggles label input.show + .lever.btn-light-edufe-header.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 242, 219, 0.5);
}
.btn-dark-edufe-header {
  color: #000;
  background-color: #ffd48c;
  border-color: #ffd48c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark-edufe-header:hover {
  color: #000;
  background-color: #ffc666;
  border-color: #ffc159;
}
.btn-dark-edufe-header:focus, .form-check [type='checkbox']:focus + label.btn-dark-edufe-header, .form-check [type='radio']:focus + label.btn-dark-edufe-header, .toggles label input[type='checkbox']:focus + .lever.btn-dark-edufe-header, .btn-dark-edufe-header.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 212, 140, 0.5);
}
.btn-dark-edufe-header.disabled, .btn-dark-edufe-header:disabled {
  color: #000;
  background-color: #ffd48c;
  border-color: #ffd48c;
}
.btn-dark-edufe-header:not(:disabled):not(.disabled):active, .btn-dark-edufe-header:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-edufe-header:not(:disabled):not(.disabled), .show > .btn-dark-edufe-header.dropdown-toggle {
  color: #000;
  background-color: #ffc159;
  border-color: #ffbc4c;
}
.btn-dark-edufe-header:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-dark-edufe-header:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-dark-edufe-header:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-edufe-header:not(:disabled):not(.disabled):active, .btn-dark-edufe-header:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-edufe-header:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-dark-edufe-header:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dark-edufe-header:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-dark-edufe-header:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-dark-edufe-header:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-edufe-header:not(:disabled):not(.disabled).active, .show > .btn-dark-edufe-header.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-dark-edufe-header.dropdown-toggle, .form-check [type='radio'].show + label.btn-dark-edufe-header.dropdown-toggle, .toggles label input.show + .lever.btn-dark-edufe-header.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 212, 140, 0.5);
}
.btn-pink-edufe-header {
  color: #000;
  background-color: #dc7e72;
  border-color: #dc7e72;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-pink-edufe-header:hover {
  color: #000;
  background-color: #d46253;
  border-color: #d25949;
}
.btn-pink-edufe-header:focus, .form-check [type='checkbox']:focus + label.btn-pink-edufe-header, .form-check [type='radio']:focus + label.btn-pink-edufe-header, .toggles label input[type='checkbox']:focus + .lever.btn-pink-edufe-header, .btn-pink-edufe-header.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 126, 114, 0.5);
}
.btn-pink-edufe-header.disabled, .btn-pink-edufe-header:disabled {
  color: #000;
  background-color: #dc7e72;
  border-color: #dc7e72;
}
.btn-pink-edufe-header:not(:disabled):not(.disabled):active, .btn-pink-edufe-header:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-pink-edufe-header:not(:disabled):not(.disabled), .show > .btn-pink-edufe-header.dropdown-toggle {
  color: #000;
  background-color: #d25949;
  border-color: #cf4f3f;
}
.btn-pink-edufe-header:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-pink-edufe-header:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-pink-edufe-header:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-pink-edufe-header:not(:disabled):not(.disabled):active, .btn-pink-edufe-header:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-pink-edufe-header:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-pink-edufe-header:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-pink-edufe-header:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-pink-edufe-header:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-pink-edufe-header:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-pink-edufe-header:not(:disabled):not(.disabled).active, .show > .btn-pink-edufe-header.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-pink-edufe-header.dropdown-toggle, .form-check [type='radio'].show + label.btn-pink-edufe-header.dropdown-toggle, .toggles label input.show + .lever.btn-pink-edufe-header.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 126, 114, 0.5);
}
.btn-first-card-theme-edufe {
  color: #000;
  background-color: #ffbd89;
  border-color: #ffbd89;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-first-card-theme-edufe:hover {
  color: #000;
  background-color: #ffa863;
  border-color: #ffa056;
}
.btn-first-card-theme-edufe:focus, .form-check [type='checkbox']:focus + label.btn-first-card-theme-edufe, .form-check [type='radio']:focus + label.btn-first-card-theme-edufe, .toggles label input[type='checkbox']:focus + .lever.btn-first-card-theme-edufe, .btn-first-card-theme-edufe.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 189, 137, 0.5);
}
.btn-first-card-theme-edufe.disabled, .btn-first-card-theme-edufe:disabled {
  color: #000;
  background-color: #ffbd89;
  border-color: #ffbd89;
}
.btn-first-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-first-card-theme-edufe:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-first-card-theme-edufe:not(:disabled):not(.disabled), .show > .btn-first-card-theme-edufe.dropdown-toggle {
  color: #000;
  background-color: #ffa056;
  border-color: #ff9949;
}
.btn-first-card-theme-edufe:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-first-card-theme-edufe:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-first-card-theme-edufe:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-first-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-first-card-theme-edufe:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-first-card-theme-edufe:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-first-card-theme-edufe:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-first-card-theme-edufe:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-first-card-theme-edufe:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-first-card-theme-edufe:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-first-card-theme-edufe:not(:disabled):not(.disabled).active, .show > .btn-first-card-theme-edufe.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-first-card-theme-edufe.dropdown-toggle, .form-check [type='radio'].show + label.btn-first-card-theme-edufe.dropdown-toggle, .toggles label input.show + .lever.btn-first-card-theme-edufe.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 189, 137, 0.5);
}
.btn-second-card-theme-edufe {
  color: #000;
  background-color: #ffa987;
  border-color: #ffa987;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-second-card-theme-edufe:hover {
  color: #000;
  background-color: #ff8e61;
  border-color: #ff8454;
}
.btn-second-card-theme-edufe:focus, .form-check [type='checkbox']:focus + label.btn-second-card-theme-edufe, .form-check [type='radio']:focus + label.btn-second-card-theme-edufe, .toggles label input[type='checkbox']:focus + .lever.btn-second-card-theme-edufe, .btn-second-card-theme-edufe.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 169, 135, 0.5);
}
.btn-second-card-theme-edufe.disabled, .btn-second-card-theme-edufe:disabled {
  color: #000;
  background-color: #ffa987;
  border-color: #ffa987;
}
.btn-second-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-second-card-theme-edufe:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-second-card-theme-edufe:not(:disabled):not(.disabled), .show > .btn-second-card-theme-edufe.dropdown-toggle {
  color: #000;
  background-color: #ff8454;
  border-color: #ff7b47;
}
.btn-second-card-theme-edufe:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-second-card-theme-edufe:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-second-card-theme-edufe:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-second-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-second-card-theme-edufe:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-second-card-theme-edufe:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-second-card-theme-edufe:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-second-card-theme-edufe:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-second-card-theme-edufe:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-second-card-theme-edufe:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-second-card-theme-edufe:not(:disabled):not(.disabled).active, .show > .btn-second-card-theme-edufe.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-second-card-theme-edufe.dropdown-toggle, .form-check [type='radio'].show + label.btn-second-card-theme-edufe.dropdown-toggle, .toggles label input.show + .lever.btn-second-card-theme-edufe.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 169, 135, 0.5);
}
.btn-third-card-theme-edufe {
  color: #000;
  background-color: #ff9386;
  border-color: #ff9386;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-third-card-theme-edufe:hover {
  color: #000;
  background-color: #ff7160;
  border-color: #ff6553;
}
.btn-third-card-theme-edufe:focus, .form-check [type='checkbox']:focus + label.btn-third-card-theme-edufe, .form-check [type='radio']:focus + label.btn-third-card-theme-edufe, .toggles label input[type='checkbox']:focus + .lever.btn-third-card-theme-edufe, .btn-third-card-theme-edufe.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 147, 134, 0.5);
}
.btn-third-card-theme-edufe.disabled, .btn-third-card-theme-edufe:disabled {
  color: #000;
  background-color: #ff9386;
  border-color: #ff9386;
}
.btn-third-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-third-card-theme-edufe:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-third-card-theme-edufe:not(:disabled):not(.disabled), .show > .btn-third-card-theme-edufe.dropdown-toggle {
  color: #000;
  background-color: #ff6553;
  border-color: #ff5a46;
}
.btn-third-card-theme-edufe:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-third-card-theme-edufe:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-third-card-theme-edufe:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-third-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-third-card-theme-edufe:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-third-card-theme-edufe:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-third-card-theme-edufe:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-third-card-theme-edufe:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-third-card-theme-edufe:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-third-card-theme-edufe:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-third-card-theme-edufe:not(:disabled):not(.disabled).active, .show > .btn-third-card-theme-edufe.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-third-card-theme-edufe.dropdown-toggle, .form-check [type='radio'].show + label.btn-third-card-theme-edufe.dropdown-toggle, .toggles label input.show + .lever.btn-third-card-theme-edufe.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 147, 134, 0.5);
}
.btn-fourth-card-theme-edufe {
  color: #000;
  background-color: #dc7e72;
  border-color: #dc7e72;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-fourth-card-theme-edufe:hover {
  color: #000;
  background-color: #d46253;
  border-color: #d25949;
}
.btn-fourth-card-theme-edufe:focus, .form-check [type='checkbox']:focus + label.btn-fourth-card-theme-edufe, .form-check [type='radio']:focus + label.btn-fourth-card-theme-edufe, .toggles label input[type='checkbox']:focus + .lever.btn-fourth-card-theme-edufe, .btn-fourth-card-theme-edufe.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 126, 114, 0.5);
}
.btn-fourth-card-theme-edufe.disabled, .btn-fourth-card-theme-edufe:disabled {
  color: #000;
  background-color: #dc7e72;
  border-color: #dc7e72;
}
.btn-fourth-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-fourth-card-theme-edufe:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-fourth-card-theme-edufe:not(:disabled):not(.disabled), .show > .btn-fourth-card-theme-edufe.dropdown-toggle {
  color: #000;
  background-color: #d25949;
  border-color: #cf4f3f;
}
.btn-fourth-card-theme-edufe:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-fourth-card-theme-edufe:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-fourth-card-theme-edufe:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-fourth-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-fourth-card-theme-edufe:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-fourth-card-theme-edufe:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-fourth-card-theme-edufe:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-fourth-card-theme-edufe:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-fourth-card-theme-edufe:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-fourth-card-theme-edufe:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-fourth-card-theme-edufe:not(:disabled):not(.disabled).active, .show > .btn-fourth-card-theme-edufe.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-fourth-card-theme-edufe.dropdown-toggle, .form-check [type='radio'].show + label.btn-fourth-card-theme-edufe.dropdown-toggle, .toggles label input.show + .lever.btn-fourth-card-theme-edufe.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 126, 114, 0.5);
}
.btn-green-pug {
  color: #000;
  background-color: #94c01f;
  border-color: #94c01f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-green-pug:hover {
  color: #000;
  background-color: #7b9f1a;
  border-color: #729418;
}
.btn-green-pug:focus, .form-check [type='checkbox']:focus + label.btn-green-pug, .form-check [type='radio']:focus + label.btn-green-pug, .toggles label input[type='checkbox']:focus + .lever.btn-green-pug, .btn-green-pug.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(148, 192, 31, 0.5);
}
.btn-green-pug.disabled, .btn-green-pug:disabled {
  color: #000;
  background-color: #94c01f;
  border-color: #94c01f;
}
.btn-green-pug:not(:disabled):not(.disabled):active, .btn-green-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-pug:not(:disabled):not(.disabled), .show > .btn-green-pug.dropdown-toggle {
  color: #000;
  background-color: #729418;
  border-color: #6a8916;
}
.btn-green-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-green-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-green-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-green-pug:not(:disabled):not(.disabled):active, .btn-green-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-green-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-green-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-green-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-green-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-green-pug:not(:disabled):not(.disabled).active, .show > .btn-green-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-green-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-green-pug.dropdown-toggle, .toggles label input.show + .lever.btn-green-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(148, 192, 31, 0.5);
}
.btn-$green-cta-pug {
  color: #fff;
  background-color: #597212;
  border-color: #597212;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-$green-cta-pug:hover {
  color: #fff;
  background-color: #3f510d;
  border-color: #37460b;
}
.btn-$green-cta-pug:focus, .form-check [type='checkbox']:focus + label.btn-$green-cta-pug, .form-check [type='radio']:focus + label.btn-$green-cta-pug, .toggles label input[type='checkbox']:focus + .lever.btn-$green-cta-pug, .btn-$green-cta-pug.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(89, 114, 18, 0.5);
}
.btn-$green-cta-pug.disabled, .btn-$green-cta-pug:disabled {
  color: #fff;
  background-color: #597212;
  border-color: #597212;
}
.btn-$green-cta-pug:not(:disabled):not(.disabled):active, .btn-$green-cta-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-$green-cta-pug:not(:disabled):not(.disabled), .show > .btn-$green-cta-pug.dropdown-toggle {
  color: #fff;
  background-color: #37460b;
  border-color: #2e3b09;
}
.btn-$green-cta-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-$green-cta-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-$green-cta-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-$green-cta-pug:not(:disabled):not(.disabled):active, .btn-$green-cta-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-$green-cta-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-$green-cta-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-$green-cta-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-$green-cta-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-$green-cta-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-$green-cta-pug:not(:disabled):not(.disabled).active, .show > .btn-$green-cta-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-$green-cta-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-$green-cta-pug.dropdown-toggle, .toggles label input.show + .lever.btn-$green-cta-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(89, 114, 18, 0.5);
}
.btn-green-card-pug {
  color: #000;
  background-color: #609868;
  border-color: #609868;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-green-card-pug:hover {
  color: #fff;
  background-color: #518158;
  border-color: #4c7953;
}
.btn-green-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-green-card-pug, .form-check [type='radio']:focus + label.btn-green-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-green-card-pug, .btn-green-card-pug.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(96, 152, 104, 0.5);
}
.btn-green-card-pug.disabled, .btn-green-card-pug:disabled {
  color: #000;
  background-color: #609868;
  border-color: #609868;
}
.btn-green-card-pug:not(:disabled):not(.disabled):active, .btn-green-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-card-pug:not(:disabled):not(.disabled), .show > .btn-green-card-pug.dropdown-toggle {
  color: #fff;
  background-color: #4c7953;
  border-color: #47714d;
}
.btn-green-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-green-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-green-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-green-card-pug:not(:disabled):not(.disabled):active, .btn-green-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-green-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-green-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-green-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-green-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-green-card-pug:not(:disabled):not(.disabled).active, .show > .btn-green-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-green-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-green-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-green-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(96, 152, 104, 0.5);
}
.btn-light-orange-card-pug {
  color: #fff;
  background-color: #466949;
  border-color: #466949;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light-orange-card-pug:hover {
  color: #fff;
  background-color: #375239;
  border-color: #324a34;
}
.btn-light-orange-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-light-orange-card-pug, .form-check [type='radio']:focus + label.btn-light-orange-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-light-orange-card-pug, .btn-light-orange-card-pug.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(70, 105, 73, 0.5);
}
.btn-light-orange-card-pug.disabled, .btn-light-orange-card-pug:disabled {
  color: #fff;
  background-color: #466949;
  border-color: #466949;
}
.btn-light-orange-card-pug:not(:disabled):not(.disabled):active, .btn-light-orange-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-light-orange-card-pug:not(:disabled):not(.disabled), .show > .btn-light-orange-card-pug.dropdown-toggle {
  color: #fff;
  background-color: #324a34;
  border-color: #2d432e;
}
.btn-light-orange-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-light-orange-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-light-orange-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-light-orange-card-pug:not(:disabled):not(.disabled):active, .btn-light-orange-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-light-orange-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-light-orange-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-light-orange-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-light-orange-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-light-orange-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-light-orange-card-pug:not(:disabled):not(.disabled).active, .show > .btn-light-orange-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-light-orange-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-light-orange-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-light-orange-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(70, 105, 73, 0.5);
}
.btn-orange-card-pug {
  color: #000;
  background-color: #dd8553;
  border-color: #dd8553;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-orange-card-pug:hover {
  color: #000;
  background-color: #d76e33;
  border-color: #d3672a;
}
.btn-orange-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-orange-card-pug, .form-check [type='radio']:focus + label.btn-orange-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-orange-card-pug, .btn-orange-card-pug.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(221, 133, 83, 0.5);
}
.btn-orange-card-pug.disabled, .btn-orange-card-pug:disabled {
  color: #000;
  background-color: #dd8553;
  border-color: #dd8553;
}
.btn-orange-card-pug:not(:disabled):not(.disabled):active, .btn-orange-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-orange-card-pug:not(:disabled):not(.disabled), .show > .btn-orange-card-pug.dropdown-toggle {
  color: #000;
  background-color: #d3672a;
  border-color: #c96228;
}
.btn-orange-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-orange-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-orange-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-orange-card-pug:not(:disabled):not(.disabled):active, .btn-orange-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-orange-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-orange-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-orange-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-orange-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-orange-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-orange-card-pug:not(:disabled):not(.disabled).active, .show > .btn-orange-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-orange-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-orange-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-orange-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(221, 133, 83, 0.5);
}
.btn-purple-card-pug {
  color: #000;
  background-color: #908fc2;
  border-color: #908fc2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-purple-card-pug:hover {
  color: #000;
  background-color: #7776b5;
  border-color: #6f6eb0;
}
.btn-purple-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-purple-card-pug, .form-check [type='radio']:focus + label.btn-purple-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-purple-card-pug, .btn-purple-card-pug.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(144, 143, 194, 0.5);
}
.btn-purple-card-pug.disabled, .btn-purple-card-pug:disabled {
  color: #000;
  background-color: #908fc2;
  border-color: #908fc2;
}
.btn-purple-card-pug:not(:disabled):not(.disabled):active, .btn-purple-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-purple-card-pug:not(:disabled):not(.disabled), .show > .btn-purple-card-pug.dropdown-toggle {
  color: #fff;
  background-color: #6f6eb0;
  border-color: #6766ac;
}
.btn-purple-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-purple-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-purple-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-purple-card-pug:not(:disabled):not(.disabled):active, .btn-purple-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-purple-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-purple-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-purple-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-purple-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-purple-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-purple-card-pug:not(:disabled):not(.disabled).active, .show > .btn-purple-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-purple-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-purple-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-purple-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(144, 143, 194, 0.5);
}
.btn-pink-card-pug {
  color: #000;
  background-color: #df4967;
  border-color: #df4967;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-pink-card-pug:hover {
  color: #fff;
  background-color: #d9284c;
  border-color: #d02547;
}
.btn-pink-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-pink-card-pug, .form-check [type='radio']:focus + label.btn-pink-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-pink-card-pug, .btn-pink-card-pug.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(223, 73, 103, 0.5);
}
.btn-pink-card-pug.disabled, .btn-pink-card-pug:disabled {
  color: #000;
  background-color: #df4967;
  border-color: #df4967;
}
.btn-pink-card-pug:not(:disabled):not(.disabled):active, .btn-pink-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-pink-card-pug:not(:disabled):not(.disabled), .show > .btn-pink-card-pug.dropdown-toggle {
  color: #fff;
  background-color: #d02547;
  border-color: #c62343;
}
.btn-pink-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-pink-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-pink-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-pink-card-pug:not(:disabled):not(.disabled):active, .btn-pink-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-pink-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-pink-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-pink-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-pink-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-pink-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-pink-card-pug:not(:disabled):not(.disabled).active, .show > .btn-pink-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-pink-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-pink-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-pink-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(223, 73, 103, 0.5);
}
.btn-dark-purple-card-pug {
  color: #000;
  background-color: #887c94;
  border-color: #887c94;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark-purple-card-pug:hover {
  color: #fff;
  background-color: #756981;
  border-color: #6f637a;
}
.btn-dark-purple-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-dark-purple-card-pug, .form-check [type='radio']:focus + label.btn-dark-purple-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-dark-purple-card-pug, .btn-dark-purple-card-pug.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(136, 124, 148, 0.5);
}
.btn-dark-purple-card-pug.disabled, .btn-dark-purple-card-pug:disabled {
  color: #000;
  background-color: #887c94;
  border-color: #887c94;
}
.btn-dark-purple-card-pug:not(:disabled):not(.disabled):active, .btn-dark-purple-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-purple-card-pug:not(:disabled):not(.disabled), .show > .btn-dark-purple-card-pug.dropdown-toggle {
  color: #fff;
  background-color: #6f637a;
  border-color: #685e73;
}
.btn-dark-purple-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-dark-purple-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-dark-purple-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-purple-card-pug:not(:disabled):not(.disabled):active, .btn-dark-purple-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-purple-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-dark-purple-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dark-purple-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-dark-purple-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-dark-purple-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-purple-card-pug:not(:disabled):not(.disabled).active, .show > .btn-dark-purple-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-dark-purple-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-dark-purple-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-dark-purple-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(136, 124, 148, 0.5);
}
.btn-dark-pink-card-pug {
  color: #000;
  background-color: #739ba5;
  border-color: #739ba5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark-pink-card-pug:hover {
  color: #000;
  background-color: #5f8993;
  border-color: #5a818b;
}
.btn-dark-pink-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-dark-pink-card-pug, .form-check [type='radio']:focus + label.btn-dark-pink-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-dark-pink-card-pug, .btn-dark-pink-card-pug.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(115, 155, 165, 0.5);
}
.btn-dark-pink-card-pug.disabled, .btn-dark-pink-card-pug:disabled {
  color: #000;
  background-color: #739ba5;
  border-color: #739ba5;
}
.btn-dark-pink-card-pug:not(:disabled):not(.disabled):active, .btn-dark-pink-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-pink-card-pug:not(:disabled):not(.disabled), .show > .btn-dark-pink-card-pug.dropdown-toggle {
  color: #fff;
  background-color: #5a818b;
  border-color: #557a84;
}
.btn-dark-pink-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-dark-pink-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-dark-pink-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-pink-card-pug:not(:disabled):not(.disabled):active, .btn-dark-pink-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-pink-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-dark-pink-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dark-pink-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-dark-pink-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-dark-pink-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-pink-card-pug:not(:disabled):not(.disabled).active, .show > .btn-dark-pink-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-dark-pink-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-dark-pink-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-dark-pink-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(115, 155, 165, 0.5);
}
.btn-yellow-card-pug {
  color: #000;
  background-color: #96ae42;
  border-color: #96ae42;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-yellow-card-pug:hover {
  color: #000;
  background-color: #7e9237;
  border-color: #768934;
}
.btn-yellow-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-yellow-card-pug, .form-check [type='radio']:focus + label.btn-yellow-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-yellow-card-pug, .btn-yellow-card-pug.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(150, 174, 66, 0.5);
}
.btn-yellow-card-pug.disabled, .btn-yellow-card-pug:disabled {
  color: #000;
  background-color: #96ae42;
  border-color: #96ae42;
}
.btn-yellow-card-pug:not(:disabled):not(.disabled):active, .btn-yellow-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-yellow-card-pug:not(:disabled):not(.disabled), .show > .btn-yellow-card-pug.dropdown-toggle {
  color: #000;
  background-color: #768934;
  border-color: #6e8030;
}
.btn-yellow-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-yellow-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-yellow-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-yellow-card-pug:not(:disabled):not(.disabled):active, .btn-yellow-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-yellow-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-yellow-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-yellow-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-yellow-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-yellow-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-yellow-card-pug:not(:disabled):not(.disabled).active, .show > .btn-yellow-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-yellow-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-yellow-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-yellow-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(150, 174, 66, 0.5);
}
.btn-dark-green-card-pug {
  color: #fff;
  background-color: #b6506a;
  border-color: #b6506a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark-green-card-pug:hover {
  color: #fff;
  background-color: #9e4259;
  border-color: #953e54;
}
.btn-dark-green-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-dark-green-card-pug, .form-check [type='radio']:focus + label.btn-dark-green-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-dark-green-card-pug, .btn-dark-green-card-pug.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(182, 80, 106, 0.5);
}
.btn-dark-green-card-pug.disabled, .btn-dark-green-card-pug:disabled {
  color: #fff;
  background-color: #b6506a;
  border-color: #b6506a;
}
.btn-dark-green-card-pug:not(:disabled):not(.disabled):active, .btn-dark-green-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-green-card-pug:not(:disabled):not(.disabled), .show > .btn-dark-green-card-pug.dropdown-toggle {
  color: #fff;
  background-color: #953e54;
  border-color: #8c3a4f;
}
.btn-dark-green-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-dark-green-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-dark-green-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-green-card-pug:not(:disabled):not(.disabled):active, .btn-dark-green-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-green-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-dark-green-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dark-green-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-dark-green-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-dark-green-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-green-card-pug:not(:disabled):not(.disabled).active, .show > .btn-dark-green-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-dark-green-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-dark-green-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-dark-green-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(182, 80, 106, 0.5);
}
.btn-cyan-pnrr {
  color: #000;
  background-color: #1cafe2;
  border-color: #1cafe2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-cyan-pnrr:hover {
  color: #fff;
  background-color: #1895c0;
  border-color: #168cb5;
}
.btn-cyan-pnrr:focus, .form-check [type='checkbox']:focus + label.btn-cyan-pnrr, .form-check [type='radio']:focus + label.btn-cyan-pnrr, .toggles label input[type='checkbox']:focus + .lever.btn-cyan-pnrr, .btn-cyan-pnrr.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(28, 175, 226, 0.5);
}
.btn-cyan-pnrr.disabled, .btn-cyan-pnrr:disabled {
  color: #000;
  background-color: #1cafe2;
  border-color: #1cafe2;
}
.btn-cyan-pnrr:not(:disabled):not(.disabled):active, .btn-cyan-pnrr:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-cyan-pnrr:not(:disabled):not(.disabled), .show > .btn-cyan-pnrr.dropdown-toggle {
  color: #fff;
  background-color: #168cb5;
  border-color: #1583a9;
}
.btn-cyan-pnrr:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-cyan-pnrr:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-cyan-pnrr:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-cyan-pnrr:not(:disabled):not(.disabled):active, .btn-cyan-pnrr:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-cyan-pnrr:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-cyan-pnrr:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-cyan-pnrr:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-cyan-pnrr:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-cyan-pnrr:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-cyan-pnrr:not(:disabled):not(.disabled).active, .show > .btn-cyan-pnrr.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-cyan-pnrr.dropdown-toggle, .form-check [type='radio'].show + label.btn-cyan-pnrr.dropdown-toggle, .toggles label input.show + .lever.btn-cyan-pnrr.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(28, 175, 226, 0.5);
}
.btn-green-cta-pnrr, .pnrr-button a {
  color: #fff;
  background-color: #597212;
  border-color: #597212;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-green-cta-pnrr:hover, .pnrr-button a:hover {
  color: #fff;
  background-color: #3f510d;
  border-color: #37460b;
}
.btn-green-cta-pnrr:focus, .pnrr-button a:focus, .pnrr-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-button input[type='checkbox']:focus + a.lever, .form-check [type='checkbox']:focus + label.btn-green-cta-pnrr, .form-check [type='radio']:focus + label.btn-green-cta-pnrr, .toggles label input[type='checkbox']:focus + .lever.btn-green-cta-pnrr, .btn-green-cta-pnrr.focus, .pnrr-button a.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(89, 114, 18, 0.5);
}
.btn-green-cta-pnrr.disabled, .pnrr-button a.disabled, .btn-green-cta-pnrr:disabled, .pnrr-button a:disabled {
  color: #fff;
  background-color: #597212;
  border-color: #597212;
}
.btn-green-cta-pnrr:not(:disabled):not(.disabled):active, .pnrr-button a:not(:disabled):not(.disabled):active, .btn-green-cta-pnrr:not(:disabled):not(.disabled).active, .pnrr-button a:not(:disabled):not(.disabled).active, .pnrr-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pnrr-button a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-cta-pnrr:not(:disabled):not(.disabled), .show > .btn-green-cta-pnrr.dropdown-toggle, .pnrr-button .show > a.dropdown-toggle {
  color: #fff;
  background-color: #37460b;
  border-color: #2e3b09;
}
.btn-green-cta-pnrr:not(:disabled):not(.disabled):active:focus, .pnrr-button a:not(:disabled):not(.disabled):active:focus, .pnrr-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .toggles label .pnrr-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .form-check [type='checkbox']:focus + label.btn-green-cta-pnrr:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-green-cta-pnrr:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-green-cta-pnrr:not(:disabled):not(.disabled):active, .btn-green-cta-pnrr:not(:disabled):not(.disabled).active:focus, .pnrr-button a:not(:disabled):not(.disabled).active:focus, .pnrr-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled):focus, .pnrr-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .pnrr-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pnrr-button a:not(:disabled):not(.disabled):focus, .pnrr-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .pnrr-button .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pnrr-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .pnrr-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-cta-pnrr:not(:disabled):not(.disabled):focus, .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pnrr-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-green-cta-pnrr:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .pnrr-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-green-cta-pnrr:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-green-cta-pnrr:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-green-cta-pnrr:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-green-cta-pnrr:not(:disabled):not(.disabled).active, .show > .btn-green-cta-pnrr.dropdown-toggle:focus, .pnrr-button .show > a.dropdown-toggle:focus, .pnrr-button .toggles label input.show + a.lever.dropdown-toggle, .toggles label .pnrr-button input[type='checkbox']:focus + .show > a.lever.dropdown-toggle, .form-check [type='checkbox'].show + label.btn-green-cta-pnrr.dropdown-toggle, .form-check [type='radio'].show + label.btn-green-cta-pnrr.dropdown-toggle, .toggles label input.show + .lever.btn-green-cta-pnrr.dropdown-toggle, .toggles label .pnrr-button input.show + a.lever.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(89, 114, 18, 0.5);
}
.btn-green-card-pnrr {
  color: #000;
  background-color: #609868;
  border-color: #609868;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-green-card-pnrr:hover {
  color: #fff;
  background-color: #518158;
  border-color: #4c7953;
}
.btn-green-card-pnrr:focus, .form-check [type='checkbox']:focus + label.btn-green-card-pnrr, .form-check [type='radio']:focus + label.btn-green-card-pnrr, .toggles label input[type='checkbox']:focus + .lever.btn-green-card-pnrr, .btn-green-card-pnrr.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(96, 152, 104, 0.5);
}
.btn-green-card-pnrr.disabled, .btn-green-card-pnrr:disabled {
  color: #000;
  background-color: #609868;
  border-color: #609868;
}
.btn-green-card-pnrr:not(:disabled):not(.disabled):active, .btn-green-card-pnrr:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-card-pnrr:not(:disabled):not(.disabled), .show > .btn-green-card-pnrr.dropdown-toggle {
  color: #fff;
  background-color: #4c7953;
  border-color: #47714d;
}
.btn-green-card-pnrr:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-green-card-pnrr:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-green-card-pnrr:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-green-card-pnrr:not(:disabled):not(.disabled):active, .btn-green-card-pnrr:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-card-pnrr:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-green-card-pnrr:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-green-card-pnrr:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-green-card-pnrr:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-green-card-pnrr:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-green-card-pnrr:not(:disabled):not(.disabled).active, .show > .btn-green-card-pnrr.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-green-card-pnrr.dropdown-toggle, .form-check [type='radio'].show + label.btn-green-card-pnrr.dropdown-toggle, .toggles label input.show + .lever.btn-green-card-pnrr.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(96, 152, 104, 0.5);
}
.btn-mission-digitalizzazione {
  color: #000;
  background-color: #c5dcee;
  border-color: #c5dcee;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-mission-digitalizzazione:hover {
  color: #000;
  background-color: #a7cae5;
  border-color: #9ec4e2;
}
.btn-mission-digitalizzazione:focus, .form-check [type='checkbox']:focus + label.btn-mission-digitalizzazione, .form-check [type='radio']:focus + label.btn-mission-digitalizzazione, .toggles label input[type='checkbox']:focus + .lever.btn-mission-digitalizzazione, .btn-mission-digitalizzazione.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(197, 220, 238, 0.5);
}
.btn-mission-digitalizzazione.disabled, .btn-mission-digitalizzazione:disabled {
  color: #000;
  background-color: #c5dcee;
  border-color: #c5dcee;
}
.btn-mission-digitalizzazione:not(:disabled):not(.disabled):active, .btn-mission-digitalizzazione:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-mission-digitalizzazione:not(:disabled):not(.disabled), .show > .btn-mission-digitalizzazione.dropdown-toggle {
  color: #000;
  background-color: #9ec4e2;
  border-color: #94bee0;
}
.btn-mission-digitalizzazione:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-mission-digitalizzazione:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-mission-digitalizzazione:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-mission-digitalizzazione:not(:disabled):not(.disabled):active, .btn-mission-digitalizzazione:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-mission-digitalizzazione:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-mission-digitalizzazione:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-mission-digitalizzazione:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-mission-digitalizzazione:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-mission-digitalizzazione:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-mission-digitalizzazione:not(:disabled):not(.disabled).active, .show > .btn-mission-digitalizzazione.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-mission-digitalizzazione.dropdown-toggle, .form-check [type='radio'].show + label.btn-mission-digitalizzazione.dropdown-toggle, .toggles label input.show + .lever.btn-mission-digitalizzazione.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(197, 220, 238, 0.5);
}
.btn-mission-rivoluzione-verde {
  color: #000;
  background-color: #92d051;
  border-color: #92d051;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-mission-rivoluzione-verde:hover {
  color: #000;
  background-color: #7fc535;
  border-color: #79bb33;
}
.btn-mission-rivoluzione-verde:focus, .form-check [type='checkbox']:focus + label.btn-mission-rivoluzione-verde, .form-check [type='radio']:focus + label.btn-mission-rivoluzione-verde, .toggles label input[type='checkbox']:focus + .lever.btn-mission-rivoluzione-verde, .btn-mission-rivoluzione-verde.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(146, 208, 81, 0.5);
}
.btn-mission-rivoluzione-verde.disabled, .btn-mission-rivoluzione-verde:disabled {
  color: #000;
  background-color: #92d051;
  border-color: #92d051;
}
.btn-mission-rivoluzione-verde:not(:disabled):not(.disabled):active, .btn-mission-rivoluzione-verde:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-mission-rivoluzione-verde:not(:disabled):not(.disabled), .show > .btn-mission-rivoluzione-verde.dropdown-toggle {
  color: #000;
  background-color: #79bb33;
  border-color: #72b130;
}
.btn-mission-rivoluzione-verde:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-mission-rivoluzione-verde:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-mission-rivoluzione-verde:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-mission-rivoluzione-verde:not(:disabled):not(.disabled):active, .btn-mission-rivoluzione-verde:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-mission-rivoluzione-verde:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-mission-rivoluzione-verde:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-mission-rivoluzione-verde:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-mission-rivoluzione-verde:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-mission-rivoluzione-verde:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-mission-rivoluzione-verde:not(:disabled):not(.disabled).active, .show > .btn-mission-rivoluzione-verde.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-mission-rivoluzione-verde.dropdown-toggle, .form-check [type='radio'].show + label.btn-mission-rivoluzione-verde.dropdown-toggle, .toggles label input.show + .lever.btn-mission-rivoluzione-verde.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(146, 208, 81, 0.5);
}
.btn-mission-infrastrutture {
  color: #000;
  background-color: #ff807e;
  border-color: #ff807e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-mission-infrastrutture:hover {
  color: #000;
  background-color: #ff5a58;
  border-color: #ff4e4b;
}
.btn-mission-infrastrutture:focus, .form-check [type='checkbox']:focus + label.btn-mission-infrastrutture, .form-check [type='radio']:focus + label.btn-mission-infrastrutture, .toggles label input[type='checkbox']:focus + .lever.btn-mission-infrastrutture, .btn-mission-infrastrutture.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 128, 126, 0.5);
}
.btn-mission-infrastrutture.disabled, .btn-mission-infrastrutture:disabled {
  color: #000;
  background-color: #ff807e;
  border-color: #ff807e;
}
.btn-mission-infrastrutture:not(:disabled):not(.disabled):active, .btn-mission-infrastrutture:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-mission-infrastrutture:not(:disabled):not(.disabled), .show > .btn-mission-infrastrutture.dropdown-toggle {
  color: #000;
  background-color: #ff4e4b;
  border-color: #ff413e;
}
.btn-mission-infrastrutture:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-mission-infrastrutture:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-mission-infrastrutture:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-mission-infrastrutture:not(:disabled):not(.disabled):active, .btn-mission-infrastrutture:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-mission-infrastrutture:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-mission-infrastrutture:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-mission-infrastrutture:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-mission-infrastrutture:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-mission-infrastrutture:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-mission-infrastrutture:not(:disabled):not(.disabled).active, .show > .btn-mission-infrastrutture.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-mission-infrastrutture.dropdown-toggle, .form-check [type='radio'].show + label.btn-mission-infrastrutture.dropdown-toggle, .toggles label input.show + .lever.btn-mission-infrastrutture.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 128, 126, 0.5);
}
.btn-mission-istruzione {
  color: #000;
  background-color: #ffc284;
  border-color: #ffc284;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-mission-istruzione:hover {
  color: #000;
  background-color: #ffaf5e;
  border-color: #ffa951;
}
.btn-mission-istruzione:focus, .form-check [type='checkbox']:focus + label.btn-mission-istruzione, .form-check [type='radio']:focus + label.btn-mission-istruzione, .toggles label input[type='checkbox']:focus + .lever.btn-mission-istruzione, .btn-mission-istruzione.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 194, 132, 0.5);
}
.btn-mission-istruzione.disabled, .btn-mission-istruzione:disabled {
  color: #000;
  background-color: #ffc284;
  border-color: #ffc284;
}
.btn-mission-istruzione:not(:disabled):not(.disabled):active, .btn-mission-istruzione:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-mission-istruzione:not(:disabled):not(.disabled), .show > .btn-mission-istruzione.dropdown-toggle {
  color: #000;
  background-color: #ffa951;
  border-color: #ffa244;
}
.btn-mission-istruzione:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-mission-istruzione:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-mission-istruzione:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-mission-istruzione:not(:disabled):not(.disabled):active, .btn-mission-istruzione:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-mission-istruzione:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-mission-istruzione:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-mission-istruzione:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-mission-istruzione:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-mission-istruzione:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-mission-istruzione:not(:disabled):not(.disabled).active, .show > .btn-mission-istruzione.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-mission-istruzione.dropdown-toggle, .form-check [type='radio'].show + label.btn-mission-istruzione.dropdown-toggle, .toggles label input.show + .lever.btn-mission-istruzione.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 194, 132, 0.5);
}
.btn-mission-coesione {
  color: #000;
  background-color: #e2d6ec;
  border-color: #e2d6ec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-mission-coesione:hover {
  color: #000;
  background-color: #d0bce0;
  border-color: #c9b3dc;
}
.btn-mission-coesione:focus, .form-check [type='checkbox']:focus + label.btn-mission-coesione, .form-check [type='radio']:focus + label.btn-mission-coesione, .toggles label input[type='checkbox']:focus + .lever.btn-mission-coesione, .btn-mission-coesione.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(226, 214, 236, 0.5);
}
.btn-mission-coesione.disabled, .btn-mission-coesione:disabled {
  color: #000;
  background-color: #e2d6ec;
  border-color: #e2d6ec;
}
.btn-mission-coesione:not(:disabled):not(.disabled):active, .btn-mission-coesione:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-mission-coesione:not(:disabled):not(.disabled), .show > .btn-mission-coesione.dropdown-toggle {
  color: #000;
  background-color: #c9b3dc;
  border-color: #c3aad8;
}
.btn-mission-coesione:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-mission-coesione:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-mission-coesione:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-mission-coesione:not(:disabled):not(.disabled):active, .btn-mission-coesione:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-mission-coesione:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-mission-coesione:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-mission-coesione:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-mission-coesione:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-mission-coesione:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-mission-coesione:not(:disabled):not(.disabled).active, .show > .btn-mission-coesione.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-mission-coesione.dropdown-toggle, .form-check [type='radio'].show + label.btn-mission-coesione.dropdown-toggle, .toggles label input.show + .lever.btn-mission-coesione.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(226, 214, 236, 0.5);
}
.btn-mission-salute {
  color: #000;
  background-color: #fff2d0;
  border-color: #fff2d0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-mission-salute:hover {
  color: #000;
  background-color: #ffe7aa;
  border-color: #ffe49d;
}
.btn-mission-salute:focus, .form-check [type='checkbox']:focus + label.btn-mission-salute, .form-check [type='radio']:focus + label.btn-mission-salute, .toggles label input[type='checkbox']:focus + .lever.btn-mission-salute, .btn-mission-salute.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 242, 208, 0.5);
}
.btn-mission-salute.disabled, .btn-mission-salute:disabled {
  color: #000;
  background-color: #fff2d0;
  border-color: #fff2d0;
}
.btn-mission-salute:not(:disabled):not(.disabled):active, .btn-mission-salute:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-mission-salute:not(:disabled):not(.disabled), .show > .btn-mission-salute.dropdown-toggle {
  color: #000;
  background-color: #ffe49d;
  border-color: #ffe090;
}
.btn-mission-salute:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-mission-salute:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-mission-salute:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-mission-salute:not(:disabled):not(.disabled):active, .btn-mission-salute:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-mission-salute:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-mission-salute:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-mission-salute:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-mission-salute:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-mission-salute:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-mission-salute:not(:disabled):not(.disabled).active, .show > .btn-mission-salute.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-mission-salute.dropdown-toggle, .form-check [type='radio'].show + label.btn-mission-salute.dropdown-toggle, .toggles label input.show + .lever.btn-mission-salute.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 242, 208, 0.5);
}
.btn-green-matrimoni {
  color: #000;
  background-color: #889f8c;
  border-color: #889f8c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-green-matrimoni:hover {
  color: #000;
  background-color: #738e78;
  border-color: #6d8771;
}
.btn-green-matrimoni:focus, .form-check [type='checkbox']:focus + label.btn-green-matrimoni, .form-check [type='radio']:focus + label.btn-green-matrimoni, .toggles label input[type='checkbox']:focus + .lever.btn-green-matrimoni, .btn-green-matrimoni.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(136, 159, 140, 0.5);
}
.btn-green-matrimoni.disabled, .btn-green-matrimoni:disabled {
  color: #000;
  background-color: #889f8c;
  border-color: #889f8c;
}
.btn-green-matrimoni:not(:disabled):not(.disabled):active, .btn-green-matrimoni:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-matrimoni:not(:disabled):not(.disabled), .show > .btn-green-matrimoni.dropdown-toggle {
  color: #000;
  background-color: #6d8771;
  border-color: #67806c;
}
.btn-green-matrimoni:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-green-matrimoni:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-green-matrimoni:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-green-matrimoni:not(:disabled):not(.disabled):active, .btn-green-matrimoni:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-matrimoni:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-green-matrimoni:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-green-matrimoni:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-green-matrimoni:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-green-matrimoni:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-green-matrimoni:not(:disabled):not(.disabled).active, .show > .btn-green-matrimoni.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-green-matrimoni.dropdown-toggle, .form-check [type='radio'].show + label.btn-green-matrimoni.dropdown-toggle, .toggles label input.show + .lever.btn-green-matrimoni.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(136, 159, 140, 0.5);
}
.btn-pink-matrimoni {
  color: #000;
  background-color: #f4a596;
  border-color: #f4a596;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-pink-matrimoni:hover {
  color: #000;
  background-color: #f08773;
  border-color: #ef7d68;
}
.btn-pink-matrimoni:focus, .form-check [type='checkbox']:focus + label.btn-pink-matrimoni, .form-check [type='radio']:focus + label.btn-pink-matrimoni, .toggles label input[type='checkbox']:focus + .lever.btn-pink-matrimoni, .btn-pink-matrimoni.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(244, 165, 150, 0.5);
}
.btn-pink-matrimoni.disabled, .btn-pink-matrimoni:disabled {
  color: #000;
  background-color: #f4a596;
  border-color: #f4a596;
}
.btn-pink-matrimoni:not(:disabled):not(.disabled):active, .btn-pink-matrimoni:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-pink-matrimoni:not(:disabled):not(.disabled), .show > .btn-pink-matrimoni.dropdown-toggle {
  color: #000;
  background-color: #ef7d68;
  border-color: #ee745c;
}
.btn-pink-matrimoni:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-pink-matrimoni:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-pink-matrimoni:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-pink-matrimoni:not(:disabled):not(.disabled):active, .btn-pink-matrimoni:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-pink-matrimoni:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-pink-matrimoni:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-pink-matrimoni:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-pink-matrimoni:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-pink-matrimoni:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-pink-matrimoni:not(:disabled):not(.disabled).active, .show > .btn-pink-matrimoni.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-pink-matrimoni.dropdown-toggle, .form-check [type='radio'].show + label.btn-pink-matrimoni.dropdown-toggle, .toggles label input.show + .lever.btn-pink-matrimoni.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 165, 150, 0.5);
}
.btn-dark-pink-matrimoni {
  color: #000;
  background-color: rgba(244, 165, 150, 0.19);
  border-color: rgba(244, 165, 150, 0.19);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark-pink-matrimoni:hover {
  color: #000;
  background-color: rgba(240, 135, 115, 0.19);
  border-color: rgba(239, 125, 104, 0.19);
}
.btn-dark-pink-matrimoni:focus, .form-check [type='checkbox']:focus + label.btn-dark-pink-matrimoni, .form-check [type='radio']:focus + label.btn-dark-pink-matrimoni, .toggles label input[type='checkbox']:focus + .lever.btn-dark-pink-matrimoni, .btn-dark-pink-matrimoni.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(244, 165, 150, 0.5);
}
.btn-dark-pink-matrimoni.disabled, .btn-dark-pink-matrimoni:disabled {
  color: #000;
  background-color: rgba(244, 165, 150, 0.19);
  border-color: rgba(244, 165, 150, 0.19);
}
.btn-dark-pink-matrimoni:not(:disabled):not(.disabled):active, .btn-dark-pink-matrimoni:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-pink-matrimoni:not(:disabled):not(.disabled), .show > .btn-dark-pink-matrimoni.dropdown-toggle {
  color: #000;
  background-color: rgba(239, 125, 104, 0.19);
  border-color: rgba(238, 116, 92, 0.19);
}
.btn-dark-pink-matrimoni:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-dark-pink-matrimoni:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-dark-pink-matrimoni:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-pink-matrimoni:not(:disabled):not(.disabled):active, .btn-dark-pink-matrimoni:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-pink-matrimoni:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-dark-pink-matrimoni:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dark-pink-matrimoni:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-dark-pink-matrimoni:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-dark-pink-matrimoni:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-pink-matrimoni:not(:disabled):not(.disabled).active, .show > .btn-dark-pink-matrimoni.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-dark-pink-matrimoni.dropdown-toggle, .form-check [type='radio'].show + label.btn-dark-pink-matrimoni.dropdown-toggle, .toggles label input.show + .lever.btn-dark-pink-matrimoni.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 165, 150, 0.5);
}
.btn-red-inferrara {
  color: #fff;
  background-color: #842722;
  border-color: #842722;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-red-inferrara:hover {
  color: #fff;
  background-color: #661e1a;
  border-color: #5b1b18;
}
.btn-red-inferrara:focus, .form-check [type='checkbox']:focus + label.btn-red-inferrara, .form-check [type='radio']:focus + label.btn-red-inferrara, .toggles label input[type='checkbox']:focus + .lever.btn-red-inferrara, .btn-red-inferrara.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(132, 39, 34, 0.5);
}
.btn-red-inferrara.disabled, .btn-red-inferrara:disabled {
  color: #fff;
  background-color: #842722;
  border-color: #842722;
}
.btn-red-inferrara:not(:disabled):not(.disabled):active, .btn-red-inferrara:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-red-inferrara:not(:disabled):not(.disabled), .show > .btn-red-inferrara.dropdown-toggle {
  color: #fff;
  background-color: #5b1b18;
  border-color: #511815;
}
.btn-red-inferrara:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-red-inferrara:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-red-inferrara:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-red-inferrara:not(:disabled):not(.disabled):active, .btn-red-inferrara:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-red-inferrara:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-red-inferrara:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-red-inferrara:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-red-inferrara:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-red-inferrara:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-red-inferrara:not(:disabled):not(.disabled).active, .show > .btn-red-inferrara.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-red-inferrara.dropdown-toggle, .form-check [type='radio'].show + label.btn-red-inferrara.dropdown-toggle, .toggles label input.show + .lever.btn-red-inferrara.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(132, 39, 34, 0.5);
}
.btn-primary-geoportale {
  color: #fff;
  background-color: #2f8287;
  border-color: #2f8287;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary-geoportale:hover {
  color: #fff;
  background-color: #25676b;
  border-color: #225e61;
}
.btn-primary-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-primary-geoportale, .form-check [type='radio']:focus + label.btn-primary-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-primary-geoportale, .btn-primary-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(47, 130, 135, 0.5);
}
.btn-primary-geoportale.disabled, .btn-primary-geoportale:disabled {
  color: #fff;
  background-color: #2f8287;
  border-color: #2f8287;
}
.btn-primary-geoportale:not(:disabled):not(.disabled):active, .btn-primary-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-primary-geoportale:not(:disabled):not(.disabled), .show > .btn-primary-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #225e61;
  border-color: #1f5458;
}
.btn-primary-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-primary-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-primary-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-primary-geoportale:not(:disabled):not(.disabled):active, .btn-primary-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-primary-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-primary-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-primary-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-primary-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-primary-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-primary-geoportale:not(:disabled):not(.disabled).active, .show > .btn-primary-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-primary-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-primary-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-primary-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(47, 130, 135, 0.5);
}
.btn-dark-azul-geoportale {
  color: #fff;
  background-color: #3b707b;
  border-color: #3b707b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark-azul-geoportale:hover {
  color: #fff;
  background-color: #2f5861;
  border-color: #2a5159;
}
.btn-dark-azul-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-dark-azul-geoportale, .form-check [type='radio']:focus + label.btn-dark-azul-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-dark-azul-geoportale, .btn-dark-azul-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(59, 112, 123, 0.5);
}
.btn-dark-azul-geoportale.disabled, .btn-dark-azul-geoportale:disabled {
  color: #fff;
  background-color: #3b707b;
  border-color: #3b707b;
}
.btn-dark-azul-geoportale:not(:disabled):not(.disabled):active, .btn-dark-azul-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-azul-geoportale:not(:disabled):not(.disabled), .show > .btn-dark-azul-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #2a5159;
  border-color: #264950;
}
.btn-dark-azul-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-dark-azul-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-dark-azul-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-azul-geoportale:not(:disabled):not(.disabled):active, .btn-dark-azul-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-azul-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-dark-azul-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dark-azul-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-dark-azul-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-dark-azul-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-azul-geoportale:not(:disabled):not(.disabled).active, .show > .btn-dark-azul-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-dark-azul-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-dark-azul-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-dark-azul-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(59, 112, 123, 0.5);
}
.btn-green-geoportale {
  color: #fff;
  background-color: #165f24;
  border-color: #165f24;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-green-geoportale:hover {
  color: #fff;
  background-color: #0f4018;
  border-color: #0c3614;
}
.btn-green-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-green-geoportale, .form-check [type='radio']:focus + label.btn-green-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-green-geoportale, .btn-green-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(22, 95, 36, 0.5);
}
.btn-green-geoportale.disabled, .btn-green-geoportale:disabled {
  color: #fff;
  background-color: #165f24;
  border-color: #165f24;
}
.btn-green-geoportale:not(:disabled):not(.disabled):active, .btn-green-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-geoportale:not(:disabled):not(.disabled), .show > .btn-green-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #0c3614;
  border-color: #0a2b10;
}
.btn-green-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-green-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-green-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-green-geoportale:not(:disabled):not(.disabled):active, .btn-green-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-green-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-green-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-green-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-green-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-green-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-green-geoportale:not(:disabled):not(.disabled).active, .show > .btn-green-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-green-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-green-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-green-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(22, 95, 36, 0.5);
}
.btn-dark-purple-geoportale {
  color: #fff;
  background-color: #67586d;
  border-color: #67586d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark-purple-geoportale:hover {
  color: #fff;
  background-color: #534758;
  border-color: #4c4151;
}
.btn-dark-purple-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-dark-purple-geoportale, .form-check [type='radio']:focus + label.btn-dark-purple-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-dark-purple-geoportale, .btn-dark-purple-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(103, 88, 109, 0.5);
}
.btn-dark-purple-geoportale.disabled, .btn-dark-purple-geoportale:disabled {
  color: #fff;
  background-color: #67586d;
  border-color: #67586d;
}
.btn-dark-purple-geoportale:not(:disabled):not(.disabled):active, .btn-dark-purple-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-purple-geoportale:not(:disabled):not(.disabled), .show > .btn-dark-purple-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #4c4151;
  border-color: #463c4a;
}
.btn-dark-purple-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-dark-purple-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-dark-purple-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-purple-geoportale:not(:disabled):not(.disabled):active, .btn-dark-purple-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-purple-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-dark-purple-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dark-purple-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-dark-purple-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-dark-purple-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-purple-geoportale:not(:disabled):not(.disabled).active, .show > .btn-dark-purple-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-dark-purple-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-dark-purple-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-dark-purple-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(103, 88, 109, 0.5);
}
.btn-dark-yellow-geoportale {
  color: #fff;
  background-color: #7a5a29;
  border-color: #7a5a29;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark-yellow-geoportale:hover {
  color: #fff;
  background-color: #5d451f;
  border-color: #543e1c;
}
.btn-dark-yellow-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-dark-yellow-geoportale, .form-check [type='radio']:focus + label.btn-dark-yellow-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-dark-yellow-geoportale, .btn-dark-yellow-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(122, 90, 41, 0.5);
}
.btn-dark-yellow-geoportale.disabled, .btn-dark-yellow-geoportale:disabled {
  color: #fff;
  background-color: #7a5a29;
  border-color: #7a5a29;
}
.btn-dark-yellow-geoportale:not(:disabled):not(.disabled):active, .btn-dark-yellow-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-yellow-geoportale:not(:disabled):not(.disabled), .show > .btn-dark-yellow-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #543e1c;
  border-color: #4a3719;
}
.btn-dark-yellow-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-dark-yellow-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-dark-yellow-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-yellow-geoportale:not(:disabled):not(.disabled):active, .btn-dark-yellow-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-yellow-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-dark-yellow-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dark-yellow-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-dark-yellow-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-dark-yellow-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-yellow-geoportale:not(:disabled):not(.disabled).active, .show > .btn-dark-yellow-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-dark-yellow-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-dark-yellow-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-dark-yellow-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(122, 90, 41, 0.5);
}
.btn-dark-green-geoportale {
  color: #fff;
  background-color: #2f4133;
  border-color: #2f4133;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark-green-geoportale:hover {
  color: #fff;
  background-color: #1f2b22;
  border-color: #1a231c;
}
.btn-dark-green-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-dark-green-geoportale, .form-check [type='radio']:focus + label.btn-dark-green-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-dark-green-geoportale, .btn-dark-green-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(47, 65, 51, 0.5);
}
.btn-dark-green-geoportale.disabled, .btn-dark-green-geoportale:disabled {
  color: #fff;
  background-color: #2f4133;
  border-color: #2f4133;
}
.btn-dark-green-geoportale:not(:disabled):not(.disabled):active, .btn-dark-green-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-green-geoportale:not(:disabled):not(.disabled), .show > .btn-dark-green-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #1a231c;
  border-color: #141c16;
}
.btn-dark-green-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-dark-green-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-dark-green-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-green-geoportale:not(:disabled):not(.disabled):active, .btn-dark-green-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dark-green-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-dark-green-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dark-green-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-dark-green-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-dark-green-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-dark-green-geoportale:not(:disabled):not(.disabled).active, .show > .btn-dark-green-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-dark-green-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-dark-green-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-dark-green-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(47, 65, 51, 0.5);
}
.btn-orange-geoportale {
  color: #fff;
  background-color: #ae4929;
  border-color: #ae4929;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-orange-geoportale:hover {
  color: #fff;
  background-color: #8f3c22;
  border-color: #85381f;
}
.btn-orange-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-orange-geoportale, .form-check [type='radio']:focus + label.btn-orange-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-orange-geoportale, .btn-orange-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(174, 73, 41, 0.5);
}
.btn-orange-geoportale.disabled, .btn-orange-geoportale:disabled {
  color: #fff;
  background-color: #ae4929;
  border-color: #ae4929;
}
.btn-orange-geoportale:not(:disabled):not(.disabled):active, .btn-orange-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-orange-geoportale:not(:disabled):not(.disabled), .show > .btn-orange-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #85381f;
  border-color: #7a331d;
}
.btn-orange-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-orange-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-orange-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-orange-geoportale:not(:disabled):not(.disabled):active, .btn-orange-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-orange-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-orange-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-orange-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-orange-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-orange-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-orange-geoportale:not(:disabled):not(.disabled).active, .show > .btn-orange-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-orange-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-orange-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-orange-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(174, 73, 41, 0.5);
}
.btn-purple-geoportale {
  color: #fff;
  background-color: #7a2972;
  border-color: #7a2972;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-purple-geoportale:hover {
  color: #fff;
  background-color: #5d1f57;
  border-color: #541c4e;
}
.btn-purple-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-purple-geoportale, .form-check [type='radio']:focus + label.btn-purple-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-purple-geoportale, .btn-purple-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(122, 41, 114, 0.5);
}
.btn-purple-geoportale.disabled, .btn-purple-geoportale:disabled {
  color: #fff;
  background-color: #7a2972;
  border-color: #7a2972;
}
.btn-purple-geoportale:not(:disabled):not(.disabled):active, .btn-purple-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-purple-geoportale:not(:disabled):not(.disabled), .show > .btn-purple-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #541c4e;
  border-color: #4a1945;
}
.btn-purple-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-purple-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-purple-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-purple-geoportale:not(:disabled):not(.disabled):active, .btn-purple-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-purple-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-purple-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-purple-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-purple-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-purple-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-purple-geoportale:not(:disabled):not(.disabled).active, .show > .btn-purple-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-purple-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-purple-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-purple-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(122, 41, 114, 0.5);
}
.btn-blue-geoportale {
  color: #fff;
  background-color: #41488c;
  border-color: #41488c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-blue-geoportale:hover {
  color: #fff;
  background-color: #353b72;
  border-color: #313669;
}
.btn-blue-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-blue-geoportale, .form-check [type='radio']:focus + label.btn-blue-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-blue-geoportale, .btn-blue-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(65, 72, 140, 0.5);
}
.btn-blue-geoportale.disabled, .btn-blue-geoportale:disabled {
  color: #fff;
  background-color: #41488c;
  border-color: #41488c;
}
.btn-blue-geoportale:not(:disabled):not(.disabled):active, .btn-blue-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-blue-geoportale:not(:disabled):not(.disabled), .show > .btn-blue-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #313669;
  border-color: #2d3260;
}
.btn-blue-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-blue-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-blue-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-blue-geoportale:not(:disabled):not(.disabled):active, .btn-blue-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-blue-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-blue-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-blue-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-blue-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-blue-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-blue-geoportale:not(:disabled):not(.disabled).active, .show > .btn-blue-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-blue-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-blue-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-blue-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(65, 72, 140, 0.5);
}
.btn-azul-geoportale {
  color: #000;
  background-color: #6795c5;
  border-color: #6795c5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-azul-geoportale:hover {
  color: #fff;
  background-color: #4b82ba;
  border-color: #457bb4;
}
.btn-azul-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-azul-geoportale, .form-check [type='radio']:focus + label.btn-azul-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-azul-geoportale, .btn-azul-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(103, 149, 197, 0.5);
}
.btn-azul-geoportale.disabled, .btn-azul-geoportale:disabled {
  color: #000;
  background-color: #6795c5;
  border-color: #6795c5;
}
.btn-azul-geoportale:not(:disabled):not(.disabled):active, .btn-azul-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-azul-geoportale:not(:disabled):not(.disabled), .show > .btn-azul-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #457bb4;
  border-color: #4175ab;
}
.btn-azul-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-azul-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-azul-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-azul-geoportale:not(:disabled):not(.disabled):active, .btn-azul-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-azul-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-azul-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-azul-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-azul-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-azul-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-azul-geoportale:not(:disabled):not(.disabled).active, .show > .btn-azul-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-azul-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-azul-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-azul-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(103, 149, 197, 0.5);
}
.btn-red-geoportale {
  color: #fff;
  background-color: #a72947;
  border-color: #a72947;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-red-geoportale:hover {
  color: #fff;
  background-color: #88213a;
  border-color: #7e1f36;
}
.btn-red-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-red-geoportale, .form-check [type='radio']:focus + label.btn-red-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-red-geoportale, .btn-red-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(167, 41, 71, 0.5);
}
.btn-red-geoportale.disabled, .btn-red-geoportale:disabled {
  color: #fff;
  background-color: #a72947;
  border-color: #a72947;
}
.btn-red-geoportale:not(:disabled):not(.disabled):active, .btn-red-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-red-geoportale:not(:disabled):not(.disabled), .show > .btn-red-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #7e1f36;
  border-color: #741c31;
}
.btn-red-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-red-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-red-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-red-geoportale:not(:disabled):not(.disabled):active, .btn-red-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-red-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-red-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-red-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-red-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-red-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-red-geoportale:not(:disabled):not(.disabled).active, .show > .btn-red-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-red-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-red-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-red-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(167, 41, 71, 0.5);
}
.btn-brown-geoportale {
  color: #fff;
  background-color: #7a6329;
  border-color: #7a6329;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-brown-geoportale:hover {
  color: #fff;
  background-color: #5d4c1f;
  border-color: #54441c;
}
.btn-brown-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-brown-geoportale, .form-check [type='radio']:focus + label.btn-brown-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-brown-geoportale, .btn-brown-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(122, 99, 41, 0.5);
}
.btn-brown-geoportale.disabled, .btn-brown-geoportale:disabled {
  color: #fff;
  background-color: #7a6329;
  border-color: #7a6329;
}
.btn-brown-geoportale:not(:disabled):not(.disabled):active, .btn-brown-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-brown-geoportale:not(:disabled):not(.disabled), .show > .btn-brown-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #54441c;
  border-color: #4a3c19;
}
.btn-brown-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-brown-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-brown-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-brown-geoportale:not(:disabled):not(.disabled):active, .btn-brown-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-brown-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-brown-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-brown-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-brown-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-brown-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-brown-geoportale:not(:disabled):not(.disabled).active, .show > .btn-brown-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-brown-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-brown-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-brown-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(122, 99, 41, 0.5);
}
.btn-grey-geoportale {
  color: #fff;
  background-color: #414642;
  border-color: #414642;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-grey-geoportale:hover {
  color: #fff;
  background-color: #2f322f;
  border-color: #282c29;
}
.btn-grey-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-grey-geoportale, .form-check [type='radio']:focus + label.btn-grey-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-grey-geoportale, .btn-grey-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(65, 70, 66, 0.5);
}
.btn-grey-geoportale.disabled, .btn-grey-geoportale:disabled {
  color: #fff;
  background-color: #414642;
  border-color: #414642;
}
.btn-grey-geoportale:not(:disabled):not(.disabled):active, .btn-grey-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-grey-geoportale:not(:disabled):not(.disabled), .show > .btn-grey-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #282c29;
  border-color: #222523;
}
.btn-grey-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-grey-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-grey-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-grey-geoportale:not(:disabled):not(.disabled):active, .btn-grey-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-grey-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-grey-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-grey-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-grey-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-grey-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-grey-geoportale:not(:disabled):not(.disabled).active, .show > .btn-grey-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-grey-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-grey-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-grey-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(65, 70, 66, 0.5);
}
.btn-light-green-geoportale {
  color: #fff;
  background-color: #3e883c;
  border-color: #3e883c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light-green-geoportale:hover {
  color: #fff;
  background-color: #326d30;
  border-color: #2e652c;
}
.btn-light-green-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-light-green-geoportale, .form-check [type='radio']:focus + label.btn-light-green-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-light-green-geoportale, .btn-light-green-geoportale.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(62, 136, 60, 0.5);
}
.btn-light-green-geoportale.disabled, .btn-light-green-geoportale:disabled {
  color: #fff;
  background-color: #3e883c;
  border-color: #3e883c;
}
.btn-light-green-geoportale:not(:disabled):not(.disabled):active, .btn-light-green-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-light-green-geoportale:not(:disabled):not(.disabled), .show > .btn-light-green-geoportale.dropdown-toggle {
  color: #fff;
  background-color: #2e652c;
  border-color: #2a5c28;
}
.btn-light-green-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-light-green-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-light-green-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-light-green-geoportale:not(:disabled):not(.disabled):active, .btn-light-green-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-light-green-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-light-green-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-light-green-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-light-green-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-light-green-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-light-green-geoportale:not(:disabled):not(.disabled).active, .show > .btn-light-green-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-light-green-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-light-green-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-light-green-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(62, 136, 60, 0.5);
}
.btn-brown-ssui, .ssui-layout .ssui-search .input-group-append button.btn.btn-primary, .ssui-layout .ssui-search .input-group-append button.assistance.btn-primary {
  color: #fff;
  background-color: #735238;
  border-color: #735238;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-brown-ssui:hover, .ssui-layout .ssui-search .input-group-append button.btn.btn-primary:hover, .ssui-layout .ssui-search .input-group-append button.assistance.btn-primary:hover {
  color: #fff;
  background-color: #59402b;
  border-color: #513a27;
}
.btn-brown-ssui:focus, .ssui-layout .ssui-search .input-group-append button.btn.btn-primary:focus, .ssui-layout .ssui-search .input-group-append button.assistance.btn-primary:focus, .ssui-layout .ssui-search .input-group-append .toggles label input[type='checkbox']:focus + button.lever.assistance.btn-primary, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + button.lever.assistance.btn-primary, .ssui-layout .ssui-search .input-group-append .toggles label input[type='checkbox']:focus + button.lever.btn.btn-primary, .ssui-layout .ssui-search .input-group-append .toggles label input[type='checkbox']:focus + button.assistance.lever.btn-primary, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + button.lever.btn.btn-primary, .form-check [type='checkbox']:focus + label.btn-brown-ssui, .form-check [type='radio']:focus + label.btn-brown-ssui, .toggles label input[type='checkbox']:focus + .lever.btn-brown-ssui, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + button.btn.btn-primary.lever, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + button.assistance.btn-primary.lever, .ssui-layout .ssui-search .input-group-append .toggles label input[type='checkbox']:focus + button.btn.btn-primary.lever, .btn-brown-ssui.focus, .ssui-layout .ssui-search .input-group-append button.btn.btn-primary.focus, .ssui-layout .ssui-search .input-group-append button.assistance.btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(115, 82, 56, 0.5);
}
.btn-brown-ssui.disabled, .ssui-layout .ssui-search .input-group-append button.btn.btn-primary.disabled, .ssui-layout .ssui-search .input-group-append button.assistance.btn-primary.disabled, .btn-brown-ssui:disabled, .ssui-layout .ssui-search .input-group-append button.btn.btn-primary:disabled, .ssui-layout .ssui-search .input-group-append button.assistance.btn-primary:disabled {
  color: #fff;
  background-color: #735238;
  border-color: #735238;
}
.btn-brown-ssui:not(:disabled):not(.disabled):active, .ssui-layout .ssui-search .input-group-append button.btn.btn-primary:not(:disabled):not(.disabled):active, .ssui-layout .ssui-search .input-group-append button.assistance.btn-primary:not(:disabled):not(.disabled):active, .btn-brown-ssui:not(:disabled):not(.disabled).active, .ssui-layout .ssui-search .input-group-append button.btn.btn-primary:not(:disabled):not(.disabled).active, .ssui-layout .ssui-search .input-group-append button.assistance.btn-primary:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-brown-ssui:not(:disabled):not(.disabled), .show > .btn-brown-ssui.dropdown-toggle, .ssui-layout .ssui-search .input-group-append .show > button.btn.btn-primary.dropdown-toggle, .ssui-layout .ssui-search .input-group-append .show > button.assistance.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #513a27;
  border-color: #483323;
}
.btn-brown-ssui:not(:disabled):not(.disabled):active:focus, .ssui-layout .ssui-search .input-group-append button.btn.btn-primary:not(:disabled):not(.disabled):active:focus, .ssui-layout .ssui-search .input-group-append button.assistance.btn-primary:not(:disabled):not(.disabled):active:focus, .ssui-layout .ssui-search .input-group-append .toggles label input[type='checkbox']:focus + button.lever.assistance.btn-primary:not(:disabled):not(.disabled):active, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + button.lever.assistance.btn-primary:not(:disabled):not(.disabled):active, .ssui-layout .ssui-search .input-group-append .toggles label input[type='checkbox']:focus + button.lever.btn.btn-primary:not(:disabled):not(.disabled):active, .ssui-layout .ssui-search .input-group-append .toggles label input[type='checkbox']:focus + button.assistance.lever.btn-primary:not(:disabled):not(.disabled):active, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + button.lever.btn.btn-primary:not(:disabled):not(.disabled):active, .form-check [type='checkbox']:focus + label.btn-brown-ssui:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-brown-ssui:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-brown-ssui:not(:disabled):not(.disabled):active, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + button.btn.btn-primary.lever:not(:disabled):not(.disabled):active, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + button.assistance.btn-primary.lever:not(:disabled):not(.disabled):active, .ssui-layout .ssui-search .input-group-append .toggles label input[type='checkbox']:focus + button.btn.btn-primary.lever:not(:disabled):not(.disabled):active, .btn-brown-ssui:not(:disabled):not(.disabled).active:focus, .ssui-layout .ssui-search .input-group-append button.btn.btn-primary:not(:disabled):not(.disabled).active:focus, .ssui-layout .ssui-search .input-group-append button.assistance.btn-primary:not(:disabled):not(.disabled).active:focus, .ssui-layout .ssui-search .input-group-append .toggles label input[type='checkbox']:focus + button.lever.assistance.btn-primary:not(:disabled):not(.disabled).active, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + button.lever.assistance.btn-primary:not(:disabled):not(.disabled).active, .ssui-layout .ssui-search .input-group-append .toggles label input[type='checkbox']:focus + button.lever.btn.btn-primary:not(:disabled):not(.disabled).active, .ssui-layout .ssui-search .input-group-append .toggles label input[type='checkbox']:focus + button.assistance.lever.btn-primary:not(:disabled):not(.disabled).active, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + button.lever.btn.btn-primary:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-brown-ssui:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-brown-ssui:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-brown-ssui:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-brown-ssui:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-brown-ssui:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-brown-ssui:not(:disabled):not(.disabled).active, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + button.btn.btn-primary.lever:not(:disabled):not(.disabled).active, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + button.assistance.btn-primary.lever:not(:disabled):not(.disabled).active, .ssui-layout .ssui-search .input-group-append .toggles label input[type='checkbox']:focus + button.btn.btn-primary.lever:not(:disabled):not(.disabled).active, .show > .btn-brown-ssui.dropdown-toggle:focus, .ssui-layout .ssui-search .input-group-append .show > button.btn.btn-primary.dropdown-toggle:focus, .ssui-layout .ssui-search .input-group-append .show > button.assistance.btn-primary.dropdown-toggle:focus, .ssui-layout .ssui-search .input-group-append .toggles label input.show + button.lever.assistance.btn-primary.dropdown-toggle, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + .show > button.lever.assistance.btn-primary.dropdown-toggle, .ssui-layout .ssui-search .input-group-append .toggles label input.show + button.lever.btn.btn-primary.dropdown-toggle, .ssui-layout .ssui-search .input-group-append .toggles label input.show + button.assistance.lever.btn-primary.dropdown-toggle, .toggles label .ssui-layout .ssui-search .input-group-append input[type='checkbox']:focus + .show > button.lever.btn.btn-primary.dropdown-toggle, .form-check [type='checkbox'].show + label.btn-brown-ssui.dropdown-toggle, .form-check [type='radio'].show + label.btn-brown-ssui.dropdown-toggle, .toggles label input.show + .lever.btn-brown-ssui.dropdown-toggle, .toggles label .ssui-layout .ssui-search .input-group-append input.show + button.btn.btn-primary.lever.dropdown-toggle, .toggles label .ssui-layout .ssui-search .input-group-append input.show + button.assistance.btn-primary.lever.dropdown-toggle, .ssui-layout .ssui-search .input-group-append .toggles label input.show + button.btn.btn-primary.lever.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(115, 82, 56, 0.5);
}
.btn-light-brown-ssui {
  color: #000;
  background-color: #ba7b4a;
  border-color: #ba7b4a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light-brown-ssui:hover {
  color: #fff;
  background-color: #a1693d;
  border-color: #97633a;
}
.btn-light-brown-ssui:focus, .form-check [type='checkbox']:focus + label.btn-light-brown-ssui, .form-check [type='radio']:focus + label.btn-light-brown-ssui, .toggles label input[type='checkbox']:focus + .lever.btn-light-brown-ssui, .btn-light-brown-ssui.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(186, 123, 74, 0.5);
}
.btn-light-brown-ssui.disabled, .btn-light-brown-ssui:disabled {
  color: #000;
  background-color: #ba7b4a;
  border-color: #ba7b4a;
}
.btn-light-brown-ssui:not(:disabled):not(.disabled):active, .btn-light-brown-ssui:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-light-brown-ssui:not(:disabled):not(.disabled), .show > .btn-light-brown-ssui.dropdown-toggle {
  color: #fff;
  background-color: #97633a;
  border-color: #8e5d36;
}
.btn-light-brown-ssui:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-light-brown-ssui:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-light-brown-ssui:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-light-brown-ssui:not(:disabled):not(.disabled):active, .btn-light-brown-ssui:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-light-brown-ssui:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-light-brown-ssui:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-light-brown-ssui:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-light-brown-ssui:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-light-brown-ssui:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-light-brown-ssui:not(:disabled):not(.disabled).active, .show > .btn-light-brown-ssui.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-light-brown-ssui.dropdown-toggle, .form-check [type='radio'].show + label.btn-light-brown-ssui.dropdown-toggle, .toggles label input.show + .lever.btn-light-brown-ssui.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(186, 123, 74, 0.5);
}
.btn-sititematici-red {
  color: #fff;
  background-color: #9c2b2b;
  border-color: #9c2b2b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-sititematici-red:hover {
  color: #fff;
  background-color: #7e2323;
  border-color: #742020;
}
.btn-sititematici-red:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-red, .form-check [type='radio']:focus + label.btn-sititematici-red, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-red, .btn-sititematici-red.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(156, 43, 43, 0.5);
}
.btn-sititematici-red.disabled, .btn-sititematici-red:disabled {
  color: #fff;
  background-color: #9c2b2b;
  border-color: #9c2b2b;
}
.btn-sititematici-red:not(:disabled):not(.disabled):active, .btn-sititematici-red:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-red:not(:disabled):not(.disabled), .show > .btn-sititematici-red.dropdown-toggle {
  color: #fff;
  background-color: #742020;
  border-color: #6a1d1d;
}
.btn-sititematici-red:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-red:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-sititematici-red:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-red:not(:disabled):not(.disabled):active, .btn-sititematici-red:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-red:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-sititematici-red:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-sititematici-red:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-sititematici-red:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-sititematici-red:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-red:not(:disabled):not(.disabled).active, .show > .btn-sititematici-red.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-sititematici-red.dropdown-toggle, .form-check [type='radio'].show + label.btn-sititematici-red.dropdown-toggle, .toggles label input.show + .lever.btn-sititematici-red.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(156, 43, 43, 0.5);
}
.btn-sititematici-orange {
  color: #000;
  background-color: #bf5818;
  border-color: #bf5818;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-sititematici-orange:hover {
  color: #fff;
  background-color: #b65c25;
  border-color: #ac5723;
}
.btn-sititematici-orange:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-orange, .form-check [type='radio']:focus + label.btn-sititematici-orange, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-orange, .btn-sititematici-orange.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(212, 109, 46, 0.5);
}
.btn-sititematici-orange.disabled, .btn-sititematici-orange:disabled {
  color: #000;
  background-color: #bf5818;
  border-color: #bf5818;
}
.btn-sititematici-orange:not(:disabled):not(.disabled):active, .btn-sititematici-orange:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-orange:not(:disabled):not(.disabled), .show > .btn-sititematici-orange.dropdown-toggle {
  color: #fff;
  background-color: #ac5723;
  border-color: #a15221;
}
.btn-sititematici-orange:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-orange:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-sititematici-orange:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-orange:not(:disabled):not(.disabled):active, .btn-sititematici-orange:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-orange:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-sititematici-orange:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-sititematici-orange:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-sititematici-orange:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-sititematici-orange:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-orange:not(:disabled):not(.disabled).active, .show > .btn-sititematici-orange.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-sititematici-orange.dropdown-toggle, .form-check [type='radio'].show + label.btn-sititematici-orange.dropdown-toggle, .toggles label input.show + .lever.btn-sititematici-orange.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 109, 46, 0.5);
}
.btn-sititematici-yellow {
  color: #000;
  background-color: #d8b509;
  border-color: #d8b509;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-sititematici-yellow:hover {
  color: #000;
  background-color: #b39607;
  border-color: #a78c07;
}
.btn-sititematici-yellow:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-yellow, .form-check [type='radio']:focus + label.btn-sititematici-yellow, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-yellow, .btn-sititematici-yellow.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 181, 9, 0.5);
}
.btn-sititematici-yellow.disabled, .btn-sititematici-yellow:disabled {
  color: #000;
  background-color: #d8b509;
  border-color: #d8b509;
}
.btn-sititematici-yellow:not(:disabled):not(.disabled):active, .btn-sititematici-yellow:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-yellow:not(:disabled):not(.disabled), .show > .btn-sititematici-yellow.dropdown-toggle {
  color: #000;
  background-color: #a78c07;
  border-color: #9b8206;
}
.btn-sititematici-yellow:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-yellow:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-sititematici-yellow:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-yellow:not(:disabled):not(.disabled):active, .btn-sititematici-yellow:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-yellow:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-sititematici-yellow:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-sititematici-yellow:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-sititematici-yellow:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-sititematici-yellow:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-yellow:not(:disabled):not(.disabled).active, .show > .btn-sititematici-yellow.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-sititematici-yellow.dropdown-toggle, .form-check [type='radio'].show + label.btn-sititematici-yellow.dropdown-toggle, .toggles label input.show + .lever.btn-sititematici-yellow.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 181, 9, 0.5);
}
.btn-sititematici-turquoise {
  color: #fff;
  background-color: #009d74;
  border-color: #009d74;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-sititematici-turquoise:hover {
  color: #fff;
  background-color: #007758;
  border-color: #006a4e;
}
.btn-sititematici-turquoise:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-turquoise, .form-check [type='radio']:focus + label.btn-sititematici-turquoise, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-turquoise, .btn-sititematici-turquoise.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 157, 116, 0.5);
}
.btn-sititematici-turquoise.disabled, .btn-sititematici-turquoise:disabled {
  color: #fff;
  background-color: #009d74;
  border-color: #009d74;
}
.btn-sititematici-turquoise:not(:disabled):not(.disabled):active, .btn-sititematici-turquoise:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-turquoise:not(:disabled):not(.disabled), .show > .btn-sititematici-turquoise.dropdown-toggle {
  color: #fff;
  background-color: #006a4e;
  border-color: #005d45;
}
.btn-sititematici-turquoise:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-turquoise:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-sititematici-turquoise:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-turquoise:not(:disabled):not(.disabled):active, .btn-sititematici-turquoise:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-turquoise:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-sititematici-turquoise:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-sititematici-turquoise:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-sititematici-turquoise:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-sititematici-turquoise:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-turquoise:not(:disabled):not(.disabled).active, .show > .btn-sititematici-turquoise.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-sititematici-turquoise.dropdown-toggle, .form-check [type='radio'].show + label.btn-sititematici-turquoise.dropdown-toggle, .toggles label input.show + .lever.btn-sititematici-turquoise.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 157, 116, 0.5);
}
.btn-sititematici-green {
  color: #000;
  background-color: #7c9f4a;
  border-color: #7c9f4a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-sititematici-green:hover {
  color: #fff;
  background-color: #68853e;
  border-color: #617c3a;
}
.btn-sititematici-green:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-green, .form-check [type='radio']:focus + label.btn-sititematici-green, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-green, .btn-sititematici-green.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(124, 159, 74, 0.5);
}
.btn-sititematici-green.disabled, .btn-sititematici-green:disabled {
  color: #000;
  background-color: #7c9f4a;
  border-color: #7c9f4a;
}
.btn-sititematici-green:not(:disabled):not(.disabled):active, .btn-sititematici-green:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-green:not(:disabled):not(.disabled), .show > .btn-sititematici-green.dropdown-toggle {
  color: #fff;
  background-color: #617c3a;
  border-color: #5a7336;
}
.btn-sititematici-green:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-green:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-sititematici-green:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-green:not(:disabled):not(.disabled):active, .btn-sititematici-green:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-green:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-sititematici-green:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-sititematici-green:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-sititematici-green:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-sititematici-green:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-green:not(:disabled):not(.disabled).active, .show > .btn-sititematici-green.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-sititematici-green.dropdown-toggle, .form-check [type='radio'].show + label.btn-sititematici-green.dropdown-toggle, .toggles label input.show + .lever.btn-sititematici-green.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(124, 159, 74, 0.5);
}
.btn-sititematici-lightblue {
  color: #000;
  background-color: #5ca8a1;
  border-color: #5ca8a1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-sititematici-lightblue:hover {
  color: #000;
  background-color: #4d918a;
  border-color: #498882;
}
.btn-sititematici-lightblue:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-lightblue, .form-check [type='radio']:focus + label.btn-sititematici-lightblue, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-lightblue, .btn-sititematici-lightblue.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(92, 168, 161, 0.5);
}
.btn-sititematici-lightblue.disabled, .btn-sititematici-lightblue:disabled {
  color: #000;
  background-color: #5ca8a1;
  border-color: #5ca8a1;
}
.btn-sititematici-lightblue:not(:disabled):not(.disabled):active, .btn-sititematici-lightblue:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-lightblue:not(:disabled):not(.disabled), .show > .btn-sititematici-lightblue.dropdown-toggle {
  color: #fff;
  background-color: #498882;
  border-color: #44807a;
}
.btn-sititematici-lightblue:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-lightblue:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-sititematici-lightblue:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-lightblue:not(:disabled):not(.disabled):active, .btn-sititematici-lightblue:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-lightblue:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-sititematici-lightblue:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-sititematici-lightblue:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-sititematici-lightblue:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-sititematici-lightblue:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-lightblue:not(:disabled):not(.disabled).active, .show > .btn-sititematici-lightblue.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-sititematici-lightblue.dropdown-toggle, .form-check [type='radio'].show + label.btn-sititematici-lightblue.dropdown-toggle, .toggles label input.show + .lever.btn-sititematici-lightblue.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(92, 168, 161, 0.5);
}
.btn-sititematici-darkblue {
  color: #fff;
  background-color: #354f66;
  border-color: #354f66;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-sititematici-darkblue:hover {
  color: #fff;
  background-color: #283c4d;
  border-color: #243544;
}
.btn-sititematici-darkblue:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-darkblue, .form-check [type='radio']:focus + label.btn-sititematici-darkblue, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-darkblue, .btn-sititematici-darkblue.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(53, 79, 102, 0.5);
}
.btn-sititematici-darkblue.disabled, .btn-sititematici-darkblue:disabled {
  color: #fff;
  background-color: #354f66;
  border-color: #354f66;
}
.btn-sititematici-darkblue:not(:disabled):not(.disabled):active, .btn-sititematici-darkblue:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-darkblue:not(:disabled):not(.disabled), .show > .btn-sititematici-darkblue.dropdown-toggle {
  color: #fff;
  background-color: #243544;
  border-color: #1f2f3c;
}
.btn-sititematici-darkblue:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-darkblue:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-sititematici-darkblue:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-darkblue:not(:disabled):not(.disabled):active, .btn-sititematici-darkblue:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-darkblue:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-sititematici-darkblue:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-sititematici-darkblue:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-sititematici-darkblue:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-sititematici-darkblue:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-darkblue:not(:disabled):not(.disabled).active, .show > .btn-sititematici-darkblue.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-sititematici-darkblue.dropdown-toggle, .form-check [type='radio'].show + label.btn-sititematici-darkblue.dropdown-toggle, .toggles label input.show + .lever.btn-sititematici-darkblue.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(53, 79, 102, 0.5);
}
.btn-sititematici-purple {
  color: #fff;
  background-color: #786372;
  border-color: #786372;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-sititematici-purple:hover {
  color: #fff;
  background-color: #63525e;
  border-color: #5c4c57;
}
.btn-sititematici-purple:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-purple, .form-check [type='radio']:focus + label.btn-sititematici-purple, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-purple, .btn-sititematici-purple.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(120, 99, 114, 0.5);
}
.btn-sititematici-purple.disabled, .btn-sititematici-purple:disabled {
  color: #fff;
  background-color: #786372;
  border-color: #786372;
}
.btn-sititematici-purple:not(:disabled):not(.disabled):active, .btn-sititematici-purple:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-purple:not(:disabled):not(.disabled), .show > .btn-sititematici-purple.dropdown-toggle {
  color: #fff;
  background-color: #5c4c57;
  border-color: #554651;
}
.btn-sititematici-purple:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-purple:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-sititematici-purple:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-purple:not(:disabled):not(.disabled):active, .btn-sititematici-purple:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-purple:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-sititematici-purple:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-sititematici-purple:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-sititematici-purple:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-sititematici-purple:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-purple:not(:disabled):not(.disabled).active, .show > .btn-sititematici-purple.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-sititematici-purple.dropdown-toggle, .form-check [type='radio'].show + label.btn-sititematici-purple.dropdown-toggle, .toggles label input.show + .lever.btn-sititematici-purple.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(120, 99, 114, 0.5);
}
.btn-sititematici-green-xmas {
  color: #fff;
  background-color: #287233;
  border-color: #287233;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-sititematici-green-xmas:hover {
  color: #fff;
  background-color: #1e5626;
  border-color: #1b4c22;
}
.btn-sititematici-green-xmas:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-green-xmas, .form-check [type='radio']:focus + label.btn-sititematici-green-xmas, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-green-xmas, .btn-sititematici-green-xmas.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(40, 114, 51, 0.5);
}
.btn-sititematici-green-xmas.disabled, .btn-sititematici-green-xmas:disabled {
  color: #fff;
  background-color: #287233;
  border-color: #287233;
}
.btn-sititematici-green-xmas:not(:disabled):not(.disabled):active, .btn-sititematici-green-xmas:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-green-xmas:not(:disabled):not(.disabled), .show > .btn-sititematici-green-xmas.dropdown-toggle {
  color: #fff;
  background-color: #1b4c22;
  border-color: #17431e;
}
.btn-sititematici-green-xmas:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-sititematici-green-xmas:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-sititematici-green-xmas:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-green-xmas:not(:disabled):not(.disabled):active, .btn-sititematici-green-xmas:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-sititematici-green-xmas:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-sititematici-green-xmas:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-sititematici-green-xmas:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-sititematici-green-xmas:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-sititematici-green-xmas:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-sititematici-green-xmas:not(:disabled):not(.disabled).active, .show > .btn-sititematici-green-xmas.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-sititematici-green-xmas.dropdown-toggle, .form-check [type='radio'].show + label.btn-sititematici-green-xmas.dropdown-toggle, .toggles label input.show + .lever.btn-sititematici-green-xmas.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 114, 51, 0.5);
}
.btn-outline-primary {
  color: #007db3;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #007db3;
}
.btn-outline-primary:hover {
  color: #06577a;
  box-shadow: inset 0 0 0 1px #06577a;
}
.btn-outline-primary:focus, .form-check [type='checkbox']:focus + label.btn-outline-primary, .form-check [type='radio']:focus + label.btn-outline-primary, .toggles label input[type='checkbox']:focus + .lever.btn-outline-primary, .btn-outline-primary.focus {
  box-shadow: inset 0 0 0 1px #007db3, 0 0 0 0.2rem rgba(0, 125, 179, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007db3;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-primary:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #007db3;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #007db3;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-primary:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-primary:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-primary:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-primary:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-primary:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-primary:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-primary:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-primary.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-primary.dropdown-toggle, .toggles label input.show + .lever.btn-outline-primary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 125, 179, 0.5);
}
.btn-outline-secondary {
  color: #ffd400;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ffd400;
}
.btn-outline-secondary:hover {
  color: #c2a30a;
  box-shadow: inset 0 0 0 1px #c2a30a;
}
.btn-outline-secondary:focus, .form-check [type='checkbox']:focus + label.btn-outline-secondary, .form-check [type='radio']:focus + label.btn-outline-secondary, .toggles label input[type='checkbox']:focus + .lever.btn-outline-secondary, .btn-outline-secondary.focus {
  box-shadow: inset 0 0 0 1px #ffd400, 0 0 0 0.2rem rgba(255, 212, 0, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ffd400;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-secondary:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffd400;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ffd400;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-secondary:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-secondary:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-secondary:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-secondary.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-secondary.dropdown-toggle, .toggles label input.show + .lever.btn-outline-secondary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 212, 0, 0.5);
}
.btn-outline-success {
  color: #008758;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #008758;
}
.btn-outline-success:hover {
  color: #045035;
  box-shadow: inset 0 0 0 1px #045035;
}
.btn-outline-success:focus, .form-check [type='checkbox']:focus + label.btn-outline-success, .form-check [type='radio']:focus + label.btn-outline-success, .toggles label input[type='checkbox']:focus + .lever.btn-outline-success, .btn-outline-success.focus {
  box-shadow: inset 0 0 0 1px #008758, 0 0 0 0.2rem rgba(0, 135, 88, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #008758;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-success:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #008758;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #008758;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-success:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-success:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-success:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-success:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-success:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-success:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-success:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-success.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-success.dropdown-toggle, .toggles label input.show + .lever.btn-outline-success.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 135, 88, 0.5);
}
.btn-outline-info {
  color: #979899;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #979899;
}
.btn-outline-info:hover {
  color: #7f7f7f;
  box-shadow: inset 0 0 0 1px #7f7f7f;
}
.btn-outline-info:focus, .form-check [type='checkbox']:focus + label.btn-outline-info, .form-check [type='radio']:focus + label.btn-outline-info, .toggles label input[type='checkbox']:focus + .lever.btn-outline-info, .btn-outline-info.focus {
  box-shadow: inset 0 0 0 1px #979899, 0 0 0 0.2rem rgba(151, 152, 153, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #979899;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-info:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #979899;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #979899;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-info:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-info:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-info:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-info:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-info:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-info:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-info:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-info.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-info.dropdown-toggle, .toggles label input.show + .lever.btn-outline-info.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(151, 152, 153, 0.5);
}
.btn-outline-warning {
  color: #a66300;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #a66300;
}
.btn-outline-warning:hover {
  color: #6d4306;
  box-shadow: inset 0 0 0 1px #6d4306;
}
.btn-outline-warning:focus, .form-check [type='checkbox']:focus + label.btn-outline-warning, .form-check [type='radio']:focus + label.btn-outline-warning, .toggles label input[type='checkbox']:focus + .lever.btn-outline-warning, .btn-outline-warning.focus {
  box-shadow: inset 0 0 0 1px #a66300, 0 0 0 0.2rem rgba(166, 99, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #a66300;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-warning:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #a66300;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #a66300;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-warning:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-warning:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-warning:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-warning:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-warning:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-warning:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-warning:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-warning.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-warning.dropdown-toggle, .toggles label input.show + .lever.btn-outline-warning.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(166, 99, 0, 0.5);
}
.btn-outline-danger {
  color: #d92828;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d92828;
}
.btn-outline-danger:hover {
  color: #a52929;
  box-shadow: inset 0 0 0 1px #a52929;
}
.btn-outline-danger:focus, .form-check [type='checkbox']:focus + label.btn-outline-danger, .form-check [type='radio']:focus + label.btn-outline-danger, .toggles label input[type='checkbox']:focus + .lever.btn-outline-danger, .btn-outline-danger.focus {
  box-shadow: inset 0 0 0 1px #d92828, 0 0 0 0.2rem rgba(217, 40, 40, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d92828;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-danger:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #d92828;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d92828;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-danger:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-danger:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-danger:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-danger:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-danger:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-danger:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-danger:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-danger.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-danger.dropdown-toggle, .toggles label input.show + .lever.btn-outline-danger.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(217, 40, 40, 0.5);
}
.btn-outline-light {
  color: #e9e6f2;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e9e6f2;
}
.btn-outline-light:hover {
  color: #cec9dd;
  box-shadow: inset 0 0 0 1px #cec9dd;
}
.btn-outline-light:focus, .form-check [type='checkbox']:focus + label.btn-outline-light, .form-check [type='radio']:focus + label.btn-outline-light, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light, .btn-outline-light.focus {
  box-shadow: inset 0 0 0 1px #e9e6f2, 0 0 0 0.2rem rgba(233, 230, 242, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e9e6f2;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-light:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #e9e6f2;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e9e6f2;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-light:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-light:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-light:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-light:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-light:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-light:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-light:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-light.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-light.dropdown-toggle, .toggles label input.show + .lever.btn-outline-light.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(233, 230, 242, 0.5);
}
.btn-outline-dark {
  color: #17324d;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #17324d;
}
.btn-outline-dark:hover {
  color: #0e1823;
  box-shadow: inset 0 0 0 1px #0e1823;
}
.btn-outline-dark:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark, .form-check [type='radio']:focus + label.btn-outline-dark, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark, .btn-outline-dark.focus {
  box-shadow: inset 0 0 0 1px #17324d, 0 0 0 0.2rem rgba(23, 50, 77, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #17324d;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #17324d;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #17324d;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-dark:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-dark:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-dark:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-dark:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-dark:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-dark.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-dark.dropdown-toggle, .toggles label input.show + .lever.btn-outline-dark.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 50, 77, 0.5);
}
.btn-outline-black {
  color: #000;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #000;
}
.btn-outline-black:hover {
  color: #000;
  box-shadow: inset 0 0 0 1px #000;
}
.btn-outline-black:focus, .form-check [type='checkbox']:focus + label.btn-outline-black, .form-check [type='radio']:focus + label.btn-outline-black, .toggles label input[type='checkbox']:focus + .lever.btn-outline-black, .btn-outline-black.focus {
  box-shadow: inset 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-black:not(:disabled):not(.disabled), .show > .btn-outline-black.dropdown-toggle {
  color: #000;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-black:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-black:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-black:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-black:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-black:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-black:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-black:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-black.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-black.dropdown-toggle, .toggles label input.show + .lever.btn-outline-black.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
}
.btn-outline-white:hover {
  color: #e6e6e6;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.btn-outline-white:focus, .form-check [type='checkbox']:focus + label.btn-outline-white, .form-check [type='radio']:focus + label.btn-outline-white, .toggles label input[type='checkbox']:focus + .lever.btn-outline-white, .btn-outline-white.focus {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-white:not(:disabled):not(.disabled), .show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-white:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-white:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-white:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-white:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-white:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-white:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-white:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-white.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-white.dropdown-toggle, .toggles label input.show + .lever.btn-outline-white.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-100 {
  color: #e3e4e6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e3e4e6;
}
.btn-outline-100:hover {
  color: #cbcbcb;
  box-shadow: inset 0 0 0 1px #cbcbcb;
}
.btn-outline-100:focus, .form-check [type='checkbox']:focus + label.btn-outline-100, .form-check [type='radio']:focus + label.btn-outline-100, .toggles label input[type='checkbox']:focus + .lever.btn-outline-100, .btn-outline-100.focus {
  box-shadow: inset 0 0 0 1px #e3e4e6, 0 0 0 0.2rem rgba(227, 228, 230, 0.5);
}
.btn-outline-100.disabled, .btn-outline-100:disabled {
  color: #e3e4e6;
  background-color: transparent;
}
.btn-outline-100:not(:disabled):not(.disabled):active, .btn-outline-100:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-100:not(:disabled):not(.disabled), .show > .btn-outline-100.dropdown-toggle {
  color: #e3e4e6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e3e4e6;
}
.btn-outline-100:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-100:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-100:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-100:not(:disabled):not(.disabled):active, .btn-outline-100:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-100:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-100:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-100:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-100:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-100:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-100:not(:disabled):not(.disabled).active, .show > .btn-outline-100.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-100.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-100.dropdown-toggle, .toggles label input.show + .lever.btn-outline-100.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(227, 228, 230, 0.5);
}
.btn-outline-200 {
  color: #cacacc;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #cacacc;
}
.btn-outline-200:hover {
  color: #b1b1b1;
  box-shadow: inset 0 0 0 1px #b1b1b1;
}
.btn-outline-200:focus, .form-check [type='checkbox']:focus + label.btn-outline-200, .form-check [type='radio']:focus + label.btn-outline-200, .toggles label input[type='checkbox']:focus + .lever.btn-outline-200, .btn-outline-200.focus {
  box-shadow: inset 0 0 0 1px #cacacc, 0 0 0 0.2rem rgba(202, 202, 204, 0.5);
}
.btn-outline-200.disabled, .btn-outline-200:disabled {
  color: #cacacc;
  background-color: transparent;
}
.btn-outline-200:not(:disabled):not(.disabled):active, .btn-outline-200:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-200:not(:disabled):not(.disabled), .show > .btn-outline-200.dropdown-toggle {
  color: #cacacc;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #cacacc;
}
.btn-outline-200:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-200:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-200:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-200:not(:disabled):not(.disabled):active, .btn-outline-200:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-200:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-200:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-200:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-200:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-200:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-200:not(:disabled):not(.disabled).active, .show > .btn-outline-200.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-200.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-200.dropdown-toggle, .toggles label input.show + .lever.btn-outline-200.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(202, 202, 204, 0.5);
}
.btn-outline-300 {
  color: #b1b1b3;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #b1b1b3;
}
.btn-outline-300:hover {
  color: #989898;
  box-shadow: inset 0 0 0 1px #989898;
}
.btn-outline-300:focus, .form-check [type='checkbox']:focus + label.btn-outline-300, .form-check [type='radio']:focus + label.btn-outline-300, .toggles label input[type='checkbox']:focus + .lever.btn-outline-300, .btn-outline-300.focus {
  box-shadow: inset 0 0 0 1px #b1b1b3, 0 0 0 0.2rem rgba(177, 177, 179, 0.5);
}
.btn-outline-300.disabled, .btn-outline-300:disabled {
  color: #b1b1b3;
  background-color: transparent;
}
.btn-outline-300:not(:disabled):not(.disabled):active, .btn-outline-300:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-300:not(:disabled):not(.disabled), .show > .btn-outline-300.dropdown-toggle {
  color: #b1b1b3;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #b1b1b3;
}
.btn-outline-300:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-300:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-300:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-300:not(:disabled):not(.disabled):active, .btn-outline-300:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-300:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-300:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-300:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-300:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-300:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-300:not(:disabled):not(.disabled).active, .show > .btn-outline-300.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-300.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-300.dropdown-toggle, .toggles label input.show + .lever.btn-outline-300.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(177, 177, 179, 0.5);
}
.btn-outline-400 {
  color: #979899;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #979899;
}
.btn-outline-400:hover {
  color: #7f7f7f;
  box-shadow: inset 0 0 0 1px #7f7f7f;
}
.btn-outline-400:focus, .form-check [type='checkbox']:focus + label.btn-outline-400, .form-check [type='radio']:focus + label.btn-outline-400, .toggles label input[type='checkbox']:focus + .lever.btn-outline-400, .btn-outline-400.focus {
  box-shadow: inset 0 0 0 1px #979899, 0 0 0 0.2rem rgba(151, 152, 153, 0.5);
}
.btn-outline-400.disabled, .btn-outline-400:disabled {
  color: #979899;
  background-color: transparent;
}
.btn-outline-400:not(:disabled):not(.disabled):active, .btn-outline-400:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-400:not(:disabled):not(.disabled), .show > .btn-outline-400.dropdown-toggle {
  color: #979899;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #979899;
}
.btn-outline-400:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-400:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-400:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-400:not(:disabled):not(.disabled):active, .btn-outline-400:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-400:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-400:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-400:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-400:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-400:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-400:not(:disabled):not(.disabled).active, .show > .btn-outline-400.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-400.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-400.dropdown-toggle, .toggles label input.show + .lever.btn-outline-400.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(151, 152, 153, 0.5);
}
.btn-outline-500 {
  color: #7e7f80;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #7e7f80;
}
.btn-outline-500:hover {
  color: #656565;
  box-shadow: inset 0 0 0 1px #656565;
}
.btn-outline-500:focus, .form-check [type='checkbox']:focus + label.btn-outline-500, .form-check [type='radio']:focus + label.btn-outline-500, .toggles label input[type='checkbox']:focus + .lever.btn-outline-500, .btn-outline-500.focus {
  box-shadow: inset 0 0 0 1px #7e7f80, 0 0 0 0.2rem rgba(126, 127, 128, 0.5);
}
.btn-outline-500.disabled, .btn-outline-500:disabled {
  color: #7e7f80;
  background-color: transparent;
}
.btn-outline-500:not(:disabled):not(.disabled):active, .btn-outline-500:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-500:not(:disabled):not(.disabled), .show > .btn-outline-500.dropdown-toggle {
  color: #7e7f80;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #7e7f80;
}
.btn-outline-500:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-500:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-500:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-500:not(:disabled):not(.disabled):active, .btn-outline-500:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-500:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-500:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-500:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-500:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-500:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-500:not(:disabled):not(.disabled).active, .show > .btn-outline-500.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-500.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-500.dropdown-toggle, .toggles label input.show + .lever.btn-outline-500.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(126, 127, 128, 0.5);
}
.btn-outline-600 {
  color: #656566;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #656566;
}
.btn-outline-600:hover {
  color: #4c4c4c;
  box-shadow: inset 0 0 0 1px #4c4c4c;
}
.btn-outline-600:focus, .form-check [type='checkbox']:focus + label.btn-outline-600, .form-check [type='radio']:focus + label.btn-outline-600, .toggles label input[type='checkbox']:focus + .lever.btn-outline-600, .btn-outline-600.focus {
  box-shadow: inset 0 0 0 1px #656566, 0 0 0 0.2rem rgba(101, 101, 102, 0.5);
}
.btn-outline-600.disabled, .btn-outline-600:disabled {
  color: #656566;
  background-color: transparent;
}
.btn-outline-600:not(:disabled):not(.disabled):active, .btn-outline-600:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-600:not(:disabled):not(.disabled), .show > .btn-outline-600.dropdown-toggle {
  color: #656566;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #656566;
}
.btn-outline-600:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-600:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-600:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-600:not(:disabled):not(.disabled):active, .btn-outline-600:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-600:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-600:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-600:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-600:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-600:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-600:not(:disabled):not(.disabled).active, .show > .btn-outline-600.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-600.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-600.dropdown-toggle, .toggles label input.show + .lever.btn-outline-600.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(101, 101, 102, 0.5);
}
.btn-outline-700 {
  color: #4c4c4d;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #4c4c4d;
}
.btn-outline-700:hover {
  color: #333;
  box-shadow: inset 0 0 0 1px #333;
}
.btn-outline-700:focus, .form-check [type='checkbox']:focus + label.btn-outline-700, .form-check [type='radio']:focus + label.btn-outline-700, .toggles label input[type='checkbox']:focus + .lever.btn-outline-700, .btn-outline-700.focus {
  box-shadow: inset 0 0 0 1px #4c4c4d, 0 0 0 0.2rem rgba(76, 76, 77, 0.5);
}
.btn-outline-700.disabled, .btn-outline-700:disabled {
  color: #4c4c4d;
  background-color: transparent;
}
.btn-outline-700:not(:disabled):not(.disabled):active, .btn-outline-700:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-700:not(:disabled):not(.disabled), .show > .btn-outline-700.dropdown-toggle {
  color: #4c4c4d;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #4c4c4d;
}
.btn-outline-700:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-700:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-700:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-700:not(:disabled):not(.disabled):active, .btn-outline-700:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-700:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-700:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-700:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-700:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-700:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-700:not(:disabled):not(.disabled).active, .show > .btn-outline-700.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-700.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-700.dropdown-toggle, .toggles label input.show + .lever.btn-outline-700.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 76, 77, 0.5);
}
.btn-outline-800 {
  color: #323333;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #323333;
}
.btn-outline-800:hover {
  color: #191919;
  box-shadow: inset 0 0 0 1px #191919;
}
.btn-outline-800:focus, .form-check [type='checkbox']:focus + label.btn-outline-800, .form-check [type='radio']:focus + label.btn-outline-800, .toggles label input[type='checkbox']:focus + .lever.btn-outline-800, .btn-outline-800.focus {
  box-shadow: inset 0 0 0 1px #323333, 0 0 0 0.2rem rgba(50, 51, 51, 0.5);
}
.btn-outline-800.disabled, .btn-outline-800:disabled {
  color: #323333;
  background-color: transparent;
}
.btn-outline-800:not(:disabled):not(.disabled):active, .btn-outline-800:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-800:not(:disabled):not(.disabled), .show > .btn-outline-800.dropdown-toggle {
  color: #323333;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #323333;
}
.btn-outline-800:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-800:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-800:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-800:not(:disabled):not(.disabled):active, .btn-outline-800:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-800:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-800:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-800:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-800:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-800:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-800:not(:disabled):not(.disabled).active, .show > .btn-outline-800.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-800.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-800.dropdown-toggle, .toggles label input.show + .lever.btn-outline-800.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(50, 51, 51, 0.5);
}
.btn-outline-900 {
  color: #19191a;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #19191a;
}
.btn-outline-900:hover {
  color: #000;
  box-shadow: inset 0 0 0 1px #000;
}
.btn-outline-900:focus, .form-check [type='checkbox']:focus + label.btn-outline-900, .form-check [type='radio']:focus + label.btn-outline-900, .toggles label input[type='checkbox']:focus + .lever.btn-outline-900, .btn-outline-900.focus {
  box-shadow: inset 0 0 0 1px #19191a, 0 0 0 0.2rem rgba(25, 25, 26, 0.5);
}
.btn-outline-900.disabled, .btn-outline-900:disabled {
  color: #19191a;
  background-color: transparent;
}
.btn-outline-900:not(:disabled):not(.disabled):active, .btn-outline-900:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-900:not(:disabled):not(.disabled), .show > .btn-outline-900.dropdown-toggle {
  color: #19191a;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #19191a;
}
.btn-outline-900:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-900:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-900:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-900:not(:disabled):not(.disabled):active, .btn-outline-900:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-900:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-900:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-900:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-900:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-900:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-900:not(:disabled):not(.disabled).active, .show > .btn-outline-900.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-900.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-900.dropdown-toggle, .toggles label input.show + .lever.btn-outline-900.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(25, 25, 26, 0.5);
}
.btn-outline-tertiary {
  color: #000;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #000;
}
.btn-outline-tertiary:hover {
  color: #000;
  box-shadow: inset 0 0 0 1px #000;
}
.btn-outline-tertiary:focus, .form-check [type='checkbox']:focus + label.btn-outline-tertiary, .form-check [type='radio']:focus + label.btn-outline-tertiary, .toggles label input[type='checkbox']:focus + .lever.btn-outline-tertiary, .btn-outline-tertiary.focus {
  box-shadow: inset 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-tertiary:not(:disabled):not(.disabled), .show > .btn-outline-tertiary.dropdown-toggle {
  color: #000;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #000;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-tertiary:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-tertiary:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-tertiary:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-tertiary:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-tertiary:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-tertiary:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-tertiary:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-tertiary.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-tertiary.dropdown-toggle, .toggles label input.show + .lever.btn-outline-tertiary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-card-preference-bg {
  color: #e1f5e5;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e1f5e5;
}
.btn-outline-card-preference-bg:hover {
  color: #c0e3c6;
  box-shadow: inset 0 0 0 1px #c0e3c6;
}
.btn-outline-card-preference-bg:focus, .form-check [type='checkbox']:focus + label.btn-outline-card-preference-bg, .form-check [type='radio']:focus + label.btn-outline-card-preference-bg, .toggles label input[type='checkbox']:focus + .lever.btn-outline-card-preference-bg, .btn-outline-card-preference-bg.focus {
  box-shadow: inset 0 0 0 1px #e1f5e5, 0 0 0 0.2rem rgba(225, 245, 229, 0.5);
}
.btn-outline-card-preference-bg.disabled, .btn-outline-card-preference-bg:disabled {
  color: #e1f5e5;
  background-color: transparent;
}
.btn-outline-card-preference-bg:not(:disabled):not(.disabled):active, .btn-outline-card-preference-bg:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-card-preference-bg:not(:disabled):not(.disabled), .show > .btn-outline-card-preference-bg.dropdown-toggle {
  color: #e1f5e5;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e1f5e5;
}
.btn-outline-card-preference-bg:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-card-preference-bg:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-card-preference-bg:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-card-preference-bg:not(:disabled):not(.disabled):active, .btn-outline-card-preference-bg:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-card-preference-bg:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-card-preference-bg:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-card-preference-bg:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-card-preference-bg:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-card-preference-bg:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-card-preference-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-card-preference-bg.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-card-preference-bg.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-card-preference-bg.dropdown-toggle, .toggles label input.show + .lever.btn-outline-card-preference-bg.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 245, 229, 0.5);
}
.btn-outline-tags-list-bg {
  color: #e1f5e5;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e1f5e5;
}
.btn-outline-tags-list-bg:hover {
  color: #c0e3c6;
  box-shadow: inset 0 0 0 1px #c0e3c6;
}
.btn-outline-tags-list-bg:focus, .form-check [type='checkbox']:focus + label.btn-outline-tags-list-bg, .form-check [type='radio']:focus + label.btn-outline-tags-list-bg, .toggles label input[type='checkbox']:focus + .lever.btn-outline-tags-list-bg, .btn-outline-tags-list-bg.focus {
  box-shadow: inset 0 0 0 1px #e1f5e5, 0 0 0 0.2rem rgba(225, 245, 229, 0.5);
}
.btn-outline-tags-list-bg.disabled, .btn-outline-tags-list-bg:disabled {
  color: #e1f5e5;
  background-color: transparent;
}
.btn-outline-tags-list-bg:not(:disabled):not(.disabled):active, .btn-outline-tags-list-bg:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-tags-list-bg:not(:disabled):not(.disabled), .show > .btn-outline-tags-list-bg.dropdown-toggle {
  color: #e1f5e5;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e1f5e5;
}
.btn-outline-tags-list-bg:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-tags-list-bg:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-tags-list-bg:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-tags-list-bg:not(:disabled):not(.disabled):active, .btn-outline-tags-list-bg:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-tags-list-bg:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-tags-list-bg:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-tags-list-bg:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-tags-list-bg:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-tags-list-bg:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-tags-list-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-tags-list-bg.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-tags-list-bg.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-tags-list-bg.dropdown-toggle, .toggles label input.show + .lever.btn-outline-tags-list-bg.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 245, 229, 0.5);
}
.btn-outline-tooltip-bg {
  color: #5e7887;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #5e7887;
}
.btn-outline-tooltip-bg:hover {
  color: #525b60;
  box-shadow: inset 0 0 0 1px #525b60;
}
.btn-outline-tooltip-bg:focus, .form-check [type='checkbox']:focus + label.btn-outline-tooltip-bg, .form-check [type='radio']:focus + label.btn-outline-tooltip-bg, .toggles label input[type='checkbox']:focus + .lever.btn-outline-tooltip-bg, .btn-outline-tooltip-bg.focus {
  box-shadow: inset 0 0 0 1px #5e7887, 0 0 0 0.2rem rgba(94, 120, 135, 0.5);
}
.btn-outline-tooltip-bg.disabled, .btn-outline-tooltip-bg:disabled {
  color: #5e7887;
  background-color: transparent;
}
.btn-outline-tooltip-bg:not(:disabled):not(.disabled):active, .btn-outline-tooltip-bg:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-tooltip-bg:not(:disabled):not(.disabled), .show > .btn-outline-tooltip-bg.dropdown-toggle {
  color: #5e7887;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #5e7887;
}
.btn-outline-tooltip-bg:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-tooltip-bg:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-tooltip-bg:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-tooltip-bg:not(:disabled):not(.disabled):active, .btn-outline-tooltip-bg:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-tooltip-bg:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-tooltip-bg:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-tooltip-bg:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-tooltip-bg:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-tooltip-bg:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-tooltip-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-tooltip-bg.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-tooltip-bg.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-tooltip-bg.dropdown-toggle, .toggles label input.show + .lever.btn-outline-tooltip-bg.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(94, 120, 135, 0.5);
}
.btn-outline-text-muted {
  color: #435960;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #435960;
}
.btn-outline-text-muted:hover {
  color: #343a3c;
  box-shadow: inset 0 0 0 1px #343a3c;
}
.btn-outline-text-muted:focus, .form-check [type='checkbox']:focus + label.btn-outline-text-muted, .form-check [type='radio']:focus + label.btn-outline-text-muted, .toggles label input[type='checkbox']:focus + .lever.btn-outline-text-muted, .btn-outline-text-muted.focus {
  box-shadow: inset 0 0 0 1px #435960, 0 0 0 0.2rem rgba(67, 89, 96, 0.5);
}
.btn-outline-text-muted.disabled, .btn-outline-text-muted:disabled {
  color: #435960;
  background-color: transparent;
}
.btn-outline-text-muted:not(:disabled):not(.disabled):active, .btn-outline-text-muted:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-text-muted:not(:disabled):not(.disabled), .show > .btn-outline-text-muted.dropdown-toggle {
  color: #435960;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #435960;
}
.btn-outline-text-muted:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-text-muted:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-text-muted:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-text-muted:not(:disabled):not(.disabled):active, .btn-outline-text-muted:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-text-muted:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-text-muted:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-text-muted:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-text-muted:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-text-muted:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-text-muted:not(:disabled):not(.disabled).active, .show > .btn-outline-text-muted.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-text-muted.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-text-muted.dropdown-toggle, .toggles label input.show + .lever.btn-outline-text-muted.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(67, 89, 96, 0.5);
}
.btn-outline-linkedin {
  color: #0177b5;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #0177b5;
}
.btn-outline-linkedin:hover {
  color: #07547c;
  box-shadow: inset 0 0 0 1px #07547c;
}
.btn-outline-linkedin:focus, .form-check [type='checkbox']:focus + label.btn-outline-linkedin, .form-check [type='radio']:focus + label.btn-outline-linkedin, .toggles label input[type='checkbox']:focus + .lever.btn-outline-linkedin, .btn-outline-linkedin.focus {
  box-shadow: inset 0 0 0 1px #0177b5, 0 0 0 0.2rem rgba(1, 119, 181, 0.5);
}
.btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled {
  color: #0177b5;
  background-color: transparent;
}
.btn-outline-linkedin:not(:disabled):not(.disabled):active, .btn-outline-linkedin:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-linkedin:not(:disabled):not(.disabled), .show > .btn-outline-linkedin.dropdown-toggle {
  color: #0177b5;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #0177b5;
}
.btn-outline-linkedin:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-linkedin:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-linkedin:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-linkedin:not(:disabled):not(.disabled):active, .btn-outline-linkedin:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-linkedin:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-linkedin:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-linkedin:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-linkedin:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-linkedin:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-linkedin:not(:disabled):not(.disabled).active, .show > .btn-outline-linkedin.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-linkedin.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-linkedin.dropdown-toggle, .toggles label input.show + .lever.btn-outline-linkedin.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(1, 119, 181, 0.5);
}
.btn-outline-facebook {
  color: #4867aa;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #4867aa;
}
.btn-outline-facebook:hover {
  color: #42557d;
  box-shadow: inset 0 0 0 1px #42557d;
}
.btn-outline-facebook:focus, .form-check [type='checkbox']:focus + label.btn-outline-facebook, .form-check [type='radio']:focus + label.btn-outline-facebook, .toggles label input[type='checkbox']:focus + .lever.btn-outline-facebook, .btn-outline-facebook.focus {
  box-shadow: inset 0 0 0 1px #4867aa, 0 0 0 0.2rem rgba(72, 103, 170, 0.5);
}
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
  color: #4867aa;
  background-color: transparent;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-facebook:not(:disabled):not(.disabled), .show > .btn-outline-facebook.dropdown-toggle {
  color: #4867aa;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #4867aa;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-facebook:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-facebook:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-facebook:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-facebook:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-facebook:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-facebook:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-facebook:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-facebook:not(:disabled):not(.disabled).active, .show > .btn-outline-facebook.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-facebook.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-facebook.dropdown-toggle, .toggles label input.show + .lever.btn-outline-facebook.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 103, 170, 0.5);
}
.btn-outline-google {
  color: #ea4335;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ea4335;
}
.btn-outline-google:hover {
  color: #ca2f22;
  box-shadow: inset 0 0 0 1px #ca2f22;
}
.btn-outline-google:focus, .form-check [type='checkbox']:focus + label.btn-outline-google, .form-check [type='radio']:focus + label.btn-outline-google, .toggles label input[type='checkbox']:focus + .lever.btn-outline-google, .btn-outline-google.focus {
  box-shadow: inset 0 0 0 1px #ea4335, 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
}
.btn-outline-google.disabled, .btn-outline-google:disabled {
  color: #ea4335;
  background-color: transparent;
}
.btn-outline-google:not(:disabled):not(.disabled):active, .btn-outline-google:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-google:not(:disabled):not(.disabled), .show > .btn-outline-google.dropdown-toggle {
  color: #ea4335;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ea4335;
}
.btn-outline-google:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-google:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-google:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-google:not(:disabled):not(.disabled):active, .btn-outline-google:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-google:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-google:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-google:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-google:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-google:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-google:not(:disabled):not(.disabled).active, .show > .btn-outline-google.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-google.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-google.dropdown-toggle, .toggles label input.show + .lever.btn-outline-google.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
}
.btn-outline-twitter {
  color: #32ccfe;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #32ccfe;
}
.btn-outline-twitter:hover {
  color: #0eb8ef;
  box-shadow: inset 0 0 0 1px #0eb8ef;
}
.btn-outline-twitter:focus, .form-check [type='checkbox']:focus + label.btn-outline-twitter, .form-check [type='radio']:focus + label.btn-outline-twitter, .toggles label input[type='checkbox']:focus + .lever.btn-outline-twitter, .btn-outline-twitter.focus {
  box-shadow: inset 0 0 0 1px #32ccfe, 0 0 0 0.2rem rgba(50, 204, 254, 0.5);
}
.btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
  color: #32ccfe;
  background-color: transparent;
}
.btn-outline-twitter:not(:disabled):not(.disabled):active, .btn-outline-twitter:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-twitter:not(:disabled):not(.disabled), .show > .btn-outline-twitter.dropdown-toggle {
  color: #32ccfe;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #32ccfe;
}
.btn-outline-twitter:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-twitter:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-twitter:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-twitter:not(:disabled):not(.disabled):active, .btn-outline-twitter:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-twitter:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-twitter:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-twitter:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-twitter:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-twitter:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-twitter:not(:disabled):not(.disabled).active, .show > .btn-outline-twitter.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-twitter.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-twitter.dropdown-toggle, .toggles label input.show + .lever.btn-outline-twitter.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(50, 204, 254, 0.5);
}
.btn-outline-youtube {
  color: #be1b1e;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #be1b1e;
}
.btn-outline-youtube:hover {
  color: #891d1f;
  box-shadow: inset 0 0 0 1px #891d1f;
}
.btn-outline-youtube:focus, .form-check [type='checkbox']:focus + label.btn-outline-youtube, .form-check [type='radio']:focus + label.btn-outline-youtube, .toggles label input[type='checkbox']:focus + .lever.btn-outline-youtube, .btn-outline-youtube.focus {
  box-shadow: inset 0 0 0 1px #be1b1e, 0 0 0 0.2rem rgba(190, 27, 30, 0.5);
}
.btn-outline-youtube.disabled, .btn-outline-youtube:disabled {
  color: #be1b1e;
  background-color: transparent;
}
.btn-outline-youtube:not(:disabled):not(.disabled):active, .btn-outline-youtube:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-youtube:not(:disabled):not(.disabled), .show > .btn-outline-youtube.dropdown-toggle {
  color: #be1b1e;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #be1b1e;
}
.btn-outline-youtube:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-youtube:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-youtube:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-youtube:not(:disabled):not(.disabled):active, .btn-outline-youtube:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-youtube:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-youtube:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-youtube:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-youtube:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-youtube:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-youtube:not(:disabled):not(.disabled).active, .show > .btn-outline-youtube.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-youtube.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-youtube.dropdown-toggle, .toggles label input.show + .lever.btn-outline-youtube.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(190, 27, 30, 0.5);
}
.btn-outline-spid {
  color: #06c;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #06c;
}
.btn-outline-spid:hover {
  color: #084d91;
  box-shadow: inset 0 0 0 1px #084d91;
}
.btn-outline-spid:focus, .form-check [type='checkbox']:focus + label.btn-outline-spid, .form-check [type='radio']:focus + label.btn-outline-spid, .toggles label input[type='checkbox']:focus + .lever.btn-outline-spid, .btn-outline-spid.focus {
  box-shadow: inset 0 0 0 1px #06c, 0 0 0 0.2rem rgba(0, 102, 204, 0.5);
}
.btn-outline-spid.disabled, .btn-outline-spid:disabled {
  color: #06c;
  background-color: transparent;
}
.btn-outline-spid:not(:disabled):not(.disabled):active, .btn-outline-spid:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-spid:not(:disabled):not(.disabled), .show > .btn-outline-spid.dropdown-toggle {
  color: #06c;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #06c;
}
.btn-outline-spid:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-spid:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-spid:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-spid:not(:disabled):not(.disabled):active, .btn-outline-spid:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-spid:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-spid:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-spid:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-spid:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-spid:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-spid:not(:disabled):not(.disabled).active, .show > .btn-outline-spid.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-spid.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-spid.dropdown-toggle, .toggles label input.show + .lever.btn-outline-spid.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 102, 204, 0.5);
}
.btn-outline-google-drive {
  color: #3c83f7;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #3c83f7;
}
.btn-outline-google-drive:hover {
  color: #1867e8;
  box-shadow: inset 0 0 0 1px #1867e8;
}
.btn-outline-google-drive:focus, .form-check [type='checkbox']:focus + label.btn-outline-google-drive, .form-check [type='radio']:focus + label.btn-outline-google-drive, .toggles label input[type='checkbox']:focus + .lever.btn-outline-google-drive, .btn-outline-google-drive.focus {
  box-shadow: inset 0 0 0 1px #3c83f7, 0 0 0 0.2rem rgba(60, 131, 247, 0.5);
}
.btn-outline-google-drive.disabled, .btn-outline-google-drive:disabled {
  color: #3c83f7;
  background-color: transparent;
}
.btn-outline-google-drive:not(:disabled):not(.disabled):active, .btn-outline-google-drive:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-google-drive:not(:disabled):not(.disabled), .show > .btn-outline-google-drive.dropdown-toggle {
  color: #3c83f7;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #3c83f7;
}
.btn-outline-google-drive:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-google-drive:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-google-drive:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-google-drive:not(:disabled):not(.disabled):active, .btn-outline-google-drive:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-google-drive:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-google-drive:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-google-drive:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-google-drive:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-google-drive:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-google-drive:not(:disabled):not(.disabled).active, .show > .btn-outline-google-drive.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-google-drive.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-google-drive.dropdown-toggle, .toggles label input.show + .lever.btn-outline-google-drive.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(60, 131, 247, 0.5);
}
.btn-outline-dark-gray {
  color: #333;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #333;
}
.btn-outline-dark-gray:hover {
  color: #1a1a1a;
  box-shadow: inset 0 0 0 1px #1a1a1a;
}
.btn-outline-dark-gray:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-gray, .form-check [type='radio']:focus + label.btn-outline-dark-gray, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-gray, .btn-outline-dark-gray.focus {
  box-shadow: inset 0 0 0 1px #333, 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dark-gray.disabled, .btn-outline-dark-gray:disabled {
  color: #333;
  background-color: transparent;
}
.btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-gray:not(:disabled):not(.disabled), .show > .btn-outline-dark-gray.dropdown-toggle {
  color: #333;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #333;
}
.btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-gray:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-dark-gray:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-gray:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-dark-gray:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-dark-gray:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-dark-gray:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-dark-gray:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-gray.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-dark-gray.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-dark-gray.dropdown-toggle, .toggles label input.show + .lever.btn-outline-dark-gray.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-card-gray {
  color: #455b71;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #455b71;
}
.btn-outline-card-gray:hover {
  color: #38424b;
  box-shadow: inset 0 0 0 1px #38424b;
}
.btn-outline-card-gray:focus, .form-check [type='checkbox']:focus + label.btn-outline-card-gray, .form-check [type='radio']:focus + label.btn-outline-card-gray, .toggles label input[type='checkbox']:focus + .lever.btn-outline-card-gray, .btn-outline-card-gray.focus {
  box-shadow: inset 0 0 0 1px #455b71, 0 0 0 0.2rem rgba(69, 91, 113, 0.5);
}
.btn-outline-card-gray.disabled, .btn-outline-card-gray:disabled {
  color: #455b71;
  background-color: transparent;
}
.btn-outline-card-gray:not(:disabled):not(.disabled):active, .btn-outline-card-gray:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-card-gray:not(:disabled):not(.disabled), .show > .btn-outline-card-gray.dropdown-toggle {
  color: #455b71;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #455b71;
}
.btn-outline-card-gray:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-card-gray:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-card-gray:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-card-gray:not(:disabled):not(.disabled):active, .btn-outline-card-gray:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-card-gray:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-card-gray:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-card-gray:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-card-gray:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-card-gray:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-card-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-card-gray.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-card-gray.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-card-gray.dropdown-toggle, .toggles label input.show + .lever.btn-outline-card-gray.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(69, 91, 113, 0.5);
}
.btn-outline-green-fe {
  color: #338c32;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #338c32;
}
.btn-outline-green-fe:hover {
  color: #2c5f2c;
  box-shadow: inset 0 0 0 1px #2c5f2c;
}
.btn-outline-green-fe:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-fe, .form-check [type='radio']:focus + label.btn-outline-green-fe, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-fe, .btn-outline-green-fe.focus {
  box-shadow: inset 0 0 0 1px #338c32, 0 0 0 0.2rem rgba(51, 140, 50, 0.5);
}
.btn-outline-green-fe.disabled, .btn-outline-green-fe:disabled {
  color: #338c32;
  background-color: transparent;
}
.btn-outline-green-fe:not(:disabled):not(.disabled):active, .btn-outline-green-fe:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-fe:not(:disabled):not(.disabled), .show > .btn-outline-green-fe.dropdown-toggle {
  color: #338c32;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #338c32;
}
.btn-outline-green-fe:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-fe:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-green-fe:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-fe:not(:disabled):not(.disabled):active, .btn-outline-green-fe:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-fe:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-green-fe:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-green-fe:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-green-fe:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-green-fe:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-fe:not(:disabled):not(.disabled).active, .show > .btn-outline-green-fe.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-green-fe.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-green-fe.dropdown-toggle, .toggles label input.show + .lever.btn-outline-green-fe.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 140, 50, 0.5);
}
.btn-outline-light-edufe-header {
  color: #fff2db;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff2db;
}
.btn-outline-light-edufe-header:hover {
  color: #fbdeac;
  box-shadow: inset 0 0 0 1px #fbdeac;
}
.btn-outline-light-edufe-header:focus, .form-check [type='checkbox']:focus + label.btn-outline-light-edufe-header, .form-check [type='radio']:focus + label.btn-outline-light-edufe-header, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light-edufe-header, .btn-outline-light-edufe-header.focus {
  box-shadow: inset 0 0 0 1px #fff2db, 0 0 0 0.2rem rgba(255, 242, 219, 0.5);
}
.btn-outline-light-edufe-header.disabled, .btn-outline-light-edufe-header:disabled {
  color: #fff2db;
  background-color: transparent;
}
.btn-outline-light-edufe-header:not(:disabled):not(.disabled):active, .btn-outline-light-edufe-header:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-light-edufe-header:not(:disabled):not(.disabled), .show > .btn-outline-light-edufe-header.dropdown-toggle {
  color: #fff2db;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff2db;
}
.btn-outline-light-edufe-header:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-light-edufe-header:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-light-edufe-header:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light-edufe-header:not(:disabled):not(.disabled):active, .btn-outline-light-edufe-header:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-light-edufe-header:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-light-edufe-header:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-light-edufe-header:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-light-edufe-header:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-light-edufe-header:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light-edufe-header:not(:disabled):not(.disabled).active, .show > .btn-outline-light-edufe-header.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-light-edufe-header.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-light-edufe-header.dropdown-toggle, .toggles label input.show + .lever.btn-outline-light-edufe-header.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 242, 219, 0.5);
}
.btn-outline-dark-edufe-header {
  color: #ffd48c;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ffd48c;
}
.btn-outline-dark-edufe-header:hover {
  color: #f7bf61;
  box-shadow: inset 0 0 0 1px #f7bf61;
}
.btn-outline-dark-edufe-header:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-edufe-header, .form-check [type='radio']:focus + label.btn-outline-dark-edufe-header, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-edufe-header, .btn-outline-dark-edufe-header.focus {
  box-shadow: inset 0 0 0 1px #ffd48c, 0 0 0 0.2rem rgba(255, 212, 140, 0.5);
}
.btn-outline-dark-edufe-header.disabled, .btn-outline-dark-edufe-header:disabled {
  color: #ffd48c;
  background-color: transparent;
}
.btn-outline-dark-edufe-header:not(:disabled):not(.disabled):active, .btn-outline-dark-edufe-header:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-edufe-header:not(:disabled):not(.disabled), .show > .btn-outline-dark-edufe-header.dropdown-toggle {
  color: #ffd48c;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ffd48c;
}
.btn-outline-dark-edufe-header:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-edufe-header:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-dark-edufe-header:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-edufe-header:not(:disabled):not(.disabled):active, .btn-outline-dark-edufe-header:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-edufe-header:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-dark-edufe-header:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-dark-edufe-header:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-dark-edufe-header:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-dark-edufe-header:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-edufe-header:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-edufe-header.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-dark-edufe-header.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-dark-edufe-header.dropdown-toggle, .toggles label input.show + .lever.btn-outline-dark-edufe-header.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 212, 140, 0.5);
}
.btn-outline-pink-edufe-header {
  color: #dc7e72;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #dc7e72;
}
.btn-outline-pink-edufe-header:hover {
  color: #c76154;
  box-shadow: inset 0 0 0 1px #c76154;
}
.btn-outline-pink-edufe-header:focus, .form-check [type='checkbox']:focus + label.btn-outline-pink-edufe-header, .form-check [type='radio']:focus + label.btn-outline-pink-edufe-header, .toggles label input[type='checkbox']:focus + .lever.btn-outline-pink-edufe-header, .btn-outline-pink-edufe-header.focus {
  box-shadow: inset 0 0 0 1px #dc7e72, 0 0 0 0.2rem rgba(220, 126, 114, 0.5);
}
.btn-outline-pink-edufe-header.disabled, .btn-outline-pink-edufe-header:disabled {
  color: #dc7e72;
  background-color: transparent;
}
.btn-outline-pink-edufe-header:not(:disabled):not(.disabled):active, .btn-outline-pink-edufe-header:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-pink-edufe-header:not(:disabled):not(.disabled), .show > .btn-outline-pink-edufe-header.dropdown-toggle {
  color: #dc7e72;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #dc7e72;
}
.btn-outline-pink-edufe-header:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-pink-edufe-header:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-pink-edufe-header:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-pink-edufe-header:not(:disabled):not(.disabled):active, .btn-outline-pink-edufe-header:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-pink-edufe-header:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-pink-edufe-header:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-pink-edufe-header:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-pink-edufe-header:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-pink-edufe-header:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-pink-edufe-header:not(:disabled):not(.disabled).active, .show > .btn-outline-pink-edufe-header.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-pink-edufe-header.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-pink-edufe-header.dropdown-toggle, .toggles label input.show + .lever.btn-outline-pink-edufe-header.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 126, 114, 0.5);
}
.btn-outline-first-card-theme-edufe {
  color: #ffbd89;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ffbd89;
}
.btn-outline-first-card-theme-edufe:hover {
  color: #f7a15e;
  box-shadow: inset 0 0 0 1px #f7a15e;
}
.btn-outline-first-card-theme-edufe:focus, .form-check [type='checkbox']:focus + label.btn-outline-first-card-theme-edufe, .form-check [type='radio']:focus + label.btn-outline-first-card-theme-edufe, .toggles label input[type='checkbox']:focus + .lever.btn-outline-first-card-theme-edufe, .btn-outline-first-card-theme-edufe.focus {
  box-shadow: inset 0 0 0 1px #ffbd89, 0 0 0 0.2rem rgba(255, 189, 137, 0.5);
}
.btn-outline-first-card-theme-edufe.disabled, .btn-outline-first-card-theme-edufe:disabled {
  color: #ffbd89;
  background-color: transparent;
}
.btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled), .show > .btn-outline-first-card-theme-edufe.dropdown-toggle {
  color: #ffbd89;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ffbd89;
}
.btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-first-card-theme-edufe:not(:disabled):not(.disabled).active, .show > .btn-outline-first-card-theme-edufe.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-first-card-theme-edufe.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-first-card-theme-edufe.dropdown-toggle, .toggles label input.show + .lever.btn-outline-first-card-theme-edufe.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 189, 137, 0.5);
}
.btn-outline-second-card-theme-edufe {
  color: #ffa987;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ffa987;
}
.btn-outline-second-card-theme-edufe:hover {
  color: #f6885d;
  box-shadow: inset 0 0 0 1px #f6885d;
}
.btn-outline-second-card-theme-edufe:focus, .form-check [type='checkbox']:focus + label.btn-outline-second-card-theme-edufe, .form-check [type='radio']:focus + label.btn-outline-second-card-theme-edufe, .toggles label input[type='checkbox']:focus + .lever.btn-outline-second-card-theme-edufe, .btn-outline-second-card-theme-edufe.focus {
  box-shadow: inset 0 0 0 1px #ffa987, 0 0 0 0.2rem rgba(255, 169, 135, 0.5);
}
.btn-outline-second-card-theme-edufe.disabled, .btn-outline-second-card-theme-edufe:disabled {
  color: #ffa987;
  background-color: transparent;
}
.btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled), .show > .btn-outline-second-card-theme-edufe.dropdown-toggle {
  color: #ffa987;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ffa987;
}
.btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-second-card-theme-edufe:not(:disabled):not(.disabled).active, .show > .btn-outline-second-card-theme-edufe.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-second-card-theme-edufe.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-second-card-theme-edufe.dropdown-toggle, .toggles label input.show + .lever.btn-outline-second-card-theme-edufe.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 169, 135, 0.5);
}
.btn-outline-third-card-theme-edufe {
  color: #ff9386;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ff9386;
}
.btn-outline-third-card-theme-edufe:hover {
  color: #f66c5c;
  box-shadow: inset 0 0 0 1px #f66c5c;
}
.btn-outline-third-card-theme-edufe:focus, .form-check [type='checkbox']:focus + label.btn-outline-third-card-theme-edufe, .form-check [type='radio']:focus + label.btn-outline-third-card-theme-edufe, .toggles label input[type='checkbox']:focus + .lever.btn-outline-third-card-theme-edufe, .btn-outline-third-card-theme-edufe.focus {
  box-shadow: inset 0 0 0 1px #ff9386, 0 0 0 0.2rem rgba(255, 147, 134, 0.5);
}
.btn-outline-third-card-theme-edufe.disabled, .btn-outline-third-card-theme-edufe:disabled {
  color: #ff9386;
  background-color: transparent;
}
.btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled), .show > .btn-outline-third-card-theme-edufe.dropdown-toggle {
  color: #ff9386;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ff9386;
}
.btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-third-card-theme-edufe:not(:disabled):not(.disabled).active, .show > .btn-outline-third-card-theme-edufe.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-third-card-theme-edufe.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-third-card-theme-edufe.dropdown-toggle, .toggles label input.show + .lever.btn-outline-third-card-theme-edufe.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 147, 134, 0.5);
}
.btn-outline-fourth-card-theme-edufe {
  color: #dc7e72;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #dc7e72;
}
.btn-outline-fourth-card-theme-edufe:hover {
  color: #c76154;
  box-shadow: inset 0 0 0 1px #c76154;
}
.btn-outline-fourth-card-theme-edufe:focus, .form-check [type='checkbox']:focus + label.btn-outline-fourth-card-theme-edufe, .form-check [type='radio']:focus + label.btn-outline-fourth-card-theme-edufe, .toggles label input[type='checkbox']:focus + .lever.btn-outline-fourth-card-theme-edufe, .btn-outline-fourth-card-theme-edufe.focus {
  box-shadow: inset 0 0 0 1px #dc7e72, 0 0 0 0.2rem rgba(220, 126, 114, 0.5);
}
.btn-outline-fourth-card-theme-edufe.disabled, .btn-outline-fourth-card-theme-edufe:disabled {
  color: #dc7e72;
  background-color: transparent;
}
.btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled), .show > .btn-outline-fourth-card-theme-edufe.dropdown-toggle {
  color: #dc7e72;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #dc7e72;
}
.btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled):active, .btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-fourth-card-theme-edufe:not(:disabled):not(.disabled).active, .show > .btn-outline-fourth-card-theme-edufe.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-fourth-card-theme-edufe.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-fourth-card-theme-edufe.dropdown-toggle, .toggles label input.show + .lever.btn-outline-fourth-card-theme-edufe.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 126, 114, 0.5);
}
.btn-outline-green-pug {
  color: #94c01f;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #94c01f;
}
.btn-outline-green-pug:hover {
  color: #6e8b21;
  box-shadow: inset 0 0 0 1px #6e8b21;
}
.btn-outline-green-pug:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-pug, .form-check [type='radio']:focus + label.btn-outline-green-pug, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-pug, .btn-outline-green-pug.focus {
  box-shadow: inset 0 0 0 1px #94c01f, 0 0 0 0.2rem rgba(148, 192, 31, 0.5);
}
.btn-outline-green-pug.disabled, .btn-outline-green-pug:disabled {
  color: #94c01f;
  background-color: transparent;
}
.btn-outline-green-pug:not(:disabled):not(.disabled):active, .btn-outline-green-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-pug:not(:disabled):not(.disabled), .show > .btn-outline-green-pug.dropdown-toggle {
  color: #94c01f;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #94c01f;
}
.btn-outline-green-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-green-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-pug:not(:disabled):not(.disabled):active, .btn-outline-green-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-green-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-green-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-green-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-green-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-pug:not(:disabled):not(.disabled).active, .show > .btn-outline-green-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-green-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-green-pug.dropdown-toggle, .toggles label input.show + .lever.btn-outline-green-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(148, 192, 31, 0.5);
}
.btn-outline-$green-cta-pug {
  color: #597212;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #597212;
}
.btn-outline-$green-cta-pug:hover {
  color: #35420f;
  box-shadow: inset 0 0 0 1px #35420f;
}
.btn-outline-$green-cta-pug:focus, .form-check [type='checkbox']:focus + label.btn-outline-$green-cta-pug, .form-check [type='radio']:focus + label.btn-outline-$green-cta-pug, .toggles label input[type='checkbox']:focus + .lever.btn-outline-$green-cta-pug, .btn-outline-$green-cta-pug.focus {
  box-shadow: inset 0 0 0 1px #597212, 0 0 0 0.2rem rgba(89, 114, 18, 0.5);
}
.btn-outline-$green-cta-pug.disabled, .btn-outline-$green-cta-pug:disabled {
  color: #597212;
  background-color: transparent;
}
.btn-outline-$green-cta-pug:not(:disabled):not(.disabled):active, .btn-outline-$green-cta-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-$green-cta-pug:not(:disabled):not(.disabled), .show > .btn-outline-$green-cta-pug.dropdown-toggle {
  color: #597212;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #597212;
}
.btn-outline-$green-cta-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-$green-cta-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-$green-cta-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-$green-cta-pug:not(:disabled):not(.disabled):active, .btn-outline-$green-cta-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-$green-cta-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-$green-cta-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-$green-cta-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-$green-cta-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-$green-cta-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-$green-cta-pug:not(:disabled):not(.disabled).active, .show > .btn-outline-$green-cta-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-$green-cta-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-$green-cta-pug.dropdown-toggle, .toggles label input.show + .lever.btn-outline-$green-cta-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(89, 114, 18, 0.5);
}
.btn-outline-green-card-pug {
  color: #609868;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #609868;
}
.btn-outline-green-card-pug:hover {
  color: #566f5a;
  box-shadow: inset 0 0 0 1px #566f5a;
}
.btn-outline-green-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-card-pug, .form-check [type='radio']:focus + label.btn-outline-green-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-card-pug, .btn-outline-green-card-pug.focus {
  box-shadow: inset 0 0 0 1px #609868, 0 0 0 0.2rem rgba(96, 152, 104, 0.5);
}
.btn-outline-green-card-pug.disabled, .btn-outline-green-card-pug:disabled {
  color: #609868;
  background-color: transparent;
}
.btn-outline-green-card-pug:not(:disabled):not(.disabled):active, .btn-outline-green-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-card-pug:not(:disabled):not(.disabled), .show > .btn-outline-green-card-pug.dropdown-toggle {
  color: #609868;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #609868;
}
.btn-outline-green-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-green-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-card-pug:not(:disabled):not(.disabled):active, .btn-outline-green-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-green-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-green-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-green-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-green-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-card-pug:not(:disabled):not(.disabled).active, .show > .btn-outline-green-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-green-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-green-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-outline-green-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(96, 152, 104, 0.5);
}
.btn-outline-light-orange-card-pug {
  color: #466949;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #466949;
}
.btn-outline-light-orange-card-pug:hover {
  color: #384439;
  box-shadow: inset 0 0 0 1px #384439;
}
.btn-outline-light-orange-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-outline-light-orange-card-pug, .form-check [type='radio']:focus + label.btn-outline-light-orange-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light-orange-card-pug, .btn-outline-light-orange-card-pug.focus {
  box-shadow: inset 0 0 0 1px #466949, 0 0 0 0.2rem rgba(70, 105, 73, 0.5);
}
.btn-outline-light-orange-card-pug.disabled, .btn-outline-light-orange-card-pug:disabled {
  color: #466949;
  background-color: transparent;
}
.btn-outline-light-orange-card-pug:not(:disabled):not(.disabled):active, .btn-outline-light-orange-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-light-orange-card-pug:not(:disabled):not(.disabled), .show > .btn-outline-light-orange-card-pug.dropdown-toggle {
  color: #466949;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #466949;
}
.btn-outline-light-orange-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-light-orange-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-light-orange-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light-orange-card-pug:not(:disabled):not(.disabled):active, .btn-outline-light-orange-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-light-orange-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-light-orange-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-light-orange-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-light-orange-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-light-orange-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light-orange-card-pug:not(:disabled):not(.disabled).active, .show > .btn-outline-light-orange-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-light-orange-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-light-orange-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-outline-light-orange-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(70, 105, 73, 0.5);
}
.btn-outline-orange-card-pug {
  color: #dd8553;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #dd8553;
}
.btn-outline-orange-card-pug:hover {
  color: #c76b36;
  box-shadow: inset 0 0 0 1px #c76b36;
}
.btn-outline-orange-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-outline-orange-card-pug, .form-check [type='radio']:focus + label.btn-outline-orange-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-outline-orange-card-pug, .btn-outline-orange-card-pug.focus {
  box-shadow: inset 0 0 0 1px #dd8553, 0 0 0 0.2rem rgba(221, 133, 83, 0.5);
}
.btn-outline-orange-card-pug.disabled, .btn-outline-orange-card-pug:disabled {
  color: #dd8553;
  background-color: transparent;
}
.btn-outline-orange-card-pug:not(:disabled):not(.disabled):active, .btn-outline-orange-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-orange-card-pug:not(:disabled):not(.disabled), .show > .btn-outline-orange-card-pug.dropdown-toggle {
  color: #dd8553;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #dd8553;
}
.btn-outline-orange-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-orange-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-orange-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-orange-card-pug:not(:disabled):not(.disabled):active, .btn-outline-orange-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-orange-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-orange-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-orange-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-orange-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-orange-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-orange-card-pug:not(:disabled):not(.disabled).active, .show > .btn-outline-orange-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-orange-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-orange-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-outline-orange-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(221, 133, 83, 0.5);
}
.btn-outline-purple-card-pug {
  color: #908fc2;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #908fc2;
}
.btn-outline-purple-card-pug:hover {
  color: #7a79a5;
  box-shadow: inset 0 0 0 1px #7a79a5;
}
.btn-outline-purple-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-outline-purple-card-pug, .form-check [type='radio']:focus + label.btn-outline-purple-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-outline-purple-card-pug, .btn-outline-purple-card-pug.focus {
  box-shadow: inset 0 0 0 1px #908fc2, 0 0 0 0.2rem rgba(144, 143, 194, 0.5);
}
.btn-outline-purple-card-pug.disabled, .btn-outline-purple-card-pug:disabled {
  color: #908fc2;
  background-color: transparent;
}
.btn-outline-purple-card-pug:not(:disabled):not(.disabled):active, .btn-outline-purple-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-purple-card-pug:not(:disabled):not(.disabled), .show > .btn-outline-purple-card-pug.dropdown-toggle {
  color: #908fc2;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #908fc2;
}
.btn-outline-purple-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-purple-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-purple-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-purple-card-pug:not(:disabled):not(.disabled):active, .btn-outline-purple-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-purple-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-purple-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-purple-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-purple-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-purple-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-purple-card-pug:not(:disabled):not(.disabled).active, .show > .btn-outline-purple-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-purple-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-purple-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-outline-purple-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(144, 143, 194, 0.5);
}
.btn-outline-pink-card-pug {
  color: #df4967;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #df4967;
}
.btn-outline-pink-card-pug:hover {
  color: #c4314e;
  box-shadow: inset 0 0 0 1px #c4314e;
}
.btn-outline-pink-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-outline-pink-card-pug, .form-check [type='radio']:focus + label.btn-outline-pink-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-outline-pink-card-pug, .btn-outline-pink-card-pug.focus {
  box-shadow: inset 0 0 0 1px #df4967, 0 0 0 0.2rem rgba(223, 73, 103, 0.5);
}
.btn-outline-pink-card-pug.disabled, .btn-outline-pink-card-pug:disabled {
  color: #df4967;
  background-color: transparent;
}
.btn-outline-pink-card-pug:not(:disabled):not(.disabled):active, .btn-outline-pink-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-pink-card-pug:not(:disabled):not(.disabled), .show > .btn-outline-pink-card-pug.dropdown-toggle {
  color: #df4967;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #df4967;
}
.btn-outline-pink-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-pink-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-pink-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-pink-card-pug:not(:disabled):not(.disabled):active, .btn-outline-pink-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-pink-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-pink-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-pink-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-pink-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-pink-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-pink-card-pug:not(:disabled):not(.disabled).active, .show > .btn-outline-pink-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-pink-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-pink-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-outline-pink-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(223, 73, 103, 0.5);
}
.btn-outline-dark-purple-card-pug {
  color: #887c94;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #887c94;
}
.btn-outline-dark-purple-card-pug:hover {
  color: #6f6e6f;
  box-shadow: inset 0 0 0 1px #6f6e6f;
}
.btn-outline-dark-purple-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-purple-card-pug, .form-check [type='radio']:focus + label.btn-outline-dark-purple-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-purple-card-pug, .btn-outline-dark-purple-card-pug.focus {
  box-shadow: inset 0 0 0 1px #887c94, 0 0 0 0.2rem rgba(136, 124, 148, 0.5);
}
.btn-outline-dark-purple-card-pug.disabled, .btn-outline-dark-purple-card-pug:disabled {
  color: #887c94;
  background-color: transparent;
}
.btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled):active, .btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled), .show > .btn-outline-dark-purple-card-pug.dropdown-toggle {
  color: #887c94;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #887c94;
}
.btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled):active, .btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-purple-card-pug:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-purple-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-dark-purple-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-dark-purple-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-outline-dark-purple-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(136, 124, 148, 0.5);
}
.btn-outline-dark-pink-card-pug {
  color: #739ba5;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #739ba5;
}
.btn-outline-dark-pink-card-pug:hover {
  color: #657b80;
  box-shadow: inset 0 0 0 1px #657b80;
}
.btn-outline-dark-pink-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-pink-card-pug, .form-check [type='radio']:focus + label.btn-outline-dark-pink-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-pink-card-pug, .btn-outline-dark-pink-card-pug.focus {
  box-shadow: inset 0 0 0 1px #739ba5, 0 0 0 0.2rem rgba(115, 155, 165, 0.5);
}
.btn-outline-dark-pink-card-pug.disabled, .btn-outline-dark-pink-card-pug:disabled {
  color: #739ba5;
  background-color: transparent;
}
.btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled):active, .btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled), .show > .btn-outline-dark-pink-card-pug.dropdown-toggle {
  color: #739ba5;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #739ba5;
}
.btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled):active, .btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-pink-card-pug:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-pink-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-dark-pink-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-dark-pink-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-outline-dark-pink-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(115, 155, 165, 0.5);
}
.btn-outline-yellow-card-pug {
  color: #96ae42;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #96ae42;
}
.btn-outline-yellow-card-pug:hover {
  color: #71803d;
  box-shadow: inset 0 0 0 1px #71803d;
}
.btn-outline-yellow-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-outline-yellow-card-pug, .form-check [type='radio']:focus + label.btn-outline-yellow-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-outline-yellow-card-pug, .btn-outline-yellow-card-pug.focus {
  box-shadow: inset 0 0 0 1px #96ae42, 0 0 0 0.2rem rgba(150, 174, 66, 0.5);
}
.btn-outline-yellow-card-pug.disabled, .btn-outline-yellow-card-pug:disabled {
  color: #96ae42;
  background-color: transparent;
}
.btn-outline-yellow-card-pug:not(:disabled):not(.disabled):active, .btn-outline-yellow-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-yellow-card-pug:not(:disabled):not(.disabled), .show > .btn-outline-yellow-card-pug.dropdown-toggle {
  color: #96ae42;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #96ae42;
}
.btn-outline-yellow-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-yellow-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-yellow-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-yellow-card-pug:not(:disabled):not(.disabled):active, .btn-outline-yellow-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-yellow-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-yellow-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-yellow-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-yellow-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-yellow-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-yellow-card-pug:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-yellow-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-yellow-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-outline-yellow-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(150, 174, 66, 0.5);
}
.btn-outline-dark-green-card-pug {
  color: #b6506a;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #b6506a;
}
.btn-outline-dark-green-card-pug:hover {
  color: #8a4959;
  box-shadow: inset 0 0 0 1px #8a4959;
}
.btn-outline-dark-green-card-pug:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-green-card-pug, .form-check [type='radio']:focus + label.btn-outline-dark-green-card-pug, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-green-card-pug, .btn-outline-dark-green-card-pug.focus {
  box-shadow: inset 0 0 0 1px #b6506a, 0 0 0 0.2rem rgba(182, 80, 106, 0.5);
}
.btn-outline-dark-green-card-pug.disabled, .btn-outline-dark-green-card-pug:disabled {
  color: #b6506a;
  background-color: transparent;
}
.btn-outline-dark-green-card-pug:not(:disabled):not(.disabled):active, .btn-outline-dark-green-card-pug:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-green-card-pug:not(:disabled):not(.disabled), .show > .btn-outline-dark-green-card-pug.dropdown-toggle {
  color: #b6506a;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #b6506a;
}
.btn-outline-dark-green-card-pug:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-green-card-pug:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-dark-green-card-pug:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-green-card-pug:not(:disabled):not(.disabled):active, .btn-outline-dark-green-card-pug:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-green-card-pug:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-dark-green-card-pug:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-dark-green-card-pug:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-dark-green-card-pug:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-dark-green-card-pug:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-green-card-pug:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-green-card-pug.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-dark-green-card-pug.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-dark-green-card-pug.dropdown-toggle, .toggles label input.show + .lever.btn-outline-dark-green-card-pug.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(182, 80, 106, 0.5);
}
.btn-outline-cyan-pnrr {
  color: #1cafe2;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #1cafe2;
}
.btn-outline-cyan-pnrr:hover {
  color: #2187aa;
  box-shadow: inset 0 0 0 1px #2187aa;
}
.btn-outline-cyan-pnrr:focus, .form-check [type='checkbox']:focus + label.btn-outline-cyan-pnrr, .form-check [type='radio']:focus + label.btn-outline-cyan-pnrr, .toggles label input[type='checkbox']:focus + .lever.btn-outline-cyan-pnrr, .btn-outline-cyan-pnrr.focus {
  box-shadow: inset 0 0 0 1px #1cafe2, 0 0 0 0.2rem rgba(28, 175, 226, 0.5);
}
.btn-outline-cyan-pnrr.disabled, .btn-outline-cyan-pnrr:disabled {
  color: #1cafe2;
  background-color: transparent;
}
.btn-outline-cyan-pnrr:not(:disabled):not(.disabled):active, .btn-outline-cyan-pnrr:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-cyan-pnrr:not(:disabled):not(.disabled), .show > .btn-outline-cyan-pnrr.dropdown-toggle {
  color: #1cafe2;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #1cafe2;
}
.btn-outline-cyan-pnrr:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-cyan-pnrr:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-cyan-pnrr:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-cyan-pnrr:not(:disabled):not(.disabled):active, .btn-outline-cyan-pnrr:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-cyan-pnrr:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-cyan-pnrr:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-cyan-pnrr:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-cyan-pnrr:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-cyan-pnrr:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-cyan-pnrr:not(:disabled):not(.disabled).active, .show > .btn-outline-cyan-pnrr.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-cyan-pnrr.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-cyan-pnrr.dropdown-toggle, .toggles label input.show + .lever.btn-outline-cyan-pnrr.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(28, 175, 226, 0.5);
}
.btn-outline-green-cta-pnrr {
  color: #597212;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #597212;
}
.btn-outline-green-cta-pnrr:hover {
  color: #35420f;
  box-shadow: inset 0 0 0 1px #35420f;
}
.btn-outline-green-cta-pnrr:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-cta-pnrr, .form-check [type='radio']:focus + label.btn-outline-green-cta-pnrr, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-cta-pnrr, .btn-outline-green-cta-pnrr.focus {
  box-shadow: inset 0 0 0 1px #597212, 0 0 0 0.2rem rgba(89, 114, 18, 0.5);
}
.btn-outline-green-cta-pnrr.disabled, .btn-outline-green-cta-pnrr:disabled {
  color: #597212;
  background-color: transparent;
}
.btn-outline-green-cta-pnrr:not(:disabled):not(.disabled):active, .btn-outline-green-cta-pnrr:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-cta-pnrr:not(:disabled):not(.disabled), .show > .btn-outline-green-cta-pnrr.dropdown-toggle {
  color: #597212;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #597212;
}
.btn-outline-green-cta-pnrr:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-cta-pnrr:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-green-cta-pnrr:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-cta-pnrr:not(:disabled):not(.disabled):active, .btn-outline-green-cta-pnrr:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-cta-pnrr:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-green-cta-pnrr:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-green-cta-pnrr:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-green-cta-pnrr:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-green-cta-pnrr:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-cta-pnrr:not(:disabled):not(.disabled).active, .show > .btn-outline-green-cta-pnrr.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-green-cta-pnrr.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-green-cta-pnrr.dropdown-toggle, .toggles label input.show + .lever.btn-outline-green-cta-pnrr.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(89, 114, 18, 0.5);
}
.btn-outline-green-card-pnrr {
  color: #609868;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #609868;
}
.btn-outline-green-card-pnrr:hover {
  color: #566f5a;
  box-shadow: inset 0 0 0 1px #566f5a;
}
.btn-outline-green-card-pnrr:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-card-pnrr, .form-check [type='radio']:focus + label.btn-outline-green-card-pnrr, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-card-pnrr, .btn-outline-green-card-pnrr.focus {
  box-shadow: inset 0 0 0 1px #609868, 0 0 0 0.2rem rgba(96, 152, 104, 0.5);
}
.btn-outline-green-card-pnrr.disabled, .btn-outline-green-card-pnrr:disabled {
  color: #609868;
  background-color: transparent;
}
.btn-outline-green-card-pnrr:not(:disabled):not(.disabled):active, .btn-outline-green-card-pnrr:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-card-pnrr:not(:disabled):not(.disabled), .show > .btn-outline-green-card-pnrr.dropdown-toggle {
  color: #609868;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #609868;
}
.btn-outline-green-card-pnrr:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-card-pnrr:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-green-card-pnrr:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-card-pnrr:not(:disabled):not(.disabled):active, .btn-outline-green-card-pnrr:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-card-pnrr:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-green-card-pnrr:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-green-card-pnrr:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-green-card-pnrr:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-green-card-pnrr:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-card-pnrr:not(:disabled):not(.disabled).active, .show > .btn-outline-green-card-pnrr.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-green-card-pnrr.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-green-card-pnrr.dropdown-toggle, .toggles label input.show + .lever.btn-outline-green-card-pnrr.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(96, 152, 104, 0.5);
}
.btn-outline-mission-digitalizzazione {
  color: #c5dcee;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #c5dcee;
}
.btn-outline-mission-digitalizzazione:hover {
  color: #a4c3dc;
  box-shadow: inset 0 0 0 1px #a4c3dc;
}
.btn-outline-mission-digitalizzazione:focus, .form-check [type='checkbox']:focus + label.btn-outline-mission-digitalizzazione, .form-check [type='radio']:focus + label.btn-outline-mission-digitalizzazione, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-digitalizzazione, .btn-outline-mission-digitalizzazione.focus {
  box-shadow: inset 0 0 0 1px #c5dcee, 0 0 0 0.2rem rgba(197, 220, 238, 0.5);
}
.btn-outline-mission-digitalizzazione.disabled, .btn-outline-mission-digitalizzazione:disabled {
  color: #c5dcee;
  background-color: transparent;
}
.btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled):active, .btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled), .show > .btn-outline-mission-digitalizzazione.dropdown-toggle {
  color: #c5dcee;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #c5dcee;
}
.btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled):active, .btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-digitalizzazione:not(:disabled):not(.disabled).active, .show > .btn-outline-mission-digitalizzazione.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-mission-digitalizzazione.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-mission-digitalizzazione.dropdown-toggle, .toggles label input.show + .lever.btn-outline-mission-digitalizzazione.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(197, 220, 238, 0.5);
}
.btn-outline-mission-rivoluzione-verde {
  color: #92d051;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #92d051;
}
.btn-outline-mission-rivoluzione-verde:hover {
  color: #78af3f;
  box-shadow: inset 0 0 0 1px #78af3f;
}
.btn-outline-mission-rivoluzione-verde:focus, .form-check [type='checkbox']:focus + label.btn-outline-mission-rivoluzione-verde, .form-check [type='radio']:focus + label.btn-outline-mission-rivoluzione-verde, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-rivoluzione-verde, .btn-outline-mission-rivoluzione-verde.focus {
  box-shadow: inset 0 0 0 1px #92d051, 0 0 0 0.2rem rgba(146, 208, 81, 0.5);
}
.btn-outline-mission-rivoluzione-verde.disabled, .btn-outline-mission-rivoluzione-verde:disabled {
  color: #92d051;
  background-color: transparent;
}
.btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled):active, .btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled), .show > .btn-outline-mission-rivoluzione-verde.dropdown-toggle {
  color: #92d051;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #92d051;
}
.btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled):active, .btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-rivoluzione-verde:not(:disabled):not(.disabled).active, .show > .btn-outline-mission-rivoluzione-verde.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-mission-rivoluzione-verde.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-mission-rivoluzione-verde.dropdown-toggle, .toggles label input.show + .lever.btn-outline-mission-rivoluzione-verde.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(146, 208, 81, 0.5);
}
.btn-outline-mission-infrastrutture {
  color: #ff807e;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ff807e;
}
.btn-outline-mission-infrastrutture:hover {
  color: #f65754;
  box-shadow: inset 0 0 0 1px #f65754;
}
.btn-outline-mission-infrastrutture:focus, .form-check [type='checkbox']:focus + label.btn-outline-mission-infrastrutture, .form-check [type='radio']:focus + label.btn-outline-mission-infrastrutture, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-infrastrutture, .btn-outline-mission-infrastrutture.focus {
  box-shadow: inset 0 0 0 1px #ff807e, 0 0 0 0.2rem rgba(255, 128, 126, 0.5);
}
.btn-outline-mission-infrastrutture.disabled, .btn-outline-mission-infrastrutture:disabled {
  color: #ff807e;
  background-color: transparent;
}
.btn-outline-mission-infrastrutture:not(:disabled):not(.disabled):active, .btn-outline-mission-infrastrutture:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-mission-infrastrutture:not(:disabled):not(.disabled), .show > .btn-outline-mission-infrastrutture.dropdown-toggle {
  color: #ff807e;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ff807e;
}
.btn-outline-mission-infrastrutture:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-mission-infrastrutture:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-mission-infrastrutture:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-infrastrutture:not(:disabled):not(.disabled):active, .btn-outline-mission-infrastrutture:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-mission-infrastrutture:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-mission-infrastrutture:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-mission-infrastrutture:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-mission-infrastrutture:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-mission-infrastrutture:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-infrastrutture:not(:disabled):not(.disabled).active, .show > .btn-outline-mission-infrastrutture.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-mission-infrastrutture.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-mission-infrastrutture.dropdown-toggle, .toggles label input.show + .lever.btn-outline-mission-infrastrutture.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 128, 126, 0.5);
}
.btn-outline-mission-istruzione {
  color: #ffc284;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ffc284;
}
.btn-outline-mission-istruzione:hover {
  color: #f6a95a;
  box-shadow: inset 0 0 0 1px #f6a95a;
}
.btn-outline-mission-istruzione:focus, .form-check [type='checkbox']:focus + label.btn-outline-mission-istruzione, .form-check [type='radio']:focus + label.btn-outline-mission-istruzione, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-istruzione, .btn-outline-mission-istruzione.focus {
  box-shadow: inset 0 0 0 1px #ffc284, 0 0 0 0.2rem rgba(255, 194, 132, 0.5);
}
.btn-outline-mission-istruzione.disabled, .btn-outline-mission-istruzione:disabled {
  color: #ffc284;
  background-color: transparent;
}
.btn-outline-mission-istruzione:not(:disabled):not(.disabled):active, .btn-outline-mission-istruzione:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-mission-istruzione:not(:disabled):not(.disabled), .show > .btn-outline-mission-istruzione.dropdown-toggle {
  color: #ffc284;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ffc284;
}
.btn-outline-mission-istruzione:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-mission-istruzione:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-mission-istruzione:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-istruzione:not(:disabled):not(.disabled):active, .btn-outline-mission-istruzione:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-mission-istruzione:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-mission-istruzione:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-mission-istruzione:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-mission-istruzione:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-mission-istruzione:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-istruzione:not(:disabled):not(.disabled).active, .show > .btn-outline-mission-istruzione.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-mission-istruzione.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-mission-istruzione.dropdown-toggle, .toggles label input.show + .lever.btn-outline-mission-istruzione.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 194, 132, 0.5);
}
.btn-outline-mission-coesione {
  color: #e2d6ec;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e2d6ec;
}
.btn-outline-mission-coesione:hover {
  color: #c9b9d6;
  box-shadow: inset 0 0 0 1px #c9b9d6;
}
.btn-outline-mission-coesione:focus, .form-check [type='checkbox']:focus + label.btn-outline-mission-coesione, .form-check [type='radio']:focus + label.btn-outline-mission-coesione, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-coesione, .btn-outline-mission-coesione.focus {
  box-shadow: inset 0 0 0 1px #e2d6ec, 0 0 0 0.2rem rgba(226, 214, 236, 0.5);
}
.btn-outline-mission-coesione.disabled, .btn-outline-mission-coesione:disabled {
  color: #e2d6ec;
  background-color: transparent;
}
.btn-outline-mission-coesione:not(:disabled):not(.disabled):active, .btn-outline-mission-coesione:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-mission-coesione:not(:disabled):not(.disabled), .show > .btn-outline-mission-coesione.dropdown-toggle {
  color: #e2d6ec;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e2d6ec;
}
.btn-outline-mission-coesione:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-mission-coesione:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-mission-coesione:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-coesione:not(:disabled):not(.disabled):active, .btn-outline-mission-coesione:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-mission-coesione:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-mission-coesione:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-mission-coesione:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-mission-coesione:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-mission-coesione:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-coesione:not(:disabled):not(.disabled).active, .show > .btn-outline-mission-coesione.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-mission-coesione.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-mission-coesione.dropdown-toggle, .toggles label input.show + .lever.btn-outline-mission-coesione.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(226, 214, 236, 0.5);
}
.btn-outline-mission-salute {
  color: #fff2d0;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff2d0;
}
.btn-outline-mission-salute:hover {
  color: #fae2a2;
  box-shadow: inset 0 0 0 1px #fae2a2;
}
.btn-outline-mission-salute:focus, .form-check [type='checkbox']:focus + label.btn-outline-mission-salute, .form-check [type='radio']:focus + label.btn-outline-mission-salute, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-salute, .btn-outline-mission-salute.focus {
  box-shadow: inset 0 0 0 1px #fff2d0, 0 0 0 0.2rem rgba(255, 242, 208, 0.5);
}
.btn-outline-mission-salute.disabled, .btn-outline-mission-salute:disabled {
  color: #fff2d0;
  background-color: transparent;
}
.btn-outline-mission-salute:not(:disabled):not(.disabled):active, .btn-outline-mission-salute:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-mission-salute:not(:disabled):not(.disabled), .show > .btn-outline-mission-salute.dropdown-toggle {
  color: #fff2d0;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff2d0;
}
.btn-outline-mission-salute:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-mission-salute:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-mission-salute:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-salute:not(:disabled):not(.disabled):active, .btn-outline-mission-salute:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-mission-salute:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-mission-salute:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-mission-salute:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-mission-salute:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-mission-salute:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-mission-salute:not(:disabled):not(.disabled).active, .show > .btn-outline-mission-salute.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-mission-salute.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-mission-salute.dropdown-toggle, .toggles label input.show + .lever.btn-outline-mission-salute.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 242, 208, 0.5);
}
.btn-outline-green-matrimoni {
  color: #889f8c;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #889f8c;
}
.btn-outline-green-matrimoni:hover {
  color: #797b79;
  box-shadow: inset 0 0 0 1px #797b79;
}
.btn-outline-green-matrimoni:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-matrimoni, .form-check [type='radio']:focus + label.btn-outline-green-matrimoni, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-matrimoni, .btn-outline-green-matrimoni.focus {
  box-shadow: inset 0 0 0 1px #889f8c, 0 0 0 0.2rem rgba(136, 159, 140, 0.5);
}
.btn-outline-green-matrimoni.disabled, .btn-outline-green-matrimoni:disabled {
  color: #889f8c;
  background-color: transparent;
}
.btn-outline-green-matrimoni:not(:disabled):not(.disabled):active, .btn-outline-green-matrimoni:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-matrimoni:not(:disabled):not(.disabled), .show > .btn-outline-green-matrimoni.dropdown-toggle {
  color: #889f8c;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #889f8c;
}
.btn-outline-green-matrimoni:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-matrimoni:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-green-matrimoni:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-matrimoni:not(:disabled):not(.disabled):active, .btn-outline-green-matrimoni:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-matrimoni:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-green-matrimoni:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-green-matrimoni:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-green-matrimoni:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-green-matrimoni:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-matrimoni:not(:disabled):not(.disabled).active, .show > .btn-outline-green-matrimoni.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-green-matrimoni.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-green-matrimoni.dropdown-toggle, .toggles label input.show + .lever.btn-outline-green-matrimoni.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(136, 159, 140, 0.5);
}
.btn-outline-pink-matrimoni {
  color: #f4a596;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #f4a596;
}
.btn-outline-pink-matrimoni:hover {
  color: #e78370;
  box-shadow: inset 0 0 0 1px #e78370;
}
.btn-outline-pink-matrimoni:focus, .form-check [type='checkbox']:focus + label.btn-outline-pink-matrimoni, .form-check [type='radio']:focus + label.btn-outline-pink-matrimoni, .toggles label input[type='checkbox']:focus + .lever.btn-outline-pink-matrimoni, .btn-outline-pink-matrimoni.focus {
  box-shadow: inset 0 0 0 1px #f4a596, 0 0 0 0.2rem rgba(244, 165, 150, 0.5);
}
.btn-outline-pink-matrimoni.disabled, .btn-outline-pink-matrimoni:disabled {
  color: #f4a596;
  background-color: transparent;
}
.btn-outline-pink-matrimoni:not(:disabled):not(.disabled):active, .btn-outline-pink-matrimoni:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-pink-matrimoni:not(:disabled):not(.disabled), .show > .btn-outline-pink-matrimoni.dropdown-toggle {
  color: #f4a596;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #f4a596;
}
.btn-outline-pink-matrimoni:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-pink-matrimoni:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-pink-matrimoni:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-pink-matrimoni:not(:disabled):not(.disabled):active, .btn-outline-pink-matrimoni:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-pink-matrimoni:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-pink-matrimoni:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-pink-matrimoni:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-pink-matrimoni:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-pink-matrimoni:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-pink-matrimoni:not(:disabled):not(.disabled).active, .show > .btn-outline-pink-matrimoni.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-pink-matrimoni.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-pink-matrimoni.dropdown-toggle, .toggles label input.show + .lever.btn-outline-pink-matrimoni.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 165, 150, 0.5);
}
.btn-outline-dark-pink-matrimoni {
  color: rgba(244, 165, 150, 0.19);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px rgba(244, 165, 150, 0.19);
}
.btn-outline-dark-pink-matrimoni:hover {
  color: rgba(231, 131, 112, 0.19);
  box-shadow: inset 0 0 0 1px rgba(231, 131, 112, 0.19);
}
.btn-outline-dark-pink-matrimoni:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-pink-matrimoni, .form-check [type='radio']:focus + label.btn-outline-dark-pink-matrimoni, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-pink-matrimoni, .btn-outline-dark-pink-matrimoni.focus {
  box-shadow: inset 0 0 0 1px rgba(244, 165, 150, 0.19), 0 0 0 0.2rem rgba(244, 165, 150, 0.5);
}
.btn-outline-dark-pink-matrimoni.disabled, .btn-outline-dark-pink-matrimoni:disabled {
  color: rgba(244, 165, 150, 0.19);
  background-color: transparent;
}
.btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled):active, .btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled), .show > .btn-outline-dark-pink-matrimoni.dropdown-toggle {
  color: rgba(244, 165, 150, 0.19);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px rgba(244, 165, 150, 0.19);
}
.btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled):active, .btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-pink-matrimoni:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-pink-matrimoni.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-dark-pink-matrimoni.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-dark-pink-matrimoni.dropdown-toggle, .toggles label input.show + .lever.btn-outline-dark-pink-matrimoni.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 165, 150, 0.5);
}
.btn-outline-red-inferrara {
  color: #842722;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #842722;
}
.btn-outline-red-inferrara:hover {
  color: #56201d;
  box-shadow: inset 0 0 0 1px #56201d;
}
.btn-outline-red-inferrara:focus, .form-check [type='checkbox']:focus + label.btn-outline-red-inferrara, .form-check [type='radio']:focus + label.btn-outline-red-inferrara, .toggles label input[type='checkbox']:focus + .lever.btn-outline-red-inferrara, .btn-outline-red-inferrara.focus {
  box-shadow: inset 0 0 0 1px #842722, 0 0 0 0.2rem rgba(132, 39, 34, 0.5);
}
.btn-outline-red-inferrara.disabled, .btn-outline-red-inferrara:disabled {
  color: #842722;
  background-color: transparent;
}
.btn-outline-red-inferrara:not(:disabled):not(.disabled):active, .btn-outline-red-inferrara:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-red-inferrara:not(:disabled):not(.disabled), .show > .btn-outline-red-inferrara.dropdown-toggle {
  color: #842722;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #842722;
}
.btn-outline-red-inferrara:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-red-inferrara:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-red-inferrara:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-red-inferrara:not(:disabled):not(.disabled):active, .btn-outline-red-inferrara:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-red-inferrara:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-red-inferrara:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-red-inferrara:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-red-inferrara:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-red-inferrara:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-red-inferrara:not(:disabled):not(.disabled).active, .show > .btn-outline-red-inferrara.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-red-inferrara.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-red-inferrara.dropdown-toggle, .toggles label input.show + .lever.btn-outline-red-inferrara.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(132, 39, 34, 0.5);
}
.btn-outline-primary-geoportale {
  color: #2f8287;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #2f8287;
}
.btn-outline-primary-geoportale:hover {
  color: #28585b;
  box-shadow: inset 0 0 0 1px #28585b;
}
.btn-outline-primary-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-primary-geoportale, .form-check [type='radio']:focus + label.btn-outline-primary-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-primary-geoportale, .btn-outline-primary-geoportale.focus {
  box-shadow: inset 0 0 0 1px #2f8287, 0 0 0 0.2rem rgba(47, 130, 135, 0.5);
}
.btn-outline-primary-geoportale.disabled, .btn-outline-primary-geoportale:disabled {
  color: #2f8287;
  background-color: transparent;
}
.btn-outline-primary-geoportale:not(:disabled):not(.disabled):active, .btn-outline-primary-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-primary-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-primary-geoportale.dropdown-toggle {
  color: #2f8287;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #2f8287;
}
.btn-outline-primary-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-primary-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-primary-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-primary-geoportale:not(:disabled):not(.disabled):active, .btn-outline-primary-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-primary-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-primary-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-primary-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-primary-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-primary-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-primary-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-primary-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-primary-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-primary-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(47, 130, 135, 0.5);
}
.btn-outline-dark-azul-geoportale {
  color: #3b707b;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #3b707b;
}
.btn-outline-dark-azul-geoportale:hover {
  color: #314c52;
  box-shadow: inset 0 0 0 1px #314c52;
}
.btn-outline-dark-azul-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-azul-geoportale, .form-check [type='radio']:focus + label.btn-outline-dark-azul-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-azul-geoportale, .btn-outline-dark-azul-geoportale.focus {
  box-shadow: inset 0 0 0 1px #3b707b, 0 0 0 0.2rem rgba(59, 112, 123, 0.5);
}
.btn-outline-dark-azul-geoportale.disabled, .btn-outline-dark-azul-geoportale:disabled {
  color: #3b707b;
  background-color: transparent;
}
.btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled):active, .btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-dark-azul-geoportale.dropdown-toggle {
  color: #3b707b;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #3b707b;
}
.btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled):active, .btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-azul-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-azul-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-dark-azul-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-dark-azul-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-dark-azul-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(59, 112, 123, 0.5);
}
.btn-outline-green-geoportale {
  color: #165f24;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #165f24;
}
.btn-outline-green-geoportale:hover {
  color: #103216;
  box-shadow: inset 0 0 0 1px #103216;
}
.btn-outline-green-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-geoportale, .form-check [type='radio']:focus + label.btn-outline-green-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-geoportale, .btn-outline-green-geoportale.focus {
  box-shadow: inset 0 0 0 1px #165f24, 0 0 0 0.2rem rgba(22, 95, 36, 0.5);
}
.btn-outline-green-geoportale.disabled, .btn-outline-green-geoportale:disabled {
  color: #165f24;
  background-color: transparent;
}
.btn-outline-green-geoportale:not(:disabled):not(.disabled):active, .btn-outline-green-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-green-geoportale.dropdown-toggle {
  color: #165f24;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #165f24;
}
.btn-outline-green-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-green-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-green-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-geoportale:not(:disabled):not(.disabled):active, .btn-outline-green-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-green-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-green-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-green-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-green-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-green-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-green-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-green-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-green-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-green-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-green-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(22, 95, 36, 0.5);
}
.btn-outline-dark-purple-geoportale {
  color: #67586d;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #67586d;
}
.btn-outline-dark-purple-geoportale:hover {
  color: #494949;
  box-shadow: inset 0 0 0 1px #494949;
}
.btn-outline-dark-purple-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-purple-geoportale, .form-check [type='radio']:focus + label.btn-outline-dark-purple-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-purple-geoportale, .btn-outline-dark-purple-geoportale.focus {
  box-shadow: inset 0 0 0 1px #67586d, 0 0 0 0.2rem rgba(103, 88, 109, 0.5);
}
.btn-outline-dark-purple-geoportale.disabled, .btn-outline-dark-purple-geoportale:disabled {
  color: #67586d;
  background-color: transparent;
}
.btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled):active, .btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-dark-purple-geoportale.dropdown-toggle {
  color: #67586d;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #67586d;
}
.btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled):active, .btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-purple-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-purple-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-dark-purple-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-dark-purple-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-dark-purple-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(103, 88, 109, 0.5);
}
.btn-outline-dark-yellow-geoportale {
  color: #7a5a29;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #7a5a29;
}
.btn-outline-dark-yellow-geoportale:hover {
  color: #4e3d22;
  box-shadow: inset 0 0 0 1px #4e3d22;
}
.btn-outline-dark-yellow-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-yellow-geoportale, .form-check [type='radio']:focus + label.btn-outline-dark-yellow-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-yellow-geoportale, .btn-outline-dark-yellow-geoportale.focus {
  box-shadow: inset 0 0 0 1px #7a5a29, 0 0 0 0.2rem rgba(122, 90, 41, 0.5);
}
.btn-outline-dark-yellow-geoportale.disabled, .btn-outline-dark-yellow-geoportale:disabled {
  color: #7a5a29;
  background-color: transparent;
}
.btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled):active, .btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-dark-yellow-geoportale.dropdown-toggle {
  color: #7a5a29;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #7a5a29;
}
.btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled):active, .btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-yellow-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-yellow-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-dark-yellow-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-dark-yellow-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-dark-yellow-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(122, 90, 41, 0.5);
}
.btn-outline-dark-green-geoportale {
  color: #2f4133;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #2f4133;
}
.btn-outline-dark-green-geoportale:hover {
  color: #1d201d;
  box-shadow: inset 0 0 0 1px #1d201d;
}
.btn-outline-dark-green-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-green-geoportale, .form-check [type='radio']:focus + label.btn-outline-dark-green-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-green-geoportale, .btn-outline-dark-green-geoportale.focus {
  box-shadow: inset 0 0 0 1px #2f4133, 0 0 0 0.2rem rgba(47, 65, 51, 0.5);
}
.btn-outline-dark-green-geoportale.disabled, .btn-outline-dark-green-geoportale:disabled {
  color: #2f4133;
  background-color: transparent;
}
.btn-outline-dark-green-geoportale:not(:disabled):not(.disabled):active, .btn-outline-dark-green-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-green-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-dark-green-geoportale.dropdown-toggle {
  color: #2f4133;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #2f4133;
}
.btn-outline-dark-green-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-dark-green-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-dark-green-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-green-geoportale:not(:disabled):not(.disabled):active, .btn-outline-dark-green-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-dark-green-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-dark-green-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-dark-green-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-dark-green-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-dark-green-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-dark-green-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-green-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-dark-green-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-dark-green-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-dark-green-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(47, 65, 51, 0.5);
}
.btn-outline-orange-geoportale {
  color: #ae4929;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ae4929;
}
.btn-outline-orange-geoportale:hover {
  color: #7d3c27;
  box-shadow: inset 0 0 0 1px #7d3c27;
}
.btn-outline-orange-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-orange-geoportale, .form-check [type='radio']:focus + label.btn-outline-orange-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-orange-geoportale, .btn-outline-orange-geoportale.focus {
  box-shadow: inset 0 0 0 1px #ae4929, 0 0 0 0.2rem rgba(174, 73, 41, 0.5);
}
.btn-outline-orange-geoportale.disabled, .btn-outline-orange-geoportale:disabled {
  color: #ae4929;
  background-color: transparent;
}
.btn-outline-orange-geoportale:not(:disabled):not(.disabled):active, .btn-outline-orange-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-orange-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-orange-geoportale.dropdown-toggle {
  color: #ae4929;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ae4929;
}
.btn-outline-orange-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-orange-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-orange-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-orange-geoportale:not(:disabled):not(.disabled):active, .btn-outline-orange-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-orange-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-orange-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-orange-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-orange-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-orange-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-orange-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-orange-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-orange-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-orange-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-orange-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(174, 73, 41, 0.5);
}
.btn-outline-purple-geoportale {
  color: #7a2972;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #7a2972;
}
.btn-outline-purple-geoportale:hover {
  color: #4e224a;
  box-shadow: inset 0 0 0 1px #4e224a;
}
.btn-outline-purple-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-purple-geoportale, .form-check [type='radio']:focus + label.btn-outline-purple-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-purple-geoportale, .btn-outline-purple-geoportale.focus {
  box-shadow: inset 0 0 0 1px #7a2972, 0 0 0 0.2rem rgba(122, 41, 114, 0.5);
}
.btn-outline-purple-geoportale.disabled, .btn-outline-purple-geoportale:disabled {
  color: #7a2972;
  background-color: transparent;
}
.btn-outline-purple-geoportale:not(:disabled):not(.disabled):active, .btn-outline-purple-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-purple-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-purple-geoportale.dropdown-toggle {
  color: #7a2972;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #7a2972;
}
.btn-outline-purple-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-purple-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-purple-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-purple-geoportale:not(:disabled):not(.disabled):active, .btn-outline-purple-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-purple-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-purple-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-purple-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-purple-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-purple-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-purple-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-purple-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-purple-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-purple-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-purple-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(122, 41, 114, 0.5);
}
.btn-outline-blue-geoportale {
  color: #41488c;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #41488c;
}
.btn-outline-blue-geoportale:hover {
  color: #393c61;
  box-shadow: inset 0 0 0 1px #393c61;
}
.btn-outline-blue-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-blue-geoportale, .form-check [type='radio']:focus + label.btn-outline-blue-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-blue-geoportale, .btn-outline-blue-geoportale.focus {
  box-shadow: inset 0 0 0 1px #41488c, 0 0 0 0.2rem rgba(65, 72, 140, 0.5);
}
.btn-outline-blue-geoportale.disabled, .btn-outline-blue-geoportale:disabled {
  color: #41488c;
  background-color: transparent;
}
.btn-outline-blue-geoportale:not(:disabled):not(.disabled):active, .btn-outline-blue-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-blue-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-blue-geoportale.dropdown-toggle {
  color: #41488c;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #41488c;
}
.btn-outline-blue-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-blue-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-blue-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-blue-geoportale:not(:disabled):not(.disabled):active, .btn-outline-blue-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-blue-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-blue-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-blue-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-blue-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-blue-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-blue-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-blue-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-blue-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-blue-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(65, 72, 140, 0.5);
}
.btn-outline-azul-geoportale {
  color: #6795c5;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #6795c5;
}
.btn-outline-azul-geoportale:hover {
  color: #517ca8;
  box-shadow: inset 0 0 0 1px #517ca8;
}
.btn-outline-azul-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-azul-geoportale, .form-check [type='radio']:focus + label.btn-outline-azul-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-azul-geoportale, .btn-outline-azul-geoportale.focus {
  box-shadow: inset 0 0 0 1px #6795c5, 0 0 0 0.2rem rgba(103, 149, 197, 0.5);
}
.btn-outline-azul-geoportale.disabled, .btn-outline-azul-geoportale:disabled {
  color: #6795c5;
  background-color: transparent;
}
.btn-outline-azul-geoportale:not(:disabled):not(.disabled):active, .btn-outline-azul-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-azul-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-azul-geoportale.dropdown-toggle {
  color: #6795c5;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #6795c5;
}
.btn-outline-azul-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-azul-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-azul-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-azul-geoportale:not(:disabled):not(.disabled):active, .btn-outline-azul-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-azul-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-azul-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-azul-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-azul-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-azul-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-azul-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-azul-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-azul-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-azul-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-azul-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(103, 149, 197, 0.5);
}
.btn-outline-red-geoportale {
  color: #a72947;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #a72947;
}
.btn-outline-red-geoportale:hover {
  color: #76273a;
  box-shadow: inset 0 0 0 1px #76273a;
}
.btn-outline-red-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-red-geoportale, .form-check [type='radio']:focus + label.btn-outline-red-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-red-geoportale, .btn-outline-red-geoportale.focus {
  box-shadow: inset 0 0 0 1px #a72947, 0 0 0 0.2rem rgba(167, 41, 71, 0.5);
}
.btn-outline-red-geoportale.disabled, .btn-outline-red-geoportale:disabled {
  color: #a72947;
  background-color: transparent;
}
.btn-outline-red-geoportale:not(:disabled):not(.disabled):active, .btn-outline-red-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-red-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-red-geoportale.dropdown-toggle {
  color: #a72947;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #a72947;
}
.btn-outline-red-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-red-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-red-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-red-geoportale:not(:disabled):not(.disabled):active, .btn-outline-red-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-red-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-red-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-red-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-red-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-red-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-red-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-red-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-red-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-red-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-red-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(167, 41, 71, 0.5);
}
.btn-outline-brown-geoportale {
  color: #7a6329;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #7a6329;
}
.btn-outline-brown-geoportale:hover {
  color: #4e4222;
  box-shadow: inset 0 0 0 1px #4e4222;
}
.btn-outline-brown-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-brown-geoportale, .form-check [type='radio']:focus + label.btn-outline-brown-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-brown-geoportale, .btn-outline-brown-geoportale.focus {
  box-shadow: inset 0 0 0 1px #7a6329, 0 0 0 0.2rem rgba(122, 99, 41, 0.5);
}
.btn-outline-brown-geoportale.disabled, .btn-outline-brown-geoportale:disabled {
  color: #7a6329;
  background-color: transparent;
}
.btn-outline-brown-geoportale:not(:disabled):not(.disabled):active, .btn-outline-brown-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-brown-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-brown-geoportale.dropdown-toggle {
  color: #7a6329;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #7a6329;
}
.btn-outline-brown-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-brown-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-brown-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-brown-geoportale:not(:disabled):not(.disabled):active, .btn-outline-brown-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-brown-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-brown-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-brown-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-brown-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-brown-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-brown-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-brown-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-brown-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-brown-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-brown-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(122, 99, 41, 0.5);
}
.btn-outline-grey-geoportale {
  color: #414642;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #414642;
}
.btn-outline-grey-geoportale:hover {
  color: #2a2a2a;
  box-shadow: inset 0 0 0 1px #2a2a2a;
}
.btn-outline-grey-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-grey-geoportale, .form-check [type='radio']:focus + label.btn-outline-grey-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-grey-geoportale, .btn-outline-grey-geoportale.focus {
  box-shadow: inset 0 0 0 1px #414642, 0 0 0 0.2rem rgba(65, 70, 66, 0.5);
}
.btn-outline-grey-geoportale.disabled, .btn-outline-grey-geoportale:disabled {
  color: #414642;
  background-color: transparent;
}
.btn-outline-grey-geoportale:not(:disabled):not(.disabled):active, .btn-outline-grey-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-grey-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-grey-geoportale.dropdown-toggle {
  color: #414642;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #414642;
}
.btn-outline-grey-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-grey-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-grey-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-grey-geoportale:not(:disabled):not(.disabled):active, .btn-outline-grey-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-grey-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-grey-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-grey-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-grey-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-grey-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-grey-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-grey-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-grey-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-grey-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(65, 70, 66, 0.5);
}
.btn-outline-light-green-geoportale {
  color: #3e883c;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #3e883c;
}
.btn-outline-light-green-geoportale:hover {
  color: #355d34;
  box-shadow: inset 0 0 0 1px #355d34;
}
.btn-outline-light-green-geoportale:focus, .form-check [type='checkbox']:focus + label.btn-outline-light-green-geoportale, .form-check [type='radio']:focus + label.btn-outline-light-green-geoportale, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light-green-geoportale, .btn-outline-light-green-geoportale.focus {
  box-shadow: inset 0 0 0 1px #3e883c, 0 0 0 0.2rem rgba(62, 136, 60, 0.5);
}
.btn-outline-light-green-geoportale.disabled, .btn-outline-light-green-geoportale:disabled {
  color: #3e883c;
  background-color: transparent;
}
.btn-outline-light-green-geoportale:not(:disabled):not(.disabled):active, .btn-outline-light-green-geoportale:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-light-green-geoportale:not(:disabled):not(.disabled), .show > .btn-outline-light-green-geoportale.dropdown-toggle {
  color: #3e883c;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #3e883c;
}
.btn-outline-light-green-geoportale:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-light-green-geoportale:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-light-green-geoportale:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light-green-geoportale:not(:disabled):not(.disabled):active, .btn-outline-light-green-geoportale:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-light-green-geoportale:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-light-green-geoportale:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-light-green-geoportale:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-light-green-geoportale:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-light-green-geoportale:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light-green-geoportale:not(:disabled):not(.disabled).active, .show > .btn-outline-light-green-geoportale.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-light-green-geoportale.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-light-green-geoportale.dropdown-toggle, .toggles label input.show + .lever.btn-outline-light-green-geoportale.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(62, 136, 60, 0.5);
}
.btn-outline-brown-ssui {
  color: #735238;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #735238;
}
.btn-outline-brown-ssui:hover {
  color: #4b3a2d;
  box-shadow: inset 0 0 0 1px #4b3a2d;
}
.btn-outline-brown-ssui:focus, .form-check [type='checkbox']:focus + label.btn-outline-brown-ssui, .form-check [type='radio']:focus + label.btn-outline-brown-ssui, .toggles label input[type='checkbox']:focus + .lever.btn-outline-brown-ssui, .btn-outline-brown-ssui.focus {
  box-shadow: inset 0 0 0 1px #735238, 0 0 0 0.2rem rgba(115, 82, 56, 0.5);
}
.btn-outline-brown-ssui.disabled, .btn-outline-brown-ssui:disabled {
  color: #735238;
  background-color: transparent;
}
.btn-outline-brown-ssui:not(:disabled):not(.disabled):active, .btn-outline-brown-ssui:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-brown-ssui:not(:disabled):not(.disabled), .show > .btn-outline-brown-ssui.dropdown-toggle {
  color: #735238;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #735238;
}
.btn-outline-brown-ssui:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-brown-ssui:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-brown-ssui:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-brown-ssui:not(:disabled):not(.disabled):active, .btn-outline-brown-ssui:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-brown-ssui:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-brown-ssui:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-brown-ssui:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-brown-ssui:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-brown-ssui:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-brown-ssui:not(:disabled):not(.disabled).active, .show > .btn-outline-brown-ssui.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-brown-ssui.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-brown-ssui.dropdown-toggle, .toggles label input.show + .lever.btn-outline-brown-ssui.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(115, 82, 56, 0.5);
}
.btn-outline-light-brown-ssui {
  color: #ba7b4a;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ba7b4a;
}
.btn-outline-light-brown-ssui:hover {
  color: #8d6444;
  box-shadow: inset 0 0 0 1px #8d6444;
}
.btn-outline-light-brown-ssui:focus, .form-check [type='checkbox']:focus + label.btn-outline-light-brown-ssui, .form-check [type='radio']:focus + label.btn-outline-light-brown-ssui, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light-brown-ssui, .btn-outline-light-brown-ssui.focus {
  box-shadow: inset 0 0 0 1px #ba7b4a, 0 0 0 0.2rem rgba(186, 123, 74, 0.5);
}
.btn-outline-light-brown-ssui.disabled, .btn-outline-light-brown-ssui:disabled {
  color: #ba7b4a;
  background-color: transparent;
}
.btn-outline-light-brown-ssui:not(:disabled):not(.disabled):active, .btn-outline-light-brown-ssui:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-light-brown-ssui:not(:disabled):not(.disabled), .show > .btn-outline-light-brown-ssui.dropdown-toggle {
  color: #ba7b4a;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ba7b4a;
}
.btn-outline-light-brown-ssui:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-light-brown-ssui:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-light-brown-ssui:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light-brown-ssui:not(:disabled):not(.disabled):active, .btn-outline-light-brown-ssui:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-light-brown-ssui:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-light-brown-ssui:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-light-brown-ssui:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-light-brown-ssui:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-light-brown-ssui:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-light-brown-ssui:not(:disabled):not(.disabled).active, .show > .btn-outline-light-brown-ssui.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-light-brown-ssui.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-light-brown-ssui.dropdown-toggle, .toggles label input.show + .lever.btn-outline-light-brown-ssui.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(186, 123, 74, 0.5);
}
.btn-outline-sititematici-red {
  color: #9c2b2b;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #9c2b2b;
}
.btn-outline-sititematici-red:hover {
  color: #6d2727;
  box-shadow: inset 0 0 0 1px #6d2727;
}
.btn-outline-sititematici-red:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-red, .form-check [type='radio']:focus + label.btn-outline-sititematici-red, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-red, .btn-outline-sititematici-red.focus {
  box-shadow: inset 0 0 0 1px #9c2b2b, 0 0 0 0.2rem rgba(156, 43, 43, 0.5);
}
.btn-outline-sititematici-red.disabled, .btn-outline-sititematici-red:disabled {
  color: #9c2b2b;
  background-color: transparent;
}
.btn-outline-sititematici-red:not(:disabled):not(.disabled):active, .btn-outline-sititematici-red:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-red:not(:disabled):not(.disabled), .show > .btn-outline-sititematici-red.dropdown-toggle {
  color: #9c2b2b;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #9c2b2b;
}
.btn-outline-sititematici-red:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-red:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-sititematici-red:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-red:not(:disabled):not(.disabled):active, .btn-outline-sititematici-red:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-red:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-sititematici-red:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-sititematici-red:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-sititematici-red:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-sititematici-red:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-red:not(:disabled):not(.disabled).active, .show > .btn-outline-sititematici-red.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-sititematici-red.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-sititematici-red.dropdown-toggle, .toggles label input.show + .lever.btn-outline-sititematici-red.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(156, 43, 43, 0.5);
}
.btn-outline-sititematici-orange {
  color: #bf5818;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #bf5818;
}
.btn-outline-sititematici-orange:hover {
  color: #a15a2e;
  box-shadow: inset 0 0 0 1px #a15a2e;
}
.btn-outline-sititematici-orange:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-orange, .form-check [type='radio']:focus + label.btn-outline-sititematici-orange, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-orange, .btn-outline-sititematici-orange.focus {
  box-shadow: inset 0 0 0 1px #bf5818, 0 0 0 0.2rem rgba(212, 109, 46, 0.5);
}
.btn-outline-sititematici-orange.disabled, .btn-outline-sititematici-orange:disabled {
  color: #bf5818;
  background-color: transparent;
}
.btn-outline-sititematici-orange:not(:disabled):not(.disabled):active, .btn-outline-sititematici-orange:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-orange:not(:disabled):not(.disabled), .show > .btn-outline-sititematici-orange.dropdown-toggle {
  color: #bf5818;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #bf5818;
}
.btn-outline-sititematici-orange:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-orange:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-sititematici-orange:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-orange:not(:disabled):not(.disabled):active, .btn-outline-sititematici-orange:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-orange:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-sititematici-orange:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-sititematici-orange:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-sititematici-orange:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-sititematici-orange:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-sititematici-orange.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-sititematici-orange.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-sititematici-orange.dropdown-toggle, .toggles label input.show + .lever.btn-outline-sititematici-orange.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 109, 46, 0.5);
}
.btn-outline-sititematici-yellow {
  color: #d8b509;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d8b509;
}
.btn-outline-sititematici-yellow:hover {
  color: #9e8610;
  box-shadow: inset 0 0 0 1px #9e8610;
}
.btn-outline-sititematici-yellow:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-yellow, .form-check [type='radio']:focus + label.btn-outline-sititematici-yellow, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-yellow, .btn-outline-sititematici-yellow.focus {
  box-shadow: inset 0 0 0 1px #d8b509, 0 0 0 0.2rem rgba(216, 181, 9, 0.5);
}
.btn-outline-sititematici-yellow.disabled, .btn-outline-sititematici-yellow:disabled {
  color: #d8b509;
  background-color: transparent;
}
.btn-outline-sititematici-yellow:not(:disabled):not(.disabled):active, .btn-outline-sititematici-yellow:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-yellow:not(:disabled):not(.disabled), .show > .btn-outline-sititematici-yellow.dropdown-toggle {
  color: #d8b509;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d8b509;
}
.btn-outline-sititematici-yellow:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-yellow:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-sititematici-yellow:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-yellow:not(:disabled):not(.disabled):active, .btn-outline-sititematici-yellow:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-yellow:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-sititematici-yellow:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-sititematici-yellow:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-sititematici-yellow:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-sititematici-yellow:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-sititematici-yellow.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-sititematici-yellow.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-sititematici-yellow.dropdown-toggle, .toggles label input.show + .lever.btn-outline-sititematici-yellow.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 181, 9, 0.5);
}
.btn-outline-sititematici-turquoise {
  color: #009d74;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #009d74;
}
.btn-outline-sititematici-turquoise:hover {
  color: #05654c;
  box-shadow: inset 0 0 0 1px #05654c;
}
.btn-outline-sititematici-turquoise:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-turquoise, .form-check [type='radio']:focus + label.btn-outline-sititematici-turquoise, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-turquoise, .btn-outline-sititematici-turquoise.focus {
  box-shadow: inset 0 0 0 1px #009d74, 0 0 0 0.2rem rgba(0, 157, 116, 0.5);
}
.btn-outline-sititematici-turquoise.disabled, .btn-outline-sititematici-turquoise:disabled {
  color: #009d74;
  background-color: transparent;
}
.btn-outline-sititematici-turquoise:not(:disabled):not(.disabled):active, .btn-outline-sititematici-turquoise:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-turquoise:not(:disabled):not(.disabled), .show > .btn-outline-sititematici-turquoise.dropdown-toggle {
  color: #009d74;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #009d74;
}
.btn-outline-sititematici-turquoise:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-turquoise:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-sititematici-turquoise:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-turquoise:not(:disabled):not(.disabled):active, .btn-outline-sititematici-turquoise:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-turquoise:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-sititematici-turquoise:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-sititematici-turquoise:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-sititematici-turquoise:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-sititematici-turquoise:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-turquoise:not(:disabled):not(.disabled).active, .show > .btn-outline-sititematici-turquoise.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-sititematici-turquoise.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-sititematici-turquoise.dropdown-toggle, .toggles label input.show + .lever.btn-outline-sititematici-turquoise.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 157, 116, 0.5);
}
.btn-outline-sititematici-green {
  color: #7c9f4a;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #7c9f4a;
}
.btn-outline-sititematici-green:hover {
  color: #5f7343;
  box-shadow: inset 0 0 0 1px #5f7343;
}
.btn-outline-sititematici-green:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-green, .form-check [type='radio']:focus + label.btn-outline-sititematici-green, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-green, .btn-outline-sititematici-green.focus {
  box-shadow: inset 0 0 0 1px #7c9f4a, 0 0 0 0.2rem rgba(124, 159, 74, 0.5);
}
.btn-outline-sititematici-green.disabled, .btn-outline-sititematici-green:disabled {
  color: #7c9f4a;
  background-color: transparent;
}
.btn-outline-sititematici-green:not(:disabled):not(.disabled):active, .btn-outline-sititematici-green:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-green:not(:disabled):not(.disabled), .show > .btn-outline-sititematici-green.dropdown-toggle {
  color: #7c9f4a;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #7c9f4a;
}
.btn-outline-sititematici-green:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-green:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-sititematici-green:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-green:not(:disabled):not(.disabled):active, .btn-outline-sititematici-green:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-green:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-sititematici-green:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-sititematici-green:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-sititematici-green:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-sititematici-green:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-green:not(:disabled):not(.disabled).active, .show > .btn-outline-sititematici-green.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-sititematici-green.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-sititematici-green.dropdown-toggle, .toggles label input.show + .lever.btn-outline-sititematici-green.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(124, 159, 74, 0.5);
}
.btn-outline-sititematici-lightblue {
  color: #5ca8a1;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #5ca8a1;
}
.btn-outline-sititematici-lightblue:hover {
  color: #537e7a;
  box-shadow: inset 0 0 0 1px #537e7a;
}
.btn-outline-sititematici-lightblue:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-lightblue, .form-check [type='radio']:focus + label.btn-outline-sititematici-lightblue, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-lightblue, .btn-outline-sititematici-lightblue.focus {
  box-shadow: inset 0 0 0 1px #5ca8a1, 0 0 0 0.2rem rgba(92, 168, 161, 0.5);
}
.btn-outline-sititematici-lightblue.disabled, .btn-outline-sititematici-lightblue:disabled {
  color: #5ca8a1;
  background-color: transparent;
}
.btn-outline-sititematici-lightblue:not(:disabled):not(.disabled):active, .btn-outline-sititematici-lightblue:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-lightblue:not(:disabled):not(.disabled), .show > .btn-outline-sititematici-lightblue.dropdown-toggle {
  color: #5ca8a1;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #5ca8a1;
}
.btn-outline-sititematici-lightblue:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-lightblue:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-sititematici-lightblue:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-lightblue:not(:disabled):not(.disabled):active, .btn-outline-sititematici-lightblue:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-lightblue:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-sititematici-lightblue:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-sititematici-lightblue:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-sititematici-lightblue:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-sititematici-lightblue:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-lightblue:not(:disabled):not(.disabled).active, .show > .btn-outline-sititematici-lightblue.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-sititematici-lightblue.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-sititematici-lightblue.dropdown-toggle, .toggles label input.show + .lever.btn-outline-sititematici-lightblue.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(92, 168, 161, 0.5);
}
.btn-outline-sititematici-darkblue {
  color: #354f66;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #354f66;
}
.btn-outline-sititematici-darkblue:hover {
  color: #29353f;
  box-shadow: inset 0 0 0 1px #29353f;
}
.btn-outline-sititematici-darkblue:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-darkblue, .form-check [type='radio']:focus + label.btn-outline-sititematici-darkblue, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-darkblue, .btn-outline-sititematici-darkblue.focus {
  box-shadow: inset 0 0 0 1px #354f66, 0 0 0 0.2rem rgba(53, 79, 102, 0.5);
}
.btn-outline-sititematici-darkblue.disabled, .btn-outline-sititematici-darkblue:disabled {
  color: #354f66;
  background-color: transparent;
}
.btn-outline-sititematici-darkblue:not(:disabled):not(.disabled):active, .btn-outline-sititematici-darkblue:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-darkblue:not(:disabled):not(.disabled), .show > .btn-outline-sititematici-darkblue.dropdown-toggle {
  color: #354f66;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #354f66;
}
.btn-outline-sititematici-darkblue:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-darkblue:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-sititematici-darkblue:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-darkblue:not(:disabled):not(.disabled):active, .btn-outline-sititematici-darkblue:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-darkblue:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-sititematici-darkblue:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-sititematici-darkblue:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-sititematici-darkblue:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-sititematici-darkblue:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-darkblue:not(:disabled):not(.disabled).active, .show > .btn-outline-sititematici-darkblue.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-sititematici-darkblue.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-sititematici-darkblue.dropdown-toggle, .toggles label input.show + .lever.btn-outline-sititematici-darkblue.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(53, 79, 102, 0.5);
}
.btn-outline-sititematici-purple {
  color: #786372;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #786372;
}
.btn-outline-sititematici-purple:hover {
  color: #545454;
  box-shadow: inset 0 0 0 1px #545454;
}
.btn-outline-sititematici-purple:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-purple, .form-check [type='radio']:focus + label.btn-outline-sititematici-purple, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-purple, .btn-outline-sititematici-purple.focus {
  box-shadow: inset 0 0 0 1px #786372, 0 0 0 0.2rem rgba(120, 99, 114, 0.5);
}
.btn-outline-sititematici-purple.disabled, .btn-outline-sititematici-purple:disabled {
  color: #786372;
  background-color: transparent;
}
.btn-outline-sititematici-purple:not(:disabled):not(.disabled):active, .btn-outline-sititematici-purple:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-purple:not(:disabled):not(.disabled), .show > .btn-outline-sititematici-purple.dropdown-toggle {
  color: #786372;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #786372;
}
.btn-outline-sititematici-purple:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-purple:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-sititematici-purple:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-purple:not(:disabled):not(.disabled):active, .btn-outline-sititematici-purple:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-purple:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-sititematici-purple:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-sititematici-purple:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-sititematici-purple:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-sititematici-purple:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-sititematici-purple.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-sititematici-purple.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-sititematici-purple.dropdown-toggle, .toggles label input.show + .lever.btn-outline-sititematici-purple.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(120, 99, 114, 0.5);
}
.btn-outline-sititematici-green-xmas {
  color: #287233;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #287233;
}
.btn-outline-sititematici-green-xmas:hover {
  color: #204726;
  box-shadow: inset 0 0 0 1px #204726;
}
.btn-outline-sititematici-green-xmas:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-green-xmas, .form-check [type='radio']:focus + label.btn-outline-sititematici-green-xmas, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-green-xmas, .btn-outline-sititematici-green-xmas.focus {
  box-shadow: inset 0 0 0 1px #287233, 0 0 0 0.2rem rgba(40, 114, 51, 0.5);
}
.btn-outline-sititematici-green-xmas.disabled, .btn-outline-sititematici-green-xmas:disabled {
  color: #287233;
  background-color: transparent;
}
.btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled):active, .btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled), .show > .btn-outline-sititematici-green-xmas.dropdown-toggle {
  color: #287233;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #287233;
}
.btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled):active:focus, .form-check [type='checkbox']:focus + label.btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled):active, .form-check [type='radio']:focus + label.btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled):active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled):active, .btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled).active:focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled):focus, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled), .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled), .form-check [type='checkbox']:focus + label.btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled).active, .form-check [type='radio']:focus + label.btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled).active, .toggles label input[type='checkbox']:focus + .lever.btn-outline-sititematici-green-xmas:not(:disabled):not(.disabled).active, .show > .btn-outline-sititematici-green-xmas.dropdown-toggle:focus, .form-check [type='checkbox'].show + label.btn-outline-sititematici-green-xmas.dropdown-toggle, .form-check [type='radio'].show + label.btn-outline-sititematici-green-xmas.dropdown-toggle, .toggles label input.show + .lever.btn-outline-sititematici-green-xmas.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 114, 51, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007db3;
  text-decoration: underline;
}
.btn-link:hover {
  color: #004867;
  text-decoration: underline;
}
.btn-link:focus, .form-check [type='checkbox']:focus + label.btn-link, .form-check [type='radio']:focus + label.btn-link, .toggles label input[type='checkbox']:focus + .lever.btn-link, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #656566;
  pointer-events: none;
}
.btn-lg, .pug-button a, .pnrr-button a, .btn-group-lg > .btn, .banner-covid .btn-group-lg > a.uk-button-primary, .banner-covid .btn-group-lg > a.uk-button-secondary, .banner-covid .btn-group-lg > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-lg > a, .edufehome-banner .btn-container .btn-sosi .btn-group-lg > a, .feedback-button .btn-group-lg > a, .pug-button .btn-group-lg > a, .pnrr-button .btn-group-lg > a, .btn-group-lg > .assistance {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.6;
  border-radius: 8px;
}
.btn-sm, .btn-group-sm > .btn, .banner-covid .btn-group-sm > a.uk-button-primary, .banner-covid .btn-group-sm > a.uk-button-secondary, .banner-covid .btn-group-sm > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-sm > a, .edufehome-banner .btn-container .btn-sosi .btn-group-sm > a, .feedback-button .btn-group-sm > a, .pug-button .btn-group-sm > a, .pnrr-button .btn-group-sm > a, .btn-group-sm > .assistance {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #19191a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 8px 0;
  overflow: hidden;
  border-top: 1px solid #cacacc;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 12px 24px;
  clear: both;
  font-weight: 400;
  color: #17324d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus, .form-check [type='checkbox']:focus + label.dropdown-item, .form-check [type='radio']:focus + label.dropdown-item, .toggles label input[type='checkbox']:focus + .lever.dropdown-item {
  color: #17324d;
  text-decoration: none;
  background-color: #e6ecf2;
}
.dropdown-item.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.dropdown-item, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007db3;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #656566;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 24px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #17324d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 12px 24px;
  color: #17324d;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .banner-covid .btn-group > a.uk-button-primary, .banner-covid .btn-group > a.uk-button-secondary, .banner-covid .btn-group > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group > a, .edufehome-banner .btn-container .btn-sosi .btn-group > a, .feedback-button .btn-group > a, .pug-button .btn-group > a, .pnrr-button .btn-group > a, .btn-group > .assistance, .btn-group-vertical > .btn, .banner-covid .btn-group-vertical > a.uk-button-primary, .banner-covid .btn-group-vertical > a.uk-button-secondary, .banner-covid .btn-group-vertical > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-vertical > a, .edufehome-banner .btn-container .btn-sosi .btn-group-vertical > a, .feedback-button .btn-group-vertical > a, .pug-button .btn-group-vertical > a, .pnrr-button .btn-group-vertical > a, .btn-group-vertical > .assistance {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .banner-covid .btn-group > a.uk-button-primary:hover, .banner-covid .btn-group > a.uk-button-secondary:hover, .banner-covid .btn-group > a.uk-button-danger:hover, .edufehome-banner .btn-container .btn-old-site .btn-group > a:hover, .edufehome-banner .btn-container .btn-sosi .btn-group > a:hover, .feedback-button .btn-group > a:hover, .pug-button .btn-group > a:hover, .pnrr-button .btn-group > a:hover, .btn-group > .assistance:hover, .btn-group-vertical > .btn:hover, .banner-covid .btn-group-vertical > a.uk-button-primary:hover, .banner-covid .btn-group-vertical > a.uk-button-secondary:hover, .banner-covid .btn-group-vertical > a.uk-button-danger:hover, .edufehome-banner .btn-container .btn-old-site .btn-group-vertical > a:hover, .edufehome-banner .btn-container .btn-sosi .btn-group-vertical > a:hover, .feedback-button .btn-group-vertical > a:hover, .pug-button .btn-group-vertical > a:hover, .pnrr-button .btn-group-vertical > a:hover, .btn-group-vertical > .assistance:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .banner-covid .btn-group > a.uk-button-primary:focus, .banner-covid .toggles label input.btn-group + a.lever.uk-button-primary, .toggles label .banner-covid input[type='checkbox']:focus + .btn-group > a.lever.uk-button-primary, .banner-covid .btn-group > a.uk-button-secondary:focus, .banner-covid .toggles label input.btn-group + a.lever.uk-button-secondary, .toggles label .banner-covid input[type='checkbox']:focus + .btn-group > a.lever.uk-button-secondary, .banner-covid .btn-group > a.uk-button-danger:focus, .banner-covid .toggles label input.btn-group + a.lever.uk-button-danger, .toggles label .banner-covid input[type='checkbox']:focus + .btn-group > a.lever.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group > a:focus, .edufehome-banner .btn-container .btn-old-site .toggles label input.btn-group + a.lever, .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + .btn-group > a.lever, .edufehome-banner .btn-container .btn-sosi .btn-group > a:focus, .edufehome-banner .btn-container .btn-sosi .toggles label input.btn-group + a.lever, .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + .btn-group > a.lever, .feedback-button .btn-group > a:focus, .feedback-button .toggles label input.btn-group + a.lever, .toggles label .feedback-button input[type='checkbox']:focus + .btn-group > a.lever, .pug-button .btn-group > a:focus, .pug-button .toggles label input.btn-group + a.lever, .toggles label .pug-button input[type='checkbox']:focus + .btn-group > a.lever, .pnrr-button .btn-group > a:focus, .pnrr-button .toggles label input.btn-group + a.lever, .toggles label .pnrr-button input[type='checkbox']:focus + .btn-group > a.lever, .btn-group > .assistance:focus, .form-check [type='checkbox'].btn-group + label.assistance, .form-check [type='radio'].btn-group + label.assistance, .toggles label input.btn-group + .lever.assistance, .form-check [type='checkbox'].btn-group + label.btn, .form-check [type='radio'].btn-group + label.btn, .toggles label input.btn-group + .lever.btn, .toggles label .banner-covid input.btn-group + a.uk-button-primary.lever, .banner-covid .toggles label input.btn-group + a.uk-button-primary.lever, .toggles label .banner-covid input.btn-group + a.uk-button-secondary.lever, .banner-covid .toggles label input.btn-group + a.uk-button-secondary.lever, .toggles label .banner-covid input.btn-group + a.uk-button-danger.lever, .banner-covid .toggles label input.btn-group + a.uk-button-danger.lever, .toggles label .edufehome-banner .btn-container .btn-old-site input.btn-group + a.lever, .toggles label .edufehome-banner .btn-container .btn-sosi input.btn-group + a.lever, .toggles label .feedback-button input.btn-group + a.lever, .toggles label .pug-button input.btn-group + a.lever, .toggles label .pnrr-button input.btn-group + a.lever, .toggles label input.btn-group + .assistance.lever, .btn-group-vertical > .btn:focus, .banner-covid .btn-group-vertical > a.uk-button-primary:focus, .banner-covid .toggles label input.btn-group-vertical + a.lever.uk-button-primary, .toggles label .banner-covid input[type='checkbox']:focus + .btn-group-vertical > a.lever.uk-button-primary, .banner-covid .btn-group-vertical > a.uk-button-secondary:focus, .banner-covid .toggles label input.btn-group-vertical + a.lever.uk-button-secondary, .toggles label .banner-covid input[type='checkbox']:focus + .btn-group-vertical > a.lever.uk-button-secondary, .banner-covid .btn-group-vertical > a.uk-button-danger:focus, .banner-covid .toggles label input.btn-group-vertical + a.lever.uk-button-danger, .toggles label .banner-covid input[type='checkbox']:focus + .btn-group-vertical > a.lever.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-vertical > a:focus, .edufehome-banner .btn-container .btn-old-site .toggles label input.btn-group-vertical + a.lever, .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + .btn-group-vertical > a.lever, .edufehome-banner .btn-container .btn-sosi .btn-group-vertical > a:focus, .edufehome-banner .btn-container .btn-sosi .toggles label input.btn-group-vertical + a.lever, .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + .btn-group-vertical > a.lever, .feedback-button .btn-group-vertical > a:focus, .feedback-button .toggles label input.btn-group-vertical + a.lever, .toggles label .feedback-button input[type='checkbox']:focus + .btn-group-vertical > a.lever, .pug-button .btn-group-vertical > a:focus, .pug-button .toggles label input.btn-group-vertical + a.lever, .toggles label .pug-button input[type='checkbox']:focus + .btn-group-vertical > a.lever, .pnrr-button .btn-group-vertical > a:focus, .pnrr-button .toggles label input.btn-group-vertical + a.lever, .toggles label .pnrr-button input[type='checkbox']:focus + .btn-group-vertical > a.lever, .btn-group-vertical > .assistance:focus, .form-check [type='checkbox'].btn-group-vertical + label.assistance, .form-check [type='radio'].btn-group-vertical + label.assistance, .toggles label input.btn-group-vertical + .lever.assistance, .form-check [type='checkbox'].btn-group-vertical + label.btn, .form-check [type='radio'].btn-group-vertical + label.btn, .toggles label input.btn-group-vertical + .lever.btn, .toggles label .banner-covid input.btn-group-vertical + a.uk-button-primary.lever, .banner-covid .toggles label input.btn-group-vertical + a.uk-button-primary.lever, .toggles label .banner-covid input.btn-group-vertical + a.uk-button-secondary.lever, .banner-covid .toggles label input.btn-group-vertical + a.uk-button-secondary.lever, .toggles label .banner-covid input.btn-group-vertical + a.uk-button-danger.lever, .banner-covid .toggles label input.btn-group-vertical + a.uk-button-danger.lever, .toggles label .edufehome-banner .btn-container .btn-old-site input.btn-group-vertical + a.lever, .toggles label .edufehome-banner .btn-container .btn-sosi input.btn-group-vertical + a.lever, .toggles label .feedback-button input.btn-group-vertical + a.lever, .toggles label .pug-button input.btn-group-vertical + a.lever, .toggles label .pnrr-button input.btn-group-vertical + a.lever, .toggles label input.btn-group-vertical + .assistance.lever, .btn-group > .btn:active, .banner-covid .btn-group > a.uk-button-primary:active, .banner-covid .btn-group > a.uk-button-secondary:active, .banner-covid .btn-group > a.uk-button-danger:active, .edufehome-banner .btn-container .btn-old-site .btn-group > a:active, .edufehome-banner .btn-container .btn-sosi .btn-group > a:active, .feedback-button .btn-group > a:active, .pug-button .btn-group > a:active, .pnrr-button .btn-group > a:active, .btn-group > .assistance:active, .btn-group-vertical > .btn:active, .banner-covid .btn-group-vertical > a.uk-button-primary:active, .banner-covid .btn-group-vertical > a.uk-button-secondary:active, .banner-covid .btn-group-vertical > a.uk-button-danger:active, .edufehome-banner .btn-container .btn-old-site .btn-group-vertical > a:active, .edufehome-banner .btn-container .btn-sosi .btn-group-vertical > a:active, .feedback-button .btn-group-vertical > a:active, .pug-button .btn-group-vertical > a:active, .pnrr-button .btn-group-vertical > a:active, .btn-group-vertical > .assistance:active, .btn-group > .btn.active, .banner-covid .btn-group > a.uk-button-primary.active, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group > a.uk-button-primary, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .btn-group > a.uk-button-primary, .banner-covid .btn-group > a.uk-button-secondary.active, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group > a.uk-button-secondary, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .btn-group > a.uk-button-secondary, .banner-covid .btn-group > a.uk-button-danger.active, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group > a.uk-button-danger, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .btn-group > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group > a.active, .edufehome-banner .btn-container .btn-old-site .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group > a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-old-site .btn-group > a, .edufehome-banner .btn-container .btn-sosi .btn-group > a.active, .edufehome-banner .btn-container .btn-sosi .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group > a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-sosi .btn-group > a, .feedback-button .btn-group > a.active, .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group > a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button .btn-group > a, .pug-button .btn-group > a.active, .pug-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group > a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pug-button .btn-group > a, .pnrr-button .btn-group > a.active, .pnrr-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group > a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pnrr-button .btn-group > a, .btn-group > .assistance.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group > a.assistance, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group > a.btn, .btn-group-vertical > .btn.active, .banner-covid .btn-group-vertical > a.uk-button-primary.active, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group-vertical > a.uk-button-primary, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .btn-group-vertical > a.uk-button-primary, .banner-covid .btn-group-vertical > a.uk-button-secondary.active, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group-vertical > a.uk-button-secondary, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .btn-group-vertical > a.uk-button-secondary, .banner-covid .btn-group-vertical > a.uk-button-danger.active, .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group-vertical > a.uk-button-danger, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .btn-group-vertical > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-vertical > a.active, .edufehome-banner .btn-container .btn-old-site .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group-vertical > a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-old-site .btn-group-vertical > a, .edufehome-banner .btn-container .btn-sosi .btn-group-vertical > a.active, .edufehome-banner .btn-container .btn-sosi .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group-vertical > a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .edufehome-banner .btn-container .btn-sosi .btn-group-vertical > a, .feedback-button .btn-group-vertical > a.active, .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group-vertical > a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button .btn-group-vertical > a, .pug-button .btn-group-vertical > a.active, .pug-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group-vertical > a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pug-button .btn-group-vertical > a, .pnrr-button .btn-group-vertical > a.active, .pnrr-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group-vertical > a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .pnrr-button .btn-group-vertical > a, .btn-group-vertical > .assistance.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group-vertical > a.assistance, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .btn-group-vertical > a.btn {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .banner-covid .btn-group > a.uk-button-primary:not(:first-child), .banner-covid .btn-group > a.uk-button-secondary:not(:first-child), .banner-covid .btn-group > a.uk-button-danger:not(:first-child), .edufehome-banner .btn-container .btn-old-site .btn-group > a:not(:first-child), .edufehome-banner .btn-container .btn-sosi .btn-group > a:not(:first-child), .feedback-button .btn-group > a:not(:first-child), .pug-button .btn-group > a:not(:first-child), .pnrr-button .btn-group > a:not(:first-child), .btn-group > .assistance:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .banner-covid .btn-group > a.uk-button-primary:not(:last-child):not(.dropdown-toggle), .banner-covid .btn-group > a.uk-button-secondary:not(:last-child):not(.dropdown-toggle), .banner-covid .btn-group > a.uk-button-danger:not(:last-child):not(.dropdown-toggle), .edufehome-banner .btn-container .btn-old-site .btn-group > a:not(:last-child):not(.dropdown-toggle), .edufehome-banner .btn-container .btn-sosi .btn-group > a:not(:last-child):not(.dropdown-toggle), .feedback-button .btn-group > a:not(:last-child):not(.dropdown-toggle), .pug-button .btn-group > a:not(:last-child):not(.dropdown-toggle), .pnrr-button .btn-group > a:not(:last-child):not(.dropdown-toggle), .btn-group > .assistance:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .banner-covid .btn-group > .btn-group:not(:last-child) > a.uk-button-primary, .banner-covid .btn-group > .btn-group:not(:last-child) > a.uk-button-secondary, .banner-covid .btn-group > .btn-group:not(:last-child) > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group > .btn-group:not(:last-child) > a, .edufehome-banner .btn-container .btn-sosi .btn-group > .btn-group:not(:last-child) > a, .feedback-button .btn-group > .btn-group:not(:last-child) > a, .pug-button .btn-group > .btn-group:not(:last-child) > a, .pnrr-button .btn-group > .btn-group:not(:last-child) > a, .btn-group > .btn-group:not(:last-child) > .assistance {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .banner-covid .btn-group > a.uk-button-primary:not(:first-child), .banner-covid .btn-group > a.uk-button-secondary:not(:first-child), .banner-covid .btn-group > a.uk-button-danger:not(:first-child), .edufehome-banner .btn-container .btn-old-site .btn-group > a:not(:first-child), .edufehome-banner .btn-container .btn-sosi .btn-group > a:not(:first-child), .feedback-button .btn-group > a:not(:first-child), .pug-button .btn-group > a:not(:first-child), .pnrr-button .btn-group > a:not(:first-child), .btn-group > .assistance:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .banner-covid .btn-group > .btn-group:not(:first-child) > a.uk-button-primary, .banner-covid .btn-group > .btn-group:not(:first-child) > a.uk-button-secondary, .banner-covid .btn-group > .btn-group:not(:first-child) > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group > .btn-group:not(:first-child) > a, .edufehome-banner .btn-container .btn-sosi .btn-group > .btn-group:not(:first-child) > a, .feedback-button .btn-group > .btn-group:not(:first-child) > a, .pug-button .btn-group > .btn-group:not(:first-child) > a, .pnrr-button .btn-group > .btn-group:not(:first-child) > a, .btn-group > .btn-group:not(:first-child) > .assistance {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .banner-covid .btn-group-sm > a.uk-button-primary + .dropdown-toggle-split, .banner-covid .btn-group-sm > a.uk-button-secondary + .dropdown-toggle-split, .banner-covid .btn-group-sm > a.uk-button-danger + .dropdown-toggle-split, .edufehome-banner .btn-container .btn-old-site .btn-group-sm > a + .dropdown-toggle-split, .edufehome-banner .btn-container .btn-sosi .btn-group-sm > a + .dropdown-toggle-split, .feedback-button .btn-group-sm > a + .dropdown-toggle-split, .pug-button .btn-group-sm > a + .dropdown-toggle-split, .pnrr-button .btn-group-sm > a + .dropdown-toggle-split, .btn-group-sm > .assistance + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .pug-button a + .dropdown-toggle-split, .pnrr-button a + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .banner-covid .btn-group-lg > a.uk-button-primary + .dropdown-toggle-split, .banner-covid .btn-group-lg > a.uk-button-secondary + .dropdown-toggle-split, .banner-covid .btn-group-lg > a.uk-button-danger + .dropdown-toggle-split, .edufehome-banner .btn-container .btn-old-site .btn-group-lg > a + .dropdown-toggle-split, .edufehome-banner .btn-container .btn-sosi .btn-group-lg > a + .dropdown-toggle-split, .feedback-button .btn-group-lg > a + .dropdown-toggle-split, .pug-button .btn-group-lg > a + .dropdown-toggle-split, .pnrr-button .btn-group-lg > a + .dropdown-toggle-split, .btn-group-lg > .assistance + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .banner-covid .btn-group-vertical > a.uk-button-primary, .banner-covid .btn-group-vertical > a.uk-button-secondary, .banner-covid .btn-group-vertical > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-vertical > a, .edufehome-banner .btn-container .btn-sosi .btn-group-vertical > a, .feedback-button .btn-group-vertical > a, .pug-button .btn-group-vertical > a, .pnrr-button .btn-group-vertical > a, .btn-group-vertical > .assistance, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .banner-covid .btn-group-vertical > a.uk-button-primary:not(:first-child), .banner-covid .btn-group-vertical > a.uk-button-secondary:not(:first-child), .banner-covid .btn-group-vertical > a.uk-button-danger:not(:first-child), .edufehome-banner .btn-container .btn-old-site .btn-group-vertical > a:not(:first-child), .edufehome-banner .btn-container .btn-sosi .btn-group-vertical > a:not(:first-child), .feedback-button .btn-group-vertical > a:not(:first-child), .pug-button .btn-group-vertical > a:not(:first-child), .pnrr-button .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .assistance:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .banner-covid .btn-group-vertical > a.uk-button-primary:not(:last-child):not(.dropdown-toggle), .banner-covid .btn-group-vertical > a.uk-button-secondary:not(:last-child):not(.dropdown-toggle), .banner-covid .btn-group-vertical > a.uk-button-danger:not(:last-child):not(.dropdown-toggle), .edufehome-banner .btn-container .btn-old-site .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .edufehome-banner .btn-container .btn-sosi .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .feedback-button .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .pug-button .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .pnrr-button .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .assistance:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .banner-covid .btn-group-vertical > .btn-group:not(:last-child) > a.uk-button-primary, .banner-covid .btn-group-vertical > .btn-group:not(:last-child) > a.uk-button-secondary, .banner-covid .btn-group-vertical > .btn-group:not(:last-child) > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-vertical > .btn-group:not(:last-child) > a, .edufehome-banner .btn-container .btn-sosi .btn-group-vertical > .btn-group:not(:last-child) > a, .feedback-button .btn-group-vertical > .btn-group:not(:last-child) > a, .pug-button .btn-group-vertical > .btn-group:not(:last-child) > a, .pnrr-button .btn-group-vertical > .btn-group:not(:last-child) > a, .btn-group-vertical > .btn-group:not(:last-child) > .assistance {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .banner-covid .btn-group-vertical > a.uk-button-primary:not(:first-child), .banner-covid .btn-group-vertical > a.uk-button-secondary:not(:first-child), .banner-covid .btn-group-vertical > a.uk-button-danger:not(:first-child), .edufehome-banner .btn-container .btn-old-site .btn-group-vertical > a:not(:first-child), .edufehome-banner .btn-container .btn-sosi .btn-group-vertical > a:not(:first-child), .feedback-button .btn-group-vertical > a:not(:first-child), .pug-button .btn-group-vertical > a:not(:first-child), .pnrr-button .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .assistance:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .banner-covid .btn-group-vertical > .btn-group:not(:first-child) > a.uk-button-primary, .banner-covid .btn-group-vertical > .btn-group:not(:first-child) > a.uk-button-secondary, .banner-covid .btn-group-vertical > .btn-group:not(:first-child) > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-vertical > .btn-group:not(:first-child) > a, .edufehome-banner .btn-container .btn-sosi .btn-group-vertical > .btn-group:not(:first-child) > a, .feedback-button .btn-group-vertical > .btn-group:not(:first-child) > a, .pug-button .btn-group-vertical > .btn-group:not(:first-child) > a, .pnrr-button .btn-group-vertical > .btn-group:not(:first-child) > a, .btn-group-vertical > .btn-group:not(:first-child) > .assistance {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .banner-covid .btn-group-toggle > a.uk-button-primary, .banner-covid .btn-group-toggle > a.uk-button-secondary, .banner-covid .btn-group-toggle > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-toggle > a, .edufehome-banner .btn-container .btn-sosi .btn-group-toggle > a, .feedback-button .btn-group-toggle > a, .pug-button .btn-group-toggle > a, .pnrr-button .btn-group-toggle > a, .btn-group-toggle > .assistance, .btn-group-toggle > .btn-group > .btn, .banner-covid .btn-group-toggle > .btn-group > a.uk-button-primary, .banner-covid .btn-group-toggle > .btn-group > a.uk-button-secondary, .banner-covid .btn-group-toggle > .btn-group > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-toggle > .btn-group > a, .edufehome-banner .btn-container .btn-sosi .btn-group-toggle > .btn-group > a, .feedback-button .btn-group-toggle > .btn-group > a, .pug-button .btn-group-toggle > .btn-group > a, .pnrr-button .btn-group-toggle > .btn-group > a, .btn-group-toggle > .btn-group > .assistance {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .banner-covid .btn-group-toggle > a.uk-button-primary input[type="radio"], .banner-covid .btn-group-toggle > a.uk-button-secondary input[type="radio"], .banner-covid .btn-group-toggle > a.uk-button-danger input[type="radio"], .edufehome-banner .btn-container .btn-old-site .btn-group-toggle > a input[type="radio"], .edufehome-banner .btn-container .btn-sosi .btn-group-toggle > a input[type="radio"], .feedback-button .btn-group-toggle > a input[type="radio"], .pug-button .btn-group-toggle > a input[type="radio"], .pnrr-button .btn-group-toggle > a input[type="radio"], .btn-group-toggle > .assistance input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .banner-covid .btn-group-toggle > .btn-group > a.uk-button-primary input[type="radio"], .banner-covid .btn-group-toggle > .btn-group > a.uk-button-secondary input[type="radio"], .banner-covid .btn-group-toggle > .btn-group > a.uk-button-danger input[type="radio"], .edufehome-banner .btn-container .btn-old-site .btn-group-toggle > .btn-group > a input[type="radio"], .edufehome-banner .btn-container .btn-sosi .btn-group-toggle > .btn-group > a input[type="radio"], .feedback-button .btn-group-toggle > .btn-group > a input[type="radio"], .pug-button .btn-group-toggle > .btn-group > a input[type="radio"], .pnrr-button .btn-group-toggle > .btn-group > a input[type="radio"], .btn-group-toggle > .btn-group > .assistance input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .banner-covid .btn-group-toggle > a.uk-button-primary input[type="checkbox"], .banner-covid .btn-group-toggle > a.uk-button-secondary input[type="checkbox"], .banner-covid .btn-group-toggle > a.uk-button-danger input[type="checkbox"], .edufehome-banner .btn-container .btn-old-site .btn-group-toggle > a input[type="checkbox"], .edufehome-banner .btn-container .btn-sosi .btn-group-toggle > a input[type="checkbox"], .feedback-button .btn-group-toggle > a input[type="checkbox"], .pug-button .btn-group-toggle > a input[type="checkbox"], .pnrr-button .btn-group-toggle > a input[type="checkbox"], .btn-group-toggle > .assistance input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .banner-covid .btn-group-toggle > .btn-group > a.uk-button-primary input[type="checkbox"], .banner-covid .btn-group-toggle > .btn-group > a.uk-button-secondary input[type="checkbox"], .banner-covid .btn-group-toggle > .btn-group > a.uk-button-danger input[type="checkbox"], .edufehome-banner .btn-container .btn-old-site .btn-group-toggle > .btn-group > a input[type="checkbox"], .edufehome-banner .btn-container .btn-sosi .btn-group-toggle > .btn-group > a input[type="checkbox"], .feedback-button .btn-group-toggle > .btn-group > a input[type="checkbox"], .pug-button .btn-group-toggle > .btn-group > a input[type="checkbox"], .pnrr-button .btn-group-toggle > .btn-group > a input[type="checkbox"], .btn-group-toggle > .btn-group > .assistance input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .form-control, .input-group > .custom-select + .form-control, .input-group > .custom-file + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control-plaintext + .custom-select, .input-group > .custom-select + .custom-select, .input-group > .custom-file + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .custom-file {
  margin-left: 0;
}
.input-group > .form-control:focus, .form-check [type='checkbox'].input-group + label.form-control, .form-check [type='radio'].input-group + label.form-control, .toggles label input.input-group + .lever.form-control, .input-group > .custom-select:focus, .form-check [type='checkbox'].input-group + label.custom-select, .form-check [type='radio'].input-group + label.custom-select, .toggles label input.input-group + .lever.custom-select, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-file .form-check [type='checkbox']:focus + label.custom-file-input ~ .custom-file-label, .form-check .input-group > .custom-file [type='checkbox']:focus + label.custom-file-input ~ .custom-file-label, .input-group > .custom-file .form-check [type='radio']:focus + label.custom-file-input ~ .custom-file-label, .form-check .input-group > .custom-file [type='radio']:focus + label.custom-file-input ~ .custom-file-label, .input-group > .custom-file .toggles label input[type='checkbox']:focus + .lever.custom-file-input ~ .custom-file-label, .toggles label .input-group > .custom-file input[type='checkbox']:focus + .lever.custom-file-input ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus, .input-group > .custom-file .form-check [type='checkbox']:focus + label.custom-file-input, .form-check .input-group > .custom-file [type='checkbox']:focus + label.custom-file-input, .input-group > .custom-file .form-check [type='radio']:focus + label.custom-file-input, .form-check .input-group > .custom-file [type='radio']:focus + label.custom-file-input, .input-group > .custom-file .toggles label input[type='checkbox']:focus + .lever.custom-file-input, .toggles label .input-group > .custom-file input[type='checkbox']:focus + .lever.custom-file-input {
  z-index: 4;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend, .input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .banner-covid a.uk-button-primary, .banner-covid .input-group-prepend a.uk-button-primary, .input-group-prepend .banner-covid a.uk-button-secondary, .banner-covid .input-group-prepend a.uk-button-secondary, .input-group-prepend .banner-covid a.uk-button-danger, .banner-covid .input-group-prepend a.uk-button-danger, .input-group-prepend .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-old-site .input-group-prepend a, .input-group-prepend .edufehome-banner .btn-container .btn-sosi a, .edufehome-banner .btn-container .btn-sosi .input-group-prepend a, .input-group-prepend .feedback-button a, .feedback-button .input-group-prepend a, .input-group-prepend .pug-button a, .pug-button .input-group-prepend a, .input-group-prepend .pnrr-button a, .pnrr-button .input-group-prepend a, .input-group-prepend .assistance, .input-group-append .btn, .input-group-append .banner-covid a.uk-button-primary, .banner-covid .input-group-append a.uk-button-primary, .input-group-append .banner-covid a.uk-button-secondary, .banner-covid .input-group-append a.uk-button-secondary, .input-group-append .banner-covid a.uk-button-danger, .banner-covid .input-group-append a.uk-button-danger, .input-group-append .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-old-site .input-group-append a, .input-group-append .edufehome-banner .btn-container .btn-sosi a, .edufehome-banner .btn-container .btn-sosi .input-group-append a, .input-group-append .feedback-button a, .feedback-button .input-group-append a, .input-group-append .pug-button a, .pug-button .input-group-append a, .input-group-append .pnrr-button a, .pnrr-button .input-group-append a, .input-group-append .assistance {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .banner-covid a.uk-button-primary:focus, .input-group-prepend .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary, .toggles label .input-group-prepend .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary, .banner-covid .input-group-prepend a.uk-button-primary:focus, .input-group-prepend .banner-covid a.uk-button-secondary:focus, .input-group-prepend .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary, .toggles label .input-group-prepend .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary, .banner-covid .input-group-prepend a.uk-button-secondary:focus, .input-group-prepend .banner-covid a.uk-button-danger:focus, .input-group-prepend .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger, .toggles label .input-group-prepend .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger, .banner-covid .input-group-prepend a.uk-button-danger:focus, .input-group-prepend .edufehome-banner .btn-container .btn-old-site a:focus, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever, .toggles label .input-group-prepend .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-old-site .input-group-prepend a:focus, .input-group-prepend .edufehome-banner .btn-container .btn-sosi a:focus, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .input-group-prepend .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi .input-group-prepend a:focus, .input-group-prepend .feedback-button a:focus, .input-group-prepend .feedback-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .input-group-prepend .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .input-group-prepend a:focus, .input-group-prepend .pug-button a:focus, .input-group-prepend .pug-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .input-group-prepend .pug-button input[type='checkbox']:focus + a.lever, .pug-button .input-group-prepend a:focus, .input-group-prepend .pnrr-button a:focus, .input-group-prepend .pnrr-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .input-group-prepend .pnrr-button input[type='checkbox']:focus + a.lever, .pnrr-button .input-group-prepend a:focus, .input-group-prepend .assistance:focus, .input-group-prepend .form-check [type='checkbox']:focus + label.assistance, .form-check .input-group-prepend [type='checkbox']:focus + label.assistance, .input-group-prepend .form-check [type='radio']:focus + label.assistance, .form-check .input-group-prepend [type='radio']:focus + label.assistance, .input-group-prepend .toggles label input[type='checkbox']:focus + .lever.assistance, .toggles label .input-group-prepend input[type='checkbox']:focus + .lever.assistance, .input-group-prepend .form-check [type='checkbox']:focus + label.btn, .form-check .input-group-prepend [type='checkbox']:focus + label.btn, .input-group-prepend .form-check [type='radio']:focus + label.btn, .form-check .input-group-prepend [type='radio']:focus + label.btn, .input-group-prepend .toggles label input[type='checkbox']:focus + .lever.btn, .input-group-prepend .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever, .banner-covid .input-group-prepend .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever, .input-group-prepend .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever, .banner-covid .input-group-prepend .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever, .input-group-prepend .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever, .banner-covid .input-group-prepend .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever, .input-group-prepend .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-old-site .input-group-prepend .toggles label input[type='checkbox']:focus + a.lever, .input-group-prepend .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi .input-group-prepend .toggles label input[type='checkbox']:focus + a.lever, .input-group-prepend .toggles label .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .input-group-prepend .toggles label input[type='checkbox']:focus + a.lever, .input-group-prepend .toggles label .pug-button input[type='checkbox']:focus + a.lever, .pug-button .input-group-prepend .toggles label input[type='checkbox']:focus + a.lever, .input-group-prepend .toggles label .pnrr-button input[type='checkbox']:focus + a.lever, .pnrr-button .input-group-prepend .toggles label input[type='checkbox']:focus + a.lever, .input-group-prepend .toggles label input[type='checkbox']:focus + .assistance.lever, .toggles label .input-group-prepend input[type='checkbox']:focus + .lever.btn, .input-group-append .btn:focus, .input-group-append .banner-covid a.uk-button-primary:focus, .input-group-append .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary, .toggles label .input-group-append .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary, .banner-covid .input-group-append a.uk-button-primary:focus, .input-group-append .banner-covid a.uk-button-secondary:focus, .input-group-append .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary, .toggles label .input-group-append .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary, .banner-covid .input-group-append a.uk-button-secondary:focus, .input-group-append .banner-covid a.uk-button-danger:focus, .input-group-append .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger, .toggles label .input-group-append .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger, .banner-covid .input-group-append a.uk-button-danger:focus, .input-group-append .edufehome-banner .btn-container .btn-old-site a:focus, .input-group-append .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever, .toggles label .input-group-append .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-old-site .input-group-append a:focus, .input-group-append .edufehome-banner .btn-container .btn-sosi a:focus, .input-group-append .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .input-group-append .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi .input-group-append a:focus, .input-group-append .feedback-button a:focus, .input-group-append .feedback-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .input-group-append .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .input-group-append a:focus, .input-group-append .pug-button a:focus, .input-group-append .pug-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .input-group-append .pug-button input[type='checkbox']:focus + a.lever, .pug-button .input-group-append a:focus, .input-group-append .pnrr-button a:focus, .input-group-append .pnrr-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .input-group-append .pnrr-button input[type='checkbox']:focus + a.lever, .pnrr-button .input-group-append a:focus, .input-group-append .assistance:focus, .input-group-append .form-check [type='checkbox']:focus + label.assistance, .form-check .input-group-append [type='checkbox']:focus + label.assistance, .input-group-append .form-check [type='radio']:focus + label.assistance, .form-check .input-group-append [type='radio']:focus + label.assistance, .input-group-append .toggles label input[type='checkbox']:focus + .lever.assistance, .toggles label .input-group-append input[type='checkbox']:focus + .lever.assistance, .input-group-append .form-check [type='checkbox']:focus + label.btn, .form-check .input-group-append [type='checkbox']:focus + label.btn, .input-group-append .form-check [type='radio']:focus + label.btn, .form-check .input-group-append [type='radio']:focus + label.btn, .input-group-append .toggles label input[type='checkbox']:focus + .lever.btn, .input-group-append .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever, .banner-covid .input-group-append .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever, .input-group-append .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever, .banner-covid .input-group-append .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever, .input-group-append .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever, .banner-covid .input-group-append .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever, .input-group-append .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-old-site .input-group-append .toggles label input[type='checkbox']:focus + a.lever, .input-group-append .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi .input-group-append .toggles label input[type='checkbox']:focus + a.lever, .input-group-append .toggles label .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .input-group-append .toggles label input[type='checkbox']:focus + a.lever, .input-group-append .toggles label .pug-button input[type='checkbox']:focus + a.lever, .pug-button .input-group-append .toggles label input[type='checkbox']:focus + a.lever, .input-group-append .toggles label .pnrr-button input[type='checkbox']:focus + a.lever, .pnrr-button .input-group-append .toggles label input[type='checkbox']:focus + a.lever, .input-group-append .toggles label input[type='checkbox']:focus + .assistance.lever, .toggles label .input-group-append input[type='checkbox']:focus + .lever.btn {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .banner-covid a.uk-button-primary + .btn, .input-group-prepend .banner-covid .banner-covid a.uk-button-primary + a.uk-button-primary, .banner-covid .input-group-prepend .banner-covid a.uk-button-primary + a.uk-button-primary, .input-group-prepend .banner-covid .banner-covid a.uk-button-primary + a.uk-button-secondary, .banner-covid .input-group-prepend .banner-covid a.uk-button-primary + a.uk-button-secondary, .input-group-prepend .banner-covid .banner-covid a.uk-button-primary + a.uk-button-danger, .banner-covid .input-group-prepend .banner-covid a.uk-button-primary + a.uk-button-danger, .input-group-prepend .banner-covid .edufehome-banner .btn-container .btn-old-site a.uk-button-primary + a, .edufehome-banner .btn-container .btn-old-site .input-group-prepend .banner-covid a.uk-button-primary + a, .input-group-prepend .banner-covid .edufehome-banner .btn-container .btn-sosi a.uk-button-primary + a, .edufehome-banner .btn-container .btn-sosi .input-group-prepend .banner-covid a.uk-button-primary + a, .input-group-prepend .banner-covid .feedback-button a.uk-button-primary + a, .feedback-button .input-group-prepend .banner-covid a.uk-button-primary + a, .input-group-prepend .banner-covid .pug-button a.uk-button-primary + a, .pug-button .input-group-prepend .banner-covid a.uk-button-primary + a, .input-group-prepend .banner-covid .pnrr-button a.uk-button-primary + a, .pnrr-button .input-group-prepend .banner-covid a.uk-button-primary + a, .input-group-prepend .banner-covid a.uk-button-primary + .assistance, .banner-covid .input-group-prepend a.uk-button-primary + .btn, .input-group-prepend .banner-covid a.uk-button-secondary + .btn, .input-group-prepend .banner-covid .banner-covid a.uk-button-secondary + a.uk-button-primary, .banner-covid .input-group-prepend .banner-covid a.uk-button-secondary + a.uk-button-primary, .input-group-prepend .banner-covid .banner-covid a.uk-button-secondary + a.uk-button-secondary, .banner-covid .input-group-prepend .banner-covid a.uk-button-secondary + a.uk-button-secondary, .input-group-prepend .banner-covid .banner-covid a.uk-button-secondary + a.uk-button-danger, .banner-covid .input-group-prepend .banner-covid a.uk-button-secondary + a.uk-button-danger, .input-group-prepend .banner-covid .edufehome-banner .btn-container .btn-old-site a.uk-button-secondary + a, .edufehome-banner .btn-container .btn-old-site .input-group-prepend .banner-covid a.uk-button-secondary + a, .input-group-prepend .banner-covid .edufehome-banner .btn-container .btn-sosi a.uk-button-secondary + a, .edufehome-banner .btn-container .btn-sosi .input-group-prepend .banner-covid a.uk-button-secondary + a, .input-group-prepend .banner-covid .feedback-button a.uk-button-secondary + a, .feedback-button .input-group-prepend .banner-covid a.uk-button-secondary + a, .input-group-prepend .banner-covid .pug-button a.uk-button-secondary + a, .pug-button .input-group-prepend .banner-covid a.uk-button-secondary + a, .input-group-prepend .banner-covid .pnrr-button a.uk-button-secondary + a, .pnrr-button .input-group-prepend .banner-covid a.uk-button-secondary + a, .input-group-prepend .banner-covid a.uk-button-secondary + .assistance, .banner-covid .input-group-prepend a.uk-button-secondary + .btn, .input-group-prepend .banner-covid a.uk-button-danger + .btn, .input-group-prepend .banner-covid .banner-covid a.uk-button-danger + a.uk-button-primary, .banner-covid .input-group-prepend .banner-covid a.uk-button-danger + a.uk-button-primary, .input-group-prepend .banner-covid .banner-covid a.uk-button-danger + a.uk-button-secondary, .banner-covid .input-group-prepend .banner-covid a.uk-button-danger + a.uk-button-secondary, .input-group-prepend .banner-covid .banner-covid a.uk-button-danger + a.uk-button-danger, .banner-covid .input-group-prepend .banner-covid a.uk-button-danger + a.uk-button-danger, .input-group-prepend .banner-covid .edufehome-banner .btn-container .btn-old-site a.uk-button-danger + a, .edufehome-banner .btn-container .btn-old-site .input-group-prepend .banner-covid a.uk-button-danger + a, .input-group-prepend .banner-covid .edufehome-banner .btn-container .btn-sosi a.uk-button-danger + a, .edufehome-banner .btn-container .btn-sosi .input-group-prepend .banner-covid a.uk-button-danger + a, .input-group-prepend .banner-covid .feedback-button a.uk-button-danger + a, .feedback-button .input-group-prepend .banner-covid a.uk-button-danger + a, .input-group-prepend .banner-covid .pug-button a.uk-button-danger + a, .pug-button .input-group-prepend .banner-covid a.uk-button-danger + a, .input-group-prepend .banner-covid .pnrr-button a.uk-button-danger + a, .pnrr-button .input-group-prepend .banner-covid a.uk-button-danger + a, .input-group-prepend .banner-covid a.uk-button-danger + .assistance, .banner-covid .input-group-prepend a.uk-button-danger + .btn, .input-group-prepend .edufehome-banner .btn-container .btn-old-site a + .btn, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .banner-covid a + a.uk-button-primary, .banner-covid .input-group-prepend .edufehome-banner .btn-container .btn-old-site a + a.uk-button-primary, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .banner-covid a + a.uk-button-secondary, .banner-covid .input-group-prepend .edufehome-banner .btn-container .btn-old-site a + a.uk-button-secondary, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .banner-covid a + a.uk-button-danger, .banner-covid .input-group-prepend .edufehome-banner .btn-container .btn-old-site a + a.uk-button-danger, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .edufehome-banner .btn-container .btn-old-site a + a, .edufehome-banner .btn-container .btn-old-site .input-group-prepend .edufehome-banner .btn-container .btn-old-site a + a, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .edufehome-banner .btn-container .btn-sosi a + a, .edufehome-banner .btn-container .btn-sosi .input-group-prepend .edufehome-banner .btn-container .btn-old-site a + a, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .feedback-button a + a, .feedback-button .input-group-prepend .edufehome-banner .btn-container .btn-old-site a + a, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .pug-button a + a, .pug-button .input-group-prepend .edufehome-banner .btn-container .btn-old-site a + a, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .pnrr-button a + a, .pnrr-button .input-group-prepend .edufehome-banner .btn-container .btn-old-site a + a, .input-group-prepend .edufehome-banner .btn-container .btn-old-site a + .assistance, .edufehome-banner .btn-container .btn-old-site .input-group-prepend a + .btn, .input-group-prepend .edufehome-banner .btn-container .btn-sosi a + .btn, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .banner-covid a + a.uk-button-primary, .banner-covid .input-group-prepend .edufehome-banner .btn-container .btn-sosi a + a.uk-button-primary, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .banner-covid a + a.uk-button-secondary, .banner-covid .input-group-prepend .edufehome-banner .btn-container .btn-sosi a + a.uk-button-secondary, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .banner-covid a + a.uk-button-danger, .banner-covid .input-group-prepend .edufehome-banner .btn-container .btn-sosi a + a.uk-button-danger, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .edufehome-banner .btn-container .btn-old-site a + a, .edufehome-banner .btn-container .btn-old-site .input-group-prepend .edufehome-banner .btn-container .btn-sosi a + a, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .edufehome-banner .btn-container .btn-sosi a + a, .edufehome-banner .btn-container .btn-sosi .input-group-prepend .edufehome-banner .btn-container .btn-sosi a + a, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .feedback-button a + a, .feedback-button .input-group-prepend .edufehome-banner .btn-container .btn-sosi a + a, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .pug-button a + a, .pug-button .input-group-prepend .edufehome-banner .btn-container .btn-sosi a + a, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .pnrr-button a + a, .pnrr-button .input-group-prepend .edufehome-banner .btn-container .btn-sosi a + a, .input-group-prepend .edufehome-banner .btn-container .btn-sosi a + .assistance, .edufehome-banner .btn-container .btn-sosi .input-group-prepend a + .btn, .input-group-prepend .feedback-button a + .btn, .input-group-prepend .feedback-button .banner-covid a + a.uk-button-primary, .banner-covid .input-group-prepend .feedback-button a + a.uk-button-primary, .input-group-prepend .feedback-button .banner-covid a + a.uk-button-secondary, .banner-covid .input-group-prepend .feedback-button a + a.uk-button-secondary, .input-group-prepend .feedback-button .banner-covid a + a.uk-button-danger, .banner-covid .input-group-prepend .feedback-button a + a.uk-button-danger, .input-group-prepend .feedback-button .edufehome-banner .btn-container .btn-old-site a + a, .edufehome-banner .btn-container .btn-old-site .input-group-prepend .feedback-button a + a, .input-group-prepend .feedback-button .edufehome-banner .btn-container .btn-sosi a + a, .edufehome-banner .btn-container .btn-sosi .input-group-prepend .feedback-button a + a, .input-group-prepend .feedback-button .feedback-button a + a, .feedback-button .input-group-prepend .feedback-button a + a, .input-group-prepend .feedback-button .pug-button a + a, .pug-button .input-group-prepend .feedback-button a + a, .input-group-prepend .feedback-button .pnrr-button a + a, .pnrr-button .input-group-prepend .feedback-button a + a, .input-group-prepend .feedback-button a + .assistance, .feedback-button .input-group-prepend a + .btn, .input-group-prepend .pug-button a + .btn, .input-group-prepend .pug-button .banner-covid a + a.uk-button-primary, .banner-covid .input-group-prepend .pug-button a + a.uk-button-primary, .input-group-prepend .pug-button .banner-covid a + a.uk-button-secondary, .banner-covid .input-group-prepend .pug-button a + a.uk-button-secondary, .input-group-prepend .pug-button .banner-covid a + a.uk-button-danger, .banner-covid .input-group-prepend .pug-button a + a.uk-button-danger, .input-group-prepend .pug-button .edufehome-banner .btn-container .btn-old-site a + a, .edufehome-banner .btn-container .btn-old-site .input-group-prepend .pug-button a + a, .input-group-prepend .pug-button .edufehome-banner .btn-container .btn-sosi a + a, .edufehome-banner .btn-container .btn-sosi .input-group-prepend .pug-button a + a, .input-group-prepend .pug-button .feedback-button a + a, .feedback-button .input-group-prepend .pug-button a + a, .input-group-prepend .pug-button .pug-button a + a, .pug-button .input-group-prepend .pug-button a + a, .input-group-prepend .pug-button .pnrr-button a + a, .pnrr-button .input-group-prepend .pug-button a + a, .input-group-prepend .pug-button a + .assistance, .pug-button .input-group-prepend a + .btn, .input-group-prepend .pnrr-button a + .btn, .input-group-prepend .pnrr-button .banner-covid a + a.uk-button-primary, .banner-covid .input-group-prepend .pnrr-button a + a.uk-button-primary, .input-group-prepend .pnrr-button .banner-covid a + a.uk-button-secondary, .banner-covid .input-group-prepend .pnrr-button a + a.uk-button-secondary, .input-group-prepend .pnrr-button .banner-covid a + a.uk-button-danger, .banner-covid .input-group-prepend .pnrr-button a + a.uk-button-danger, .input-group-prepend .pnrr-button .edufehome-banner .btn-container .btn-old-site a + a, .edufehome-banner .btn-container .btn-old-site .input-group-prepend .pnrr-button a + a, .input-group-prepend .pnrr-button .edufehome-banner .btn-container .btn-sosi a + a, .edufehome-banner .btn-container .btn-sosi .input-group-prepend .pnrr-button a + a, .input-group-prepend .pnrr-button .feedback-button a + a, .feedback-button .input-group-prepend .pnrr-button a + a, .input-group-prepend .pnrr-button .pug-button a + a, .pug-button .input-group-prepend .pnrr-button a + a, .input-group-prepend .pnrr-button .pnrr-button a + a, .pnrr-button .input-group-prepend .pnrr-button a + a, .input-group-prepend .pnrr-button a + .assistance, .pnrr-button .input-group-prepend a + .btn, .input-group-prepend .assistance + .btn, .input-group-prepend .banner-covid .assistance + a.uk-button-primary, .banner-covid .input-group-prepend .assistance + a.uk-button-primary, .input-group-prepend .banner-covid .assistance + a.uk-button-secondary, .banner-covid .input-group-prepend .assistance + a.uk-button-secondary, .input-group-prepend .banner-covid .assistance + a.uk-button-danger, .banner-covid .input-group-prepend .assistance + a.uk-button-danger, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .assistance + a, .edufehome-banner .btn-container .btn-old-site .input-group-prepend .assistance + a, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .assistance + a, .edufehome-banner .btn-container .btn-sosi .input-group-prepend .assistance + a, .input-group-prepend .feedback-button .assistance + a, .feedback-button .input-group-prepend .assistance + a, .input-group-prepend .pug-button .assistance + a, .pug-button .input-group-prepend .assistance + a, .input-group-prepend .pnrr-button .assistance + a, .pnrr-button .input-group-prepend .assistance + a, .input-group-prepend .assistance + .assistance, .input-group-prepend .banner-covid .btn + a.uk-button-primary, .banner-covid .input-group-prepend .btn + a.uk-button-primary, .input-group-prepend .banner-covid .btn + a.uk-button-secondary, .banner-covid .input-group-prepend .btn + a.uk-button-secondary, .input-group-prepend .banner-covid .btn + a.uk-button-danger, .banner-covid .input-group-prepend .btn + a.uk-button-danger, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .btn + a, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .banner-covid a.uk-button-primary + a, .banner-covid .input-group-prepend .edufehome-banner .btn-container .btn-old-site a.uk-button-primary + a, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .banner-covid a.uk-button-secondary + a, .banner-covid .input-group-prepend .edufehome-banner .btn-container .btn-old-site a.uk-button-secondary + a, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .banner-covid a.uk-button-danger + a, .banner-covid .input-group-prepend .edufehome-banner .btn-container .btn-old-site a.uk-button-danger + a, .edufehome-banner .btn-container .btn-old-site .input-group-prepend .btn + a, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .btn + a, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .banner-covid a.uk-button-primary + a, .banner-covid .input-group-prepend .edufehome-banner .btn-container .btn-sosi a.uk-button-primary + a, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .banner-covid a.uk-button-secondary + a, .banner-covid .input-group-prepend .edufehome-banner .btn-container .btn-sosi a.uk-button-secondary + a, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .banner-covid a.uk-button-danger + a, .banner-covid .input-group-prepend .edufehome-banner .btn-container .btn-sosi a.uk-button-danger + a, .edufehome-banner .btn-container .btn-sosi .input-group-prepend .btn + a, .input-group-prepend .feedback-button .btn + a, .feedback-button .input-group-prepend .btn + a, .input-group-prepend .pug-button .btn + a, .pug-button .input-group-prepend .btn + a, .input-group-prepend .pnrr-button .btn + a, .pnrr-button .input-group-prepend .btn + a, .input-group-prepend .btn + .assistance, .input-group-append .btn + .btn, .input-group-append .banner-covid a.uk-button-primary + .btn, .input-group-append .banner-covid .banner-covid a.uk-button-primary + a.uk-button-primary, .banner-covid .input-group-append .banner-covid a.uk-button-primary + a.uk-button-primary, .input-group-append .banner-covid .banner-covid a.uk-button-primary + a.uk-button-secondary, .banner-covid .input-group-append .banner-covid a.uk-button-primary + a.uk-button-secondary, .input-group-append .banner-covid .banner-covid a.uk-button-primary + a.uk-button-danger, .banner-covid .input-group-append .banner-covid a.uk-button-primary + a.uk-button-danger, .input-group-append .banner-covid .edufehome-banner .btn-container .btn-old-site a.uk-button-primary + a, .edufehome-banner .btn-container .btn-old-site .input-group-append .banner-covid a.uk-button-primary + a, .input-group-append .banner-covid .edufehome-banner .btn-container .btn-sosi a.uk-button-primary + a, .edufehome-banner .btn-container .btn-sosi .input-group-append .banner-covid a.uk-button-primary + a, .input-group-append .banner-covid .feedback-button a.uk-button-primary + a, .feedback-button .input-group-append .banner-covid a.uk-button-primary + a, .input-group-append .banner-covid .pug-button a.uk-button-primary + a, .pug-button .input-group-append .banner-covid a.uk-button-primary + a, .input-group-append .banner-covid .pnrr-button a.uk-button-primary + a, .pnrr-button .input-group-append .banner-covid a.uk-button-primary + a, .input-group-append .banner-covid a.uk-button-primary + .assistance, .banner-covid .input-group-append a.uk-button-primary + .btn, .input-group-append .banner-covid a.uk-button-secondary + .btn, .input-group-append .banner-covid .banner-covid a.uk-button-secondary + a.uk-button-primary, .banner-covid .input-group-append .banner-covid a.uk-button-secondary + a.uk-button-primary, .input-group-append .banner-covid .banner-covid a.uk-button-secondary + a.uk-button-secondary, .banner-covid .input-group-append .banner-covid a.uk-button-secondary + a.uk-button-secondary, .input-group-append .banner-covid .banner-covid a.uk-button-secondary + a.uk-button-danger, .banner-covid .input-group-append .banner-covid a.uk-button-secondary + a.uk-button-danger, .input-group-append .banner-covid .edufehome-banner .btn-container .btn-old-site a.uk-button-secondary + a, .edufehome-banner .btn-container .btn-old-site .input-group-append .banner-covid a.uk-button-secondary + a, .input-group-append .banner-covid .edufehome-banner .btn-container .btn-sosi a.uk-button-secondary + a, .edufehome-banner .btn-container .btn-sosi .input-group-append .banner-covid a.uk-button-secondary + a, .input-group-append .banner-covid .feedback-button a.uk-button-secondary + a, .feedback-button .input-group-append .banner-covid a.uk-button-secondary + a, .input-group-append .banner-covid .pug-button a.uk-button-secondary + a, .pug-button .input-group-append .banner-covid a.uk-button-secondary + a, .input-group-append .banner-covid .pnrr-button a.uk-button-secondary + a, .pnrr-button .input-group-append .banner-covid a.uk-button-secondary + a, .input-group-append .banner-covid a.uk-button-secondary + .assistance, .banner-covid .input-group-append a.uk-button-secondary + .btn, .input-group-append .banner-covid a.uk-button-danger + .btn, .input-group-append .banner-covid .banner-covid a.uk-button-danger + a.uk-button-primary, .banner-covid .input-group-append .banner-covid a.uk-button-danger + a.uk-button-primary, .input-group-append .banner-covid .banner-covid a.uk-button-danger + a.uk-button-secondary, .banner-covid .input-group-append .banner-covid a.uk-button-danger + a.uk-button-secondary, .input-group-append .banner-covid .banner-covid a.uk-button-danger + a.uk-button-danger, .banner-covid .input-group-append .banner-covid a.uk-button-danger + a.uk-button-danger, .input-group-append .banner-covid .edufehome-banner .btn-container .btn-old-site a.uk-button-danger + a, .edufehome-banner .btn-container .btn-old-site .input-group-append .banner-covid a.uk-button-danger + a, .input-group-append .banner-covid .edufehome-banner .btn-container .btn-sosi a.uk-button-danger + a, .edufehome-banner .btn-container .btn-sosi .input-group-append .banner-covid a.uk-button-danger + a, .input-group-append .banner-covid .feedback-button a.uk-button-danger + a, .feedback-button .input-group-append .banner-covid a.uk-button-danger + a, .input-group-append .banner-covid .pug-button a.uk-button-danger + a, .pug-button .input-group-append .banner-covid a.uk-button-danger + a, .input-group-append .banner-covid .pnrr-button a.uk-button-danger + a, .pnrr-button .input-group-append .banner-covid a.uk-button-danger + a, .input-group-append .banner-covid a.uk-button-danger + .assistance, .banner-covid .input-group-append a.uk-button-danger + .btn, .input-group-append .edufehome-banner .btn-container .btn-old-site a + .btn, .input-group-append .edufehome-banner .btn-container .btn-old-site .banner-covid a + a.uk-button-primary, .banner-covid .input-group-append .edufehome-banner .btn-container .btn-old-site a + a.uk-button-primary, .input-group-append .edufehome-banner .btn-container .btn-old-site .banner-covid a + a.uk-button-secondary, .banner-covid .input-group-append .edufehome-banner .btn-container .btn-old-site a + a.uk-button-secondary, .input-group-append .edufehome-banner .btn-container .btn-old-site .banner-covid a + a.uk-button-danger, .banner-covid .input-group-append .edufehome-banner .btn-container .btn-old-site a + a.uk-button-danger, .input-group-append .edufehome-banner .btn-container .btn-old-site .edufehome-banner .btn-container .btn-old-site a + a, .edufehome-banner .btn-container .btn-old-site .input-group-append .edufehome-banner .btn-container .btn-old-site a + a, .input-group-append .edufehome-banner .btn-container .btn-old-site .edufehome-banner .btn-container .btn-sosi a + a, .edufehome-banner .btn-container .btn-sosi .input-group-append .edufehome-banner .btn-container .btn-old-site a + a, .input-group-append .edufehome-banner .btn-container .btn-old-site .feedback-button a + a, .feedback-button .input-group-append .edufehome-banner .btn-container .btn-old-site a + a, .input-group-append .edufehome-banner .btn-container .btn-old-site .pug-button a + a, .pug-button .input-group-append .edufehome-banner .btn-container .btn-old-site a + a, .input-group-append .edufehome-banner .btn-container .btn-old-site .pnrr-button a + a, .pnrr-button .input-group-append .edufehome-banner .btn-container .btn-old-site a + a, .input-group-append .edufehome-banner .btn-container .btn-old-site a + .assistance, .edufehome-banner .btn-container .btn-old-site .input-group-append a + .btn, .input-group-append .edufehome-banner .btn-container .btn-sosi a + .btn, .input-group-append .edufehome-banner .btn-container .btn-sosi .banner-covid a + a.uk-button-primary, .banner-covid .input-group-append .edufehome-banner .btn-container .btn-sosi a + a.uk-button-primary, .input-group-append .edufehome-banner .btn-container .btn-sosi .banner-covid a + a.uk-button-secondary, .banner-covid .input-group-append .edufehome-banner .btn-container .btn-sosi a + a.uk-button-secondary, .input-group-append .edufehome-banner .btn-container .btn-sosi .banner-covid a + a.uk-button-danger, .banner-covid .input-group-append .edufehome-banner .btn-container .btn-sosi a + a.uk-button-danger, .input-group-append .edufehome-banner .btn-container .btn-sosi .edufehome-banner .btn-container .btn-old-site a + a, .edufehome-banner .btn-container .btn-old-site .input-group-append .edufehome-banner .btn-container .btn-sosi a + a, .input-group-append .edufehome-banner .btn-container .btn-sosi .edufehome-banner .btn-container .btn-sosi a + a, .edufehome-banner .btn-container .btn-sosi .input-group-append .edufehome-banner .btn-container .btn-sosi a + a, .input-group-append .edufehome-banner .btn-container .btn-sosi .feedback-button a + a, .feedback-button .input-group-append .edufehome-banner .btn-container .btn-sosi a + a, .input-group-append .edufehome-banner .btn-container .btn-sosi .pug-button a + a, .pug-button .input-group-append .edufehome-banner .btn-container .btn-sosi a + a, .input-group-append .edufehome-banner .btn-container .btn-sosi .pnrr-button a + a, .pnrr-button .input-group-append .edufehome-banner .btn-container .btn-sosi a + a, .input-group-append .edufehome-banner .btn-container .btn-sosi a + .assistance, .edufehome-banner .btn-container .btn-sosi .input-group-append a + .btn, .input-group-append .feedback-button a + .btn, .input-group-append .feedback-button .banner-covid a + a.uk-button-primary, .banner-covid .input-group-append .feedback-button a + a.uk-button-primary, .input-group-append .feedback-button .banner-covid a + a.uk-button-secondary, .banner-covid .input-group-append .feedback-button a + a.uk-button-secondary, .input-group-append .feedback-button .banner-covid a + a.uk-button-danger, .banner-covid .input-group-append .feedback-button a + a.uk-button-danger, .input-group-append .feedback-button .edufehome-banner .btn-container .btn-old-site a + a, .edufehome-banner .btn-container .btn-old-site .input-group-append .feedback-button a + a, .input-group-append .feedback-button .edufehome-banner .btn-container .btn-sosi a + a, .edufehome-banner .btn-container .btn-sosi .input-group-append .feedback-button a + a, .input-group-append .feedback-button .feedback-button a + a, .feedback-button .input-group-append .feedback-button a + a, .input-group-append .feedback-button .pug-button a + a, .pug-button .input-group-append .feedback-button a + a, .input-group-append .feedback-button .pnrr-button a + a, .pnrr-button .input-group-append .feedback-button a + a, .input-group-append .feedback-button a + .assistance, .feedback-button .input-group-append a + .btn, .input-group-append .pug-button a + .btn, .input-group-append .pug-button .banner-covid a + a.uk-button-primary, .banner-covid .input-group-append .pug-button a + a.uk-button-primary, .input-group-append .pug-button .banner-covid a + a.uk-button-secondary, .banner-covid .input-group-append .pug-button a + a.uk-button-secondary, .input-group-append .pug-button .banner-covid a + a.uk-button-danger, .banner-covid .input-group-append .pug-button a + a.uk-button-danger, .input-group-append .pug-button .edufehome-banner .btn-container .btn-old-site a + a, .edufehome-banner .btn-container .btn-old-site .input-group-append .pug-button a + a, .input-group-append .pug-button .edufehome-banner .btn-container .btn-sosi a + a, .edufehome-banner .btn-container .btn-sosi .input-group-append .pug-button a + a, .input-group-append .pug-button .feedback-button a + a, .feedback-button .input-group-append .pug-button a + a, .input-group-append .pug-button .pug-button a + a, .pug-button .input-group-append .pug-button a + a, .input-group-append .pug-button .pnrr-button a + a, .pnrr-button .input-group-append .pug-button a + a, .input-group-append .pug-button a + .assistance, .pug-button .input-group-append a + .btn, .input-group-append .pnrr-button a + .btn, .input-group-append .pnrr-button .banner-covid a + a.uk-button-primary, .banner-covid .input-group-append .pnrr-button a + a.uk-button-primary, .input-group-append .pnrr-button .banner-covid a + a.uk-button-secondary, .banner-covid .input-group-append .pnrr-button a + a.uk-button-secondary, .input-group-append .pnrr-button .banner-covid a + a.uk-button-danger, .banner-covid .input-group-append .pnrr-button a + a.uk-button-danger, .input-group-append .pnrr-button .edufehome-banner .btn-container .btn-old-site a + a, .edufehome-banner .btn-container .btn-old-site .input-group-append .pnrr-button a + a, .input-group-append .pnrr-button .edufehome-banner .btn-container .btn-sosi a + a, .edufehome-banner .btn-container .btn-sosi .input-group-append .pnrr-button a + a, .input-group-append .pnrr-button .feedback-button a + a, .feedback-button .input-group-append .pnrr-button a + a, .input-group-append .pnrr-button .pug-button a + a, .pug-button .input-group-append .pnrr-button a + a, .input-group-append .pnrr-button .pnrr-button a + a, .pnrr-button .input-group-append .pnrr-button a + a, .input-group-append .pnrr-button a + .assistance, .pnrr-button .input-group-append a + .btn, .input-group-append .assistance + .btn, .input-group-append .banner-covid .assistance + a.uk-button-primary, .banner-covid .input-group-append .assistance + a.uk-button-primary, .input-group-append .banner-covid .assistance + a.uk-button-secondary, .banner-covid .input-group-append .assistance + a.uk-button-secondary, .input-group-append .banner-covid .assistance + a.uk-button-danger, .banner-covid .input-group-append .assistance + a.uk-button-danger, .input-group-append .edufehome-banner .btn-container .btn-old-site .assistance + a, .edufehome-banner .btn-container .btn-old-site .input-group-append .assistance + a, .input-group-append .edufehome-banner .btn-container .btn-sosi .assistance + a, .edufehome-banner .btn-container .btn-sosi .input-group-append .assistance + a, .input-group-append .feedback-button .assistance + a, .feedback-button .input-group-append .assistance + a, .input-group-append .pug-button .assistance + a, .pug-button .input-group-append .assistance + a, .input-group-append .pnrr-button .assistance + a, .pnrr-button .input-group-append .assistance + a, .input-group-append .assistance + .assistance, .input-group-append .banner-covid .btn + a.uk-button-primary, .banner-covid .input-group-append .btn + a.uk-button-primary, .input-group-append .banner-covid .btn + a.uk-button-secondary, .banner-covid .input-group-append .btn + a.uk-button-secondary, .input-group-append .banner-covid .btn + a.uk-button-danger, .banner-covid .input-group-append .btn + a.uk-button-danger, .input-group-append .edufehome-banner .btn-container .btn-old-site .btn + a, .input-group-append .edufehome-banner .btn-container .btn-old-site .banner-covid a.uk-button-primary + a, .banner-covid .input-group-append .edufehome-banner .btn-container .btn-old-site a.uk-button-primary + a, .input-group-append .edufehome-banner .btn-container .btn-old-site .banner-covid a.uk-button-secondary + a, .banner-covid .input-group-append .edufehome-banner .btn-container .btn-old-site a.uk-button-secondary + a, .input-group-append .edufehome-banner .btn-container .btn-old-site .banner-covid a.uk-button-danger + a, .banner-covid .input-group-append .edufehome-banner .btn-container .btn-old-site a.uk-button-danger + a, .edufehome-banner .btn-container .btn-old-site .input-group-append .btn + a, .input-group-append .edufehome-banner .btn-container .btn-sosi .btn + a, .input-group-append .edufehome-banner .btn-container .btn-sosi .banner-covid a.uk-button-primary + a, .banner-covid .input-group-append .edufehome-banner .btn-container .btn-sosi a.uk-button-primary + a, .input-group-append .edufehome-banner .btn-container .btn-sosi .banner-covid a.uk-button-secondary + a, .banner-covid .input-group-append .edufehome-banner .btn-container .btn-sosi a.uk-button-secondary + a, .input-group-append .edufehome-banner .btn-container .btn-sosi .banner-covid a.uk-button-danger + a, .banner-covid .input-group-append .edufehome-banner .btn-container .btn-sosi a.uk-button-danger + a, .edufehome-banner .btn-container .btn-sosi .input-group-append .btn + a, .input-group-append .feedback-button .btn + a, .feedback-button .input-group-append .btn + a, .input-group-append .pug-button .btn + a, .pug-button .input-group-append .btn + a, .input-group-append .pnrr-button .btn + a, .pnrr-button .input-group-append .btn + a, .input-group-append .btn + .assistance, .input-group-prepend .btn + .input-group-text, .input-group-prepend .banner-covid a.uk-button-primary + .input-group-text, .banner-covid .input-group-prepend a.uk-button-primary + .input-group-text, .input-group-prepend .banner-covid a.uk-button-secondary + .input-group-text, .banner-covid .input-group-prepend a.uk-button-secondary + .input-group-text, .input-group-prepend .banner-covid a.uk-button-danger + .input-group-text, .banner-covid .input-group-prepend a.uk-button-danger + .input-group-text, .input-group-prepend .edufehome-banner .btn-container .btn-old-site a + .input-group-text, .edufehome-banner .btn-container .btn-old-site .input-group-prepend a + .input-group-text, .input-group-prepend .edufehome-banner .btn-container .btn-sosi a + .input-group-text, .edufehome-banner .btn-container .btn-sosi .input-group-prepend a + .input-group-text, .input-group-prepend .feedback-button a + .input-group-text, .feedback-button .input-group-prepend a + .input-group-text, .input-group-prepend .pug-button a + .input-group-text, .pug-button .input-group-prepend a + .input-group-text, .input-group-prepend .pnrr-button a + .input-group-text, .pnrr-button .input-group-prepend a + .input-group-text, .input-group-prepend .assistance + .input-group-text, .input-group-append .btn + .input-group-text, .input-group-append .banner-covid a.uk-button-primary + .input-group-text, .banner-covid .input-group-append a.uk-button-primary + .input-group-text, .input-group-append .banner-covid a.uk-button-secondary + .input-group-text, .banner-covid .input-group-append a.uk-button-secondary + .input-group-text, .input-group-append .banner-covid a.uk-button-danger + .input-group-text, .banner-covid .input-group-append a.uk-button-danger + .input-group-text, .input-group-append .edufehome-banner .btn-container .btn-old-site a + .input-group-text, .edufehome-banner .btn-container .btn-old-site .input-group-append a + .input-group-text, .input-group-append .edufehome-banner .btn-container .btn-sosi a + .input-group-text, .edufehome-banner .btn-container .btn-sosi .input-group-append a + .input-group-text, .input-group-append .feedback-button a + .input-group-text, .feedback-button .input-group-append a + .input-group-text, .input-group-append .pug-button a + .input-group-text, .pug-button .input-group-append a + .input-group-text, .input-group-append .pnrr-button a + .input-group-text, .pnrr-button .input-group-append a + .input-group-text, .input-group-append .assistance + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .banner-covid .input-group-text + a.uk-button-primary, .banner-covid .input-group-prepend .input-group-text + a.uk-button-primary, .input-group-prepend .banner-covid .input-group-text + a.uk-button-secondary, .banner-covid .input-group-prepend .input-group-text + a.uk-button-secondary, .input-group-prepend .banner-covid .input-group-text + a.uk-button-danger, .banner-covid .input-group-prepend .input-group-text + a.uk-button-danger, .input-group-prepend .edufehome-banner .btn-container .btn-old-site .input-group-text + a, .edufehome-banner .btn-container .btn-old-site .input-group-prepend .input-group-text + a, .input-group-prepend .edufehome-banner .btn-container .btn-sosi .input-group-text + a, .edufehome-banner .btn-container .btn-sosi .input-group-prepend .input-group-text + a, .input-group-prepend .feedback-button .input-group-text + a, .feedback-button .input-group-prepend .input-group-text + a, .input-group-prepend .pug-button .input-group-text + a, .pug-button .input-group-prepend .input-group-text + a, .input-group-prepend .pnrr-button .input-group-text + a, .pnrr-button .input-group-prepend .input-group-text + a, .input-group-prepend .input-group-text + .assistance, .input-group-append .input-group-text + .btn, .input-group-append .banner-covid .input-group-text + a.uk-button-primary, .banner-covid .input-group-append .input-group-text + a.uk-button-primary, .input-group-append .banner-covid .input-group-text + a.uk-button-secondary, .banner-covid .input-group-append .input-group-text + a.uk-button-secondary, .input-group-append .banner-covid .input-group-text + a.uk-button-danger, .banner-covid .input-group-append .input-group-text + a.uk-button-danger, .input-group-append .edufehome-banner .btn-container .btn-old-site .input-group-text + a, .edufehome-banner .btn-container .btn-old-site .input-group-append .input-group-text + a, .input-group-append .edufehome-banner .btn-container .btn-sosi .input-group-text + a, .edufehome-banner .btn-container .btn-sosi .input-group-append .input-group-text + a, .input-group-append .feedback-button .input-group-text + a, .feedback-button .input-group-append .input-group-text + a, .input-group-append .pug-button .input-group-text + a, .pug-button .input-group-append .input-group-text + a, .input-group-append .pnrr-button .input-group-text + a, .pnrr-button .input-group-append .input-group-text + a, .input-group-append .input-group-text + .assistance {
  margin-left: 0;
}
.input-group-prepend {
  margin-right: 0;
}
.input-group-append {
  margin-left: 0;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4c4c4d;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 0 solid #979899;
  border-radius: 0;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
  height: calc(1.6em + 1rem + 0);
}
.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .banner-covid .input-group-lg > .input-group-prepend > a.uk-button-primary, .banner-covid .input-group-lg > .input-group-prepend > a.uk-button-secondary, .banner-covid .input-group-lg > .input-group-prepend > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .input-group-lg > .input-group-prepend > a, .edufehome-banner .btn-container .btn-sosi .input-group-lg > .input-group-prepend > a, .feedback-button .input-group-lg > .input-group-prepend > a, .pug-button .input-group-lg > .input-group-prepend > a, .pnrr-button .input-group-lg > .input-group-prepend > a, .input-group-lg > .input-group-prepend > .assistance, .input-group-lg > .input-group-append > .btn, .banner-covid .input-group-lg > .input-group-append > a.uk-button-primary, .banner-covid .input-group-lg > .input-group-append > a.uk-button-secondary, .banner-covid .input-group-lg > .input-group-append > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .input-group-lg > .input-group-append > a, .edufehome-banner .btn-container .btn-sosi .input-group-lg > .input-group-append > a, .feedback-button .input-group-lg > .input-group-append > a, .pug-button .input-group-lg > .input-group-append > a, .pnrr-button .input-group-lg > .input-group-append > a, .input-group-lg > .input-group-append > .assistance {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 8px;
}
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
  height: calc(1.45em + 0.5rem + 0);
}
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .banner-covid .input-group-sm > .input-group-prepend > a.uk-button-primary, .banner-covid .input-group-sm > .input-group-prepend > a.uk-button-secondary, .banner-covid .input-group-sm > .input-group-prepend > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .input-group-sm > .input-group-prepend > a, .edufehome-banner .btn-container .btn-sosi .input-group-sm > .input-group-prepend > a, .feedback-button .input-group-sm > .input-group-prepend > a, .pug-button .input-group-sm > .input-group-prepend > a, .pnrr-button .input-group-sm > .input-group-prepend > a, .input-group-sm > .input-group-prepend > .assistance, .input-group-sm > .input-group-append > .btn, .banner-covid .input-group-sm > .input-group-append > a.uk-button-primary, .banner-covid .input-group-sm > .input-group-append > a.uk-button-secondary, .banner-covid .input-group-sm > .input-group-append > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .input-group-sm > .input-group-append > a, .edufehome-banner .btn-container .btn-sosi .input-group-sm > .input-group-append > a, .feedback-button .input-group-sm > .input-group-append > a, .pug-button .input-group-sm > .input-group-append > a, .pnrr-button .input-group-sm > .input-group-append > a, .input-group-sm > .input-group-append > .assistance {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
  border-radius: 2px;
}
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn, .banner-covid .input-group > .input-group-prepend > a.uk-button-primary, .banner-covid .input-group > .input-group-prepend > a.uk-button-secondary, .banner-covid .input-group > .input-group-prepend > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .input-group > .input-group-prepend > a, .edufehome-banner .btn-container .btn-sosi .input-group > .input-group-prepend > a, .feedback-button .input-group > .input-group-prepend > a, .pug-button .input-group > .input-group-prepend > a, .pnrr-button .input-group > .input-group-prepend > a, .input-group > .input-group-prepend > .assistance, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .banner-covid .input-group > .input-group-append:not(:last-child) > a.uk-button-primary, .banner-covid .input-group > .input-group-append:not(:last-child) > a.uk-button-secondary, .banner-covid .input-group > .input-group-append:not(:last-child) > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .input-group > .input-group-append:not(:last-child) > a, .edufehome-banner .btn-container .btn-sosi .input-group > .input-group-append:not(:last-child) > a, .feedback-button .input-group > .input-group-append:not(:last-child) > a, .pug-button .input-group > .input-group-append:not(:last-child) > a, .pnrr-button .input-group > .input-group-append:not(:last-child) > a, .input-group > .input-group-append:not(:last-child) > .assistance, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .banner-covid .input-group > .input-group-append:last-child > a.uk-button-primary:not(:last-child):not(.dropdown-toggle), .banner-covid .input-group > .input-group-append:last-child > a.uk-button-secondary:not(:last-child):not(.dropdown-toggle), .banner-covid .input-group > .input-group-append:last-child > a.uk-button-danger:not(:last-child):not(.dropdown-toggle), .edufehome-banner .btn-container .btn-old-site .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .edufehome-banner .btn-container .btn-sosi .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .feedback-button .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .pug-button .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .pnrr-button .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .assistance:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .banner-covid .input-group > .input-group-append > a.uk-button-primary, .banner-covid .input-group > .input-group-append > a.uk-button-secondary, .banner-covid .input-group > .input-group-append > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .input-group > .input-group-append > a, .edufehome-banner .btn-container .btn-sosi .input-group > .input-group-append > a, .feedback-button .input-group > .input-group-append > a, .pug-button .input-group > .input-group-append > a, .pnrr-button .input-group > .input-group-append > a, .input-group > .input-group-append > .assistance, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .banner-covid .input-group > .input-group-prepend:not(:first-child) > a.uk-button-primary, .banner-covid .input-group > .input-group-prepend:not(:first-child) > a.uk-button-secondary, .banner-covid .input-group > .input-group-prepend:not(:first-child) > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .input-group > .input-group-prepend:not(:first-child) > a, .edufehome-banner .btn-container .btn-sosi .input-group > .input-group-prepend:not(:first-child) > a, .feedback-button .input-group > .input-group-prepend:not(:first-child) > a, .pug-button .input-group > .input-group-prepend:not(:first-child) > a, .pnrr-button .input-group > .input-group-prepend:not(:first-child) > a, .input-group > .input-group-prepend:not(:first-child) > .assistance, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .banner-covid .input-group > .input-group-prepend:first-child > a.uk-button-primary:not(:first-child), .banner-covid .input-group > .input-group-prepend:first-child > a.uk-button-secondary:not(:first-child), .banner-covid .input-group > .input-group-prepend:first-child > a.uk-button-danger:not(:first-child), .edufehome-banner .btn-container .btn-old-site .input-group > .input-group-prepend:first-child > a:not(:first-child), .edufehome-banner .btn-container .btn-sosi .input-group > .input-group-prepend:first-child > a:not(:first-child), .feedback-button .input-group > .input-group-prepend:first-child > a:not(:first-child), .pug-button .input-group > .input-group-prepend:first-child > a:not(:first-child), .pnrr-button .input-group > .input-group-prepend:first-child > a:not(:first-child), .input-group > .input-group-prepend:first-child > .assistance:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus, .form-check [type='checkbox']:focus + label.nav-link, .form-check [type='radio']:focus + label.nav-link, .toggles label input[type='checkbox']:focus + .lever.nav-link {
  text-decoration: none;
}
.nav-link.disabled {
  color: #656566;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #b1b1b3;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .form-check [type='checkbox']:focus + label.nav-link, .form-check .nav-tabs [type='checkbox']:focus + label.nav-link, .nav-tabs .form-check [type='radio']:focus + label.nav-link, .form-check .nav-tabs [type='radio']:focus + label.nav-link, .nav-tabs .toggles label input[type='checkbox']:focus + .lever.nav-link, .toggles label .nav-tabs input[type='checkbox']:focus + .lever.nav-link {
  border-color: #cacacc #cacacc #b1b1b3;
}
.nav-tabs .nav-link.disabled {
  color: #656566;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-tabs a.nav-link, .nav-tabs .nav-item.show .nav-link {
  color: #4c4c4d;
  background-color: #fff;
  border-color: #b1b1b3 #b1b1b3 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 4px;
}
.nav-pills .nav-link.active, .nav-pills .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-pills a.nav-link, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007db3;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .tab-content > a {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
.navbar > .container, .navbar > .uk-container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 16px;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus, .form-check [type='checkbox']:focus + label.navbar-brand, .form-check [type='radio']:focus + label.navbar-brand, .toggles label input[type='checkbox']:focus + .lever.navbar-brand {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus, .form-check [type='checkbox']:focus + label.navbar-toggler, .form-check [type='radio']:focus + label.navbar-toggler, .toggles label input[type='checkbox']:focus + .lever.navbar-toggler {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .uk-container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .uk-container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .uk-container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .uk-container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .uk-container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .uk-container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .uk-container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .uk-container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .uk-container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .uk-container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus, .navbar-light .form-check [type='checkbox']:focus + label.navbar-brand, .form-check .navbar-light [type='checkbox']:focus + label.navbar-brand, .navbar-light .form-check [type='radio']:focus + label.navbar-brand, .form-check .navbar-light [type='radio']:focus + label.navbar-brand, .navbar-light .toggles label input[type='checkbox']:focus + .lever.navbar-brand, .toggles label .navbar-light input[type='checkbox']:focus + .lever.navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .form-check [type='checkbox']:focus + label.nav-link, .form-check .navbar-light .navbar-nav [type='checkbox']:focus + label.nav-link, .navbar-light .navbar-nav .form-check [type='radio']:focus + label.nav-link, .form-check .navbar-light .navbar-nav [type='radio']:focus + label.nav-link, .navbar-light .navbar-nav .toggles label input[type='checkbox']:focus + .lever.nav-link, .toggles label .navbar-light .navbar-nav input[type='checkbox']:focus + .lever.nav-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a > .nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar-light .navbar-nav a > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar-light .navbar-nav a.nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text .toggles label input[type='checkbox']:focus + a.lever, .toggles label .navbar-light .navbar-text input[type='checkbox']:focus + a.lever {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus, .navbar-dark .form-check [type='checkbox']:focus + label.navbar-brand, .form-check .navbar-dark [type='checkbox']:focus + label.navbar-brand, .navbar-dark .form-check [type='radio']:focus + label.navbar-brand, .form-check .navbar-dark [type='radio']:focus + label.navbar-brand, .navbar-dark .toggles label input[type='checkbox']:focus + .lever.navbar-brand, .toggles label .navbar-dark input[type='checkbox']:focus + .lever.navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .form-check [type='checkbox']:focus + label.nav-link, .form-check .navbar-dark .navbar-nav [type='checkbox']:focus + label.nav-link, .navbar-dark .navbar-nav .form-check [type='radio']:focus + label.nav-link, .form-check .navbar-dark .navbar-nav [type='radio']:focus + label.nav-link, .navbar-dark .navbar-nav .toggles label input[type='checkbox']:focus + .lever.nav-link, .toggles label .navbar-dark .navbar-nav input[type='checkbox']:focus + .lever.nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a > .nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar-dark .navbar-nav a > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar-dark .navbar-nav a.nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTkuMnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMiAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSIxMDI0dXAiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSItLWhvbWUtLS1wYXJhbGxheC0tLW1vYmlsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0LjAwMDAwMCwgLTIwLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iLW5ldHdvcmstc2xpbS1oZWFkZXIiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI0LDI0IEwzNiwyNCBMMzYsMjYgTDI0LDI2IEwyNCwyNCBaIE0yNCwyMCBMMzIsMjAgTDMyLDIyIEwyNCwyMiBMMjQsMjAgWiBNMjQsMjggTDMyLDI4IEwzMiwzMCBMMjQsMzAgTDI0LDI4IFoiIGlkPSJpY29uLXNtYWxsLWJ1cmdlciI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) ;
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text .toggles label input[type='checkbox']:focus + a.lever, .toggles label .navbar-dark .navbar-text input[type='checkbox']:focus + a.lever {
  color: #fff;
}
.card, .attachments-detail ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d9dadb;
  border-radius: 0;
}
.card > hr, .attachments-detail ul li > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child, .attachments-detail ul li > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child, .attachments-detail ul li > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-body, .attachments-detail ul li {
  flex: 1 1 auto;
  padding: 2rem;
}
.card-title {
  margin-bottom: 1rem;
}
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 2rem;
}
.card-header {
  padding: 1rem 2rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #d9dadb;
}
.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 1rem 2rem;
  background-color: transparent;
  border-top: 1px solid #d9dadb;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}
.card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -1rem;
  margin-left: -1rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card, .card-deck .attachments-detail ul li, .attachments-detail ul .card-deck li {
  margin-bottom: 6px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -6px;
    margin-left: -6px;
  }
  .card-deck .card, .card-deck .attachments-detail ul li, .attachments-detail ul .card-deck li {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 6px;
    margin-bottom: 0;
    margin-left: 6px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card, .attachments-detail ul .card-group > li {
  margin-bottom: 6px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card, .attachments-detail ul .card-group > li {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .attachments-detail ul .card-group > li + .card, .attachments-detail ul .card-group > li + li, .attachments-detail ul .card-group > .card + li {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .attachments-detail ul .card-group > li:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .attachments-detail ul .card-group > li:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header, .attachments-detail ul .card-group > li:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .attachments-detail ul .card-group > li:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer, .attachments-detail ul .card-group > li:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .attachments-detail ul .card-group > li:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .attachments-detail ul .card-group > li:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header, .attachments-detail ul .card-group > li:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .attachments-detail ul .card-group > li:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer, .attachments-detail ul .card-group > li:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card, .card-columns .attachments-detail ul li, .attachments-detail ul .card-columns li {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .attachments-detail ul li, .attachments-detail ul .card-columns li {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card, .attachments-detail ul .accordion > li {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child, .attachments-detail ul .accordion > li:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type), .attachments-detail ul .accordion > li:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type, .attachments-detail ul .accordion > li:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type, .attachments-detail ul .accordion > li:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header, .attachments-detail ul .accordion > li .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #656566;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.breadcrumb-item {
  color: #656566;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}
.page-link, .pagination li span, .pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007db3;
  background-color: #fff;
  border: 1px solid #b1b1b3;
}
.page-link:hover, .pagination li span:hover, .pagination li a:hover {
  z-index: 2;
  color: #004867;
  text-decoration: none;
  background-color: #cacacc;
  border-color: #b1b1b3;
}
.page-link:focus, .pagination li span:focus, .pagination li .toggles label input[type='checkbox']:focus + span.lever, .toggles label .pagination li input[type='checkbox']:focus + span.lever, .pagination li a:focus, .pagination li .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pagination li input[type='checkbox']:focus + a.lever, .form-check [type='checkbox']:focus + label.page-link, .form-check [type='radio']:focus + label.page-link, .toggles label input[type='checkbox']:focus + .lever.page-link {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 125, 179, 0.25);
}
.page-item:first-child .page-link, .pagination li:first-child .page-link, .pagination li:first-child li span, .pagination li li:first-child span, .pagination li:first-child li a, .pagination li li:first-child a, .page-item:first-child .pagination li span, .pagination li .page-item:first-child span, .page-item:first-child .pagination li a, .pagination li .page-item:first-child a {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link, .pagination li:last-child .page-link, .pagination li:last-child li span, .pagination li li:last-child span, .pagination li:last-child li a, .pagination li li:last-child a, .page-item:last-child .pagination li span, .pagination li .page-item:last-child span, .page-item:last-child .pagination li a, .pagination li .page-item:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-item.active .page-link, .pagination li.active .page-link, .pagination li.active li span, .pagination li li.active span, .pagination li.active li a, .pagination li li.active a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.page-item .page-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.page-item .pagination li span, .pagination li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.page-item span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.page-item .pagination li a, .pagination li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.page-item a, .page-item.active .pagination li span, .pagination li .page-item.active span, .page-item.active .pagination li a, .pagination li .page-item.active a {
  z-index: 1;
  color: #fff;
  background-color: #007db3;
  border-color: #007db3;
}
.page-item.disabled .page-link, .pagination li.disabled .page-link, .pagination li.disabled li span, .pagination li li.disabled span, .pagination li.disabled li a, .pagination li li.disabled a, .page-item.disabled .pagination li span, .pagination li .page-item.disabled span, .page-item.disabled .pagination li a, .pagination li .page-item.disabled a {
  color: #656566;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #b1b1b3;
}
.pagination-lg .page-link, .pagination-lg .pagination li span, .pagination li .pagination-lg span, .pagination-lg .pagination li a, .pagination li .pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link, .pagination-lg .pagination li:first-child .page-link, .pagination-lg .pagination li:first-child .pagination li span, .pagination li .pagination-lg .pagination li:first-child span, .pagination-lg .pagination li:first-child .pagination li a, .pagination li .pagination-lg .pagination li:first-child a, .pagination .pagination-lg li:first-child .page-link, .pagination-lg .page-item:first-child .pagination li span, .pagination li .pagination-lg .page-item:first-child span, .pagination-lg .page-item:first-child .pagination li a, .pagination li .pagination-lg .page-item:first-child a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pagination-lg .page-item:last-child .page-link, .pagination-lg .pagination li:last-child .page-link, .pagination-lg .pagination li:last-child .pagination li span, .pagination li .pagination-lg .pagination li:last-child span, .pagination-lg .pagination li:last-child .pagination li a, .pagination li .pagination-lg .pagination li:last-child a, .pagination .pagination-lg li:last-child .page-link, .pagination-lg .page-item:last-child .pagination li span, .pagination li .pagination-lg .page-item:last-child span, .pagination-lg .page-item:last-child .pagination li a, .pagination li .pagination-lg .page-item:last-child a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.pagination-sm .page-link, .pagination-sm .pagination li span, .pagination li .pagination-sm span, .pagination-sm .pagination li a, .pagination li .pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link, .pagination-sm .pagination li:first-child .page-link, .pagination-sm .pagination li:first-child .pagination li span, .pagination li .pagination-sm .pagination li:first-child span, .pagination-sm .pagination li:first-child .pagination li a, .pagination li .pagination-sm .pagination li:first-child a, .pagination .pagination-sm li:first-child .page-link, .pagination-sm .page-item:first-child .pagination li span, .pagination li .pagination-sm .page-item:first-child span, .pagination-sm .page-item:first-child .pagination li a, .pagination li .pagination-sm .page-item:first-child a {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm .page-item:last-child .page-link, .pagination-sm .pagination li:last-child .page-link, .pagination-sm .pagination li:last-child .pagination li span, .pagination li .pagination-sm .pagination li:last-child span, .pagination-sm .pagination li:last-child .pagination li a, .pagination li .pagination-sm .pagination li:last-child a, .pagination .pagination-sm li:last-child .page-link, .pagination-sm .page-item:last-child .pagination li span, .pagination li .pagination-sm .page-item:last-child span, .pagination-sm .page-item:last-child .pagination li a, .pagination li .pagination-sm .page-item:last-child a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus, .toggles label input[type='checkbox']:focus + a.lever.badge {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge, .banner-covid a.uk-button-primary .badge, .banner-covid a.uk-button-secondary .badge, .banner-covid a.uk-button-danger .badge, .edufehome-banner .btn-container .btn-old-site a .badge, .edufehome-banner .btn-container .btn-sosi a .badge, .feedback-button a .badge, .pug-button a .badge, .pnrr-button a .badge, .assistance .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007db3;
}
a.badge-primary:hover, a.badge-primary:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-primary {
  color: #fff;
  background-color: #005980;
}
a.badge-primary:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-primary, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 125, 179, 0.5);
}
.badge-secondary {
  color: #000;
  background-color: #ffd400;
}
a.badge-secondary:hover, a.badge-secondary:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-secondary {
  color: #000;
  background-color: #ca0;
}
a.badge-secondary:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-secondary, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 212, 0, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #008758;
}
a.badge-success:hover, a.badge-success:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-success {
  color: #fff;
  background-color: #005437;
}
a.badge-success:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-success, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 88, 0.5);
}
.badge-info {
  color: #000;
  background-color: #979899;
}
a.badge-info:hover, a.badge-info:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-info {
  color: #000;
  background-color: #7e7e80;
}
a.badge-info:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-info, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(151, 152, 153, 0.5);
}
.badge-warning {
  color: #fff;
  background-color: #a66300;
}
a.badge-warning:hover, a.badge-warning:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-warning {
  color: #fff;
  background-color: #734500;
}
a.badge-warning:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-warning, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(166, 99, 0, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #d92828;
}
a.badge-danger:hover, a.badge-danger:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-danger {
  color: #fff;
  background-color: #af1f1f;
}
a.badge-danger:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-danger, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(217, 40, 40, 0.5);
}
.badge-light {
  color: #000;
  background-color: #e9e6f2;
}
a.badge-light:hover, a.badge-light:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-light {
  color: #000;
  background-color: #ccc4e1;
}
a.badge-light:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-light, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 230, 242, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #17324d;
}
a.badge-dark:hover, a.badge-dark:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark {
  color: #fff;
  background-color: #0b1825;
}
a.badge-dark:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 50, 77, 0.5);
}
.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-black, a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.badge-white {
  color: #000;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-white {
  color: #000;
  background-color: #e6e6e6;
}
a.badge-white:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-white, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.badge-100 {
  color: #000;
  background-color: #e3e4e6;
}
a.badge-100:hover, a.badge-100:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-100 {
  color: #000;
  background-color: #c9cacd;
}
a.badge-100:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-100, a.badge-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 228, 230, 0.5);
}
.badge-200 {
  color: #000;
  background-color: #cacacc;
}
a.badge-200:hover, a.badge-200:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-200 {
  color: #000;
  background-color: #b0b1b3;
}
a.badge-200:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-200, a.badge-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(202, 202, 204, 0.5);
}
.badge-300 {
  color: #000;
  background-color: #b1b1b3;
}
a.badge-300:hover, a.badge-300:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-300 {
  color: #000;
  background-color: #979899;
}
a.badge-300:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-300, a.badge-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(177, 177, 179, 0.5);
}
.badge-400 {
  color: #000;
  background-color: #979899;
}
a.badge-400:hover, a.badge-400:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-400 {
  color: #000;
  background-color: #7e7e80;
}
a.badge-400:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-400, a.badge-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(151, 152, 153, 0.5);
}
.badge-500 {
  color: #000;
  background-color: #7e7f80;
}
a.badge-500:hover, a.badge-500:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-500 {
  color: #000;
  background-color: #656566;
}
a.badge-500:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-500, a.badge-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(126, 127, 128, 0.5);
}
.badge-600 {
  color: #fff;
  background-color: #656566;
}
a.badge-600:hover, a.badge-600:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-600 {
  color: #fff;
  background-color: #4c4c4c;
}
a.badge-600:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-600, a.badge-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 101, 102, 0.5);
}
.badge-700 {
  color: #fff;
  background-color: #4c4c4d;
}
a.badge-700:hover, a.badge-700:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-700 {
  color: #fff;
  background-color: #333;
}
a.badge-700:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-700, a.badge-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(76, 76, 77, 0.5);
}
.badge-800 {
  color: #fff;
  background-color: #323333;
}
a.badge-800:hover, a.badge-800:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-800 {
  color: #fff;
  background-color: #191919;
}
a.badge-800:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-800, a.badge-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 51, 51, 0.5);
}
.badge-900 {
  color: #fff;
  background-color: #19191a;
}
a.badge-900:hover, a.badge-900:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-900 {
  color: #fff;
  background-color: #000;
}
a.badge-900:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-900, a.badge-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 25, 26, 0.5);
}
.badge-tertiary {
  color: #fff;
  background-color: #000;
}
a.badge-tertiary:hover, a.badge-tertiary:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-tertiary {
  color: #fff;
  background-color: #000;
}
a.badge-tertiary:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-tertiary, a.badge-tertiary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.badge-card-preference-bg {
  color: #000;
  background-color: #e1f5e5;
}
a.badge-card-preference-bg:hover, a.badge-card-preference-bg:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-card-preference-bg {
  color: #000;
  background-color: #bbe8c3;
}
a.badge-card-preference-bg:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-card-preference-bg, a.badge-card-preference-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(225, 245, 229, 0.5);
}
.badge-tags-list-bg {
  color: #000;
  background-color: #e1f5e5;
}
a.badge-tags-list-bg:hover, a.badge-tags-list-bg:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-tags-list-bg {
  color: #000;
  background-color: #bbe8c3;
}
a.badge-tags-list-bg:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-tags-list-bg, a.badge-tags-list-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(225, 245, 229, 0.5);
}
.badge-tooltip-bg {
  color: #fff;
  background-color: #5e7887;
}
a.badge-tooltip-bg:hover, a.badge-tooltip-bg:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-tooltip-bg {
  color: #fff;
  background-color: #495d69;
}
a.badge-tooltip-bg:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-tooltip-bg, a.badge-tooltip-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(94, 120, 135, 0.5);
}
.badge-text-muted {
  color: #fff;
  background-color: #435960;
}
a.badge-text-muted:hover, a.badge-text-muted:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-text-muted {
  color: #fff;
  background-color: #2e3d42;
}
a.badge-text-muted:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-text-muted, a.badge-text-muted.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(67, 89, 96, 0.5);
}
.badge-linkedin {
  color: #fff;
  background-color: #0177b5;
}
a.badge-linkedin:hover, a.badge-linkedin:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-linkedin {
  color: #fff;
  background-color: #015682;
}
a.badge-linkedin:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-linkedin, a.badge-linkedin.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 119, 181, 0.5);
}
.badge-facebook {
  color: #fff;
  background-color: #4867aa;
}
a.badge-facebook:hover, a.badge-facebook:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-facebook {
  color: #fff;
  background-color: #395186;
}
a.badge-facebook:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-facebook, a.badge-facebook.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(72, 103, 170, 0.5);
}
.badge-google {
  color: #fff;
  background-color: #ea4335;
}
a.badge-google:hover, a.badge-google:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-google {
  color: #fff;
  background-color: #d62516;
}
a.badge-google:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-google, a.badge-google.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 67, 53, 0.5);
}
.badge-twitter {
  color: #000;
  background-color: #32ccfe;
}
a.badge-twitter:hover, a.badge-twitter:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-twitter {
  color: #000;
  background-color: #01befc;
}
a.badge-twitter:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-twitter, a.badge-twitter.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 204, 254, 0.5);
}
.badge-youtube {
  color: #fff;
  background-color: #be1b1e;
}
a.badge-youtube:hover, a.badge-youtube:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-youtube {
  color: #fff;
  background-color: #911517;
}
a.badge-youtube:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-youtube, a.badge-youtube.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(190, 27, 30, 0.5);
}
.badge-spid {
  color: #fff;
  background-color: #06c;
}
a.badge-spid:hover, a.badge-spid:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-spid {
  color: #fff;
  background-color: #004c99;
}
a.badge-spid:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-spid, a.badge-spid.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.5);
}
.badge-google-drive {
  color: #000;
  background-color: #3c83f7;
}
a.badge-google-drive:hover, a.badge-google-drive:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-google-drive {
  color: #000;
  background-color: #0b64f5;
}
a.badge-google-drive:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-google-drive, a.badge-google-drive.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 131, 247, 0.5);
}
.badge-dark-gray {
  color: #fff;
  background-color: #333;
}
a.badge-dark-gray:hover, a.badge-dark-gray:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-gray {
  color: #fff;
  background-color: #1a1a1a;
}
a.badge-dark-gray:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-gray, a.badge-dark-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.badge-card-gray {
  color: #fff;
  background-color: #455b71;
}
a.badge-card-gray:hover, a.badge-card-gray:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-card-gray {
  color: #fff;
  background-color: #324251;
}
a.badge-card-gray:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-card-gray, a.badge-card-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(69, 91, 113, 0.5);
}
.badge-green-fe {
  color: #fff;
  background-color: #338c32;
}
a.badge-green-fe:hover, a.badge-green-fe:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-fe {
  color: #fff;
  background-color: #256625;
}
a.badge-green-fe:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-fe, a.badge-green-fe.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 140, 50, 0.5);
}
.badge-light-edufe-header {
  color: #000;
  background-color: #fff2db;
}
a.badge-light-edufe-header:hover, a.badge-light-edufe-header:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-light-edufe-header {
  color: #000;
  background-color: #ffe0a8;
}
a.badge-light-edufe-header:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-light-edufe-header, a.badge-light-edufe-header.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 242, 219, 0.5);
}
.badge-dark-edufe-header {
  color: #000;
  background-color: #ffd48c;
}
a.badge-dark-edufe-header:hover, a.badge-dark-edufe-header:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-edufe-header {
  color: #000;
  background-color: #ffc159;
}
a.badge-dark-edufe-header:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-edufe-header, a.badge-dark-edufe-header.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 212, 140, 0.5);
}
.badge-pink-edufe-header {
  color: #000;
  background-color: #dc7e72;
}
a.badge-pink-edufe-header:hover, a.badge-pink-edufe-header:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-pink-edufe-header {
  color: #000;
  background-color: #d25949;
}
a.badge-pink-edufe-header:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-pink-edufe-header, a.badge-pink-edufe-header.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 126, 114, 0.5);
}
.badge-first-card-theme-edufe {
  color: #000;
  background-color: #ffbd89;
}
a.badge-first-card-theme-edufe:hover, a.badge-first-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-first-card-theme-edufe {
  color: #000;
  background-color: #ffa056;
}
a.badge-first-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-first-card-theme-edufe, a.badge-first-card-theme-edufe.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 189, 137, 0.5);
}
.badge-second-card-theme-edufe {
  color: #000;
  background-color: #ffa987;
}
a.badge-second-card-theme-edufe:hover, a.badge-second-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-second-card-theme-edufe {
  color: #000;
  background-color: #ff8454;
}
a.badge-second-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-second-card-theme-edufe, a.badge-second-card-theme-edufe.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 169, 135, 0.5);
}
.badge-third-card-theme-edufe {
  color: #000;
  background-color: #ff9386;
}
a.badge-third-card-theme-edufe:hover, a.badge-third-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-third-card-theme-edufe {
  color: #000;
  background-color: #ff6553;
}
a.badge-third-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-third-card-theme-edufe, a.badge-third-card-theme-edufe.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 147, 134, 0.5);
}
.badge-fourth-card-theme-edufe {
  color: #000;
  background-color: #dc7e72;
}
a.badge-fourth-card-theme-edufe:hover, a.badge-fourth-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-fourth-card-theme-edufe {
  color: #000;
  background-color: #d25949;
}
a.badge-fourth-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-fourth-card-theme-edufe, a.badge-fourth-card-theme-edufe.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 126, 114, 0.5);
}
.badge-green-pug {
  color: #000;
  background-color: #94c01f;
}
a.badge-green-pug:hover, a.badge-green-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-pug {
  color: #000;
  background-color: #729418;
}
a.badge-green-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-pug, a.badge-green-pug.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(148, 192, 31, 0.5);
}
.badge-$green-cta-pug {
  color: #fff;
  background-color: #597212;
}
a.badge-$green-cta-pug:hover, a.badge-$green-cta-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-$green-cta-pug {
  color: #fff;
  background-color: #37460b;
}
a.badge-$green-cta-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-$green-cta-pug, a.badge-$green-cta-pug.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 114, 18, 0.5);
}
.badge-green-card-pug {
  color: #000;
  background-color: #609868;
}
a.badge-green-card-pug:hover, a.badge-green-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-card-pug {
  color: #000;
  background-color: #4c7953;
}
a.badge-green-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-card-pug, a.badge-green-card-pug.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(96, 152, 104, 0.5);
}
.badge-light-orange-card-pug {
  color: #fff;
  background-color: #466949;
}
a.badge-light-orange-card-pug:hover, a.badge-light-orange-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-light-orange-card-pug {
  color: #fff;
  background-color: #324a34;
}
a.badge-light-orange-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-light-orange-card-pug, a.badge-light-orange-card-pug.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 105, 73, 0.5);
}
.badge-orange-card-pug {
  color: #000;
  background-color: #dd8553;
}
a.badge-orange-card-pug:hover, a.badge-orange-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-orange-card-pug {
  color: #000;
  background-color: #d3672a;
}
a.badge-orange-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-orange-card-pug, a.badge-orange-card-pug.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 133, 83, 0.5);
}
.badge-purple-card-pug {
  color: #000;
  background-color: #908fc2;
}
a.badge-purple-card-pug:hover, a.badge-purple-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-purple-card-pug {
  color: #000;
  background-color: #6f6eb0;
}
a.badge-purple-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-purple-card-pug, a.badge-purple-card-pug.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(144, 143, 194, 0.5);
}
.badge-pink-card-pug {
  color: #000;
  background-color: #df4967;
}
a.badge-pink-card-pug:hover, a.badge-pink-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-pink-card-pug {
  color: #000;
  background-color: #d02547;
}
a.badge-pink-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-pink-card-pug, a.badge-pink-card-pug.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(223, 73, 103, 0.5);
}
.badge-dark-purple-card-pug {
  color: #000;
  background-color: #887c94;
}
a.badge-dark-purple-card-pug:hover, a.badge-dark-purple-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-purple-card-pug {
  color: #000;
  background-color: #6f637a;
}
a.badge-dark-purple-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-purple-card-pug, a.badge-dark-purple-card-pug.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(136, 124, 148, 0.5);
}
.badge-dark-pink-card-pug {
  color: #000;
  background-color: #739ba5;
}
a.badge-dark-pink-card-pug:hover, a.badge-dark-pink-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-pink-card-pug {
  color: #000;
  background-color: #5a818b;
}
a.badge-dark-pink-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-pink-card-pug, a.badge-dark-pink-card-pug.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 155, 165, 0.5);
}
.badge-yellow-card-pug {
  color: #000;
  background-color: #96ae42;
}
a.badge-yellow-card-pug:hover, a.badge-yellow-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-yellow-card-pug {
  color: #000;
  background-color: #768934;
}
a.badge-yellow-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-yellow-card-pug, a.badge-yellow-card-pug.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(150, 174, 66, 0.5);
}
.badge-dark-green-card-pug {
  color: #fff;
  background-color: #b6506a;
}
a.badge-dark-green-card-pug:hover, a.badge-dark-green-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-green-card-pug {
  color: #fff;
  background-color: #953e54;
}
a.badge-dark-green-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-green-card-pug, a.badge-dark-green-card-pug.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(182, 80, 106, 0.5);
}
.badge-cyan-pnrr {
  color: #000;
  background-color: #1cafe2;
}
a.badge-cyan-pnrr:hover, a.badge-cyan-pnrr:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-cyan-pnrr {
  color: #000;
  background-color: #168cb5;
}
a.badge-cyan-pnrr:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-cyan-pnrr, a.badge-cyan-pnrr.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 175, 226, 0.5);
}
.badge-green-cta-pnrr {
  color: #fff;
  background-color: #597212;
}
a.badge-green-cta-pnrr:hover, a.badge-green-cta-pnrr:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-cta-pnrr {
  color: #fff;
  background-color: #37460b;
}
a.badge-green-cta-pnrr:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-cta-pnrr, a.badge-green-cta-pnrr.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 114, 18, 0.5);
}
.badge-green-card-pnrr {
  color: #000;
  background-color: #609868;
}
a.badge-green-card-pnrr:hover, a.badge-green-card-pnrr:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-card-pnrr {
  color: #000;
  background-color: #4c7953;
}
a.badge-green-card-pnrr:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-card-pnrr, a.badge-green-card-pnrr.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(96, 152, 104, 0.5);
}
.badge-mission-digitalizzazione {
  color: #000;
  background-color: #c5dcee;
}
a.badge-mission-digitalizzazione:hover, a.badge-mission-digitalizzazione:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-mission-digitalizzazione {
  color: #000;
  background-color: #9ec4e2;
}
a.badge-mission-digitalizzazione:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-mission-digitalizzazione, a.badge-mission-digitalizzazione.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 220, 238, 0.5);
}
.badge-mission-rivoluzione-verde {
  color: #000;
  background-color: #92d051;
}
a.badge-mission-rivoluzione-verde:hover, a.badge-mission-rivoluzione-verde:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-mission-rivoluzione-verde {
  color: #000;
  background-color: #79bb33;
}
a.badge-mission-rivoluzione-verde:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-mission-rivoluzione-verde, a.badge-mission-rivoluzione-verde.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(146, 208, 81, 0.5);
}
.badge-mission-infrastrutture {
  color: #000;
  background-color: #ff807e;
}
a.badge-mission-infrastrutture:hover, a.badge-mission-infrastrutture:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-mission-infrastrutture {
  color: #000;
  background-color: #ff4e4b;
}
a.badge-mission-infrastrutture:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-mission-infrastrutture, a.badge-mission-infrastrutture.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 128, 126, 0.5);
}
.badge-mission-istruzione {
  color: #000;
  background-color: #ffc284;
}
a.badge-mission-istruzione:hover, a.badge-mission-istruzione:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-mission-istruzione {
  color: #000;
  background-color: #ffa951;
}
a.badge-mission-istruzione:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-mission-istruzione, a.badge-mission-istruzione.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 194, 132, 0.5);
}
.badge-mission-coesione {
  color: #000;
  background-color: #e2d6ec;
}
a.badge-mission-coesione:hover, a.badge-mission-coesione:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-mission-coesione {
  color: #000;
  background-color: #c9b3dc;
}
a.badge-mission-coesione:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-mission-coesione, a.badge-mission-coesione.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 214, 236, 0.5);
}
.badge-mission-salute {
  color: #000;
  background-color: #fff2d0;
}
a.badge-mission-salute:hover, a.badge-mission-salute:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-mission-salute {
  color: #000;
  background-color: #ffe49d;
}
a.badge-mission-salute:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-mission-salute, a.badge-mission-salute.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 242, 208, 0.5);
}
.badge-green-matrimoni {
  color: #000;
  background-color: #889f8c;
}
a.badge-green-matrimoni:hover, a.badge-green-matrimoni:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-matrimoni {
  color: #000;
  background-color: #6d8771;
}
a.badge-green-matrimoni:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-matrimoni, a.badge-green-matrimoni.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(136, 159, 140, 0.5);
}
.badge-pink-matrimoni {
  color: #000;
  background-color: #f4a596;
}
a.badge-pink-matrimoni:hover, a.badge-pink-matrimoni:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-pink-matrimoni {
  color: #000;
  background-color: #ef7d68;
}
a.badge-pink-matrimoni:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-pink-matrimoni, a.badge-pink-matrimoni.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 165, 150, 0.5);
}
.badge-dark-pink-matrimoni {
  color: #000;
  background-color: rgba(244, 165, 150, 0.19);
}
a.badge-dark-pink-matrimoni:hover, a.badge-dark-pink-matrimoni:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-pink-matrimoni {
  color: #000;
  background-color: rgba(239, 125, 104, 0.19);
}
a.badge-dark-pink-matrimoni:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-pink-matrimoni, a.badge-dark-pink-matrimoni.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 165, 150, 0.5);
}
.badge-red-inferrara {
  color: #fff;
  background-color: #842722;
}
a.badge-red-inferrara:hover, a.badge-red-inferrara:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-red-inferrara {
  color: #fff;
  background-color: #5b1b18;
}
a.badge-red-inferrara:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-red-inferrara, a.badge-red-inferrara.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(132, 39, 34, 0.5);
}
.badge-primary-geoportale {
  color: #fff;
  background-color: #2f8287;
}
a.badge-primary-geoportale:hover, a.badge-primary-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-primary-geoportale {
  color: #fff;
  background-color: #225e61;
}
a.badge-primary-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-primary-geoportale, a.badge-primary-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 130, 135, 0.5);
}
.badge-dark-azul-geoportale {
  color: #fff;
  background-color: #3b707b;
}
a.badge-dark-azul-geoportale:hover, a.badge-dark-azul-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-azul-geoportale {
  color: #fff;
  background-color: #2a5159;
}
a.badge-dark-azul-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-azul-geoportale, a.badge-dark-azul-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 112, 123, 0.5);
}
.badge-green-geoportale {
  color: #fff;
  background-color: #165f24;
}
a.badge-green-geoportale:hover, a.badge-green-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-geoportale {
  color: #fff;
  background-color: #0c3614;
}
a.badge-green-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-green-geoportale, a.badge-green-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 95, 36, 0.5);
}
.badge-dark-purple-geoportale {
  color: #fff;
  background-color: #67586d;
}
a.badge-dark-purple-geoportale:hover, a.badge-dark-purple-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-purple-geoportale {
  color: #fff;
  background-color: #4c4151;
}
a.badge-dark-purple-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-purple-geoportale, a.badge-dark-purple-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(103, 88, 109, 0.5);
}
.badge-dark-yellow-geoportale {
  color: #fff;
  background-color: #7a5a29;
}
a.badge-dark-yellow-geoportale:hover, a.badge-dark-yellow-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-yellow-geoportale {
  color: #fff;
  background-color: #543e1c;
}
a.badge-dark-yellow-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-yellow-geoportale, a.badge-dark-yellow-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 90, 41, 0.5);
}
.badge-dark-green-geoportale {
  color: #fff;
  background-color: #2f4133;
}
a.badge-dark-green-geoportale:hover, a.badge-dark-green-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-green-geoportale {
  color: #fff;
  background-color: #1a231c;
}
a.badge-dark-green-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-dark-green-geoportale, a.badge-dark-green-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 65, 51, 0.5);
}
.badge-orange-geoportale {
  color: #fff;
  background-color: #ae4929;
}
a.badge-orange-geoportale:hover, a.badge-orange-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-orange-geoportale {
  color: #fff;
  background-color: #85381f;
}
a.badge-orange-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-orange-geoportale, a.badge-orange-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(174, 73, 41, 0.5);
}
.badge-purple-geoportale {
  color: #fff;
  background-color: #7a2972;
}
a.badge-purple-geoportale:hover, a.badge-purple-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-purple-geoportale {
  color: #fff;
  background-color: #541c4e;
}
a.badge-purple-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-purple-geoportale, a.badge-purple-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 41, 114, 0.5);
}
.badge-blue-geoportale {
  color: #fff;
  background-color: #41488c;
}
a.badge-blue-geoportale:hover, a.badge-blue-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-blue-geoportale {
  color: #fff;
  background-color: #313669;
}
a.badge-blue-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-blue-geoportale, a.badge-blue-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 72, 140, 0.5);
}
.badge-azul-geoportale {
  color: #000;
  background-color: #6795c5;
}
a.badge-azul-geoportale:hover, a.badge-azul-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-azul-geoportale {
  color: #000;
  background-color: #457bb4;
}
a.badge-azul-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-azul-geoportale, a.badge-azul-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(103, 149, 197, 0.5);
}
.badge-red-geoportale {
  color: #fff;
  background-color: #a72947;
}
a.badge-red-geoportale:hover, a.badge-red-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-red-geoportale {
  color: #fff;
  background-color: #7e1f36;
}
a.badge-red-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-red-geoportale, a.badge-red-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(167, 41, 71, 0.5);
}
.badge-brown-geoportale {
  color: #fff;
  background-color: #7a6329;
}
a.badge-brown-geoportale:hover, a.badge-brown-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-brown-geoportale {
  color: #fff;
  background-color: #54441c;
}
a.badge-brown-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-brown-geoportale, a.badge-brown-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(122, 99, 41, 0.5);
}
.badge-grey-geoportale {
  color: #fff;
  background-color: #414642;
}
a.badge-grey-geoportale:hover, a.badge-grey-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-grey-geoportale {
  color: #fff;
  background-color: #282c29;
}
a.badge-grey-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-grey-geoportale, a.badge-grey-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 70, 66, 0.5);
}
.badge-light-green-geoportale {
  color: #fff;
  background-color: #3e883c;
}
a.badge-light-green-geoportale:hover, a.badge-light-green-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-light-green-geoportale {
  color: #fff;
  background-color: #2e652c;
}
a.badge-light-green-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-light-green-geoportale, a.badge-light-green-geoportale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(62, 136, 60, 0.5);
}
.badge-brown-ssui {
  color: #fff;
  background-color: #735238;
}
a.badge-brown-ssui:hover, a.badge-brown-ssui:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-brown-ssui {
  color: #fff;
  background-color: #513a27;
}
a.badge-brown-ssui:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-brown-ssui, a.badge-brown-ssui.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 82, 56, 0.5);
}
.badge-light-brown-ssui {
  color: #000;
  background-color: #ba7b4a;
}
a.badge-light-brown-ssui:hover, a.badge-light-brown-ssui:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-light-brown-ssui {
  color: #000;
  background-color: #97633a;
}
a.badge-light-brown-ssui:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-light-brown-ssui, a.badge-light-brown-ssui.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 123, 74, 0.5);
}
.badge-sititematici-red {
  color: #fff;
  background-color: #9c2b2b;
}
a.badge-sititematici-red:hover, a.badge-sititematici-red:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-red {
  color: #fff;
  background-color: #742020;
}
a.badge-sititematici-red:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-red, a.badge-sititematici-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(156, 43, 43, 0.5);
}
.badge-sititematici-orange {
  color: #000;
  background-color: #bf5818;
}
a.badge-sititematici-orange:hover, a.badge-sititematici-orange:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-orange {
  color: #000;
  background-color: #ac5723;
}
a.badge-sititematici-orange:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-orange, a.badge-sititematici-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(212, 109, 46, 0.5);
}
.badge-sititematici-yellow {
  color: #000;
  background-color: #d8b509;
}
a.badge-sititematici-yellow:hover, a.badge-sititematici-yellow:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-yellow {
  color: #000;
  background-color: #a78c07;
}
a.badge-sititematici-yellow:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-yellow, a.badge-sititematici-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(216, 181, 9, 0.5);
}
.badge-sititematici-turquoise {
  color: #fff;
  background-color: #009d74;
}
a.badge-sititematici-turquoise:hover, a.badge-sititematici-turquoise:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-turquoise {
  color: #fff;
  background-color: #006a4e;
}
a.badge-sititematici-turquoise:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-turquoise, a.badge-sititematici-turquoise.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 157, 116, 0.5);
}
.badge-sititematici-green {
  color: #000;
  background-color: #7c9f4a;
}
a.badge-sititematici-green:hover, a.badge-sititematici-green:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-green {
  color: #000;
  background-color: #617c3a;
}
a.badge-sititematici-green:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-green, a.badge-sititematici-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(124, 159, 74, 0.5);
}
.badge-sititematici-lightblue {
  color: #000;
  background-color: #5ca8a1;
}
a.badge-sititematici-lightblue:hover, a.badge-sititematici-lightblue:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-lightblue {
  color: #000;
  background-color: #498882;
}
a.badge-sititematici-lightblue:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-lightblue, a.badge-sititematici-lightblue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92, 168, 161, 0.5);
}
.badge-sititematici-darkblue {
  color: #fff;
  background-color: #354f66;
}
a.badge-sititematici-darkblue:hover, a.badge-sititematici-darkblue:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-darkblue {
  color: #fff;
  background-color: #243544;
}
a.badge-sititematici-darkblue:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-darkblue, a.badge-sititematici-darkblue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 79, 102, 0.5);
}
.badge-sititematici-purple {
  color: #fff;
  background-color: #786372;
}
a.badge-sititematici-purple:hover, a.badge-sititematici-purple:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-purple {
  color: #fff;
  background-color: #5c4c57;
}
a.badge-sititematici-purple:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-purple, a.badge-sititematici-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(120, 99, 114, 0.5);
}
.badge-sititematici-green-xmas {
  color: #fff;
  background-color: #287233;
}
a.badge-sititematici-green-xmas:hover, a.badge-sititematici-green-xmas:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-green-xmas {
  color: #fff;
  background-color: #1b4c22;
}
a.badge-sititematici-green-xmas:focus, .toggles label input[type='checkbox']:focus + a.lever.badge-sititematici-green-xmas, a.badge-sititematici-green-xmas.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 114, 51, 0.5);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 16px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #cacacc;
  border-radius: 0;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007db3;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 16px 16px;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #007db3;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-action {
  z-index: 1;
  color: #007db3;
  text-decoration: none;
  background-color: #e3e4e6;
}
.list-group-item-action:active {
  color: #19191a;
  background-color: #cacacc;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #656566;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item {
  z-index: 2;
  color: #fff;
  background-color: #007db3;
  border-color: #007db3;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #00415d;
  background-color: #b8dbea;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-primary.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-primary.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-primary.list-group-item-action {
  color: #00415d;
  background-color: #a4d1e4;
}
.list-group-item-primary.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-primary.list-group-item-action {
  color: #fff;
  background-color: #00415d;
  border-color: #00415d;
}
.list-group-item-secondary {
  color: #856e00;
  background-color: #fff3b8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-secondary.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-secondary.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-secondary.list-group-item-action {
  color: #856e00;
  background-color: #ffef9e;
}
.list-group-item-secondary.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-secondary.list-group-item-action {
  color: #fff;
  background-color: #856e00;
  border-color: #856e00;
}
.list-group-item-success {
  color: #00462e;
  background-color: #b8ddd0;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-success.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-success.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-success.list-group-item-action {
  color: #00462e;
  background-color: #a6d5c5;
}
.list-group-item-success.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-success.list-group-item-action {
  color: #fff;
  background-color: #00462e;
  border-color: #00462e;
}
.list-group-item-info {
  color: #4f4f50;
  background-color: #e2e2e2;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-info.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-info.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-info.list-group-item-action {
  color: #4f4f50;
  background-color: #d5d5d5;
}
.list-group-item-info.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-info.list-group-item-action {
  color: #fff;
  background-color: #4f4f50;
  border-color: #4f4f50;
}
.list-group-item-warning {
  color: #563300;
  background-color: #e6d3b8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-warning.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-warning.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-warning.list-group-item-action {
  color: #563300;
  background-color: #dfc8a5;
}
.list-group-item-warning.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-warning.list-group-item-action {
  color: #fff;
  background-color: #563300;
  border-color: #563300;
}
.list-group-item-danger {
  color: #711515;
  background-color: #f4c3c3;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-danger.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-danger.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-danger.list-group-item-action {
  color: #711515;
  background-color: #f1adad;
}
.list-group-item-danger.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-danger.list-group-item-action {
  color: #fff;
  background-color: #711515;
  border-color: #711515;
}
.list-group-item-light {
  color: #79787e;
  background-color: #f9f8fb;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-light.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-light.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-light.list-group-item-action {
  color: #79787e;
  background-color: #eae7f3;
}
.list-group-item-light.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-light.list-group-item-action {
  color: #fff;
  background-color: #79787e;
  border-color: #79787e;
}
.list-group-item-dark {
  color: #0c1a28;
  background-color: #bec6cd;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-dark.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-dark.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-dark.list-group-item-action {
  color: #0c1a28;
  background-color: #b0b9c2;
}
.list-group-item-dark.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-dark.list-group-item-action {
  color: #fff;
  background-color: #0c1a28;
  border-color: #0c1a28;
}
.list-group-item-black {
  color: #000;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-black.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-black.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-black.list-group-item-action {
  color: #000;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-black.list-group-item-action {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.list-group-item-white {
  color: #858585;
  background-color: #fff;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-white.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-white.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-white.list-group-item-action {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-white.list-group-item-action {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-100 {
  color: #767677;
  background-color: #f7f7f8;
}
.list-group-item-100.list-group-item-action:hover, .list-group-item-100.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-100.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-100.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-100.list-group-item-action {
  color: #767677;
  background-color: #ebebeb;
}
.list-group-item-100.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-100.list-group-item-action {
  color: #fff;
  background-color: #767677;
  border-color: #767677;
}
.list-group-item-200 {
  color: #69696a;
  background-color: #f0f0f1;
}
.list-group-item-200.list-group-item-action:hover, .list-group-item-200.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-200.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-200.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-200.list-group-item-action {
  color: #69696a;
  background-color: #e4e4e4;
}
.list-group-item-200.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-200.list-group-item-action {
  color: #fff;
  background-color: #69696a;
  border-color: #69696a;
}
.list-group-item-300 {
  color: #5c5c5d;
  background-color: #e9e9ea;
}
.list-group-item-300.list-group-item-action:hover, .list-group-item-300.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-300.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-300.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-300.list-group-item-action {
  color: #5c5c5d;
  background-color: #ddd;
}
.list-group-item-300.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-300.list-group-item-action {
  color: #fff;
  background-color: #5c5c5d;
  border-color: #5c5c5d;
}
.list-group-item-400 {
  color: #4f4f50;
  background-color: #e2e2e2;
}
.list-group-item-400.list-group-item-action:hover, .list-group-item-400.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-400.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-400.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-400.list-group-item-action {
  color: #4f4f50;
  background-color: #d5d5d5;
}
.list-group-item-400.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-400.list-group-item-action {
  color: #fff;
  background-color: #4f4f50;
  border-color: #4f4f50;
}
.list-group-item-500 {
  color: #424242;
  background-color: #dbdbdb;
}
.list-group-item-500.list-group-item-action:hover, .list-group-item-500.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-500.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-500.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-500.list-group-item-action {
  color: #424242;
  background-color: #cecece;
}
.list-group-item-500.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-500.list-group-item-action {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}
.list-group-item-600 {
  color: #353535;
  background-color: #d4d4d4;
}
.list-group-item-600.list-group-item-action:hover, .list-group-item-600.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-600.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-600.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-600.list-group-item-action {
  color: #353535;
  background-color: #c7c7c7;
}
.list-group-item-600.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-600.list-group-item-action {
  color: #fff;
  background-color: #353535;
  border-color: #353535;
}
.list-group-item-700 {
  color: #272728;
  background-color: #cdcdcd;
}
.list-group-item-700.list-group-item-action:hover, .list-group-item-700.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-700.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-700.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-700.list-group-item-action {
  color: #272728;
  background-color: #c0c0c0;
}
.list-group-item-700.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-700.list-group-item-action {
  color: #fff;
  background-color: #272728;
  border-color: #272728;
}
.list-group-item-800 {
  color: #1a1a1b;
  background-color: #c6c6c6;
}
.list-group-item-800.list-group-item-action:hover, .list-group-item-800.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-800.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-800.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-800.list-group-item-action {
  color: #1a1a1b;
  background-color: #b9b9b9;
}
.list-group-item-800.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-800.list-group-item-action {
  color: #fff;
  background-color: #1a1a1b;
  border-color: #1a1a1b;
}
.list-group-item-900 {
  color: #0d0d0d;
  background-color: #bfbfbf;
}
.list-group-item-900.list-group-item-action:hover, .list-group-item-900.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-900.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-900.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-900.list-group-item-action {
  color: #0d0d0d;
  background-color: #b2b2b2;
}
.list-group-item-900.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-900.list-group-item-action {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.list-group-item-tertiary {
  color: #000;
  background-color: #b8b8b8;
}
.list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-tertiary.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-tertiary.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-tertiary.list-group-item-action {
  color: #000;
  background-color: #ababab;
}
.list-group-item-tertiary.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-tertiary.list-group-item-action {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.list-group-item-card-preference-bg {
  color: #757f77;
  background-color: #f7fcf8;
}
.list-group-item-card-preference-bg.list-group-item-action:hover, .list-group-item-card-preference-bg.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-card-preference-bg.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-card-preference-bg.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-card-preference-bg.list-group-item-action {
  color: #757f77;
  background-color: #e4f6e7;
}
.list-group-item-card-preference-bg.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-card-preference-bg.list-group-item-action {
  color: #fff;
  background-color: #757f77;
  border-color: #757f77;
}
.list-group-item-tags-list-bg {
  color: #757f77;
  background-color: #f7fcf8;
}
.list-group-item-tags-list-bg.list-group-item-action:hover, .list-group-item-tags-list-bg.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-tags-list-bg.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-tags-list-bg.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-tags-list-bg.list-group-item-action {
  color: #757f77;
  background-color: #e4f6e7;
}
.list-group-item-tags-list-bg.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-tags-list-bg.list-group-item-action {
  color: #fff;
  background-color: #757f77;
  border-color: #757f77;
}
.list-group-item-tooltip-bg {
  color: #313e46;
  background-color: #d2d9dd;
}
.list-group-item-tooltip-bg.list-group-item-action:hover, .list-group-item-tooltip-bg.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-tooltip-bg.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-tooltip-bg.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-tooltip-bg.list-group-item-action {
  color: #313e46;
  background-color: #c3cdd3;
}
.list-group-item-tooltip-bg.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-tooltip-bg.list-group-item-action {
  color: #fff;
  background-color: #313e46;
  border-color: #313e46;
}
.list-group-item-text-muted {
  color: #232e32;
  background-color: #cad1d2;
}
.list-group-item-text-muted.list-group-item-action:hover, .list-group-item-text-muted.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-text-muted.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-text-muted.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-text-muted.list-group-item-action {
  color: #232e32;
  background-color: #bdc4c7;
}
.list-group-item-text-muted.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-text-muted.list-group-item-action {
  color: #fff;
  background-color: #232e32;
  border-color: #232e32;
}
.list-group-item-linkedin {
  color: #013e5e;
  background-color: #b8d9ea;
}
.list-group-item-linkedin.list-group-item-action:hover, .list-group-item-linkedin.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-linkedin.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-linkedin.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-linkedin.list-group-item-action {
  color: #013e5e;
  background-color: #a4cee5;
}
.list-group-item-linkedin.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-linkedin.list-group-item-action {
  color: #fff;
  background-color: #013e5e;
  border-color: #013e5e;
}
.list-group-item-facebook {
  color: #253658;
  background-color: #ccd4e7;
}
.list-group-item-facebook.list-group-item-action:hover, .list-group-item-facebook.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-facebook.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-facebook.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-facebook.list-group-item-action {
  color: #253658;
  background-color: #bac6df;
}
.list-group-item-facebook.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-facebook.list-group-item-action {
  color: #fff;
  background-color: #253658;
  border-color: #253658;
}
.list-group-item-google {
  color: #7a231c;
  background-color: #f9cac6;
}
.list-group-item-google.list-group-item-action:hover, .list-group-item-google.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-google.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-google.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-google.list-group-item-action {
  color: #7a231c;
  background-color: #f7b5af;
}
.list-group-item-google.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-google.list-group-item-action {
  color: #fff;
  background-color: #7a231c;
  border-color: #7a231c;
}
.list-group-item-twitter {
  color: #1a6a84;
  background-color: #c6f1ff;
}
.list-group-item-twitter.list-group-item-action:hover, .list-group-item-twitter.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-twitter.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-twitter.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-twitter.list-group-item-action {
  color: #1a6a84;
  background-color: #aceaff;
}
.list-group-item-twitter.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-twitter.list-group-item-action {
  color: #fff;
  background-color: #1a6a84;
  border-color: #1a6a84;
}
.list-group-item-youtube {
  color: #630e10;
  background-color: #edbfc0;
}
.list-group-item-youtube.list-group-item-action:hover, .list-group-item-youtube.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-youtube.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-youtube.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-youtube.list-group-item-action {
  color: #630e10;
  background-color: #e7abac;
}
.list-group-item-youtube.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-youtube.list-group-item-action {
  color: #fff;
  background-color: #630e10;
  border-color: #630e10;
}
.list-group-item-spid {
  color: #00356a;
  background-color: #b8d4f1;
}
.list-group-item-spid.list-group-item-action:hover, .list-group-item-spid.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-spid.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-spid.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-spid.list-group-item-action {
  color: #00356a;
  background-color: #a2c7ec;
}
.list-group-item-spid.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-spid.list-group-item-action {
  color: #fff;
  background-color: #00356a;
  border-color: #00356a;
}
.list-group-item-google-drive {
  color: #1f4480;
  background-color: #c8dcfd;
}
.list-group-item-google-drive.list-group-item-action:hover, .list-group-item-google-drive.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-google-drive.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-google-drive.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-google-drive.list-group-item-action {
  color: #1f4480;
  background-color: #b0cdfc;
}
.list-group-item-google-drive.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-google-drive.list-group-item-action {
  color: #fff;
  background-color: #1f4480;
  border-color: #1f4480;
}
.list-group-item-dark-gray {
  color: #1b1b1b;
  background-color: #c6c6c6;
}
.list-group-item-dark-gray.list-group-item-action:hover, .list-group-item-dark-gray.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-dark-gray.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-dark-gray.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-dark-gray.list-group-item-action {
  color: #1b1b1b;
  background-color: #b9b9b9;
}
.list-group-item-dark-gray.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-dark-gray.list-group-item-action {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.list-group-item-card-gray {
  color: #242f3b;
  background-color: #cbd1d7;
}
.list-group-item-card-gray.list-group-item-action:hover, .list-group-item-card-gray.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-card-gray.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-card-gray.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-card-gray.list-group-item-action {
  color: #242f3b;
  background-color: #bcc4cc;
}
.list-group-item-card-gray.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-card-gray.list-group-item-action {
  color: #fff;
  background-color: #242f3b;
  border-color: #242f3b;
}
.list-group-item-green-fe {
  color: #1b491a;
  background-color: #c6dfc6;
}
.list-group-item-green-fe.list-group-item-action:hover, .list-group-item-green-fe.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-green-fe.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-green-fe.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-green-fe.list-group-item-action {
  color: #1b491a;
  background-color: #b6d6b5;
}
.list-group-item-green-fe.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-green-fe.list-group-item-action {
  color: #fff;
  background-color: #1b491a;
  border-color: #1b491a;
}
.list-group-item-light-edufe-header {
  color: #857e72;
  background-color: #fffbf5;
}
.list-group-item-light-edufe-header.list-group-item-action:hover, .list-group-item-light-edufe-header.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-light-edufe-header.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-light-edufe-header.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-light-edufe-header.list-group-item-action {
  color: #857e72;
  background-color: #fff2db;
}
.list-group-item-light-edufe-header.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-light-edufe-header.list-group-item-action {
  color: #fff;
  background-color: #857e72;
  border-color: #857e72;
}
.list-group-item-dark-edufe-header {
  color: #856e49;
  background-color: #fff3df;
}
.list-group-item-dark-edufe-header.list-group-item-action:hover, .list-group-item-dark-edufe-header.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-dark-edufe-header.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-dark-edufe-header.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-dark-edufe-header.list-group-item-action {
  color: #856e49;
  background-color: #ffe9c5;
}
.list-group-item-dark-edufe-header.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-dark-edufe-header.list-group-item-action {
  color: #fff;
  background-color: #856e49;
  border-color: #856e49;
}
.list-group-item-pink-edufe-header {
  color: #72423b;
  background-color: #f5dbd8;
}
.list-group-item-pink-edufe-header.list-group-item-action:hover, .list-group-item-pink-edufe-header.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-pink-edufe-header.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-pink-edufe-header.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-pink-edufe-header.list-group-item-action {
  color: #72423b;
  background-color: #f0c8c3;
}
.list-group-item-pink-edufe-header.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-pink-edufe-header.list-group-item-action {
  color: #fff;
  background-color: #72423b;
  border-color: #72423b;
}
.list-group-item-first-card-theme-edufe {
  color: #856247;
  background-color: #ffedde;
}
.list-group-item-first-card-theme-edufe.list-group-item-action:hover, .list-group-item-first-card-theme-edufe.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-first-card-theme-edufe.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-first-card-theme-edufe.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-first-card-theme-edufe.list-group-item-action {
  color: #856247;
  background-color: #ffdec4;
}
.list-group-item-first-card-theme-edufe.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-first-card-theme-edufe.list-group-item-action {
  color: #fff;
  background-color: #856247;
  border-color: #856247;
}
.list-group-item-second-card-theme-edufe {
  color: #855846;
  background-color: #ffe7dd;
}
.list-group-item-second-card-theme-edufe.list-group-item-action:hover, .list-group-item-second-card-theme-edufe.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-second-card-theme-edufe.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-second-card-theme-edufe.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-second-card-theme-edufe.list-group-item-action {
  color: #855846;
  background-color: #ffd5c4;
}
.list-group-item-second-card-theme-edufe.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-second-card-theme-edufe.list-group-item-action {
  color: #fff;
  background-color: #855846;
  border-color: #855846;
}
.list-group-item-third-card-theme-edufe {
  color: #854c46;
  background-color: #ffe1dd;
}
.list-group-item-third-card-theme-edufe.list-group-item-action:hover, .list-group-item-third-card-theme-edufe.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-third-card-theme-edufe.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-third-card-theme-edufe.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-third-card-theme-edufe.list-group-item-action {
  color: #854c46;
  background-color: #ffcac4;
}
.list-group-item-third-card-theme-edufe.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-third-card-theme-edufe.list-group-item-action {
  color: #fff;
  background-color: #854c46;
  border-color: #854c46;
}
.list-group-item-fourth-card-theme-edufe {
  color: #72423b;
  background-color: #f5dbd8;
}
.list-group-item-fourth-card-theme-edufe.list-group-item-action:hover, .list-group-item-fourth-card-theme-edufe.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-fourth-card-theme-edufe.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-fourth-card-theme-edufe.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-fourth-card-theme-edufe.list-group-item-action {
  color: #72423b;
  background-color: #f0c8c3;
}
.list-group-item-fourth-card-theme-edufe.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-fourth-card-theme-edufe.list-group-item-action {
  color: #fff;
  background-color: #72423b;
  border-color: #72423b;
}
.list-group-item-green-pug {
  color: #4d6410;
  background-color: #e1edc0;
}
.list-group-item-green-pug.list-group-item-action:hover, .list-group-item-green-pug.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-green-pug.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-green-pug.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-green-pug.list-group-item-action {
  color: #4d6410;
  background-color: #d8e8ac;
}
.list-group-item-green-pug.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-green-pug.list-group-item-action {
  color: #fff;
  background-color: #4d6410;
  border-color: #4d6410;
}
.list-group-item-$green-cta-pug {
  color: #2e3b09;
  background-color: #d1d8bd;
}
.list-group-item-$green-cta-pug.list-group-item-action:hover, .list-group-item-$green-cta-pug.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-$green-cta-pug.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-$green-cta-pug.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-$green-cta-pug.list-group-item-action {
  color: #2e3b09;
  background-color: #c5cead;
}
.list-group-item-$green-cta-pug.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-$green-cta-pug.list-group-item-action {
  color: #fff;
  background-color: #2e3b09;
  border-color: #2e3b09;
}
.list-group-item-green-card-pug {
  color: #324f36;
  background-color: #d2e2d5;
}
.list-group-item-green-card-pug.list-group-item-action:hover, .list-group-item-green-card-pug.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-green-card-pug.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-green-card-pug.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-green-card-pug.list-group-item-action {
  color: #324f36;
  background-color: #c3d8c6;
}
.list-group-item-green-card-pug.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-green-card-pug.list-group-item-action {
  color: #fff;
  background-color: #324f36;
  border-color: #324f36;
}
.list-group-item-light-orange-card-pug {
  color: #243726;
  background-color: #cbd5cc;
}
.list-group-item-light-orange-card-pug.list-group-item-action:hover, .list-group-item-light-orange-card-pug.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-light-orange-card-pug.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-light-orange-card-pug.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-light-orange-card-pug.list-group-item-action {
  color: #243726;
  background-color: #bdcabe;
}
.list-group-item-light-orange-card-pug.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-light-orange-card-pug.list-group-item-action {
  color: #fff;
  background-color: #243726;
  border-color: #243726;
}
.list-group-item-orange-card-pug {
  color: #73452b;
  background-color: #f5ddcf;
}
.list-group-item-orange-card-pug.list-group-item-action:hover, .list-group-item-orange-card-pug.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-orange-card-pug.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-orange-card-pug.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-orange-card-pug.list-group-item-action {
  color: #73452b;
  background-color: #f1ceba;
}
.list-group-item-orange-card-pug.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-orange-card-pug.list-group-item-action {
  color: #fff;
  background-color: #73452b;
  border-color: #73452b;
}
.list-group-item-purple-card-pug {
  color: #4b4a65;
  background-color: #e0e0ee;
}
.list-group-item-purple-card-pug.list-group-item-action:hover, .list-group-item-purple-card-pug.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-purple-card-pug.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-purple-card-pug.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-purple-card-pug.list-group-item-action {
  color: #4b4a65;
  background-color: #d0cfe5;
}
.list-group-item-purple-card-pug.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-purple-card-pug.list-group-item-action {
  color: #fff;
  background-color: #4b4a65;
  border-color: #4b4a65;
}
.list-group-item-pink-card-pug {
  color: #742636;
  background-color: #f6ccd4;
}
.list-group-item-pink-card-pug.list-group-item-action:hover, .list-group-item-pink-card-pug.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-pink-card-pug.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-pink-card-pug.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-pink-card-pug.list-group-item-action {
  color: #742636;
  background-color: #f2b6c2;
}
.list-group-item-pink-card-pug.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-pink-card-pug.list-group-item-action {
  color: #fff;
  background-color: #742636;
  border-color: #742636;
}
.list-group-item-dark-purple-card-pug {
  color: #47404d;
  background-color: #dedae1;
}
.list-group-item-dark-purple-card-pug.list-group-item-action:hover, .list-group-item-dark-purple-card-pug.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-dark-purple-card-pug.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-dark-purple-card-pug.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-dark-purple-card-pug.list-group-item-action {
  color: #47404d;
  background-color: #d1ccd6;
}
.list-group-item-dark-purple-card-pug.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-dark-purple-card-pug.list-group-item-action {
  color: #fff;
  background-color: #47404d;
  border-color: #47404d;
}
.list-group-item-dark-pink-card-pug {
  color: #3c5156;
  background-color: #d8e3e6;
}
.list-group-item-dark-pink-card-pug.list-group-item-action:hover, .list-group-item-dark-pink-card-pug.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-dark-pink-card-pug.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-dark-pink-card-pug.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-dark-pink-card-pug.list-group-item-action {
  color: #3c5156;
  background-color: #c8d8dc;
}
.list-group-item-dark-pink-card-pug.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-dark-pink-card-pug.list-group-item-action {
  color: #fff;
  background-color: #3c5156;
  border-color: #3c5156;
}
.list-group-item-yellow-card-pug {
  color: #4e5a22;
  background-color: #e2e8ca;
}
.list-group-item-yellow-card-pug.list-group-item-action:hover, .list-group-item-yellow-card-pug.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-yellow-card-pug.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-yellow-card-pug.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-yellow-card-pug.list-group-item-action {
  color: #4e5a22;
  background-color: #d8e1b8;
}
.list-group-item-yellow-card-pug.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-yellow-card-pug.list-group-item-action {
  color: #fff;
  background-color: #4e5a22;
  border-color: #4e5a22;
}
.list-group-item-dark-green-card-pug {
  color: #5f2a37;
  background-color: #ebced5;
}
.list-group-item-dark-green-card-pug.list-group-item-action:hover, .list-group-item-dark-green-card-pug.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-dark-green-card-pug.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-dark-green-card-pug.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-dark-green-card-pug.list-group-item-action {
  color: #5f2a37;
  background-color: #e3bcc6;
}
.list-group-item-dark-green-card-pug.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-dark-green-card-pug.list-group-item-action {
  color: #fff;
  background-color: #5f2a37;
  border-color: #5f2a37;
}
.list-group-item-cyan-pnrr {
  color: #0f5b76;
  background-color: #bfe9f7;
}
.list-group-item-cyan-pnrr.list-group-item-action:hover, .list-group-item-cyan-pnrr.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-cyan-pnrr.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-cyan-pnrr.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-cyan-pnrr.list-group-item-action {
  color: #0f5b76;
  background-color: #a9e1f4;
}
.list-group-item-cyan-pnrr.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-cyan-pnrr.list-group-item-action {
  color: #fff;
  background-color: #0f5b76;
  border-color: #0f5b76;
}
.list-group-item-green-cta-pnrr {
  color: #2e3b09;
  background-color: #d1d8bd;
}
.list-group-item-green-cta-pnrr.list-group-item-action:hover, .list-group-item-green-cta-pnrr.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-green-cta-pnrr.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-green-cta-pnrr.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-green-cta-pnrr.list-group-item-action {
  color: #2e3b09;
  background-color: #c5cead;
}
.list-group-item-green-cta-pnrr.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-green-cta-pnrr.list-group-item-action {
  color: #fff;
  background-color: #2e3b09;
  border-color: #2e3b09;
}
.list-group-item-green-card-pnrr {
  color: #324f36;
  background-color: #d2e2d5;
}
.list-group-item-green-card-pnrr.list-group-item-action:hover, .list-group-item-green-card-pnrr.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-green-card-pnrr.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-green-card-pnrr.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-green-card-pnrr.list-group-item-action {
  color: #324f36;
  background-color: #c3d8c6;
}
.list-group-item-green-card-pnrr.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-green-card-pnrr.list-group-item-action {
  color: #fff;
  background-color: #324f36;
  border-color: #324f36;
}
.list-group-item-mission-digitalizzazione {
  color: #66727c;
  background-color: #eff5fa;
}
.list-group-item-mission-digitalizzazione.list-group-item-action:hover, .list-group-item-mission-digitalizzazione.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-mission-digitalizzazione.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-mission-digitalizzazione.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-mission-digitalizzazione.list-group-item-action {
  color: #66727c;
  background-color: #dbe9f4;
}
.list-group-item-mission-digitalizzazione.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-mission-digitalizzazione.list-group-item-action {
  color: #fff;
  background-color: #66727c;
  border-color: #66727c;
}
.list-group-item-mission-rivoluzione-verde {
  color: #4c6c2a;
  background-color: #e0f2ce;
}
.list-group-item-mission-rivoluzione-verde.list-group-item-action:hover, .list-group-item-mission-rivoluzione-verde.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-mission-rivoluzione-verde.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-mission-rivoluzione-verde.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-mission-rivoluzione-verde.list-group-item-action {
  color: #4c6c2a;
  background-color: #d4ecba;
}
.list-group-item-mission-rivoluzione-verde.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-mission-rivoluzione-verde.list-group-item-action {
  color: #fff;
  background-color: #4c6c2a;
  border-color: #4c6c2a;
}
.list-group-item-mission-infrastrutture {
  color: #854342;
  background-color: #ffdbdb;
}
.list-group-item-mission-infrastrutture.list-group-item-action:hover, .list-group-item-mission-infrastrutture.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-mission-infrastrutture.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-mission-infrastrutture.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-mission-infrastrutture.list-group-item-action {
  color: #854342;
  background-color: #ffc2c1;
}
.list-group-item-mission-infrastrutture.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-mission-infrastrutture.list-group-item-action {
  color: #fff;
  background-color: #854342;
  border-color: #854342;
}
.list-group-item-mission-istruzione {
  color: #856545;
  background-color: #fed;
}
.list-group-item-mission-istruzione.list-group-item-action:hover, .list-group-item-mission-istruzione.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-mission-istruzione.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-mission-istruzione.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-mission-istruzione.list-group-item-action {
  color: #856545;
  background-color: #ffe1c3;
}
.list-group-item-mission-istruzione.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-mission-istruzione.list-group-item-action {
  color: #fff;
  background-color: #856545;
  border-color: #856545;
}
.list-group-item-mission-coesione {
  color: #766f7b;
  background-color: #f7f4fa;
}
.list-group-item-mission-coesione.list-group-item-action:hover, .list-group-item-mission-coesione.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-mission-coesione.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-mission-coesione.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-mission-coesione.list-group-item-action {
  color: #766f7b;
  background-color: #ebe2f2;
}
.list-group-item-mission-coesione.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-mission-coesione.list-group-item-action {
  color: #fff;
  background-color: #766f7b;
  border-color: #766f7b;
}
.list-group-item-mission-salute {
  color: #857e6c;
  background-color: #fffbf2;
}
.list-group-item-mission-salute.list-group-item-action:hover, .list-group-item-mission-salute.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-mission-salute.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-mission-salute.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-mission-salute.list-group-item-action {
  color: #857e6c;
  background-color: #fff4d8;
}
.list-group-item-mission-salute.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-mission-salute.list-group-item-action {
  color: #fff;
  background-color: #857e6c;
  border-color: #857e6c;
}
.list-group-item-green-matrimoni {
  color: #475349;
  background-color: #dee4df;
}
.list-group-item-green-matrimoni.list-group-item-action:hover, .list-group-item-green-matrimoni.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-green-matrimoni.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-green-matrimoni.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-green-matrimoni.list-group-item-action {
  color: #475349;
  background-color: #d0d9d1;
}
.list-group-item-green-matrimoni.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-green-matrimoni.list-group-item-action {
  color: #fff;
  background-color: #475349;
  border-color: #475349;
}
.list-group-item-pink-matrimoni {
  color: #7f564e;
  background-color: #fce6e2;
}
.list-group-item-pink-matrimoni.list-group-item-action:hover, .list-group-item-pink-matrimoni.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-pink-matrimoni.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-pink-matrimoni.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-pink-matrimoni.list-group-item-action {
  color: #7f564e;
  background-color: #fad2cb;
}
.list-group-item-pink-matrimoni.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-pink-matrimoni.list-group-item-action {
  color: #fff;
  background-color: #7f564e;
  border-color: #7f564e;
}
.list-group-item-dark-pink-matrimoni {
  color: rgba(25, 17, 15, 0.5788);
  background-color: rgba(255, 251, 251, 0.7732);
}
.list-group-item-dark-pink-matrimoni.list-group-item-action:hover, .list-group-item-dark-pink-matrimoni.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-dark-pink-matrimoni.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-dark-pink-matrimoni.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-dark-pink-matrimoni.list-group-item-action {
  color: rgba(25, 17, 15, 0.5788);
  background-color: rgba(252, 232, 228, 0.7732);
}
.list-group-item-dark-pink-matrimoni.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-dark-pink-matrimoni.list-group-item-action {
  color: #fff;
  background-color: rgba(25, 17, 15, 0.5788);
  border-color: rgba(25, 17, 15, 0.5788);
}
.list-group-item-red-inferrara {
  color: #451412;
  background-color: #ddc3c1;
}
.list-group-item-red-inferrara.list-group-item-action:hover, .list-group-item-red-inferrara.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-red-inferrara.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-red-inferrara.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-red-inferrara.list-group-item-action {
  color: #451412;
  background-color: #d3b3b1;
}
.list-group-item-red-inferrara.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-red-inferrara.list-group-item-action {
  color: #fff;
  background-color: #451412;
  border-color: #451412;
}
.list-group-item-primary-geoportale {
  color: #184446;
  background-color: #c5dcdd;
}
.list-group-item-primary-geoportale.list-group-item-action:hover, .list-group-item-primary-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-primary-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-primary-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-primary-geoportale.list-group-item-action {
  color: #184446;
  background-color: #b5d2d4;
}
.list-group-item-primary-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-primary-geoportale.list-group-item-action {
  color: #fff;
  background-color: #184446;
  border-color: #184446;
}
.list-group-item-dark-azul-geoportale {
  color: #1f3a40;
  background-color: #c8d7da;
}
.list-group-item-dark-azul-geoportale.list-group-item-action:hover, .list-group-item-dark-azul-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-dark-azul-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-dark-azul-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-dark-azul-geoportale.list-group-item-action {
  color: #1f3a40;
  background-color: #b9ccd0;
}
.list-group-item-dark-azul-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-dark-azul-geoportale.list-group-item-action {
  color: #fff;
  background-color: #1f3a40;
  border-color: #1f3a40;
}
.list-group-item-green-geoportale {
  color: #0b3113;
  background-color: #bed2c2;
}
.list-group-item-green-geoportale.list-group-item-action:hover, .list-group-item-green-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-green-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-green-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-green-geoportale.list-group-item-action {
  color: #0b3113;
  background-color: #afc8b3;
}
.list-group-item-green-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-green-geoportale.list-group-item-action {
  color: #fff;
  background-color: #0b3113;
  border-color: #0b3113;
}
.list-group-item-dark-purple-geoportale {
  color: #362e39;
  background-color: #d4d0d6;
}
.list-group-item-dark-purple-geoportale.list-group-item-action:hover, .list-group-item-dark-purple-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-dark-purple-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-dark-purple-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-dark-purple-geoportale.list-group-item-action {
  color: #362e39;
  background-color: #c8c3ca;
}
.list-group-item-dark-purple-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-dark-purple-geoportale.list-group-item-action {
  color: #fff;
  background-color: #362e39;
  border-color: #362e39;
}
.list-group-item-dark-yellow-geoportale {
  color: #3f2f15;
  background-color: #dad1c3;
}
.list-group-item-dark-yellow-geoportale.list-group-item-action:hover, .list-group-item-dark-yellow-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-dark-yellow-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-dark-yellow-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-dark-yellow-geoportale.list-group-item-action {
  color: #3f2f15;
  background-color: #d0c5b3;
}
.list-group-item-dark-yellow-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-dark-yellow-geoportale.list-group-item-action {
  color: #fff;
  background-color: #3f2f15;
  border-color: #3f2f15;
}
.list-group-item-dark-green-geoportale {
  color: #18221b;
  background-color: #c5cac6;
}
.list-group-item-dark-green-geoportale.list-group-item-action:hover, .list-group-item-dark-green-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-dark-green-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-dark-green-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-dark-green-geoportale.list-group-item-action {
  color: #18221b;
  background-color: #b7beb9;
}
.list-group-item-dark-green-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-dark-green-geoportale.list-group-item-action {
  color: #fff;
  background-color: #18221b;
  border-color: #18221b;
}
.list-group-item-orange-geoportale {
  color: #5a2615;
  background-color: #e8ccc3;
}
.list-group-item-orange-geoportale.list-group-item-action:hover, .list-group-item-orange-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-orange-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-orange-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-orange-geoportale.list-group-item-action {
  color: #5a2615;
  background-color: #e1bcb1;
}
.list-group-item-orange-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-orange-geoportale.list-group-item-action {
  color: #fff;
  background-color: #5a2615;
  border-color: #5a2615;
}
.list-group-item-purple-geoportale {
  color: #3f153b;
  background-color: #dac3d8;
}
.list-group-item-purple-geoportale.list-group-item-action:hover, .list-group-item-purple-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-purple-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-purple-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-purple-geoportale.list-group-item-action {
  color: #3f153b;
  background-color: #d0b3cd;
}
.list-group-item-purple-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-purple-geoportale.list-group-item-action {
  color: #fff;
  background-color: #3f153b;
  border-color: #3f153b;
}
.list-group-item-blue-geoportale {
  color: #222549;
  background-color: #caccdf;
}
.list-group-item-blue-geoportale.list-group-item-action:hover, .list-group-item-blue-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-blue-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-blue-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-blue-geoportale.list-group-item-action {
  color: #222549;
  background-color: #babcd5;
}
.list-group-item-blue-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-blue-geoportale.list-group-item-action {
  color: #fff;
  background-color: #222549;
  border-color: #222549;
}
.list-group-item-azul-geoportale {
  color: #364d66;
  background-color: #d4e1ef;
}
.list-group-item-azul-geoportale.list-group-item-action:hover, .list-group-item-azul-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-azul-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-azul-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-azul-geoportale.list-group-item-action {
  color: #364d66;
  background-color: #c2d4e8;
}
.list-group-item-azul-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-azul-geoportale.list-group-item-action {
  color: #fff;
  background-color: #364d66;
  border-color: #364d66;
}
.list-group-item-red-geoportale {
  color: #571525;
  background-color: #e6c3cb;
}
.list-group-item-red-geoportale.list-group-item-action:hover, .list-group-item-red-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-red-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-red-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-red-geoportale.list-group-item-action {
  color: #571525;
  background-color: #dfb1bc;
}
.list-group-item-red-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-red-geoportale.list-group-item-action {
  color: #fff;
  background-color: #571525;
  border-color: #571525;
}
.list-group-item-brown-geoportale {
  color: #3f3315;
  background-color: #dad3c3;
}
.list-group-item-brown-geoportale.list-group-item-action:hover, .list-group-item-brown-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-brown-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-brown-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-brown-geoportale.list-group-item-action {
  color: #3f3315;
  background-color: #d0c8b3;
}
.list-group-item-brown-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-brown-geoportale.list-group-item-action {
  color: #fff;
  background-color: #3f3315;
  border-color: #3f3315;
}
.list-group-item-grey-geoportale {
  color: #222422;
  background-color: #cacbca;
}
.list-group-item-grey-geoportale.list-group-item-action:hover, .list-group-item-grey-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-grey-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-grey-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-grey-geoportale.list-group-item-action {
  color: #222422;
  background-color: #bdbfbd;
}
.list-group-item-grey-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-grey-geoportale.list-group-item-action {
  color: #fff;
  background-color: #222422;
  border-color: #222422;
}
.list-group-item-light-green-geoportale {
  color: #20471f;
  background-color: #c9dec8;
}
.list-group-item-light-green-geoportale.list-group-item-action:hover, .list-group-item-light-green-geoportale.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-light-green-geoportale.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-light-green-geoportale.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-light-green-geoportale.list-group-item-action {
  color: #20471f;
  background-color: #b9d4b9;
}
.list-group-item-light-green-geoportale.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-light-green-geoportale.list-group-item-action {
  color: #fff;
  background-color: #20471f;
  border-color: #20471f;
}
.list-group-item-brown-ssui {
  color: #3c2b1d;
  background-color: #d8cfc7;
}
.list-group-item-brown-ssui.list-group-item-action:hover, .list-group-item-brown-ssui.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-brown-ssui.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-brown-ssui.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-brown-ssui.list-group-item-action {
  color: #3c2b1d;
  background-color: #cdc2b8;
}
.list-group-item-brown-ssui.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-brown-ssui.list-group-item-action {
  color: #fff;
  background-color: #3c2b1d;
  border-color: #3c2b1d;
}
.list-group-item-light-brown-ssui {
  color: #614026;
  background-color: #ecdacc;
}
.list-group-item-light-brown-ssui.list-group-item-action:hover, .list-group-item-light-brown-ssui.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-light-brown-ssui.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-light-brown-ssui.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-light-brown-ssui.list-group-item-action {
  color: #614026;
  background-color: #e5cdba;
}
.list-group-item-light-brown-ssui.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-light-brown-ssui.list-group-item-action {
  color: #fff;
  background-color: #614026;
  border-color: #614026;
}
.list-group-item-sititematici-red {
  color: #511616;
  background-color: #e3c4c4;
}
.list-group-item-sititematici-red.list-group-item-action:hover, .list-group-item-sititematici-red.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-sititematici-red.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-sititematici-red.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-sititematici-red.list-group-item-action {
  color: #511616;
  background-color: #dbb2b2;
}
.list-group-item-sititematici-red.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-sititematici-red.list-group-item-action {
  color: #fff;
  background-color: #511616;
  border-color: #511616;
}
.list-group-item-sititematici-orange {
  color: #6e3918;
  background-color: #f3d6c4;
}
.list-group-item-sititematici-orange.list-group-item-action:hover, .list-group-item-sititematici-orange.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-sititematici-orange.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-sititematici-orange.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-sititematici-orange.list-group-item-action {
  color: #6e3918;
  background-color: #efc7af;
}
.list-group-item-sititematici-orange.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-sititematici-orange.list-group-item-action {
  color: #fff;
  background-color: #6e3918;
  border-color: #6e3918;
}
.list-group-item-sititematici-yellow {
  color: #705e05;
  background-color: #f4eaba;
}
.list-group-item-sititematici-yellow.list-group-item-action:hover, .list-group-item-sititematici-yellow.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-sititematici-yellow.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-sititematici-yellow.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-sititematici-yellow.list-group-item-action {
  color: #705e05;
  background-color: #f1e4a4;
}
.list-group-item-sititematici-yellow.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-sititematici-yellow.list-group-item-action {
  color: #fff;
  background-color: #705e05;
  border-color: #705e05;
}
.list-group-item-sititematici-turquoise {
  color: #00523c;
  background-color: #b8e4d8;
}
.list-group-item-sititematici-turquoise.list-group-item-action:hover, .list-group-item-sititematici-turquoise.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-sititematici-turquoise.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-sititematici-turquoise.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-sititematici-turquoise.list-group-item-action {
  color: #00523c;
  background-color: #a5dcce;
}
.list-group-item-sititematici-turquoise.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-sititematici-turquoise.list-group-item-action {
  color: #fff;
  background-color: #00523c;
  border-color: #00523c;
}
.list-group-item-sititematici-green {
  color: #405326;
  background-color: #dae4cc;
}
.list-group-item-sititematici-green.list-group-item-action:hover, .list-group-item-sititematici-green.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-sititematici-green.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-sititematici-green.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-sititematici-green.list-group-item-action {
  color: #405326;
  background-color: #cedbbc;
}
.list-group-item-sititematici-green.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-sititematici-green.list-group-item-action {
  color: #fff;
  background-color: #405326;
  border-color: #405326;
}
.list-group-item-sititematici-lightblue {
  color: #305754;
  background-color: #d1e7e5;
}
.list-group-item-sititematici-lightblue.list-group-item-action:hover, .list-group-item-sititematici-lightblue.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-sititematici-lightblue.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-sititematici-lightblue.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-sititematici-lightblue.list-group-item-action {
  color: #305754;
  background-color: #c1dedb;
}
.list-group-item-sititematici-lightblue.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-sititematici-lightblue.list-group-item-action {
  color: #fff;
  background-color: #305754;
  border-color: #305754;
}
.list-group-item-sititematici-darkblue {
  color: #1c2935;
  background-color: #c6ced4;
}
.list-group-item-sititematici-darkblue.list-group-item-action:hover, .list-group-item-sititematici-darkblue.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-sititematici-darkblue.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-sititematici-darkblue.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-sititematici-darkblue.list-group-item-action {
  color: #1c2935;
  background-color: #b8c1c9;
}
.list-group-item-sititematici-darkblue.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-sititematici-darkblue.list-group-item-action {
  color: #fff;
  background-color: #1c2935;
  border-color: #1c2935;
}
.list-group-item-sititematici-purple {
  color: #3e333b;
  background-color: #d9d3d8;
}
.list-group-item-sititematici-purple.list-group-item-action:hover, .list-group-item-sititematici-purple.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-sititematici-purple.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-sititematici-purple.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-sititematici-purple.list-group-item-action {
  color: #3e333b;
  background-color: #cdc6cb;
}
.list-group-item-sititematici-purple.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-sititematici-purple.list-group-item-action {
  color: #fff;
  background-color: #3e333b;
  border-color: #3e333b;
}
.list-group-item-sititematici-green-xmas {
  color: #153b1b;
  background-color: #c3d8c6;
}
.list-group-item-sititematici-green-xmas.list-group-item-action:hover, .list-group-item-sititematici-green-xmas.list-group-item-action:focus, .form-check [type='checkbox']:focus + label.list-group-item-sititematici-green-xmas.list-group-item-action, .form-check [type='radio']:focus + label.list-group-item-sititematici-green-xmas.list-group-item-action, .toggles label input[type='checkbox']:focus + .lever.list-group-item-sititematici-green-xmas.list-group-item-action {
  color: #153b1b;
  background-color: #b3cdb7;
}
.list-group-item-sititematici-green-xmas.list-group-item-action.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-group-item-sititematici-green-xmas.list-group-item-action {
  color: #fff;
  background-color: #153b1b;
  border-color: #153b1b;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus, .form-check [type='checkbox']:focus + label.close:not(:disabled):not(.disabled), .form-check [type='radio']:focus + label.close:not(:disabled):not(.disabled), .toggles label input[type='checkbox']:focus + .lever.close:not(:disabled):not(.disabled) {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 0 solid #b1b1b3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.modal-header .close {
  padding: 1.5rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  border-top: 0 solid #b1b1b3;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.5rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3rem);
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #5e7887;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #5e7887;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #5e7887;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #5e7887;
}
.tooltip-inner {
  max-width: 32em;
  padding: 1rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #5e7887;
  border-radius: 4px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 8px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 8px 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 8px 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(8px - 1px);
  border-top-right-radius: calc(8px - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #19191a;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.carousel-item, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.carousel-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .carousel-fade a.carousel-item, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.carousel-item-left, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .carousel-fade a.carousel-item-left, .carousel-fade .active.carousel-item-right, .carousel-fade .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.carousel-item-right, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .carousel-fade a.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.carousel-item-left, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .carousel-fade a.carousel-item-left, .carousel-fade .active.carousel-item-right, .carousel-fade .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.carousel-item-right, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .carousel-fade a.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  color: #ffd400;
  text-align: center;
  opacity: 1;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-next:hover, .carousel-control-prev:focus, .form-check [type='checkbox']:focus + label.carousel-control-prev, .form-check [type='radio']:focus + label.carousel-control-prev, .toggles label input[type='checkbox']:focus + .lever.carousel-control-prev, .carousel-control-next:focus, .form-check [type='checkbox']:focus + label.carousel-control-next, .form-check [type='radio']:focus + label.carousel-control-next, .toggles label input[type='checkbox']:focus + .lever.carousel-control-next {
  color: #ffd400;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffd400' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffd400' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active, .carousel-indicators .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .carousel-indicators a {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .icon, .active-filter, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card svg {
  background-color: #007db3 !important;
}
a.bg-primary:hover, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card a.icon:hover, a.active-filter:hover, button.bg-primary:hover, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card button.icon:hover, button.active-filter:hover, a.bg-primary:focus, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card a.icon:focus, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .toggles label input[type='checkbox']:focus + a.lever.icon, .toggles label .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card input[type='checkbox']:focus + a.lever.icon, a.active-filter:focus, .toggles label input[type='checkbox']:focus + a.lever.active-filter, .toggles label input[type='checkbox']:focus + a.lever.bg-primary, .toggles label .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card input[type='checkbox']:focus + a.icon.lever, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .toggles label input[type='checkbox']:focus + a.icon.lever, .toggles label input[type='checkbox']:focus + a.active-filter.lever, button.bg-primary:focus, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card button.icon:focus, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .toggles label input[type='checkbox']:focus + button.lever.icon, .toggles label .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card input[type='checkbox']:focus + button.lever.icon, button.active-filter:focus, .toggles label input[type='checkbox']:focus + button.lever.active-filter, .toggles label input[type='checkbox']:focus + button.lever.bg-primary, .toggles label .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card input[type='checkbox']:focus + button.icon.lever, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .toggles label input[type='checkbox']:focus + button.icon.lever, .toggles label input[type='checkbox']:focus + button.active-filter.lever {
  background-color: #005980 !important;
}
.bg-secondary {
  background-color: #ffd400 !important;
}
a.bg-secondary:hover, button.bg-secondary:hover, a.bg-secondary:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-secondary, button.bg-secondary:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-secondary {
  background-color: #ca0 !important;
}
.bg-success {
  background-color: #008758 !important;
}
a.bg-success:hover, button.bg-success:hover, a.bg-success:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-success, button.bg-success:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-success {
  background-color: #005437 !important;
}
.bg-info {
  background-color: #979899 !important;
}
a.bg-info:hover, button.bg-info:hover, a.bg-info:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-info, button.bg-info:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-info {
  background-color: #7e7e80 !important;
}
.bg-warning {
  background-color: #a66300 !important;
}
a.bg-warning:hover, button.bg-warning:hover, a.bg-warning:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-warning, button.bg-warning:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-warning {
  background-color: #734500 !important;
}
.bg-danger {
  background-color: #d92828 !important;
}
a.bg-danger:hover, button.bg-danger:hover, a.bg-danger:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-danger, button.bg-danger:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-danger {
  background-color: #af1f1f !important;
}
.bg-light {
  background-color: #e9e6f2 !important;
}
a.bg-light:hover, button.bg-light:hover, a.bg-light:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-light, button.bg-light:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-light {
  background-color: #ccc4e1 !important;
}
.bg-dark {
  background-color: #17324d !important;
}
a.bg-dark:hover, button.bg-dark:hover, a.bg-dark:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-dark, button.bg-dark:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-dark {
  background-color: #0b1825 !important;
}
.bg-black {
  background-color: #000 !important;
}
a.bg-black:hover, button.bg-black:hover, a.bg-black:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-black, button.bg-black:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-black {
  background-color: #000 !important;
}
.bg-white, .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable .overlay, .geoportale.banner-superiore-hp .geoportale-banner-ricerca, .dropdown-manage {
  background-color: #fff !important;
}
a.bg-white:hover, .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable a.overlay:hover, .geoportale.banner-superiore-hp a.geoportale-banner-ricerca:hover, a.dropdown-manage:hover, button.bg-white:hover, .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable button.overlay:hover, .geoportale.banner-superiore-hp button.geoportale-banner-ricerca:hover, button.dropdown-manage:hover, a.bg-white:focus, .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable a.overlay:focus, .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable .toggles label input[type='checkbox']:focus + a.lever.overlay, .toggles label .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable input[type='checkbox']:focus + a.lever.overlay, .geoportale.banner-superiore-hp a.geoportale-banner-ricerca:focus, .geoportale.banner-superiore-hp .toggles label input[type='checkbox']:focus + a.lever.geoportale-banner-ricerca, .toggles label .geoportale.banner-superiore-hp input[type='checkbox']:focus + a.lever.geoportale-banner-ricerca, a.dropdown-manage:focus, .toggles label input[type='checkbox']:focus + a.lever.dropdown-manage, .toggles label input[type='checkbox']:focus + a.lever.bg-white, .toggles label .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable input[type='checkbox']:focus + a.overlay.lever, .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable .toggles label input[type='checkbox']:focus + a.overlay.lever, .toggles label .geoportale.banner-superiore-hp input[type='checkbox']:focus + a.geoportale-banner-ricerca.lever, .geoportale.banner-superiore-hp .toggles label input[type='checkbox']:focus + a.geoportale-banner-ricerca.lever, .toggles label input[type='checkbox']:focus + a.dropdown-manage.lever, button.bg-white:focus, .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable button.overlay:focus, .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable .toggles label input[type='checkbox']:focus + button.lever.overlay, .toggles label .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable input[type='checkbox']:focus + button.lever.overlay, .geoportale.banner-superiore-hp button.geoportale-banner-ricerca:focus, .geoportale.banner-superiore-hp .toggles label input[type='checkbox']:focus + button.lever.geoportale-banner-ricerca, .toggles label .geoportale.banner-superiore-hp input[type='checkbox']:focus + button.lever.geoportale-banner-ricerca, button.dropdown-manage:focus, .toggles label input[type='checkbox']:focus + button.lever.dropdown-manage, .toggles label input[type='checkbox']:focus + button.lever.bg-white, .toggles label .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable input[type='checkbox']:focus + button.overlay.lever, .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable .toggles label input[type='checkbox']:focus + button.overlay.lever, .toggles label .geoportale.banner-superiore-hp input[type='checkbox']:focus + button.geoportale-banner-ricerca.lever, .geoportale.banner-superiore-hp .toggles label input[type='checkbox']:focus + button.geoportale-banner-ricerca.lever, .toggles label input[type='checkbox']:focus + button.dropdown-manage.lever {
  background-color: #e6e6e6 !important;
}
.bg-100, .feedback-form form input:not(.btn) {
  background-color: #e3e4e6 !important;
}
a.bg-100:hover, button.bg-100:hover, a.bg-100:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-100, button.bg-100:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-100 {
  background-color: #c9cacd !important;
}
.bg-200 {
  background-color: #cacacc !important;
}
a.bg-200:hover, button.bg-200:hover, a.bg-200:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-200, button.bg-200:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-200 {
  background-color: #b0b1b3 !important;
}
.bg-300 {
  background-color: #b1b1b3 !important;
}
a.bg-300:hover, button.bg-300:hover, a.bg-300:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-300, button.bg-300:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-300 {
  background-color: #979899 !important;
}
.bg-400 {
  background-color: #979899 !important;
}
a.bg-400:hover, button.bg-400:hover, a.bg-400:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-400, button.bg-400:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-400 {
  background-color: #7e7e80 !important;
}
.bg-500 {
  background-color: #7e7f80 !important;
}
a.bg-500:hover, button.bg-500:hover, a.bg-500:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-500, button.bg-500:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-500 {
  background-color: #656566 !important;
}
.bg-600 {
  background-color: #656566 !important;
}
a.bg-600:hover, button.bg-600:hover, a.bg-600:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-600, button.bg-600:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-600 {
  background-color: #4c4c4c !important;
}
.bg-700 {
  background-color: #4c4c4d !important;
}
a.bg-700:hover, button.bg-700:hover, a.bg-700:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-700, button.bg-700:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-700 {
  background-color: #333 !important;
}
.bg-800 {
  background-color: #323333 !important;
}
a.bg-800:hover, button.bg-800:hover, a.bg-800:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-800, button.bg-800:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-800 {
  background-color: #191919 !important;
}
.bg-900 {
  background-color: #19191a !important;
}
a.bg-900:hover, button.bg-900:hover, a.bg-900:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-900, button.bg-900:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-900 {
  background-color: #000 !important;
}
.bg-tertiary {
  background-color: #000 !important;
}
a.bg-tertiary:hover, button.bg-tertiary:hover, a.bg-tertiary:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-tertiary, button.bg-tertiary:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-tertiary {
  background-color: #000 !important;
}
.bg-card-preference-bg {
  background-color: #e1f5e5 !important;
}
a.bg-card-preference-bg:hover, button.bg-card-preference-bg:hover, a.bg-card-preference-bg:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-card-preference-bg, button.bg-card-preference-bg:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-card-preference-bg {
  background-color: #bbe8c3 !important;
}
.bg-tags-list-bg {
  background-color: #e1f5e5 !important;
}
a.bg-tags-list-bg:hover, button.bg-tags-list-bg:hover, a.bg-tags-list-bg:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-tags-list-bg, button.bg-tags-list-bg:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-tags-list-bg {
  background-color: #bbe8c3 !important;
}
.bg-tooltip-bg {
  background-color: #5e7887 !important;
}
a.bg-tooltip-bg:hover, button.bg-tooltip-bg:hover, a.bg-tooltip-bg:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-tooltip-bg, button.bg-tooltip-bg:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-tooltip-bg {
  background-color: #495d69 !important;
}
.bg-text-muted {
  background-color: #435960 !important;
}
a.bg-text-muted:hover, button.bg-text-muted:hover, a.bg-text-muted:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-text-muted, button.bg-text-muted:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-text-muted {
  background-color: #2e3d42 !important;
}
.bg-linkedin {
  background-color: #0177b5 !important;
}
a.bg-linkedin:hover, button.bg-linkedin:hover, a.bg-linkedin:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-linkedin, button.bg-linkedin:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-linkedin {
  background-color: #015682 !important;
}
.bg-facebook {
  background-color: #4867aa !important;
}
a.bg-facebook:hover, button.bg-facebook:hover, a.bg-facebook:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-facebook, button.bg-facebook:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-facebook {
  background-color: #395186 !important;
}
.bg-google {
  background-color: #ea4335 !important;
}
a.bg-google:hover, button.bg-google:hover, a.bg-google:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-google, button.bg-google:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-google {
  background-color: #d62516 !important;
}
.bg-twitter {
  background-color: #32ccfe !important;
}
a.bg-twitter:hover, button.bg-twitter:hover, a.bg-twitter:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-twitter, button.bg-twitter:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-twitter {
  background-color: #01befc !important;
}
.bg-youtube {
  background-color: #be1b1e !important;
}
a.bg-youtube:hover, button.bg-youtube:hover, a.bg-youtube:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-youtube, button.bg-youtube:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-youtube {
  background-color: #911517 !important;
}
.bg-spid {
  background-color: #06c !important;
}
a.bg-spid:hover, button.bg-spid:hover, a.bg-spid:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-spid, button.bg-spid:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-spid {
  background-color: #004c99 !important;
}
.bg-google-drive {
  background-color: #3c83f7 !important;
}
a.bg-google-drive:hover, button.bg-google-drive:hover, a.bg-google-drive:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-google-drive, button.bg-google-drive:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-google-drive {
  background-color: #0b64f5 !important;
}
.bg-dark-gray {
  background-color: #333 !important;
}
a.bg-dark-gray:hover, button.bg-dark-gray:hover, a.bg-dark-gray:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-dark-gray, button.bg-dark-gray:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-dark-gray {
  background-color: #1a1a1a !important;
}
.bg-card-gray {
  background-color: #455b71 !important;
}
a.bg-card-gray:hover, button.bg-card-gray:hover, a.bg-card-gray:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-card-gray, button.bg-card-gray:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-card-gray {
  background-color: #324251 !important;
}
.bg-green-fe {
  background-color: #338c32 !important;
}
a.bg-green-fe:hover, button.bg-green-fe:hover, a.bg-green-fe:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-green-fe, button.bg-green-fe:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-green-fe {
  background-color: #256625 !important;
}
.bg-light-edufe-header {
  background-color: #fff2db !important;
}
a.bg-light-edufe-header:hover, button.bg-light-edufe-header:hover, a.bg-light-edufe-header:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-light-edufe-header, button.bg-light-edufe-header:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-light-edufe-header {
  background-color: #ffe0a8 !important;
}
.bg-dark-edufe-header {
  background-color: #ffd48c !important;
}
a.bg-dark-edufe-header:hover, button.bg-dark-edufe-header:hover, a.bg-dark-edufe-header:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-dark-edufe-header, button.bg-dark-edufe-header:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-dark-edufe-header {
  background-color: #ffc159 !important;
}
.bg-pink-edufe-header {
  background-color: #dc7e72 !important;
}
a.bg-pink-edufe-header:hover, button.bg-pink-edufe-header:hover, a.bg-pink-edufe-header:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-pink-edufe-header, button.bg-pink-edufe-header:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-pink-edufe-header {
  background-color: #d25949 !important;
}
.bg-first-card-theme-edufe {
  background-color: #ffbd89 !important;
}
a.bg-first-card-theme-edufe:hover, button.bg-first-card-theme-edufe:hover, a.bg-first-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-first-card-theme-edufe, button.bg-first-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-first-card-theme-edufe {
  background-color: #ffa056 !important;
}
.bg-second-card-theme-edufe {
  background-color: #ffa987 !important;
}
a.bg-second-card-theme-edufe:hover, button.bg-second-card-theme-edufe:hover, a.bg-second-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-second-card-theme-edufe, button.bg-second-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-second-card-theme-edufe {
  background-color: #ff8454 !important;
}
.bg-third-card-theme-edufe {
  background-color: #ff9386 !important;
}
a.bg-third-card-theme-edufe:hover, button.bg-third-card-theme-edufe:hover, a.bg-third-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-third-card-theme-edufe, button.bg-third-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-third-card-theme-edufe {
  background-color: #ff6553 !important;
}
.bg-fourth-card-theme-edufe {
  background-color: #dc7e72 !important;
}
a.bg-fourth-card-theme-edufe:hover, button.bg-fourth-card-theme-edufe:hover, a.bg-fourth-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-fourth-card-theme-edufe, button.bg-fourth-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-fourth-card-theme-edufe {
  background-color: #d25949 !important;
}
.bg-green-pug {
  background-color: #94c01f !important;
}
a.bg-green-pug:hover, button.bg-green-pug:hover, a.bg-green-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-green-pug, button.bg-green-pug:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-green-pug {
  background-color: #729418 !important;
}
.bg-$green-cta-pug {
  background-color: #597212 !important;
}
a.bg-$green-cta-pug:hover, button.bg-$green-cta-pug:hover, a.bg-$green-cta-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-$green-cta-pug, button.bg-$green-cta-pug:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-$green-cta-pug {
  background-color: #37460b !important;
}
.bg-green-card-pug {
  background-color: #609868 !important;
}
a.bg-green-card-pug:hover, button.bg-green-card-pug:hover, a.bg-green-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-green-card-pug, button.bg-green-card-pug:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-green-card-pug {
  background-color: #4c7953 !important;
}
.bg-light-orange-card-pug {
  background-color: #466949 !important;
}
a.bg-light-orange-card-pug:hover, button.bg-light-orange-card-pug:hover, a.bg-light-orange-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-light-orange-card-pug, button.bg-light-orange-card-pug:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-light-orange-card-pug {
  background-color: #324a34 !important;
}
.bg-orange-card-pug {
  background-color: #dd8553 !important;
}
a.bg-orange-card-pug:hover, button.bg-orange-card-pug:hover, a.bg-orange-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-orange-card-pug, button.bg-orange-card-pug:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-orange-card-pug {
  background-color: #d3672a !important;
}
.bg-purple-card-pug {
  background-color: #908fc2 !important;
}
a.bg-purple-card-pug:hover, button.bg-purple-card-pug:hover, a.bg-purple-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-purple-card-pug, button.bg-purple-card-pug:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-purple-card-pug {
  background-color: #6f6eb0 !important;
}
.bg-pink-card-pug {
  background-color: #df4967 !important;
}
a.bg-pink-card-pug:hover, button.bg-pink-card-pug:hover, a.bg-pink-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-pink-card-pug, button.bg-pink-card-pug:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-pink-card-pug {
  background-color: #d02547 !important;
}
.bg-dark-purple-card-pug {
  background-color: #887c94 !important;
}
a.bg-dark-purple-card-pug:hover, button.bg-dark-purple-card-pug:hover, a.bg-dark-purple-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-dark-purple-card-pug, button.bg-dark-purple-card-pug:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-dark-purple-card-pug {
  background-color: #6f637a !important;
}
.bg-dark-pink-card-pug {
  background-color: #739ba5 !important;
}
a.bg-dark-pink-card-pug:hover, button.bg-dark-pink-card-pug:hover, a.bg-dark-pink-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-dark-pink-card-pug, button.bg-dark-pink-card-pug:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-dark-pink-card-pug {
  background-color: #5a818b !important;
}
.bg-yellow-card-pug {
  background-color: #96ae42 !important;
}
a.bg-yellow-card-pug:hover, button.bg-yellow-card-pug:hover, a.bg-yellow-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-yellow-card-pug, button.bg-yellow-card-pug:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-yellow-card-pug {
  background-color: #768934 !important;
}
.bg-dark-green-card-pug {
  background-color: #b6506a !important;
}
a.bg-dark-green-card-pug:hover, button.bg-dark-green-card-pug:hover, a.bg-dark-green-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-dark-green-card-pug, button.bg-dark-green-card-pug:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-dark-green-card-pug {
  background-color: #953e54 !important;
}
.bg-cyan-pnrr {
  background-color: #1cafe2 !important;
}
a.bg-cyan-pnrr:hover, button.bg-cyan-pnrr:hover, a.bg-cyan-pnrr:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-cyan-pnrr, button.bg-cyan-pnrr:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-cyan-pnrr {
  background-color: #168cb5 !important;
}
.bg-green-cta-pnrr {
  background-color: #597212 !important;
}
a.bg-green-cta-pnrr:hover, button.bg-green-cta-pnrr:hover, a.bg-green-cta-pnrr:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-green-cta-pnrr, button.bg-green-cta-pnrr:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-green-cta-pnrr {
  background-color: #37460b !important;
}
.bg-green-card-pnrr {
  background-color: #609868 !important;
}
a.bg-green-card-pnrr:hover, button.bg-green-card-pnrr:hover, a.bg-green-card-pnrr:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-green-card-pnrr, button.bg-green-card-pnrr:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-green-card-pnrr {
  background-color: #4c7953 !important;
}
.bg-mission-digitalizzazione {
  background-color: #c5dcee !important;
}
a.bg-mission-digitalizzazione:hover, button.bg-mission-digitalizzazione:hover, a.bg-mission-digitalizzazione:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-mission-digitalizzazione, button.bg-mission-digitalizzazione:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-mission-digitalizzazione {
  background-color: #9ec4e2 !important;
}
.bg-mission-rivoluzione-verde {
  background-color: #92d051 !important;
}
a.bg-mission-rivoluzione-verde:hover, button.bg-mission-rivoluzione-verde:hover, a.bg-mission-rivoluzione-verde:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-mission-rivoluzione-verde, button.bg-mission-rivoluzione-verde:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-mission-rivoluzione-verde {
  background-color: #79bb33 !important;
}
.bg-mission-infrastrutture {
  background-color: #ff807e !important;
}
a.bg-mission-infrastrutture:hover, button.bg-mission-infrastrutture:hover, a.bg-mission-infrastrutture:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-mission-infrastrutture, button.bg-mission-infrastrutture:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-mission-infrastrutture {
  background-color: #ff4e4b !important;
}
.bg-mission-istruzione {
  background-color: #ffc284 !important;
}
a.bg-mission-istruzione:hover, button.bg-mission-istruzione:hover, a.bg-mission-istruzione:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-mission-istruzione, button.bg-mission-istruzione:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-mission-istruzione {
  background-color: #ffa951 !important;
}
.bg-mission-coesione {
  background-color: #e2d6ec !important;
}
a.bg-mission-coesione:hover, button.bg-mission-coesione:hover, a.bg-mission-coesione:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-mission-coesione, button.bg-mission-coesione:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-mission-coesione {
  background-color: #c9b3dc !important;
}
.bg-mission-salute {
  background-color: #fff2d0 !important;
}
a.bg-mission-salute:hover, button.bg-mission-salute:hover, a.bg-mission-salute:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-mission-salute, button.bg-mission-salute:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-mission-salute {
  background-color: #ffe49d !important;
}
.bg-green-matrimoni {
  background-color: #889f8c !important;
}
a.bg-green-matrimoni:hover, button.bg-green-matrimoni:hover, a.bg-green-matrimoni:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-green-matrimoni, button.bg-green-matrimoni:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-green-matrimoni {
  background-color: #6d8771 !important;
}
.bg-pink-matrimoni {
  background-color: #f4a596 !important;
}
a.bg-pink-matrimoni:hover, button.bg-pink-matrimoni:hover, a.bg-pink-matrimoni:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-pink-matrimoni, button.bg-pink-matrimoni:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-pink-matrimoni {
  background-color: #ef7d68 !important;
}
.bg-dark-pink-matrimoni {
  background-color: rgba(244, 165, 150, 0.19) !important;
}
a.bg-dark-pink-matrimoni:hover, button.bg-dark-pink-matrimoni:hover, a.bg-dark-pink-matrimoni:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-dark-pink-matrimoni, button.bg-dark-pink-matrimoni:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-dark-pink-matrimoni {
  background-color: rgba(239, 125, 104, 0.19) !important;
}
.bg-red-inferrara {
  background-color: #842722 !important;
}
a.bg-red-inferrara:hover, button.bg-red-inferrara:hover, a.bg-red-inferrara:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-red-inferrara, button.bg-red-inferrara:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-red-inferrara {
  background-color: #5b1b18 !important;
}
.bg-primary-geoportale {
  background-color: #2f8287 !important;
}
a.bg-primary-geoportale:hover, button.bg-primary-geoportale:hover, a.bg-primary-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-primary-geoportale, button.bg-primary-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-primary-geoportale {
  background-color: #225e61 !important;
}
.bg-dark-azul-geoportale {
  background-color: #3b707b !important;
}
a.bg-dark-azul-geoportale:hover, button.bg-dark-azul-geoportale:hover, a.bg-dark-azul-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-dark-azul-geoportale, button.bg-dark-azul-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-dark-azul-geoportale {
  background-color: #2a5159 !important;
}
.bg-green-geoportale {
  background-color: #165f24 !important;
}
a.bg-green-geoportale:hover, button.bg-green-geoportale:hover, a.bg-green-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-green-geoportale, button.bg-green-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-green-geoportale {
  background-color: #0c3614 !important;
}
.bg-dark-purple-geoportale {
  background-color: #67586d !important;
}
a.bg-dark-purple-geoportale:hover, button.bg-dark-purple-geoportale:hover, a.bg-dark-purple-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-dark-purple-geoportale, button.bg-dark-purple-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-dark-purple-geoportale {
  background-color: #4c4151 !important;
}
.bg-dark-yellow-geoportale {
  background-color: #7a5a29 !important;
}
a.bg-dark-yellow-geoportale:hover, button.bg-dark-yellow-geoportale:hover, a.bg-dark-yellow-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-dark-yellow-geoportale, button.bg-dark-yellow-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-dark-yellow-geoportale {
  background-color: #543e1c !important;
}
.bg-dark-green-geoportale {
  background-color: #2f4133 !important;
}
a.bg-dark-green-geoportale:hover, button.bg-dark-green-geoportale:hover, a.bg-dark-green-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-dark-green-geoportale, button.bg-dark-green-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-dark-green-geoportale {
  background-color: #1a231c !important;
}
.bg-orange-geoportale {
  background-color: #ae4929 !important;
}
a.bg-orange-geoportale:hover, button.bg-orange-geoportale:hover, a.bg-orange-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-orange-geoportale, button.bg-orange-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-orange-geoportale {
  background-color: #85381f !important;
}
.bg-purple-geoportale {
  background-color: #7a2972 !important;
}
a.bg-purple-geoportale:hover, button.bg-purple-geoportale:hover, a.bg-purple-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-purple-geoportale, button.bg-purple-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-purple-geoportale {
  background-color: #541c4e !important;
}
.bg-blue-geoportale {
  background-color: #41488c !important;
}
a.bg-blue-geoportale:hover, button.bg-blue-geoportale:hover, a.bg-blue-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-blue-geoportale, button.bg-blue-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-blue-geoportale {
  background-color: #313669 !important;
}
.bg-azul-geoportale {
  background-color: #6795c5 !important;
}
a.bg-azul-geoportale:hover, button.bg-azul-geoportale:hover, a.bg-azul-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-azul-geoportale, button.bg-azul-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-azul-geoportale {
  background-color: #457bb4 !important;
}
.bg-red-geoportale {
  background-color: #a72947 !important;
}
a.bg-red-geoportale:hover, button.bg-red-geoportale:hover, a.bg-red-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-red-geoportale, button.bg-red-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-red-geoportale {
  background-color: #7e1f36 !important;
}
.bg-brown-geoportale {
  background-color: #7a6329 !important;
}
a.bg-brown-geoportale:hover, button.bg-brown-geoportale:hover, a.bg-brown-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-brown-geoportale, button.bg-brown-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-brown-geoportale {
  background-color: #54441c !important;
}
.bg-grey-geoportale {
  background-color: #414642 !important;
}
a.bg-grey-geoportale:hover, button.bg-grey-geoportale:hover, a.bg-grey-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-grey-geoportale, button.bg-grey-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-grey-geoportale {
  background-color: #282c29 !important;
}
.bg-light-green-geoportale {
  background-color: #3e883c !important;
}
a.bg-light-green-geoportale:hover, button.bg-light-green-geoportale:hover, a.bg-light-green-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-light-green-geoportale, button.bg-light-green-geoportale:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-light-green-geoportale {
  background-color: #2e652c !important;
}
.bg-brown-ssui {
  background-color: #735238 !important;
}
a.bg-brown-ssui:hover, button.bg-brown-ssui:hover, a.bg-brown-ssui:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-brown-ssui, button.bg-brown-ssui:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-brown-ssui {
  background-color: #513a27 !important;
}
.bg-light-brown-ssui {
  background-color: #ba7b4a !important;
}
a.bg-light-brown-ssui:hover, button.bg-light-brown-ssui:hover, a.bg-light-brown-ssui:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-light-brown-ssui, button.bg-light-brown-ssui:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-light-brown-ssui {
  background-color: #97633a !important;
}
.bg-sititematici-red {
  background-color: #9c2b2b !important;
}
a.bg-sititematici-red:hover, button.bg-sititematici-red:hover, a.bg-sititematici-red:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-sititematici-red, button.bg-sititematici-red:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-sititematici-red {
  background-color: #742020 !important;
}
.bg-sititematici-orange {
  background-color: #bf5818 !important;
}
a.bg-sititematici-orange:hover, button.bg-sititematici-orange:hover, a.bg-sititematici-orange:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-sititematici-orange, button.bg-sititematici-orange:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-sititematici-orange {
  background-color: #ac5723 !important;
}
.bg-sititematici-yellow {
  background-color: #d8b509 !important;
}
a.bg-sititematici-yellow:hover, button.bg-sititematici-yellow:hover, a.bg-sititematici-yellow:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-sititematici-yellow, button.bg-sititematici-yellow:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-sititematici-yellow {
  background-color: #a78c07 !important;
}
.bg-sititematici-turquoise {
  background-color: #009d74 !important;
}
a.bg-sititematici-turquoise:hover, button.bg-sititematici-turquoise:hover, a.bg-sititematici-turquoise:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-sititematici-turquoise, button.bg-sititematici-turquoise:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-sititematici-turquoise {
  background-color: #006a4e !important;
}
.bg-sititematici-green {
  background-color: #7c9f4a !important;
}
a.bg-sititematici-green:hover, button.bg-sititematici-green:hover, a.bg-sititematici-green:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-sititematici-green, button.bg-sititematici-green:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-sititematici-green {
  background-color: #617c3a !important;
}
.bg-sititematici-lightblue {
  background-color: #5ca8a1 !important;
}
a.bg-sititematici-lightblue:hover, button.bg-sititematici-lightblue:hover, a.bg-sititematici-lightblue:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-sititematici-lightblue, button.bg-sititematici-lightblue:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-sititematici-lightblue {
  background-color: #498882 !important;
}
.bg-sititematici-darkblue {
  background-color: #354f66 !important;
}
a.bg-sititematici-darkblue:hover, button.bg-sititematici-darkblue:hover, a.bg-sititematici-darkblue:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-sititematici-darkblue, button.bg-sititematici-darkblue:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-sititematici-darkblue {
  background-color: #243544 !important;
}
.bg-sititematici-purple {
  background-color: #786372 !important;
}
a.bg-sititematici-purple:hover, button.bg-sititematici-purple:hover, a.bg-sititematici-purple:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-sititematici-purple, button.bg-sititematici-purple:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-sititematici-purple {
  background-color: #5c4c57 !important;
}
.bg-sititematici-green-xmas {
  background-color: #287233 !important;
}
a.bg-sititematici-green-xmas:hover, button.bg-sititematici-green-xmas:hover, a.bg-sititematici-green-xmas:focus, .toggles label input[type='checkbox']:focus + a.lever.bg-sititematici-green-xmas, button.bg-sititematici-green-xmas:focus, .toggles label input[type='checkbox']:focus + button.lever.bg-sititematici-green-xmas {
  background-color: #1b4c22 !important;
}
.bg-white, .it-nav-wrapper .it-header-navbar-wrapper .navbar-collapsable .overlay, .geoportale.banner-superiore-hp .geoportale-banner-ricerca, .dropdown-manage {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border, .feedback-form form textarea, .dropdown-manage {
  border: 1px solid #b1b1b3 !important;
}
.border-top {
  border-top: 1px solid #b1b1b3 !important;
}
.border-right {
  border-right: 1px solid #b1b1b3 !important;
}
.border-bottom, .menu-profile .dropdown-menu ul li:nth-child(1), .calendary .it-calendar-wrapper .fullcalendar, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header {
  border-bottom: 1px solid #b1b1b3 !important;
}
.border-left {
  border-left: 1px solid #b1b1b3 !important;
}
.border-0, .persons-grid .grid-view table, .persons-grid .grid-view table th, .persons-grid .grid-view table td {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0, .left-page-menu-container .collapse-div, .feedback-form form input:not(.btn) {
  border-bottom: 0 !important;
}
.border-left-0, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a {
  border-left: 0 !important;
}
.border-primary, .bi-assistance a {
  border-color: #007db3 !important;
}
.border-secondary {
  border-color: #ffd400 !important;
}
.border-success {
  border-color: #008758 !important;
}
.border-info {
  border-color: #979899 !important;
}
.border-warning {
  border-color: #a66300 !important;
}
.border-danger {
  border-color: #d92828 !important;
}
.border-light, .feedback-form form textarea, .dropdown-manage {
  border-color: #e9e6f2 !important;
}
.border-dark {
  border-color: #17324d !important;
}
.border-black {
  border-color: #000 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-100 {
  border-color: #e3e4e6 !important;
}
.border-200 {
  border-color: #cacacc !important;
}
.border-300 {
  border-color: #b1b1b3 !important;
}
.border-400 {
  border-color: #979899 !important;
}
.border-500 {
  border-color: #7e7f80 !important;
}
.border-600 {
  border-color: #656566 !important;
}
.border-700 {
  border-color: #4c4c4d !important;
}
.border-800 {
  border-color: #323333 !important;
}
.border-900 {
  border-color: #19191a !important;
}
.border-tertiary {
  border-color: #000 !important;
}
.border-card-preference-bg {
  border-color: #e1f5e5 !important;
}
.border-tags-list-bg {
  border-color: #e1f5e5 !important;
}
.border-tooltip-bg {
  border-color: #5e7887 !important;
}
.border-text-muted {
  border-color: #435960 !important;
}
.border-linkedin {
  border-color: #0177b5 !important;
}
.border-facebook {
  border-color: #4867aa !important;
}
.border-google {
  border-color: #ea4335 !important;
}
.border-twitter {
  border-color: #32ccfe !important;
}
.border-youtube {
  border-color: #be1b1e !important;
}
.border-spid {
  border-color: #06c !important;
}
.border-google-drive {
  border-color: #3c83f7 !important;
}
.border-dark-gray {
  border-color: #333 !important;
}
.border-card-gray {
  border-color: #455b71 !important;
}
.border-green-fe {
  border-color: #338c32 !important;
}
.border-light-edufe-header {
  border-color: #fff2db !important;
}
.border-dark-edufe-header {
  border-color: #ffd48c !important;
}
.border-pink-edufe-header {
  border-color: #dc7e72 !important;
}
.border-first-card-theme-edufe {
  border-color: #ffbd89 !important;
}
.border-second-card-theme-edufe {
  border-color: #ffa987 !important;
}
.border-third-card-theme-edufe {
  border-color: #ff9386 !important;
}
.border-fourth-card-theme-edufe {
  border-color: #dc7e72 !important;
}
.border-green-pug {
  border-color: #94c01f !important;
}
.border-$green-cta-pug {
  border-color: #597212 !important;
}
.border-green-card-pug {
  border-color: #609868 !important;
}
.border-light-orange-card-pug {
  border-color: #466949 !important;
}
.border-orange-card-pug {
  border-color: #dd8553 !important;
}
.border-purple-card-pug {
  border-color: #908fc2 !important;
}
.border-pink-card-pug {
  border-color: #df4967 !important;
}
.border-dark-purple-card-pug {
  border-color: #887c94 !important;
}
.border-dark-pink-card-pug {
  border-color: #739ba5 !important;
}
.border-yellow-card-pug {
  border-color: #96ae42 !important;
}
.border-dark-green-card-pug {
  border-color: #b6506a !important;
}
.border-cyan-pnrr {
  border-color: #1cafe2 !important;
}
.border-green-cta-pnrr {
  border-color: #597212 !important;
}
.border-green-card-pnrr {
  border-color: #609868 !important;
}
.border-mission-digitalizzazione {
  border-color: #c5dcee !important;
}
.border-mission-rivoluzione-verde {
  border-color: #92d051 !important;
}
.border-mission-infrastrutture {
  border-color: #ff807e !important;
}
.border-mission-istruzione {
  border-color: #ffc284 !important;
}
.border-mission-coesione {
  border-color: #e2d6ec !important;
}
.border-mission-salute {
  border-color: #fff2d0 !important;
}
.border-green-matrimoni {
  border-color: #889f8c !important;
}
.border-pink-matrimoni {
  border-color: #f4a596 !important;
}
.border-dark-pink-matrimoni {
  border-color: rgba(244, 165, 150, 0.19) !important;
}
.border-red-inferrara {
  border-color: #842722 !important;
}
.border-primary-geoportale {
  border-color: #2f8287 !important;
}
.border-dark-azul-geoportale {
  border-color: #3b707b !important;
}
.border-green-geoportale {
  border-color: #165f24 !important;
}
.border-dark-purple-geoportale {
  border-color: #67586d !important;
}
.border-dark-yellow-geoportale {
  border-color: #7a5a29 !important;
}
.border-dark-green-geoportale {
  border-color: #2f4133 !important;
}
.border-orange-geoportale {
  border-color: #ae4929 !important;
}
.border-purple-geoportale {
  border-color: #7a2972 !important;
}
.border-blue-geoportale {
  border-color: #41488c !important;
}
.border-azul-geoportale {
  border-color: #6795c5 !important;
}
.border-red-geoportale {
  border-color: #a72947 !important;
}
.border-brown-geoportale {
  border-color: #7a6329 !important;
}
.border-grey-geoportale {
  border-color: #414642 !important;
}
.border-light-green-geoportale {
  border-color: #3e883c !important;
}
.border-brown-ssui {
  border-color: #735238 !important;
}
.border-light-brown-ssui {
  border-color: #ba7b4a !important;
}
.border-sititematici-red {
  border-color: #9c2b2b !important;
}
.border-sititematici-orange {
  border-color: #bf5818 !important;
}
.border-sititematici-yellow {
  border-color: #d8b509 !important;
}
.border-sititematici-turquoise {
  border-color: #009d74 !important;
}
.border-sititematici-green {
  border-color: #7c9f4a !important;
}
.border-sititematici-lightblue {
  border-color: #5ca8a1 !important;
}
.border-sititematici-darkblue {
  border-color: #354f66 !important;
}
.border-sititematici-purple {
  border-color: #786372 !important;
}
.border-sititematici-green-xmas {
  border-color: #287233 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 2px !important;
}
.rounded, .argomenti-evidenza-block img, .scheda-round, .feedback-form form input:not(.btn) {
  border-radius: 4px !important;
}
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-lg {
  border-radius: 8px !important;
}
.rounded-circle, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .icon, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card svg, .dropdown-manage, .bi-assistance a {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none, .menu-profile .dropdown-menu .myprofile-menu, .menu-profile .dropdown-menu .privacy-menu, .menu-profile .dropdown-menu .cookie-menu, .menu-profile .dropdown-menu .divider, .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a span.am, .calendary .it-calendar-wrapper .fullcalendar .fc-header-toolbar .fc-month-button, .attachments-list label, .right-subnav .espandi-voci .link-altre-voci[aria-expanded='false'] .chiudi-icon, .right-subnav .espandi-voci .link-altre-voci[aria-expanded='false'] .menu-lista-riduci, .right-subnav .espandi-voci .link-altre-voci[aria-expanded='true'] .espandi-icon, .right-subnav .espandi-voci .link-altre-voci[aria-expanded='true'] .menu-lista-apri, .fullwidth-src label.active, .errore-alert.hidden, .attachments-detail ul .news-allegato-kb, .pug-news .container-news .argomenti-sezione-elenco, .section-pnrr-news .container-news .argomenti-sezione-elenco, .bottoniera-matrimoni .btn-matrimoni .h2, .bottoniera-matrimoni .btn-matrimoni .event-container .time-event .date .day-event, .event-container .time-event .date .bottoniera-matrimoni .btn-matrimoni .day-event, .btn-rito .h2, .btn-rito .event-container .time-event .date .day-event, .event-container .time-event .date .btn-rito .day-event, .matrimoni-news .container-news .argomenti-sezione-elenco, .bottoniera-ssui .btn-ssui .h2, .bottoniera-ssui .btn-ssui .event-container .time-event .date .day-event, .event-container .time-event .date .bottoniera-ssui .btn-ssui .day-event, .bottoniera-ssui .btn-matrimoni .h2, .bottoniera-ssui .btn-matrimoni .event-container .time-event .date .day-event, .event-container .time-event .date .bottoniera-ssui .btn-matrimoni .day-event, .bottoniera-ssui .card-ssui .h2, .bottoniera-ssui .card-ssui .event-container .time-event .date .day-event, .event-container .time-event .date .bottoniera-ssui .card-ssui .day-event {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block, .right-subnav .espandi-voci .link-altre-voci[aria-expanded='false'] .espandi-icon, .right-subnav .espandi-voci .link-altre-voci[aria-expanded='false'] .menu-lista-apri, .right-subnav .espandi-voci .link-altre-voci[aria-expanded='true'] .chiudi-icon, .right-subnav .espandi-voci .link-altre-voci[aria-expanded='true'] .menu-lista-riduci, .notizia-principale.it-bottom-overlapping-content .image-container-carousel > div a {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex, .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a, .siti-tematici-layoutsection .siti-tematici-block-layoutsection > div .singleblock-sititematici, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .chip-container .chip.chip-simple .el-content, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .chip-container .chip.chip-simple .el-content, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .chip-container .chip.chip-simple .el-content, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li .chip-container .chip.chip-simple .el-content, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body .chip-container .chip.chip-simple .el-content, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .chip-container .chip.chip-simple .el-content, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li .chip-container .chip.chip-simple .el-content, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .chip-container .chip.chip-simple .el-content a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .chip-container .chip.chip-simple .el-content a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .chip-container .chip.chip-simple .el-content a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li .chip-container .chip.chip-simple .el-content a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body .chip-container .chip.chip-simple .el-content a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .chip-container .chip.chip-simple .el-content a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li .chip-container .chip.chip-simple .el-content a, .altri-argomenti-layoutsection > div.uk-container, .rubrica-panel-container .rubrica-panel > div p, .notizie-layoutsection.evidenza-section .novità-majory > div, .notizie-layoutsection.evidenza-section .novità-majory .card-calendar > div, .notizie-layoutsection.evidenza-section .novità-majory .card-body > div, .notizie-layoutsection.evidenza-section .novità-majory .attachments-detail ul li > div, .attachments-detail ul .notizie-layoutsection.evidenza-section .novità-majory li > div, .notizie-layoutsection.evidenza-section .novità-majory .categoria-box-card > div, .musei-layoutsection .musei-majory > div, .musei-layoutsection .musei-majory .card-calendar > div, .musei-layoutsection .musei-majory .card-body > div, .musei-layoutsection .musei-majory .attachments-detail ul li > div, .attachments-detail ul .musei-layoutsection .musei-majory li > div, .musei-layoutsection .musei-majory .categoria-box-card > div, .argomenti-evidenza-block .el-content, .login-page form div.row .col-md-6:nth-child(2), .login-page form .edufe-argomenti-layoutsection div.four-columns-layout .col-md-6:nth-child(2), .edufe-argomenti-layoutsection .login-page form div.four-columns-layout .col-md-6:nth-child(2), .login-page form .edufe-argomenti-layoutsection.pug div.five-columns-layout .col-md-6:nth-child(2), .edufe-argomenti-layoutsection.pug .login-page form div.five-columns-layout .col-md-6:nth-child(2), .login-page form .section-missioni div.three-columns-layout .col-md-6:nth-child(2), .section-missioni .login-page form div.three-columns-layout .col-md-6:nth-child(2), .login-page form .edufe-argomenti-layoutsection.pnrr div.five-columns-layout .col-md-6:nth-child(2), .edufe-argomenti-layoutsection.pnrr .login-page form div.five-columns-layout .col-md-6:nth-child(2), .login-page form .edufe-argomenti-layoutsection.matrimoni div.five-columns-layout .col-md-6:nth-child(2), .edufe-argomenti-layoutsection.matrimoni .login-page form div.five-columns-layout .col-md-6:nth-child(2), .login-page form .edufe-argomenti-layoutsection.ssui div.five-columns-layout .col-md-6:nth-child(2), .edufe-argomenti-layoutsection.ssui .login-page form div.five-columns-layout .col-md-6:nth-child(2), .agid-organizational-unit-create .workflow-transition-button-widget, .agid-organizational-unit-create .workflow-transition-button-widget > div.workflow-buttons-container, .pagination, .index-right-container, .index-left-container aside {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column, .rubrica-panel-container .rubrica-panel > div p, .notizie-layoutsection.evidenza-section .novità-majory > div, .notizie-layoutsection.evidenza-section .novità-majory .card-calendar > div, .notizie-layoutsection.evidenza-section .novità-majory .card-body > div, .notizie-layoutsection.evidenza-section .novità-majory .attachments-detail ul li > div, .attachments-detail ul .notizie-layoutsection.evidenza-section .novità-majory li > div, .musei-layoutsection .musei-majory > div, .musei-layoutsection .musei-majory .card-calendar > div, .musei-layoutsection .musei-majory .card-body > div, .musei-layoutsection .musei-majory .attachments-detail ul li > div, .attachments-detail ul .musei-layoutsection .musei-majory li > div, .index-right-container {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap, .news-related-pager .pagination {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1, .notizie-layoutsection.evidenza-section .novità-majory .card-body > div.text-serif, .notizie-layoutsection.evidenza-section .novità-majory .attachments-detail ul li > div.text-serif, .attachments-detail ul .notizie-layoutsection.evidenza-section .novità-majory li > div.text-serif, .musei-layoutsection .musei-majory .card-body > div.text-serif, .musei-layoutsection .musei-majory .attachments-detail ul li > div.text-serif, .attachments-detail ul .musei-layoutsection .musei-majory li > div.text-serif {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end, .login-page form div.row .col-md-6:nth-child(2), .login-page form .edufe-argomenti-layoutsection div.four-columns-layout .col-md-6:nth-child(2), .edufe-argomenti-layoutsection .login-page form div.four-columns-layout .col-md-6:nth-child(2), .login-page form .edufe-argomenti-layoutsection.pug div.five-columns-layout .col-md-6:nth-child(2), .edufe-argomenti-layoutsection.pug .login-page form div.five-columns-layout .col-md-6:nth-child(2), .login-page form .section-missioni div.three-columns-layout .col-md-6:nth-child(2), .section-missioni .login-page form div.three-columns-layout .col-md-6:nth-child(2), .login-page form .edufe-argomenti-layoutsection.pnrr div.five-columns-layout .col-md-6:nth-child(2), .edufe-argomenti-layoutsection.pnrr .login-page form div.five-columns-layout .col-md-6:nth-child(2), .login-page form .edufe-argomenti-layoutsection.matrimoni div.five-columns-layout .col-md-6:nth-child(2), .edufe-argomenti-layoutsection.matrimoni .login-page form div.five-columns-layout .col-md-6:nth-child(2), .login-page form .edufe-argomenti-layoutsection.ssui div.five-columns-layout .col-md-6:nth-child(2), .edufe-argomenti-layoutsection.ssui .login-page form div.five-columns-layout .col-md-6:nth-child(2), .agid-organizational-unit-create .workflow-transition-button-widget > div.workflow-buttons-container {
  justify-content: flex-end !important;
}
.justify-content-center, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .chip-container .chip.chip-simple .el-content, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .chip-container .chip.chip-simple .el-content, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .chip-container .chip.chip-simple .el-content, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li .chip-container .chip.chip-simple .el-content, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body .chip-container .chip.chip-simple .el-content, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .chip-container .chip.chip-simple .el-content, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li .chip-container .chip.chip-simple .el-content, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .chip-container .chip.chip-simple .el-content a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .chip-container .chip.chip-simple .el-content a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .chip-container .chip.chip-simple .el-content a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li .chip-container .chip.chip-simple .el-content a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body .chip-container .chip.chip-simple .el-content a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .chip-container .chip.chip-simple .el-content a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li .chip-container .chip.chip-simple .el-content a, .pagination, .index-left-container aside {
  justify-content: center !important;
}
.justify-content-between, .argomenti-evidenza-block .el-content {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center, .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a, .siti-tematici-layoutsection .siti-tematici-block-layoutsection > div .singleblock-sititematici, .rubrica-panel-container .rubrica-panel > div p, .notizie-layoutsection.evidenza-section .novità-majory .categoria-box-card > div, .musei-layoutsection .musei-majory .categoria-box-card > div, .argomenti-evidenza-block .el-content, .pagination {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden, .calendary .it-calendar-wrapper .fullcalendar, .card-teaser.card-one-block > div, .attachments-detail ul li.card-one-block > div, .card-teaser.card-one-block > div .card-body, .attachments-detail ul li.card-one-block > div .card-body, .attachments-detail ul li.card-one-block > div li, .card-teaser.card-one-block > div .attachments-detail ul li, .attachments-detail ul .card-teaser.card-one-block > div li, .argomenti-evidenza-block img, .attachments-detail ul li a, .attachments-detail ul li a .news-allegato-name {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative, .argomenti-evidenza-block img, .feedback-form form label, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card-teaser, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card, .section-missioni .three-columns-layout > div .card.card-teaser, .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser, .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li, .attachments-detail ul .section-missioni .three-columns-layout > div .attachments-detail ul li, .attachments-detail ul .section-missioni .three-columns-layout > div li.card-teaser, .section-missioni .three-columns-layout > div .attachments-detail ul li.card, .attachments-detail ul .section-missioni .three-columns-layout > div li.card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card-teaser, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card-teaser, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card-teaser, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card {
  position: relative !important;
}
.position-absolute, .argomenti-evidenza-block .el-content {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus, .form-check [type='checkbox']:focus + label.sr-only-focusable, .form-check [type='radio']:focus + label.sr-only-focusable, .toggles label input[type='checkbox']:focus + .lever.sr-only-focusable {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm, .dropdown-manage, .bi-assistance a {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow, .attachments-detail ul li {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg, .assistance {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .chip-container .chip.chip-simple .el-content, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .chip-container .chip.chip-simple .el-content, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .chip-container .chip.chip-simple .el-content, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li .chip-container .chip.chip-simple .el-content, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body .chip-container .chip.chip-simple .el-content, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .chip-container .chip.chip-simple .el-content, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li .chip-container .chip.chip-simple .el-content, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .chip-container .chip.chip-simple .el-content a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .chip-container .chip.chip-simple .el-content a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .chip-container .chip.chip-simple .el-content a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li .chip-container .chip.chip-simple .el-content a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body .chip-container .chip.chip-simple .el-content a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .chip-container .chip.chip-simple .el-content a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li .chip-container .chip.chip-simple .el-content a, .rubrica-panel-container .rubrica-panel > div p, .notizie-layoutsection.evidenza-section .novità-majory .image-wrapper .majory-news-card-image-wrapper img, .musei-layoutsection .musei-majory .image-wrapper .majory-news-card-image-wrapper img, .argomenti-evidenza-block, .argomenti-evidenza-block img, .attachments-detail ul {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100, .notizia-principale.modulo-cms > .uk-container .owl-stage-outer, .notizia-principale.modulo-cms > .uk-container .owl-stage-outer .owl-stage, .notizie-layoutsection.evidenza-section .novità-majory .image-wrapper > div, .notizie-layoutsection.evidenza-section .novità-majory .image-wrapper .majory-news-card-image-wrapper img, .musei-layoutsection .musei-majory .image-wrapper > div, .musei-layoutsection .musei-majory .image-wrapper .majory-news-card-image-wrapper img, .musei-layoutsection .musei-majory .card-body > div, .musei-layoutsection .musei-majory .attachments-detail ul li > div, .attachments-detail ul .musei-layoutsection .musei-majory li > div, .argomenti-evidenza-block, .argomenti-evidenza-block img, .notizia-principale.it-bottom-overlapping-content .image-container-carousel > div, .notizia-principale.it-bottom-overlapping-content .image-container-carousel > div a, .notizia-principale.it-bottom-overlapping-content .image-container-carousel > div a img, .os-detail-banner > div {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100, .attachments-detail ul {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0, .scheda-verde-link {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a span, .intro-section .autocomplete-icon svg, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, main, .notizie-layoutsection .notizie-block-layoutsection > div .box-card > .uk-container .categoria-box-card > .uk-container .title-category, .siti-tematici-layoutsection .siti-tematici-block-layoutsection > h1, .siti-tematici-layoutsection .siti-tematici-block-layoutsection h2, .siti-tematici-layoutsection .siti-tematici-block-layoutsection h3, .siti-tematici-layoutsection .siti-tematici-block-layoutsection h4, .siti-tematici-layoutsection .siti-tematici-block-layoutsection h5, .siti-tematici-layoutsection .siti-tematici-block-layoutsection h6, .calendary .it-calendar-wrapper .fullcalendar .fc-header-toolbar, .calendary .it-calendar-wrapper .fullcalendar .fc-header-toolbar .fc-month-button, .box-card p, .attachments-list .attachment-list-item, .right-subnav .always-show-menu ul, .chip.chip-primary .el-title, .one-line p, .alert p, .cms-landing-form .form-group .col-xs-12 label, .index-right-container > .it-page-section p, .uk-button-default .el-title, .uk-button-default.uk-button-small .el-title, .uk-button-large .el-title, .feedback-form form label, .sitemap-container div div ul, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .card .card-body p, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div .attachments-detail ul li li p, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div li .card-body p, .edufe-argomenti-layoutsection.pug .four-columns-layout > div .card .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.pug .four-columns-layout > div .card li p, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card .card-body p, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .attachments-detail ul li li p, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div li .card-body p, .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .four-columns-layout > div .card li p, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card .card-body p, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .attachments-detail ul li li p, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div li .card-body p, .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .four-columns-layout > div .card li p, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card .card-body p, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li .card-body p, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .attachments-detail ul li li p, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div li .card-body p, .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card .attachments-detail ul li p, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .four-columns-layout > div .card li p, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 4px !important;
}
.mt-1, .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item .nav-link.nav-link-plugin svg, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card svg, .my-1 {
  margin-top: 4px !important;
}
.mr-1, .mx-1 {
  margin-right: 4px !important;
}
.mb-1, .my-1 {
  margin-bottom: 4px !important;
}
.ml-1, .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item .nav-link.nav-link-plugin svg, .mx-1 {
  margin-left: 4px !important;
}
.m-2 {
  margin: 8px !important;
}
.mt-2, .my-2, .edufe-argomenti-layoutsection .four-columns-layout > div, .index-right-container ul.uk-subnav li, .edufe-argomenti-layoutsection.pug .five-columns-layout > div, .section-missioni .three-columns-layout > div, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div {
  margin-top: 8px !important;
}
.mr-2, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card img, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card img, .argomenti-correlati-section a.link-panel, .cms-landing-form .form-group .checkbox > label input[type="checkbox"], .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card svg, .feedback-form form .privacy_policy_item .form-group .row .col-xs-12:nth-child(2) .radio input, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection .four-columns-layout .col-xs-12:nth-child(2) .radio input, .edufe-argomenti-layoutsection .feedback-form form .privacy_policy_item .form-group .four-columns-layout .col-xs-12:nth-child(2) .radio input, .feedback-form form .privacy_policy_item .form-group .attachments-detail ul .col-xs-12:nth-child(2) .radio input, .attachments-detail .feedback-form form .privacy_policy_item .form-group ul .col-xs-12:nth-child(2) .radio input, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.pug .five-columns-layout .col-xs-12:nth-child(2) .radio input, .edufe-argomenti-layoutsection.pug .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(2) .radio input, .feedback-form form .privacy_policy_item .form-group .section-missioni .three-columns-layout .col-xs-12:nth-child(2) .radio input, .section-missioni .feedback-form form .privacy_policy_item .form-group .three-columns-layout .col-xs-12:nth-child(2) .radio input, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.pnrr .five-columns-layout .col-xs-12:nth-child(2) .radio input, .edufe-argomenti-layoutsection.pnrr .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(2) .radio input, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.matrimoni .five-columns-layout .col-xs-12:nth-child(2) .radio input, .edufe-argomenti-layoutsection.matrimoni .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(2) .radio input, .feedback-form form .privacy_policy_item .form-group .edufe-argomenti-layoutsection.ssui .five-columns-layout .col-xs-12:nth-child(2) .radio input, .edufe-argomenti-layoutsection.ssui .feedback-form form .privacy_policy_item .form-group .five-columns-layout .col-xs-12:nth-child(2) .radio input, .mx-2, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .img-responsive-wrapper, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .img-responsive-wrapper, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .argomenti-evidenza-block img, .argomenti-evidenza-block .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li img, .attachments-detail ul .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper li .img-responsive-wrapper, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .argomenti-evidenza-block img, .argomenti-evidenza-block .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card img, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .img-responsive-wrapper, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .img-responsive-wrapper, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .argomenti-evidenza-block img, .argomenti-evidenza-block .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li img, .attachments-detail ul .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper li .img-responsive-wrapper, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .argomenti-evidenza-block img, .argomenti-evidenza-block .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card img, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .card-body, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .card-body, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li li, .attachments-detail ul .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper li .card-body, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .attachments-detail ul li, .attachments-detail ul .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card li, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .card-body, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .card-body, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li li, .attachments-detail ul .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper li .card-body, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .attachments-detail ul li, .attachments-detail ul .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card li {
  margin-right: 8px !important;
}
.mb-2, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .index-left-container aside, .my-2, .edufe-argomenti-layoutsection .four-columns-layout > div, .index-right-container ul.uk-subnav li, .edufe-argomenti-layoutsection.pug .five-columns-layout > div, .section-missioni .three-columns-layout > div, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div {
  margin-bottom: 8px !important;
}
.ml-2, .mx-2, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .img-responsive-wrapper, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .img-responsive-wrapper, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .argomenti-evidenza-block img, .argomenti-evidenza-block .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li img, .attachments-detail ul .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper li .img-responsive-wrapper, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .argomenti-evidenza-block img, .argomenti-evidenza-block .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card img, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .img-responsive-wrapper, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .img-responsive-wrapper, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .argomenti-evidenza-block img, .argomenti-evidenza-block .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li img, .attachments-detail ul .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper li .img-responsive-wrapper, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .argomenti-evidenza-block img, .argomenti-evidenza-block .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card img, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .card-body, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .card-body, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li li, .attachments-detail ul .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper li .card-body, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .attachments-detail ul li, .attachments-detail ul .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card li, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .card-body, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .card-body, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li li, .attachments-detail ul .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper li .card-body, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .attachments-detail ul li, .attachments-detail ul .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card li {
  margin-left: 8px !important;
}
.m-3 {
  margin: 16px !important;
}
.mt-3, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .read-more a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .read-more a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .read-more a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li .read-more a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body .read-more a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .read-more a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a a, .attachments-detail ul .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li .read-more a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a a, .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .notizia-principale .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer .owl-stage .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a a, .cms-landing-form .form-group .col-xs-12 textarea, .pug-button a, .pug-news .container-news .read-more, .pug-news .container-news .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-news .container-news a, .pug-news .container-news .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-news .container-news a, .pnrr-button a, .section-pnrr-news .container-news .read-more, .section-pnrr-news .container-news .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .section-pnrr-news .container-news a, .section-pnrr-news .container-news .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .section-pnrr-news .container-news a, .matrimoni-news .container-news .read-more, .matrimoni-news .container-news .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-news .container-news a, .matrimoni-news .container-news .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-news .container-news a, .ssui.notizie-layoutsection .container-news .read-more, .ssui.notizie-layoutsection .container-news .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui.notizie-layoutsection .container-news a, .ssui.notizie-layoutsection .container-news .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui.notizie-layoutsection .container-news a, .my-3, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a + div, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li a + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .event-container .time-event .date .year-event + div, .event-container .time-event .date .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .year-event + div, .attachments-detail ul .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper li .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a + div, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body a + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .event-container .time-event .date .year-event + div, .event-container .time-event .date .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .year-event + div, .index-right-container ul.uk-subnav:not(.internal):nth-child(1) > li:not(.internal) {
  margin-top: 16px !important;
}
.mr-3, .siti-tematici-layoutsection .siti-tematici-block-layoutsection > div .singleblock-sititematici img, .mx-3 {
  margin-right: 16px !important;
}
.mb-3, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .argomenti-evidenza-block .el-content, .my-3, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a + div, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li a + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .event-container .time-event .date .year-event + div, .event-container .time-event .date .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .year-event + div, .attachments-detail ul .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper li .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a + div, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body a + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .event-container .time-event .date .year-event + div, .event-container .time-event .date .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .year-event + div, .index-right-container ul.uk-subnav:not(.internal):nth-child(1) > li:not(.internal) {
  margin-bottom: 16px !important;
}
.ml-3, .mx-3 {
  margin-left: 16px !important;
}
.m-4 {
  margin: 24px !important;
}
.mt-4, .feedback-form form, .my-4, .agid-organizational-unit-search input {
  margin-top: 24px !important;
}
.mr-4, .mx-4 {
  margin-right: 24px !important;
}
.mb-4, .notizie-layoutsection .notizie-block-layoutsection > div, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .title-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div, .feedback-form form .form-group, .my-4, .agid-organizational-unit-search input {
  margin-bottom: 24px !important;
}
.ml-4, .left-page-menu-container .lvl-3, .mx-4 {
  margin-left: 24px !important;
}
.m-5 {
  margin: 48px !important;
}
.mt-5, .geoportale-layout .modulo-getcapabilities .pagination, .my-5 {
  margin-top: 48px !important;
}
.mr-5, .mx-5 {
  margin-right: 48px !important;
}
.mb-5, .index-right-container > .it-page-section, .my-5 {
  margin-bottom: 48px !important;
}
.ml-5, .mx-5 {
  margin-left: 48px !important;
}
.p-0, .pug-mobile-banner.it-hero-wrapper > div, .pnrr-mobile-banner.it-hero-wrapper > div, .matrimoni-mobile-banner.it-hero-wrapper > div, .ssui-mobile-banner.it-hero-wrapper > div {
  padding: 0 !important;
}
.pt-0, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a + div, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li a + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .event-container .time-event .date .year-event + div, .event-container .time-event .date .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .year-event + div, .attachments-detail ul .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper li .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a + div, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body a + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .event-container .time-event .date .year-event + div, .event-container .time-event .date .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .year-event + div, .index-right-container, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper, .py-0, .tag-checkbox-container.size-sm .card, .tag-checkbox-container.size-sm .attachments-detail ul li, .attachments-detail ul .tag-checkbox-container.size-sm li {
  padding-top: 0 !important;
}
.pr-0, .it-header-slim-wrapper .it-header-slim-wrapper-content, .px-0, .right-subnav, .feedback-form form label {
  padding-right: 0 !important;
}
.pb-0, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a + div, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li a + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .event-container .time-event .date .year-event + div, .event-container .time-event .date .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .attachments-detail ul li .year-event + div, .attachments-detail ul .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper li .h5 + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a + div, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body a + div, .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .event-container .time-event .date .year-event + div, .event-container .time-event .date .luoghi-section .notizie-layoutsection.evidenza-section .novità-majory .card-wrapper .card-body .year-event + div, .attachments-list .attachment-list-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper, .py-0, .tag-checkbox-container.size-sm .card, .tag-checkbox-container.size-sm .attachments-detail ul li, .attachments-detail ul .tag-checkbox-container.size-sm li {
  padding-bottom: 0 !important;
}
.pl-0, .it-header-slim-wrapper .it-header-slim-wrapper-content, .calendary .it-calendar-wrapper .card-wrapper .card h5 span, .calendary .it-calendar-wrapper .card-wrapper .attachments-detail ul li h5 span, .attachments-detail ul .calendary .it-calendar-wrapper .card-wrapper li h5 span, .cms-landing-form .form-group .col-xs-12 label, .cms-landing-form .form-group .col-xs-12 input[type="text"], .cms-landing-form .form-group .checkbox > label, .attachments-detail ul, .px-0, .right-subnav, .feedback-form form label {
  padding-left: 0 !important;
}
.p-1 {
  padding: 4px !important;
}
.pt-1, .py-1, .sitemap-container div div ul li {
  padding-top: 4px !important;
}
.pr-1, .px-1 {
  padding-right: 4px !important;
}
.pb-1, .py-1, .sitemap-container div div ul li {
  padding-bottom: 4px !important;
}
.pl-1, .px-1 {
  padding-left: 4px !important;
}
.p-2, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header, .calendary .it-calendar-wrapper .fullcalendar .fc-bg .table-bordered td {
  padding: 8px !important;
}
.pt-2, .py-2, .tag-checkbox-container.size-md .card, .tag-checkbox-container.size-md .attachments-detail ul li, .attachments-detail ul .tag-checkbox-container.size-md li {
  padding-top: 8px !important;
}
.pr-2, .px-2, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-body .fc-event-container a, .tag-checkbox-container.size-sm .card, .tag-checkbox-container.size-sm .attachments-detail ul li, .attachments-detail ul .tag-checkbox-container.size-sm li {
  padding-right: 8px !important;
}
.pb-2, .py-2, .tag-checkbox-container.size-md .card, .tag-checkbox-container.size-md .attachments-detail ul li, .attachments-detail ul .tag-checkbox-container.size-md li {
  padding-bottom: 8px !important;
}
.pl-2, .px-2, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-body .fc-event-container a, .tag-checkbox-container.size-sm .card, .tag-checkbox-container.size-sm .attachments-detail ul li, .attachments-detail ul .tag-checkbox-container.size-sm li {
  padding-left: 8px !important;
}
.p-3, .argomenti-evidenza-block .el-content, .geoportale.banner-superiore-hp .geoportale-banner-ricerca {
  padding: 16px !important;
}
.pt-3, .amministrazione-section .list-view .agid-generic-card-container.box-card > div > div:not(.categoria-box-card) > div, .py-3, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-body .fc-event-container a, .cronacacomune-layoutsection .box-card > div > div:not(.card-title) {
  padding-top: 16px !important;
}
.pr-3, .px-3, .tag-checkbox-container.size-md .card, .tag-checkbox-container.size-md .attachments-detail ul li, .attachments-detail ul .tag-checkbox-container.size-md li {
  padding-right: 16px !important;
}
.pb-3, .amministrazione-section .list-view .agid-generic-card-container.box-card > div > div:not(.categoria-box-card) > div:nth-child(2), .py-3, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-body .fc-event-container a, .cronacacomune-layoutsection .box-card > div > div:not(.card-title) {
  padding-bottom: 16px !important;
}
.pl-3, .px-3, .tag-checkbox-container.size-md .card, .tag-checkbox-container.size-md .attachments-detail ul li, .attachments-detail ul .tag-checkbox-container.size-md li {
  padding-left: 16px !important;
}
.p-4, .siti-tematici-layoutsection .siti-tematici-block-layoutsection > div .singleblock-sititematici, .attachments-detail ul li, .scheda-verde-link {
  padding: 24px !important;
}
.pt-4, .index-right-container, .py-4, .banner-covid .uk-background-norepeat {
  padding-top: 24px !important;
}
.pr-4, .px-4 {
  padding-right: 24px !important;
}
.pb-4, .siti-tematici-layoutsection .siti-tematici-block-layoutsection > div, .py-4, .banner-covid .uk-background-norepeat {
  padding-bottom: 24px !important;
}
.pl-4, .px-4 {
  padding-left: 24px !important;
}
.p-5 {
  padding: 48px !important;
}
.pt-5, .py-5, .geoportale.banner-superiore-hp > div, .edufe-argomenti-layoutsection.pug > .uk-container {
  padding-top: 48px !important;
}
.pr-5, .px-5 {
  padding-right: 48px !important;
}
.pb-5, .py-5, .geoportale.banner-superiore-hp > div, .edufe-argomenti-layoutsection.pug > .uk-container {
  padding-bottom: 48px !important;
}
.pl-5, .px-5 {
  padding-left: 48px !important;
}
.m-n1 {
  margin: -4px !important;
}
.mt-n1, .my-n1 {
  margin-top: -4px !important;
}
.mr-n1, .mx-n1 {
  margin-right: -4px !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -4px !important;
}
.ml-n1, .mx-n1 {
  margin-left: -4px !important;
}
.m-n2 {
  margin: -8px !important;
}
.mt-n2, .my-n2 {
  margin-top: -8px !important;
}
.mr-n2, .mx-n2 {
  margin-right: -8px !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -8px !important;
}
.ml-n2, .mx-n2 {
  margin-left: -8px !important;
}
.m-n3 {
  margin: -16px !important;
}
.mt-n3, .my-n3 {
  margin-top: -16px !important;
}
.mr-n3, .mx-n3 {
  margin-right: -16px !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -16px !important;
}
.ml-n3, .mx-n3 {
  margin-left: -16px !important;
}
.m-n4 {
  margin: -24px !important;
}
.mt-n4, .my-n4 {
  margin-top: -24px !important;
}
.mr-n4, .mx-n4 {
  margin-right: -24px !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -24px !important;
}
.ml-n4, .mx-n4 {
  margin-left: -24px !important;
}
.m-n5 {
  margin: -48px !important;
}
.mt-n5, .my-n5 {
  margin-top: -48px !important;
}
.mr-n5, .mx-n5 {
  margin-right: -48px !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -48px !important;
}
.ml-n5, .mx-n5 {
  margin-left: -48px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 4px !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 4px !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 4px !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 4px !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 4px !important;
  }
  .m-sm-2 {
    margin: 8px !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 8px !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 8px !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 8px !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 8px !important;
  }
  .m-sm-3 {
    margin: 16px !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 16px !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 16px !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 16px !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 16px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 24px !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 24px !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 24px !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 24px !important;
  }
  .m-sm-5 {
    margin: 48px !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 48px !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 48px !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 48px !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 48px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 4px !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 4px !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 4px !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 4px !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 4px !important;
  }
  .p-sm-2 {
    padding: 8px !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 8px !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 8px !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 8px !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 8px !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 16px !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 16px !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 16px !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 16px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 24px !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 24px !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 24px !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 24px !important;
  }
  .p-sm-5 {
    padding: 48px !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 48px !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 48px !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 48px !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 48px !important;
  }
  .m-sm-n1 {
    margin: -4px !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -4px !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -4px !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -4px !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -4px !important;
  }
  .m-sm-n2 {
    margin: -8px !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -8px !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -8px !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -8px !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -8px !important;
  }
  .m-sm-n3 {
    margin: -16px !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -16px !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -16px !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -16px !important;
  }
  .m-sm-n4 {
    margin: -24px !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -24px !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -24px !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -24px !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -24px !important;
  }
  .m-sm-n5 {
    margin: -48px !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -48px !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -48px !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -48px !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -48px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0, .edufe-argomenti-layoutsection .four-columns-layout > div, .edufe-argomenti-layoutsection.pug .five-columns-layout > div, .section-missioni .three-columns-layout > div, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0, .edufe-argomenti-layoutsection .four-columns-layout > div, .edufe-argomenti-layoutsection.pug .five-columns-layout > div, .section-missioni .three-columns-layout > div, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 4px !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 4px !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 4px !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 4px !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 8px !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 8px !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 8px !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 8px !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 16px !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 16px !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 16px !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 16px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 24px !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 24px !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 24px !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 24px !important;
  }
  .m-md-5 {
    margin: 48px !important;
  }
  .mt-md-5, .os-detail-banner > div:nth-child(1), .my-md-5 {
    margin-top: 48px !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 48px !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 48px !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 48px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 4px !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 4px !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 4px !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 4px !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 8px !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 8px !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 8px !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 8px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 16px !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 16px !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 16px !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 24px !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 24px !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 24px !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 24px !important;
  }
  .p-md-5 {
    padding: 48px !important;
  }
  .pt-md-5, .os-detail-banner > div:nth-child(1), .py-md-5 {
    padding-top: 48px !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 48px !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 48px !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 48px !important;
  }
  .m-md-n1 {
    margin: -4px !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -4px !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -4px !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -4px !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -4px !important;
  }
  .m-md-n2 {
    margin: -8px !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -8px !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -8px !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -8px !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -8px !important;
  }
  .m-md-n3 {
    margin: -16px !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -16px !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -16px !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -16px !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -16px !important;
  }
  .m-md-n4 {
    margin: -24px !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -24px !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -24px !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -24px !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -24px !important;
  }
  .m-md-n5 {
    margin: -48px !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -48px !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -48px !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -48px !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -48px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 4px !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 4px !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 4px !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 4px !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 8px !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 8px !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 8px !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 8px !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 16px !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 16px !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 16px !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 16px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 24px !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 24px !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 24px !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 24px !important;
  }
  .m-lg-5 {
    margin: 48px !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 48px !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 48px !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 48px !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 48px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 4px !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 4px !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 4px !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 4px !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 8px !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 8px !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 8px !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 8px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 16px !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 16px !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 16px !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 24px !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 24px !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 24px !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 24px !important;
  }
  .p-lg-5 {
    padding: 48px !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 48px !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 48px !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 48px !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 48px !important;
  }
  .m-lg-n1 {
    margin: -4px !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -4px !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -4px !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -4px !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -4px !important;
  }
  .m-lg-n2 {
    margin: -8px !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -8px !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -8px !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -8px !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -8px !important;
  }
  .m-lg-n3 {
    margin: -16px !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -16px !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -16px !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -16px !important;
  }
  .m-lg-n4 {
    margin: -24px !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -24px !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -24px !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -24px !important;
  }
  .m-lg-n5 {
    margin: -48px !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -48px !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -48px !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -48px !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -48px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 4px !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 4px !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 4px !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 4px !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 4px !important;
  }
  .m-xl-2 {
    margin: 8px !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 8px !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 8px !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 8px !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 8px !important;
  }
  .m-xl-3 {
    margin: 16px !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 16px !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 16px !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 16px !important;
  }
  .m-xl-4 {
    margin: 24px !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 24px !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 24px !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 24px !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 24px !important;
  }
  .m-xl-5 {
    margin: 48px !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 48px !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 48px !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 48px !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 48px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 4px !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 4px !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 4px !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 4px !important;
  }
  .p-xl-2 {
    padding: 8px !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 8px !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 8px !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 8px !important;
  }
  .p-xl-3 {
    padding: 16px !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 16px !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 16px !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 16px !important;
  }
  .p-xl-4 {
    padding: 24px !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 24px !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 24px !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 24px !important;
  }
  .p-xl-5 {
    padding: 48px !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 48px !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 48px !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 48px !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 48px !important;
  }
  .m-xl-n1 {
    margin: -4px !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -4px !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -4px !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -4px !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -4px !important;
  }
  .m-xl-n2 {
    margin: -8px !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -8px !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -8px !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -8px !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -8px !important;
  }
  .m-xl-n3 {
    margin: -16px !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -16px !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -16px !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -16px !important;
  }
  .m-xl-n4 {
    margin: -24px !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -24px !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -24px !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -24px !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -24px !important;
  }
  .m-xl-n5 {
    margin: -48px !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -48px !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -48px !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -48px !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -48px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: 'Roboto Mono', monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left, .intro-section .right-subnav {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center, .rubrica-panel-container .rubrica-panel > div p {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase, .notizie-layoutsection .notizie-block-layoutsection > div .box-card > .uk-container .categoria-box-card > .uk-container .title-category {
  text-transform: uppercase !important;
}
.text-capitalize, .calendary .it-calendar-wrapper .fullcalendar .fc-header-toolbar h2 {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal, .left-page-menu-container .lvl-3 a {
  font-weight: 400 !important;
}
.font-weight-bold, .rubrica-panel-container .rubrica-panel > div p, .edufe-argomenti-layoutsection .four-columns-layout > div .card a, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li a, .container-categoria div:not(.check-child) .form-check:nth-child(1) label, .cms-landing-form .form-group .col-xs-12 label, .attachments-detail ul li a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:hover {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white, .servizi-evidenza .evidenza-section .box-card .h5.text-black a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.text-black a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizie-layoutsection.evidenza-section .novità-majory .card-title a a, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .musei-layoutsection .musei-majory .card-title a a, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .card a a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a a, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div li a a, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizia-principale.it-bottom-overlapping-content .card-title a a, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card a.text-black a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .year-event.text-black a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.year-event a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-socials.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.year-event a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .rubrica-panel-container .rubrica-panel > div p.year-event a, .rubrica-panel-container .rubrica-panel > div .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date p.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event a, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .musei-layoutsection .musei-majory .card-title a.year-event a, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event a, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div li a.year-event a, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizia-principale.it-bottom-overlapping-content .card-title a.year-event a, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .btn-matrimoni h3.el-subtitle.year-event a, .bottoniera-ssui .btn-matrimoni .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date h3.el-subtitle.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .card-ssui h3.el-subtitle.year-event a, .bottoniera-ssui .card-ssui .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date h3.el-subtitle.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .year-event.text-black a, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.h5 a, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials a, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-socials a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .year-event.it-socials a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .it-socials.h5 a, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-search-wrapper a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .year-event.it-search-wrapper a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.h5 a, .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div .event-container .time-event .date p.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.year-event a, .rubrica-panel-container .rubrica-panel > div .servizi-evidenza .evidenza-section .box-card p.h5 a, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.h5 a, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a a, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .event-container .time-event .date a.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event a, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card a.h5 a, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.h5 a, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a a, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .event-container .time-event .date a.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.year-event a, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card a.h5 a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.h5 a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.h5 a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .event-container .time-event .date a.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event a, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div li a.h5 a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .event-container .time-event .date a.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event a, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card a.h5 a, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.h5 a, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a a, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .event-container .time-event .date a.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.year-event a, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card a.h5 a, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.el-subtitle.h5 a, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni .event-container .time-event .date h3.year-event.el-subtitle a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.year-event.el-subtitle a, .bottoniera-ssui .btn-matrimoni .servizi-evidenza .evidenza-section .box-card h3.el-subtitle.h5 a, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.el-subtitle.h5 a, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui .event-container .time-event .date h3.year-event.el-subtitle a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.year-event.el-subtitle a, .bottoniera-ssui .card-ssui .servizi-evidenza .evidenza-section .box-card h3.el-subtitle.h5 a, .btn-secondary-backend, .btn-dark-blue-backend, .active-filter, .feedback-form form input[id="submit"], .pug-button a, .pnrr-button a, .bottoniera-matrimoni .btn-matrimoni h3.el-subtitle, .btn-rito h3.el-subtitle, .bottoniera-ssui .btn-ssui h3.el-subtitle {
  color: #fff !important;
}
.text-primary {
  color: #004867 !important;
}
a.text-primary:hover, a.text-primary:focus, .toggles label input[type='checkbox']:focus + a.lever.text-primary {
  color: #00364d !important;
}
.text-secondary {
  color: #b39400 !important;
}
a.text-secondary:hover, a.text-secondary:focus, .toggles label input[type='checkbox']:focus + a.lever.text-secondary {
  color: #997f00 !important;
}
.text-success {
  color: #003b26 !important;
}
a.text-success:hover, a.text-success:focus, .toggles label input[type='checkbox']:focus + a.lever.text-success {
  color: #002116 !important;
}
.text-info {
  color: #717273 !important;
}
a.text-info:hover, a.text-info:focus, .toggles label input[type='checkbox']:focus + a.lever.text-info {
  color: #646566 !important;
}
.text-warning {
  color: #4a2c00 !important;
}
a.text-warning:hover, a.text-warning:focus, .toggles label input[type='checkbox']:focus + a.lever.text-warning {
  color: #402600 !important;
}
.text-danger {
  color: #991b1b !important;
}
a.text-danger:hover, a.text-danger:focus, .toggles label input[type='checkbox']:focus + a.lever.text-danger {
  color: #841717 !important;
}
.text-light {
  color: #bdb4d8 !important;
}
a.text-light:hover, a.text-light:focus, .toggles label input[type='checkbox']:focus + a.lever.text-light {
  color: #aea3d0 !important;
}
.text-dark {
  color: #050b12 !important;
}
a.text-dark:hover, a.text-dark:focus, .toggles label input[type='checkbox']:focus + a.lever.text-dark {
  color: #000 !important;
}
.text-black, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper, .rubrica-panel-container .rubrica-panel > div p, .notizie-layoutsection.evidenza-section .novità-majory .card-title a, .musei-layoutsection .musei-majory .card-title a, .edufe-argomenti-layoutsection .four-columns-layout > div .card a, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li a, .notizia-principale.it-bottom-overlapping-content .card-title a, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper, .bottoniera-ssui .btn-matrimoni h3.el-subtitle, .bottoniera-ssui .card-ssui h3.el-subtitle {
  color: #000 !important;
}
a.text-black:hover, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials:hover, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper:hover, .notizie-layoutsection.evidenza-section .novità-majory .card-title a:hover, .musei-layoutsection .musei-majory .card-title a:hover, .edufe-argomenti-layoutsection .four-columns-layout > div .card a:hover, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a:hover, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li a:hover, .notizia-principale.it-bottom-overlapping-content .card-title a:hover, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper:hover, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper:hover, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper:hover, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper:hover, a.text-black:focus, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials:focus, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .toggles label input[type='checkbox']:focus + a.lever.it-socials, .toggles label .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone input[type='checkbox']:focus + a.lever.it-socials, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper:focus, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .toggles label input[type='checkbox']:focus + a.lever.it-search-wrapper, .toggles label .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone input[type='checkbox']:focus + a.lever.it-search-wrapper, .notizie-layoutsection.evidenza-section .novità-majory .card-title a:focus, .notizie-layoutsection.evidenza-section .novità-majory .card-title .toggles label input[type='checkbox']:focus + a.lever, .toggles label .notizie-layoutsection.evidenza-section .novità-majory .card-title input[type='checkbox']:focus + a.lever, .musei-layoutsection .musei-majory .card-title a:focus, .musei-layoutsection .musei-majory .card-title .toggles label input[type='checkbox']:focus + a.lever, .toggles label .musei-layoutsection .musei-majory .card-title input[type='checkbox']:focus + a.lever, .edufe-argomenti-layoutsection .four-columns-layout > div .card a:focus, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a:focus, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .toggles label input[type='checkbox']:focus + a.lever, .toggles label .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li input[type='checkbox']:focus + a.lever, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li a:focus, .edufe-argomenti-layoutsection .four-columns-layout > div .card .toggles label input[type='checkbox']:focus + a.lever, .toggles label .edufe-argomenti-layoutsection .four-columns-layout > div .card input[type='checkbox']:focus + a.lever, .notizia-principale.it-bottom-overlapping-content .card-title a:focus, .notizia-principale.it-bottom-overlapping-content .card-title .toggles label input[type='checkbox']:focus + a.lever, .toggles label .notizia-principale.it-bottom-overlapping-content .card-title input[type='checkbox']:focus + a.lever, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper:focus, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label input[type='checkbox']:focus + a.lever.it-search-wrapper, .toggles label .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper input[type='checkbox']:focus + a.lever.it-search-wrapper, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper:focus, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label input[type='checkbox']:focus + a.lever.it-search-wrapper, .toggles label .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper input[type='checkbox']:focus + a.lever.it-search-wrapper, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper:focus, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label input[type='checkbox']:focus + a.lever.it-search-wrapper, .toggles label .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper input[type='checkbox']:focus + a.lever.it-search-wrapper, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper:focus, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label input[type='checkbox']:focus + a.lever.it-search-wrapper, .toggles label .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper input[type='checkbox']:focus + a.lever.it-search-wrapper, .toggles label input[type='checkbox']:focus + a.lever.text-black, .toggles label .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone input[type='checkbox']:focus + a.it-socials.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .toggles label input[type='checkbox']:focus + a.it-socials.lever, .toggles label .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone input[type='checkbox']:focus + a.it-search-wrapper.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .toggles label input[type='checkbox']:focus + a.it-search-wrapper.lever, .attachments-detail ul .toggles label .edufe-argomenti-layoutsection .four-columns-layout > div li input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper input[type='checkbox']:focus + a.it-search-wrapper.lever, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label input[type='checkbox']:focus + a.it-search-wrapper.lever, .toggles label .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper input[type='checkbox']:focus + a.it-search-wrapper.lever, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label input[type='checkbox']:focus + a.it-search-wrapper.lever, .toggles label .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper input[type='checkbox']:focus + a.it-search-wrapper.lever, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label input[type='checkbox']:focus + a.it-search-wrapper.lever, .toggles label .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper input[type='checkbox']:focus + a.it-search-wrapper.lever, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label input[type='checkbox']:focus + a.it-search-wrapper.lever {
  color: #000 !important;
}
.text-white, .servizi-evidenza .evidenza-section .box-card .h5.text-black a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.text-black a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizie-layoutsection.evidenza-section .novità-majory .card-title a a, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .musei-layoutsection .musei-majory .card-title a a, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .card a a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a a, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div li a a, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizia-principale.it-bottom-overlapping-content .card-title a a, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card a.text-black a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .year-event.text-black a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.year-event a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-socials.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.year-event a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .rubrica-panel-container .rubrica-panel > div p.year-event a, .rubrica-panel-container .rubrica-panel > div .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date p.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event a, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .musei-layoutsection .musei-majory .card-title a.year-event a, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event a, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div li a.year-event a, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizia-principale.it-bottom-overlapping-content .card-title a.year-event a, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .btn-matrimoni h3.el-subtitle.year-event a, .bottoniera-ssui .btn-matrimoni .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date h3.el-subtitle.year-event a, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .card-ssui h3.el-subtitle.year-event a, .bottoniera-ssui .card-ssui .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date h3.el-subtitle.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .year-event.text-black a, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.h5 a, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials a, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-socials a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .year-event.it-socials a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .it-socials.h5 a, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-search-wrapper a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .year-event.it-search-wrapper a, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.h5 a, .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div .event-container .time-event .date p.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.year-event a, .rubrica-panel-container .rubrica-panel > div .servizi-evidenza .evidenza-section .box-card p.h5 a, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.h5 a, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a a, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .event-container .time-event .date a.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event a, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card a.h5 a, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.h5 a, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a a, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .event-container .time-event .date a.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.year-event a, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card a.h5 a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.h5 a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.h5 a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .event-container .time-event .date a.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event a, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div li a.h5 a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a a, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .event-container .time-event .date a.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event a, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card a.h5 a, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.h5 a, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a a, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .event-container .time-event .date a.year-event a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.year-event a, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card a.h5 a, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.el-subtitle.h5 a, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni .event-container .time-event .date h3.year-event.el-subtitle a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.year-event.el-subtitle a, .bottoniera-ssui .btn-matrimoni .servizi-evidenza .evidenza-section .box-card h3.el-subtitle.h5 a, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.el-subtitle.h5 a, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui .event-container .time-event .date h3.year-event.el-subtitle a, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.year-event.el-subtitle a, .bottoniera-ssui .card-ssui .servizi-evidenza .evidenza-section .box-card h3.el-subtitle.h5 a, .btn-secondary-backend, .btn-dark-blue-backend, .active-filter, .feedback-form form input[id="submit"], .pug-button a, .pnrr-button a, .bottoniera-matrimoni .btn-matrimoni h3.el-subtitle, .btn-rito h3.el-subtitle, .bottoniera-ssui .btn-ssui h3.el-subtitle {
  color: #fff !important;
}
a.text-white:hover, .servizi-evidenza .evidenza-section .box-card .h5.text-black a:hover, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.text-black a:hover, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials a:hover, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials a:hover, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper a:hover, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:hover, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizie-layoutsection.evidenza-section .novità-majory .card-title a a:hover, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:hover, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .musei-layoutsection .musei-majory .card-title a a:hover, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:hover, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .card a a:hover, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a a:hover, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div li a a:hover, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:hover, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizia-principale.it-bottom-overlapping-content .card-title a a:hover, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:hover, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:hover, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:hover, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:hover, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:hover, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:hover, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:hover, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:hover, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:hover, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card a.text-black a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .year-event.text-black a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.year-event a:hover, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-socials.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.year-event a:hover, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .rubrica-panel-container .rubrica-panel > div p.year-event a:hover, .rubrica-panel-container .rubrica-panel > div .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date p.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event a:hover, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .musei-layoutsection .musei-majory .card-title a.year-event a:hover, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event a:hover, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div li a.year-event a:hover, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizia-principale.it-bottom-overlapping-content .card-title a.year-event a:hover, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a:hover, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a:hover, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a:hover, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a:hover, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .btn-matrimoni h3.el-subtitle.year-event a:hover, .bottoniera-ssui .btn-matrimoni .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date h3.el-subtitle.year-event a:hover, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .card-ssui h3.el-subtitle.year-event a:hover, .bottoniera-ssui .card-ssui .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date h3.el-subtitle.year-event a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .year-event.text-black a:hover, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials a:hover, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials a:hover, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-socials a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .year-event.it-socials a:hover, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .it-socials.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:hover, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper a:hover, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-search-wrapper a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .year-event.it-search-wrapper a:hover, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div .event-container .time-event .date p.year-event a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.year-event a:hover, .rubrica-panel-container .rubrica-panel > div .servizi-evidenza .evidenza-section .box-card p.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:hover, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a a:hover, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .event-container .time-event .date a.year-event a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event a:hover, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card a.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:hover, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a a:hover, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .event-container .time-event .date a.year-event a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.year-event a:hover, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card a.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:hover, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a a:hover, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .event-container .time-event .date a.year-event a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event a:hover, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div li a.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:hover, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a a:hover, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .event-container .time-event .date a.year-event a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event a:hover, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card a.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:hover, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a a:hover, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .event-container .time-event .date a.year-event a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.year-event a:hover, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card a.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:hover, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:hover, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a:hover, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:hover, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:hover, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a:hover, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:hover, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:hover, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a:hover, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:hover, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:hover, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a:hover, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.el-subtitle.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni .event-container .time-event .date h3.year-event.el-subtitle a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.year-event.el-subtitle a:hover, .bottoniera-ssui .btn-matrimoni .servizi-evidenza .evidenza-section .box-card h3.el-subtitle.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.el-subtitle.h5 a:hover, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui .event-container .time-event .date h3.year-event.el-subtitle a:hover, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.year-event.el-subtitle a:hover, .bottoniera-ssui .card-ssui .servizi-evidenza .evidenza-section .box-card h3.el-subtitle.h5 a:hover, a.btn-secondary-backend:hover, a.btn-dark-blue-backend:hover, a.active-filter:hover, .pug-button a:hover, .pnrr-button a:hover, a.text-white:focus, .servizi-evidenza .evidenza-section .box-card .h5.text-black a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.text-black a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials input[type='checkbox']:focus + a.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper input[type='checkbox']:focus + a.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizie-layoutsection.evidenza-section .novità-majory .card-title a a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizie-layoutsection.evidenza-section .novità-majory .card-title a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizie-layoutsection.evidenza-section .novità-majory .card-title a input[type='checkbox']:focus + a.lever, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .musei-layoutsection .musei-majory .card-title a a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .musei-layoutsection .musei-majory .card-title a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .musei-layoutsection .musei-majory .card-title a input[type='checkbox']:focus + a.lever, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .card a a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a input[type='checkbox']:focus + a.lever, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div li a a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .card a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div .card a input[type='checkbox']:focus + a.lever, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizia-principale.it-bottom-overlapping-content .card-title a a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizia-principale.it-bottom-overlapping-content .card-title a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .notizia-principale.it-bottom-overlapping-content .card-title a input[type='checkbox']:focus + a.lever, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper input[type='checkbox']:focus + a.lever, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper input[type='checkbox']:focus + a.lever, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper input[type='checkbox']:focus + a.lever, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper input[type='checkbox']:focus + a.lever, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.text-black .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.text-black input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card a.text-black a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .year-event.text-black a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.year-event input[type='checkbox']:focus + a.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-socials.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.year-event input[type='checkbox']:focus + a.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .rubrica-panel-container .rubrica-panel > div p.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .rubrica-panel-container .rubrica-panel > div p.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .rubrica-panel-container .rubrica-panel > div p.year-event input[type='checkbox']:focus + a.lever, .rubrica-panel-container .rubrica-panel > div .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date p.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event input[type='checkbox']:focus + a.lever, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .musei-layoutsection .musei-majory .card-title a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .musei-layoutsection .musei-majory .card-title a.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .musei-layoutsection .musei-majory .card-title a.year-event input[type='checkbox']:focus + a.lever, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event input[type='checkbox']:focus + a.lever, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div li a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event input[type='checkbox']:focus + a.lever, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizia-principale.it-bottom-overlapping-content .card-title a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizia-principale.it-bottom-overlapping-content .card-title a.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .notizia-principale.it-bottom-overlapping-content .card-title a.year-event input[type='checkbox']:focus + a.lever, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event input[type='checkbox']:focus + a.lever, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event input[type='checkbox']:focus + a.lever, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event input[type='checkbox']:focus + a.lever, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.year-event input[type='checkbox']:focus + a.lever, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .btn-matrimoni h3.el-subtitle.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .btn-matrimoni h3.el-subtitle.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .btn-matrimoni h3.el-subtitle.year-event input[type='checkbox']:focus + a.lever, .bottoniera-ssui .btn-matrimoni .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date h3.el-subtitle.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .card-ssui h3.el-subtitle.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .card-ssui h3.el-subtitle.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .bottoniera-ssui .card-ssui h3.el-subtitle.year-event input[type='checkbox']:focus + a.lever, .bottoniera-ssui .card-ssui .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date h3.el-subtitle.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .year-event.text-black .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .year-event.text-black input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .year-event.text-black a:focus, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials a:focus, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials a:focus, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-socials a:focus, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-socials .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-socials input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .year-event.it-socials a:focus, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-socials.h5 input[type='checkbox']:focus + a.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .it-socials.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .event-container .time-event .date .year-event.it-search-wrapper input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .year-event.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .it-search-wrapper.h5 input[type='checkbox']:focus + a.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div .event-container .time-event .date p.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div .event-container .time-event .date p.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div .event-container .time-event .date p.year-event input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.h5 input[type='checkbox']:focus + a.lever, .rubrica-panel-container .rubrica-panel > div .servizi-evidenza .evidenza-section .box-card p.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:focus, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a a:focus, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .event-container .time-event .date a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .event-container .time-event .date a.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title .event-container .time-event .date a.year-event input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.h5 input[type='checkbox']:focus + a.lever, .notizie-layoutsection.evidenza-section .novità-majory .card-title .servizi-evidenza .evidenza-section .box-card a.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:focus, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a a:focus, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .event-container .time-event .date a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .event-container .time-event .date a.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title .event-container .time-event .date a.year-event input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.h5 input[type='checkbox']:focus + a.lever, .musei-layoutsection .musei-majory .card-title .servizi-evidenza .evidenza-section .box-card a.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:focus, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a a:focus, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .event-container .time-event .date a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .event-container .time-event .date a.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li .event-container .time-event .date a.year-event input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.h5 input[type='checkbox']:focus + a.lever, .attachments-detail ul .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div li a.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:focus, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a a:focus, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .event-container .time-event .date a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .event-container .time-event .date a.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card .event-container .time-event .date a.year-event input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.h5 input[type='checkbox']:focus + a.lever, .edufe-argomenti-layoutsection .four-columns-layout > div .card .servizi-evidenza .evidenza-section .box-card a.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a a:focus, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a a:focus, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .event-container .time-event .date a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .event-container .time-event .date a.year-event .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title .event-container .time-event .date a.year-event input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.year-event a:focus, .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.h5 input[type='checkbox']:focus + a.lever, .notizia-principale.it-bottom-overlapping-content .card-title .servizi-evidenza .evidenza-section .box-card a.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 input[type='checkbox']:focus + a.lever, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 input[type='checkbox']:focus + a.lever, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 input[type='checkbox']:focus + a.lever, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .event-container .time-event .date .year-event.it-search-wrapper input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper a:focus, .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.h5 input[type='checkbox']:focus + a.lever, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.el-subtitle.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni .event-container .time-event .date h3.year-event.el-subtitle a:focus, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni .event-container .time-event .date h3.year-event.el-subtitle .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni .event-container .time-event .date h3.year-event.el-subtitle input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.year-event.el-subtitle a:focus, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.el-subtitle.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.el-subtitle.h5 input[type='checkbox']:focus + a.lever, .bottoniera-ssui .btn-matrimoni .servizi-evidenza .evidenza-section .box-card h3.el-subtitle.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.el-subtitle.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui .event-container .time-event .date h3.year-event.el-subtitle a:focus, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui .event-container .time-event .date h3.year-event.el-subtitle .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui .event-container .time-event .date h3.year-event.el-subtitle input[type='checkbox']:focus + a.lever, .event-container .time-event .date .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.year-event.el-subtitle a:focus, .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.el-subtitle.h5 .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.el-subtitle.h5 input[type='checkbox']:focus + a.lever, .bottoniera-ssui .card-ssui .servizi-evidenza .evidenza-section .box-card h3.el-subtitle.h5 a:focus, .servizi-evidenza .evidenza-section .box-card .h5.text-black .toggles label input[type='checkbox']:focus + a.lever, .toggles label .servizi-evidenza .evidenza-section .box-card .h5.text-black input[type='checkbox']:focus + a.lever, a.btn-secondary-backend:focus, .toggles label input[type='checkbox']:focus + a.lever.btn-secondary-backend, a.btn-dark-blue-backend:focus, .toggles label input[type='checkbox']:focus + a.lever.btn-dark-blue-backend, a.active-filter:focus, .toggles label input[type='checkbox']:focus + a.lever.active-filter, .pug-button a:focus, .pug-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-button input[type='checkbox']:focus + a.lever, .pnrr-button a:focus, .pnrr-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-button input[type='checkbox']:focus + a.lever, .toggles label input[type='checkbox']:focus + a.lever.text-white, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-socials input[type='checkbox']:focus + a.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper input[type='checkbox']:focus + a.lever, .notizie-layoutsection.evidenza-section .novità-majory .card-title .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a input[type='checkbox']:focus + a.lever, .musei-layoutsection .musei-majory .card-title .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a input[type='checkbox']:focus + a.lever, .attachments-detail ul .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .edufe-argomenti-layoutsection .four-columns-layout > div li a input[type='checkbox']:focus + a.lever, .edufe-argomenti-layoutsection .four-columns-layout > div .card .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a input[type='checkbox']:focus + a.lever, .notizia-principale.it-bottom-overlapping-content .card-title .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a input[type='checkbox']:focus + a.lever, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper input[type='checkbox']:focus + a.lever, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper input[type='checkbox']:focus + a.lever, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper input[type='checkbox']:focus + a.lever, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label .servizi-evidenza .evidenza-section .box-card .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a.it-search-wrapper input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .toggles label .servizi-evidenza .evidenza-section .box-card a.text-black input[type='checkbox']:focus + a.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-socials.year-event input[type='checkbox']:focus + a.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event input[type='checkbox']:focus + a.lever, .rubrica-panel-container .rubrica-panel > div .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date p.year-event input[type='checkbox']:focus + a.lever, .notizie-layoutsection.evidenza-section .novità-majory .card-title .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event input[type='checkbox']:focus + a.lever, .musei-layoutsection .musei-majory .card-title .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event input[type='checkbox']:focus + a.lever, .attachments-detail ul .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .edufe-argomenti-layoutsection .four-columns-layout > div li a.year-event input[type='checkbox']:focus + a.lever, .edufe-argomenti-layoutsection .four-columns-layout > div .card .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event input[type='checkbox']:focus + a.lever, .notizia-principale.it-bottom-overlapping-content .card-title .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date a.year-event input[type='checkbox']:focus + a.lever, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event input[type='checkbox']:focus + a.lever, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event input[type='checkbox']:focus + a.lever, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event input[type='checkbox']:focus + a.lever, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date .it-search-wrapper.year-event input[type='checkbox']:focus + a.lever, .bottoniera-ssui .btn-matrimoni .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date h3.el-subtitle.year-event input[type='checkbox']:focus + a.lever, .bottoniera-ssui .card-ssui .toggles label .servizi-evidenza .evidenza-section .box-card .event-container .time-event .date h3.el-subtitle.year-event input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .year-event.text-black input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .toggles label .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-socials input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .year-event.it-socials input[type='checkbox']:focus + a.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .toggles label .servizi-evidenza .evidenza-section .box-card .it-socials.h5 input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .toggles label .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone a.it-search-wrapper input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .year-event.it-search-wrapper input[type='checkbox']:focus + a.lever, .it-header-edufe-wrapper .it-nav-wrapper-edufe .it-header-center-wrapper .it-right-zone .toggles label .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .rubrica-panel-container .rubrica-panel > div p.year-event input[type='checkbox']:focus + a.lever, .rubrica-panel-container .rubrica-panel > div .toggles label .servizi-evidenza .evidenza-section .box-card p.h5 input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .toggles label .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .notizie-layoutsection.evidenza-section .novità-majory .card-title a.year-event input[type='checkbox']:focus + a.lever, .notizie-layoutsection.evidenza-section .novità-majory .card-title .toggles label .servizi-evidenza .evidenza-section .box-card a.h5 input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .toggles label .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .musei-layoutsection .musei-majory .card-title a.year-event input[type='checkbox']:focus + a.lever, .musei-layoutsection .musei-majory .card-title .toggles label .servizi-evidenza .evidenza-section .box-card a.h5 input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .toggles label .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a.year-event input[type='checkbox']:focus + a.lever, .attachments-detail ul .toggles label .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div li a.h5 input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .toggles label .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .edufe-argomenti-layoutsection .four-columns-layout > div .card a.year-event input[type='checkbox']:focus + a.lever, .edufe-argomenti-layoutsection .four-columns-layout > div .card .toggles label .servizi-evidenza .evidenza-section .box-card a.h5 input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .toggles label .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .notizia-principale.it-bottom-overlapping-content .card-title a.year-event input[type='checkbox']:focus + a.lever, .notizia-principale.it-bottom-overlapping-content .card-title .toggles label .servizi-evidenza .evidenza-section .box-card a.h5 input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .toggles label .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper input[type='checkbox']:focus + a.lever, .pug-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .toggles label .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper input[type='checkbox']:focus + a.lever, .pnrr-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .toggles label .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper input[type='checkbox']:focus + a.lever, .matrimoni-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 input[type='checkbox']:focus + a.lever, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header .toggles label .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper a.it-search-wrapper input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .year-event.it-search-wrapper input[type='checkbox']:focus + a.lever, .ssui-layout .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .toggles label .servizi-evidenza .evidenza-section .box-card .it-search-wrapper.h5 input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .btn-matrimoni h3.year-event.el-subtitle input[type='checkbox']:focus + a.lever, .bottoniera-ssui .btn-matrimoni .toggles label .servizi-evidenza .evidenza-section .box-card h3.el-subtitle.h5 input[type='checkbox']:focus + a.lever, .event-container .time-event .date .toggles label .servizi-evidenza .evidenza-section .box-card .bottoniera-ssui .card-ssui h3.year-event.el-subtitle input[type='checkbox']:focus + a.lever, .bottoniera-ssui .card-ssui .toggles label .servizi-evidenza .evidenza-section .box-card h3.el-subtitle.h5 input[type='checkbox']:focus + a.lever, .toggles label input[type='checkbox']:focus + a.btn-secondary-backend.lever, .toggles label input[type='checkbox']:focus + a.btn-dark-blue-backend.lever, .toggles label input[type='checkbox']:focus + a.active-filter.lever {
  color: #ccc !important;
}
.text-100 {
  color: #bbbdc1 !important;
}
a.text-100:hover, a.text-100:focus, .toggles label input[type='checkbox']:focus + a.lever.text-100 {
  color: #aeb0b5 !important;
}
.text-200 {
  color: #a3a4a7 !important;
}
a.text-200:hover, a.text-200:focus, .toggles label input[type='checkbox']:focus + a.lever.text-200 {
  color: #96979a !important;
}
.text-300 {
  color: #8a8b8d !important;
}
a.text-300:hover, a.text-300:focus, .toggles label input[type='checkbox']:focus + a.lever.text-300 {
  color: #7d7e80 !important;
}
.text-400 {
  color: #717273 !important;
}
a.text-400:hover, a.text-400:focus, .toggles label input[type='checkbox']:focus + a.lever.text-400 {
  color: #646566 !important;
}
.text-500 {
  color: #585859 !important;
}
a.text-500:hover, a.text-500:focus, .toggles label input[type='checkbox']:focus + a.lever.text-500 {
  color: #4b4c4c !important;
}
.text-600, .breadcrumb-container .breadcrumb:last-child, .breadcrumb-container .breadcrumb ul li a, .breadcrumb-container .breadcrumb ul li:last-child a {
  color: #3f3f40 !important;
}
a.text-600:hover, .breadcrumb-container a.breadcrumb:last-child:hover, .breadcrumb-container .breadcrumb ul li a:hover, .breadcrumb-container .breadcrumb ul li:last-child a:hover, a.text-600:focus, .breadcrumb-container a.breadcrumb:last-child:focus, .breadcrumb-container .toggles label input[type='checkbox']:focus + a.lever.breadcrumb:last-child, .toggles label .breadcrumb-container input[type='checkbox']:focus + a.lever.breadcrumb:last-child, .breadcrumb-container .breadcrumb ul li a:focus, .breadcrumb-container .breadcrumb ul li .toggles label input[type='checkbox']:focus + a.lever, .toggles label .breadcrumb-container .breadcrumb ul li input[type='checkbox']:focus + a.lever, .breadcrumb-container .breadcrumb ul li:last-child a:focus, .breadcrumb-container .breadcrumb ul li:last-child .toggles label input[type='checkbox']:focus + a.lever, .toggles label .breadcrumb-container .breadcrumb ul li:last-child input[type='checkbox']:focus + a.lever, .toggles label input[type='checkbox']:focus + a.lever.text-600, .toggles label .breadcrumb-container input[type='checkbox']:focus + a.breadcrumb:last-child.lever, .breadcrumb-container .toggles label input[type='checkbox']:focus + a.breadcrumb:last-child.lever {
  color: #323233 !important;
}
.text-700 {
  color: #262626 !important;
}
a.text-700:hover, a.text-700:focus, .toggles label input[type='checkbox']:focus + a.lever.text-700 {
  color: #191919 !important;
}
.text-800 {
  color: #0c0c0c !important;
}
a.text-800:hover, a.text-800:focus, .toggles label input[type='checkbox']:focus + a.lever.text-800 {
  color: #000 !important;
}
.text-900 {
  color: #000 !important;
}
a.text-900:hover, a.text-900:focus, .toggles label input[type='checkbox']:focus + a.lever.text-900 {
  color: #000 !important;
}
.text-tertiary {
  color: #000 !important;
}
a.text-tertiary:hover, a.text-tertiary:focus, .toggles label input[type='checkbox']:focus + a.lever.text-tertiary {
  color: #000 !important;
}
.text-card-preference-bg {
  color: #a8e1b2 !important;
}
a.text-card-preference-bg:hover, a.text-card-preference-bg:focus, .toggles label input[type='checkbox']:focus + a.lever.text-card-preference-bg {
  color: #95dba1 !important;
}
.text-tags-list-bg {
  color: #a8e1b2 !important;
}
a.text-tags-list-bg:hover, a.text-tags-list-bg:focus, .toggles label input[type='checkbox']:focus + a.lever.text-tags-list-bg {
  color: #95dba1 !important;
}
.text-tooltip-bg {
  color: #3f505a !important;
}
a.text-tooltip-bg:hover, a.text-tooltip-bg:focus, .toggles label input[type='checkbox']:focus + a.lever.text-tooltip-bg {
  color: #34434b !important;
}
.text-text-muted {
  color: #242f33 !important;
}
a.text-text-muted:hover, a.text-text-muted:focus, .toggles label input[type='checkbox']:focus + a.lever.text-text-muted {
  color: #192124 !important;
}
.text-linkedin {
  color: #014569 !important;
}
a.text-linkedin:hover, a.text-linkedin:focus, .toggles label input[type='checkbox']:focus + a.lever.text-linkedin {
  color: #003450 !important;
}
.text-facebook {
  color: #314674 !important;
}
a.text-facebook:hover, a.text-facebook:focus, .toggles label input[type='checkbox']:focus + a.lever.text-facebook {
  color: #2a3c62 !important;
}
.text-google {
  color: #bf2114 !important;
}
a.text-google:hover, a.text-google:focus, .toggles label input[type='checkbox']:focus + a.lever.text-google {
  color: #a81d11 !important;
}
.text-twitter {
  color: #01abe2 !important;
}
a.text-twitter:hover, a.text-twitter:focus, .toggles label input[type='checkbox']:focus + a.lever.text-twitter {
  color: #0198c9 !important;
}
.text-youtube {
  color: #7b1113 !important;
}
a.text-youtube:hover, a.text-youtube:focus, .toggles label input[type='checkbox']:focus + a.lever.text-youtube {
  color: #650e10 !important;
}
.text-spid {
  color: #004080 !important;
}
a.text-spid:hover, a.text-spid:focus, .toggles label input[type='checkbox']:focus + a.lever.text-spid {
  color: #036 !important;
}
.text-google-drive {
  color: #095add !important;
}
a.text-google-drive:hover, a.text-google-drive:focus, .toggles label input[type='checkbox']:focus + a.lever.text-google-drive {
  color: #0850c5 !important;
}
.text-dark-gray {
  color: #0d0d0d !important;
}
a.text-dark-gray:hover, a.text-dark-gray:focus, .toggles label input[type='checkbox']:focus + a.lever.text-dark-gray {
  color: #000 !important;
}
.text-card-gray {
  color: #283542 !important;
}
a.text-card-gray:hover, a.text-card-gray:focus, .toggles label input[type='checkbox']:focus + a.lever.text-card-gray {
  color: #1e2832 !important;
}
.text-green-fe {
  color: #1e541e !important;
}
a.text-green-fe:hover, a.text-green-fe:focus, .toggles label input[type='checkbox']:focus + a.lever.text-green-fe {
  color: #184117 !important;
}
.text-light-edufe-header {
  color: #ffd68f !important;
}
a.text-light-edufe-header:hover, a.text-light-edufe-header:focus, .toggles label input[type='checkbox']:focus + a.lever.text-light-edufe-header {
  color: #ffcd75 !important;
}
.text-dark-edufe-header {
  color: #ffb740 !important;
}
a.text-dark-edufe-header:hover, a.text-dark-edufe-header:focus, .toggles label input[type='checkbox']:focus + a.lever.text-dark-edufe-header {
  color: #ffae26 !important;
}
.text-pink-edufe-header {
  color: #cd4635 !important;
}
a.text-pink-edufe-header:hover, a.text-pink-edufe-header:focus, .toggles label input[type='checkbox']:focus + a.lever.text-pink-edufe-header {
  color: #ba3e2e !important;
}
.text-first-card-theme-edufe {
  color: #ff923d !important;
}
a.text-first-card-theme-edufe:hover, a.text-first-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.text-first-card-theme-edufe {
  color: #ff8423 !important;
}
.text-second-card-theme-edufe {
  color: #ff723b !important;
}
a.text-second-card-theme-edufe:hover, a.text-second-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.text-second-card-theme-edufe {
  color: #ff6021 !important;
}
.text-third-card-theme-edufe {
  color: #ff4f3a !important;
}
a.text-third-card-theme-edufe:hover, a.text-third-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.text-third-card-theme-edufe {
  color: #ff3820 !important;
}
.text-fourth-card-theme-edufe {
  color: #cd4635 !important;
}
a.text-fourth-card-theme-edufe:hover, a.text-fourth-card-theme-edufe:focus, .toggles label input[type='checkbox']:focus + a.lever.text-fourth-card-theme-edufe {
  color: #ba3e2e !important;
}
.text-green-pug, .pug-layout .uk-subnav.a, .pug-layout .row-title.a, .pug-layout .read-more.a, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a.a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a.a, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a.a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a.a, .pug-layout .categoria-box-card.a, .pug-layout .it-page-section.a, .pug-layout .menu-link-list.a, .pug-layout #lista-paragrafi.a, .pug-layout .condividi.a, .pug-layout .go-back.a, .pug-layout .categorie-src.a, .pug-layout .argomenti-src.a, .pug-layout .card-ricerca-container.a, .pug-layout .modale-fullscreen-ricerca.a, .pug-layout .uk-subnav a, .pug-layout .row-title a, .pug-layout .read-more a, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a a, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a a, .pug-layout .categoria-box-card a, .pug-layout .it-page-section a, .pug-layout .menu-link-list a, .pug-layout #lista-paragrafi a, .pug-layout .condividi a, .pug-layout .go-back a, .pug-layout .categorie-src a, .pug-layout .argomenti-src a, .pug-layout .card-ricerca-container a, .pug-layout .modale-fullscreen-ricerca a, .pug-layout .uk-subnav a span, .pug-layout .row-title a span, .pug-layout .read-more a span, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a span, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a a span, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a span, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a a span, .pug-layout .categoria-box-card a span, .pug-layout .it-page-section a span, .pug-layout .menu-link-list a span, .pug-layout #lista-paragrafi a span, .pug-layout .condividi a span, .pug-layout .go-back a span, .pug-layout .categorie-src a span, .pug-layout .argomenti-src a span, .pug-layout .card-ricerca-container a span, .pug-layout .modale-fullscreen-ricerca a span, .pug-layout .uk-subnav .primary-color, .pug-layout .row-title .primary-color, .pug-layout .read-more .primary-color, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .primary-color, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a .primary-color, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .primary-color, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a .primary-color, .pug-layout .categoria-box-card .primary-color, .pug-layout .it-page-section .primary-color, .pug-layout .menu-link-list .primary-color, .pug-layout #lista-paragrafi .primary-color, .pug-layout .condividi .primary-color, .pug-layout .go-back .primary-color, .pug-layout .categorie-src .primary-color, .pug-layout .argomenti-src .primary-color, .pug-layout .card-ricerca-container .primary-color, .pug-layout .modale-fullscreen-ricerca .primary-color {
  color: #617e14 !important;
}
a.text-green-pug:hover, .pug-layout a.uk-subnav.a:hover, .pug-layout a.row-title.a:hover, .pug-layout a.read-more.a:hover, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a.a:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a.a:hover, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a.a:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a.a:hover, .pug-layout a.categoria-box-card.a:hover, .pug-layout a.it-page-section.a:hover, .pug-layout a.menu-link-list.a:hover, .pug-layout a#lista-paragrafi.a:hover, .pug-layout a.condividi.a:hover, .pug-layout a.go-back.a:hover, .pug-layout a.categorie-src.a:hover, .pug-layout a.argomenti-src.a:hover, .pug-layout a.card-ricerca-container.a:hover, .pug-layout a.modale-fullscreen-ricerca.a:hover, .pug-layout .uk-subnav a:hover, .pug-layout .row-title a:hover, .pug-layout .read-more a:hover, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a a:hover, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a a:hover, .pug-layout .categoria-box-card a:hover, .pug-layout .it-page-section a:hover, .pug-layout .menu-link-list a:hover, .pug-layout #lista-paragrafi a:hover, .pug-layout .condividi a:hover, .pug-layout .go-back a:hover, .pug-layout .categorie-src a:hover, .pug-layout .argomenti-src a:hover, .pug-layout .card-ricerca-container a:hover, .pug-layout .modale-fullscreen-ricerca a:hover, .pug-layout .uk-subnav a.primary-color:hover, .pug-layout .row-title a.primary-color:hover, .pug-layout .read-more a.primary-color:hover, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a.primary-color:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a a.primary-color:hover, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a.primary-color:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a a.primary-color:hover, .pug-layout .categoria-box-card a.primary-color:hover, .pug-layout .it-page-section a.primary-color:hover, .pug-layout .menu-link-list a.primary-color:hover, .pug-layout #lista-paragrafi a.primary-color:hover, .pug-layout .condividi a.primary-color:hover, .pug-layout .go-back a.primary-color:hover, .pug-layout .categorie-src a.primary-color:hover, .pug-layout .argomenti-src a.primary-color:hover, .pug-layout .card-ricerca-container a.primary-color:hover, .pug-layout .modale-fullscreen-ricerca a.primary-color:hover, a.text-green-pug:focus, .pug-layout a.uk-subnav.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever.uk-subnav.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever.uk-subnav.a, .pug-layout a.row-title.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever.row-title.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever.row-title.a, .pug-layout a.read-more.a:focus, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a.a:focus, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .toggles label input[type='checkbox']:focus + a.lever.a, .toggles label .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a.a:focus, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a.a:focus, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .toggles label input[type='checkbox']:focus + a.lever.a, .toggles label .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever.read-more.a, .pug-layout .toggles label .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout .toggles label input[type='checkbox']:focus + a.lever.a, .pug-layout .toggles label .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout .toggles label input[type='checkbox']:focus + a.lever.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever.read-more.a, .pug-layout a.categoria-box-card.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever.categoria-box-card.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever.categoria-box-card.a, .pug-layout a.it-page-section.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever.it-page-section.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever.it-page-section.a, .pug-layout a.menu-link-list.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever.menu-link-list.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever.menu-link-list.a, .pug-layout a#lista-paragrafi.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever#lista-paragrafi.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever#lista-paragrafi.a, .pug-layout a.condividi.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever.condividi.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever.condividi.a, .pug-layout a.go-back.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever.go-back.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever.go-back.a, .pug-layout a.categorie-src.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever.categorie-src.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever.categorie-src.a, .pug-layout a.argomenti-src.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever.argomenti-src.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever.argomenti-src.a, .pug-layout a.card-ricerca-container.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever.card-ricerca-container.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever.card-ricerca-container.a, .pug-layout a.modale-fullscreen-ricerca.a:focus, .pug-layout .toggles label input[type='checkbox']:focus + a.lever.modale-fullscreen-ricerca.a, .toggles label .pug-layout input[type='checkbox']:focus + a.lever.modale-fullscreen-ricerca.a, .pug-layout .uk-subnav a:focus, .pug-layout .uk-subnav .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .uk-subnav input[type='checkbox']:focus + a.lever, .pug-layout .row-title a:focus, .pug-layout .row-title .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .row-title input[type='checkbox']:focus + a.lever, .pug-layout .read-more a:focus, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a:focus, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a a:focus, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a:focus, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a a:focus, .pug-layout .read-more .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .read-more input[type='checkbox']:focus + a.lever, .pug-layout .categoria-box-card a:focus, .pug-layout .categoria-box-card .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .categoria-box-card input[type='checkbox']:focus + a.lever, .pug-layout .it-page-section a:focus, .pug-layout .it-page-section .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .it-page-section input[type='checkbox']:focus + a.lever, .pug-layout .menu-link-list a:focus, .pug-layout .menu-link-list .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .menu-link-list input[type='checkbox']:focus + a.lever, .pug-layout #lista-paragrafi a:focus, .pug-layout #lista-paragrafi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout #lista-paragrafi input[type='checkbox']:focus + a.lever, .pug-layout .condividi a:focus, .pug-layout .condividi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .condividi input[type='checkbox']:focus + a.lever, .pug-layout .go-back a:focus, .pug-layout .go-back .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .go-back input[type='checkbox']:focus + a.lever, .pug-layout .categorie-src a:focus, .pug-layout .categorie-src .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .categorie-src input[type='checkbox']:focus + a.lever, .pug-layout .argomenti-src a:focus, .pug-layout .argomenti-src .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .argomenti-src input[type='checkbox']:focus + a.lever, .pug-layout .card-ricerca-container a:focus, .pug-layout .card-ricerca-container .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .card-ricerca-container input[type='checkbox']:focus + a.lever, .pug-layout .modale-fullscreen-ricerca a:focus, .pug-layout .modale-fullscreen-ricerca .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pug-layout .modale-fullscreen-ricerca input[type='checkbox']:focus + a.lever, .pug-layout .uk-subnav a.primary-color:focus, .pug-layout .uk-subnav .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .uk-subnav input[type='checkbox']:focus + a.lever.primary-color, .pug-layout .row-title a.primary-color:focus, .pug-layout .row-title .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .row-title input[type='checkbox']:focus + a.lever.primary-color, .pug-layout .read-more a.primary-color:focus, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a.primary-color:focus, .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever.primary-color, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pug-layout a a.primary-color:focus, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a.primary-color:focus, .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever.primary-color, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pug-layout a a.primary-color:focus, .pug-layout .read-more .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .read-more input[type='checkbox']:focus + a.lever.primary-color, .pug-layout .categoria-box-card a.primary-color:focus, .pug-layout .categoria-box-card .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .categoria-box-card input[type='checkbox']:focus + a.lever.primary-color, .pug-layout .it-page-section a.primary-color:focus, .pug-layout .it-page-section .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .it-page-section input[type='checkbox']:focus + a.lever.primary-color, .pug-layout .menu-link-list a.primary-color:focus, .pug-layout .menu-link-list .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .menu-link-list input[type='checkbox']:focus + a.lever.primary-color, .pug-layout #lista-paragrafi a.primary-color:focus, .pug-layout #lista-paragrafi .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout #lista-paragrafi input[type='checkbox']:focus + a.lever.primary-color, .pug-layout .condividi a.primary-color:focus, .pug-layout .condividi .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .condividi input[type='checkbox']:focus + a.lever.primary-color, .pug-layout .go-back a.primary-color:focus, .pug-layout .go-back .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .go-back input[type='checkbox']:focus + a.lever.primary-color, .pug-layout .categorie-src a.primary-color:focus, .pug-layout .categorie-src .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .categorie-src input[type='checkbox']:focus + a.lever.primary-color, .pug-layout .argomenti-src a.primary-color:focus, .pug-layout .argomenti-src .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .argomenti-src input[type='checkbox']:focus + a.lever.primary-color, .pug-layout .card-ricerca-container a.primary-color:focus, .pug-layout .card-ricerca-container .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .card-ricerca-container input[type='checkbox']:focus + a.lever.primary-color, .pug-layout .modale-fullscreen-ricerca a.primary-color:focus, .pug-layout .modale-fullscreen-ricerca .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pug-layout .modale-fullscreen-ricerca input[type='checkbox']:focus + a.lever.primary-color, .toggles label input[type='checkbox']:focus + a.lever.text-green-pug, .toggles label .pug-layout input[type='checkbox']:focus + a.uk-subnav.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a.uk-subnav.a.lever, .toggles label .pug-layout input[type='checkbox']:focus + a.row-title.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a.row-title.a.lever, .toggles label .pug-layout input[type='checkbox']:focus + a.read-more.a.lever, .toggles label .pug-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.a.lever, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .toggles label .pug-layout input[type='checkbox']:focus + a.a.lever, .toggles label .pug-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.a.lever, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .toggles label .pug-layout input[type='checkbox']:focus + a.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a.read-more.a.lever, .toggles label .pug-layout input[type='checkbox']:focus + a.categoria-box-card.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a.categoria-box-card.a.lever, .toggles label .pug-layout input[type='checkbox']:focus + a.it-page-section.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a.it-page-section.a.lever, .toggles label .pug-layout input[type='checkbox']:focus + a.menu-link-list.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a.menu-link-list.a.lever, .toggles label .pug-layout input[type='checkbox']:focus + a#lista-paragrafi.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a#lista-paragrafi.a.lever, .toggles label .pug-layout input[type='checkbox']:focus + a.condividi.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a.condividi.a.lever, .toggles label .pug-layout input[type='checkbox']:focus + a.go-back.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a.go-back.a.lever, .toggles label .pug-layout input[type='checkbox']:focus + a.categorie-src.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a.categorie-src.a.lever, .toggles label .pug-layout input[type='checkbox']:focus + a.argomenti-src.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a.argomenti-src.a.lever, .toggles label .pug-layout input[type='checkbox']:focus + a.card-ricerca-container.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a.card-ricerca-container.a.lever, .toggles label .pug-layout input[type='checkbox']:focus + a.modale-fullscreen-ricerca.a.lever, .pug-layout .toggles label input[type='checkbox']:focus + a.modale-fullscreen-ricerca.a.lever, .toggles label .pug-layout .uk-subnav input[type='checkbox']:focus + a.primary-color.lever, .pug-layout .uk-subnav .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pug-layout .row-title input[type='checkbox']:focus + a.primary-color.lever, .pug-layout .row-title .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pug-layout .read-more input[type='checkbox']:focus + a.primary-color.lever, .pug-layout .read-more .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pug-layout .categoria-box-card input[type='checkbox']:focus + a.primary-color.lever, .pug-layout .categoria-box-card .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pug-layout .it-page-section input[type='checkbox']:focus + a.primary-color.lever, .pug-layout .it-page-section .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pug-layout .menu-link-list input[type='checkbox']:focus + a.primary-color.lever, .pug-layout .menu-link-list .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pug-layout #lista-paragrafi input[type='checkbox']:focus + a.primary-color.lever, .pug-layout #lista-paragrafi .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pug-layout .condividi input[type='checkbox']:focus + a.primary-color.lever, .pug-layout .condividi .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pug-layout .go-back input[type='checkbox']:focus + a.primary-color.lever, .pug-layout .go-back .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pug-layout .categorie-src input[type='checkbox']:focus + a.primary-color.lever, .pug-layout .categorie-src .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pug-layout .argomenti-src input[type='checkbox']:focus + a.primary-color.lever, .pug-layout .argomenti-src .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pug-layout .card-ricerca-container input[type='checkbox']:focus + a.primary-color.lever, .pug-layout .card-ricerca-container .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pug-layout .modale-fullscreen-ricerca input[type='checkbox']:focus + a.primary-color.lever, .pug-layout .modale-fullscreen-ricerca .toggles label input[type='checkbox']:focus + a.primary-color.lever {
  color: #506811 !important;
}
.text-$green-cta-pug {
  color: #253008 !important;
}
a.text-$green-cta-pug:hover, a.text-$green-cta-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.text-$green-cta-pug {
  color: #141a04 !important;
}
.text-green-card-pug {
  color: #426948 !important;
}
a.text-green-card-pug:hover, a.text-green-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.text-green-card-pug {
  color: #39593d !important;
}
.text-light-orange-card-pug {
  color: #273b29 !important;
}
a.text-light-orange-card-pug:hover, a.text-light-orange-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.text-light-orange-card-pug {
  color: #1d2c1e !important;
}
.text-orange-card-pug {
  color: #be5d26 !important;
}
a.text-orange-card-pug:hover, a.text-orange-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.text-orange-card-pug {
  color: #a95221 !important;
}
.text-purple-card-pug {
  color: #5f5da7 !important;
}
a.text-purple-card-pug:hover, a.text-purple-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.text-purple-card-pug {
  color: #545398 !important;
}
.text-pink-card-pug {
  color: #bb2140 !important;
}
a.text-pink-card-pug:hover, a.text-pink-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.text-pink-card-pug {
  color: #a51d38 !important;
}
.text-dark-purple-card-pug {
  color: #62586c !important;
}
a.text-dark-purple-card-pug:hover, a.text-dark-purple-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.text-dark-purple-card-pug {
  color: #554c5e !important;
}
.text-dark-pink-card-pug {
  color: #50737c !important;
}
a.text-dark-pink-card-pug:hover, a.text-dark-pink-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.text-dark-pink-card-pug {
  color: #46656c !important;
}
.text-yellow-card-pug {
  color: #66772d !important;
}
a.text-yellow-card-pug:hover, a.text-yellow-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.text-yellow-card-pug {
  color: #566426 !important;
}
.text-dark-green-card-pug {
  color: #83374a !important;
}
a.text-dark-green-card-pug:hover, a.text-dark-green-card-pug:focus, .toggles label input[type='checkbox']:focus + a.lever.text-dark-green-card-pug {
  color: #712f40 !important;
}
.text-cyan-pnrr, .pnrr-layout .uk-subnav.a, .pnrr-layout .row-title.a, .pnrr-layout .read-more.a, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a.a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a.a, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a.a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a.a, .pnrr-layout .categoria-box-card.a, .pnrr-layout .it-page-section.a, .pnrr-layout .menu-link-list.a, .pnrr-layout #lista-paragrafi.a, .pnrr-layout .condividi.a, .pnrr-layout .go-back.a, .pnrr-layout .categorie-src.a, .pnrr-layout .argomenti-src.a, .pnrr-layout .card-ricerca-container.a, .pnrr-layout .modale-fullscreen-ricerca.a, .pnrr-layout .uk-subnav a, .pnrr-layout .row-title a, .pnrr-layout .read-more a, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a a, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a a, .pnrr-layout .categoria-box-card a, .pnrr-layout .it-page-section a, .pnrr-layout .menu-link-list a, .pnrr-layout #lista-paragrafi a, .pnrr-layout .condividi a, .pnrr-layout .go-back a, .pnrr-layout .categorie-src a, .pnrr-layout .argomenti-src a, .pnrr-layout .card-ricerca-container a, .pnrr-layout .modale-fullscreen-ricerca a, .pnrr-layout .uk-subnav a span, .pnrr-layout .row-title a span, .pnrr-layout .read-more a span, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a span, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a a span, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a span, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a a span, .pnrr-layout .categoria-box-card a span, .pnrr-layout .it-page-section a span, .pnrr-layout .menu-link-list a span, .pnrr-layout #lista-paragrafi a span, .pnrr-layout .condividi a span, .pnrr-layout .go-back a span, .pnrr-layout .categorie-src a span, .pnrr-layout .argomenti-src a span, .pnrr-layout .card-ricerca-container a span, .pnrr-layout .modale-fullscreen-ricerca a span, .pnrr-layout .uk-subnav .primary-color, .pnrr-layout .row-title .primary-color, .pnrr-layout .read-more .primary-color, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .primary-color, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a .primary-color, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .primary-color, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a .primary-color, .pnrr-layout .categoria-box-card .primary-color, .pnrr-layout .it-page-section .primary-color, .pnrr-layout .menu-link-list .primary-color, .pnrr-layout #lista-paragrafi .primary-color, .pnrr-layout .condividi .primary-color, .pnrr-layout .go-back .primary-color, .pnrr-layout .categorie-src .primary-color, .pnrr-layout .argomenti-src .primary-color, .pnrr-layout .card-ricerca-container .primary-color, .pnrr-layout .modale-fullscreen-ricerca .primary-color {
  color: #147a9e !important;
}
a.text-cyan-pnrr:hover, .pnrr-layout a.uk-subnav.a:hover, .pnrr-layout a.row-title.a:hover, .pnrr-layout a.read-more.a:hover, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a.a:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a.a:hover, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a.a:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a.a:hover, .pnrr-layout a.categoria-box-card.a:hover, .pnrr-layout a.it-page-section.a:hover, .pnrr-layout a.menu-link-list.a:hover, .pnrr-layout a#lista-paragrafi.a:hover, .pnrr-layout a.condividi.a:hover, .pnrr-layout a.go-back.a:hover, .pnrr-layout a.categorie-src.a:hover, .pnrr-layout a.argomenti-src.a:hover, .pnrr-layout a.card-ricerca-container.a:hover, .pnrr-layout a.modale-fullscreen-ricerca.a:hover, .pnrr-layout .uk-subnav a:hover, .pnrr-layout .row-title a:hover, .pnrr-layout .read-more a:hover, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a a:hover, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a a:hover, .pnrr-layout .categoria-box-card a:hover, .pnrr-layout .it-page-section a:hover, .pnrr-layout .menu-link-list a:hover, .pnrr-layout #lista-paragrafi a:hover, .pnrr-layout .condividi a:hover, .pnrr-layout .go-back a:hover, .pnrr-layout .categorie-src a:hover, .pnrr-layout .argomenti-src a:hover, .pnrr-layout .card-ricerca-container a:hover, .pnrr-layout .modale-fullscreen-ricerca a:hover, .pnrr-layout .uk-subnav a.primary-color:hover, .pnrr-layout .row-title a.primary-color:hover, .pnrr-layout .read-more a.primary-color:hover, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a.primary-color:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a a.primary-color:hover, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a.primary-color:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a a.primary-color:hover, .pnrr-layout .categoria-box-card a.primary-color:hover, .pnrr-layout .it-page-section a.primary-color:hover, .pnrr-layout .menu-link-list a.primary-color:hover, .pnrr-layout #lista-paragrafi a.primary-color:hover, .pnrr-layout .condividi a.primary-color:hover, .pnrr-layout .go-back a.primary-color:hover, .pnrr-layout .categorie-src a.primary-color:hover, .pnrr-layout .argomenti-src a.primary-color:hover, .pnrr-layout .card-ricerca-container a.primary-color:hover, .pnrr-layout .modale-fullscreen-ricerca a.primary-color:hover, a.text-cyan-pnrr:focus, .pnrr-layout a.uk-subnav.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.uk-subnav.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever.uk-subnav.a, .pnrr-layout a.row-title.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.row-title.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever.row-title.a, .pnrr-layout a.read-more.a:focus, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a.a:focus, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .toggles label input[type='checkbox']:focus + a.lever.a, .toggles label .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a.a:focus, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a.a:focus, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .toggles label input[type='checkbox']:focus + a.lever.a, .toggles label .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.read-more.a, .pnrr-layout .toggles label .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.a, .pnrr-layout .toggles label .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever.read-more.a, .pnrr-layout a.categoria-box-card.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.categoria-box-card.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever.categoria-box-card.a, .pnrr-layout a.it-page-section.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.it-page-section.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever.it-page-section.a, .pnrr-layout a.menu-link-list.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.menu-link-list.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever.menu-link-list.a, .pnrr-layout a#lista-paragrafi.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever#lista-paragrafi.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever#lista-paragrafi.a, .pnrr-layout a.condividi.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.condividi.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever.condividi.a, .pnrr-layout a.go-back.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.go-back.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever.go-back.a, .pnrr-layout a.categorie-src.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.categorie-src.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever.categorie-src.a, .pnrr-layout a.argomenti-src.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.argomenti-src.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever.argomenti-src.a, .pnrr-layout a.card-ricerca-container.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.card-ricerca-container.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever.card-ricerca-container.a, .pnrr-layout a.modale-fullscreen-ricerca.a:focus, .pnrr-layout .toggles label input[type='checkbox']:focus + a.lever.modale-fullscreen-ricerca.a, .toggles label .pnrr-layout input[type='checkbox']:focus + a.lever.modale-fullscreen-ricerca.a, .pnrr-layout .uk-subnav a:focus, .pnrr-layout .uk-subnav .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .uk-subnav input[type='checkbox']:focus + a.lever, .pnrr-layout .row-title a:focus, .pnrr-layout .row-title .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .row-title input[type='checkbox']:focus + a.lever, .pnrr-layout .read-more a:focus, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a:focus, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a a:focus, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a:focus, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a a:focus, .pnrr-layout .read-more .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .read-more input[type='checkbox']:focus + a.lever, .pnrr-layout .categoria-box-card a:focus, .pnrr-layout .categoria-box-card .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .categoria-box-card input[type='checkbox']:focus + a.lever, .pnrr-layout .it-page-section a:focus, .pnrr-layout .it-page-section .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .it-page-section input[type='checkbox']:focus + a.lever, .pnrr-layout .menu-link-list a:focus, .pnrr-layout .menu-link-list .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .menu-link-list input[type='checkbox']:focus + a.lever, .pnrr-layout #lista-paragrafi a:focus, .pnrr-layout #lista-paragrafi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout #lista-paragrafi input[type='checkbox']:focus + a.lever, .pnrr-layout .condividi a:focus, .pnrr-layout .condividi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .condividi input[type='checkbox']:focus + a.lever, .pnrr-layout .go-back a:focus, .pnrr-layout .go-back .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .go-back input[type='checkbox']:focus + a.lever, .pnrr-layout .categorie-src a:focus, .pnrr-layout .categorie-src .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .categorie-src input[type='checkbox']:focus + a.lever, .pnrr-layout .argomenti-src a:focus, .pnrr-layout .argomenti-src .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .argomenti-src input[type='checkbox']:focus + a.lever, .pnrr-layout .card-ricerca-container a:focus, .pnrr-layout .card-ricerca-container .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .card-ricerca-container input[type='checkbox']:focus + a.lever, .pnrr-layout .modale-fullscreen-ricerca a:focus, .pnrr-layout .modale-fullscreen-ricerca .toggles label input[type='checkbox']:focus + a.lever, .toggles label .pnrr-layout .modale-fullscreen-ricerca input[type='checkbox']:focus + a.lever, .pnrr-layout .uk-subnav a.primary-color:focus, .pnrr-layout .uk-subnav .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .uk-subnav input[type='checkbox']:focus + a.lever.primary-color, .pnrr-layout .row-title a.primary-color:focus, .pnrr-layout .row-title .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .row-title input[type='checkbox']:focus + a.lever.primary-color, .pnrr-layout .read-more a.primary-color:focus, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a.primary-color:focus, .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever.primary-color, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a a.primary-color:focus, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a.primary-color:focus, .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever.primary-color, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .pnrr-layout a a.primary-color:focus, .pnrr-layout .read-more .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .read-more input[type='checkbox']:focus + a.lever.primary-color, .pnrr-layout .categoria-box-card a.primary-color:focus, .pnrr-layout .categoria-box-card .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .categoria-box-card input[type='checkbox']:focus + a.lever.primary-color, .pnrr-layout .it-page-section a.primary-color:focus, .pnrr-layout .it-page-section .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .it-page-section input[type='checkbox']:focus + a.lever.primary-color, .pnrr-layout .menu-link-list a.primary-color:focus, .pnrr-layout .menu-link-list .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .menu-link-list input[type='checkbox']:focus + a.lever.primary-color, .pnrr-layout #lista-paragrafi a.primary-color:focus, .pnrr-layout #lista-paragrafi .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout #lista-paragrafi input[type='checkbox']:focus + a.lever.primary-color, .pnrr-layout .condividi a.primary-color:focus, .pnrr-layout .condividi .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .condividi input[type='checkbox']:focus + a.lever.primary-color, .pnrr-layout .go-back a.primary-color:focus, .pnrr-layout .go-back .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .go-back input[type='checkbox']:focus + a.lever.primary-color, .pnrr-layout .categorie-src a.primary-color:focus, .pnrr-layout .categorie-src .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .categorie-src input[type='checkbox']:focus + a.lever.primary-color, .pnrr-layout .argomenti-src a.primary-color:focus, .pnrr-layout .argomenti-src .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .argomenti-src input[type='checkbox']:focus + a.lever.primary-color, .pnrr-layout .card-ricerca-container a.primary-color:focus, .pnrr-layout .card-ricerca-container .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .card-ricerca-container input[type='checkbox']:focus + a.lever.primary-color, .pnrr-layout .modale-fullscreen-ricerca a.primary-color:focus, .pnrr-layout .modale-fullscreen-ricerca .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .pnrr-layout .modale-fullscreen-ricerca input[type='checkbox']:focus + a.lever.primary-color, .toggles label input[type='checkbox']:focus + a.lever.text-cyan-pnrr, .toggles label .pnrr-layout input[type='checkbox']:focus + a.uk-subnav.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a.uk-subnav.a.lever, .toggles label .pnrr-layout input[type='checkbox']:focus + a.row-title.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a.row-title.a.lever, .toggles label .pnrr-layout input[type='checkbox']:focus + a.read-more.a.lever, .toggles label .pnrr-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.a.lever, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .toggles label .pnrr-layout input[type='checkbox']:focus + a.a.lever, .toggles label .pnrr-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.a.lever, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .toggles label .pnrr-layout input[type='checkbox']:focus + a.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a.read-more.a.lever, .toggles label .pnrr-layout input[type='checkbox']:focus + a.categoria-box-card.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a.categoria-box-card.a.lever, .toggles label .pnrr-layout input[type='checkbox']:focus + a.it-page-section.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a.it-page-section.a.lever, .toggles label .pnrr-layout input[type='checkbox']:focus + a.menu-link-list.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a.menu-link-list.a.lever, .toggles label .pnrr-layout input[type='checkbox']:focus + a#lista-paragrafi.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a#lista-paragrafi.a.lever, .toggles label .pnrr-layout input[type='checkbox']:focus + a.condividi.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a.condividi.a.lever, .toggles label .pnrr-layout input[type='checkbox']:focus + a.go-back.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a.go-back.a.lever, .toggles label .pnrr-layout input[type='checkbox']:focus + a.categorie-src.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a.categorie-src.a.lever, .toggles label .pnrr-layout input[type='checkbox']:focus + a.argomenti-src.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a.argomenti-src.a.lever, .toggles label .pnrr-layout input[type='checkbox']:focus + a.card-ricerca-container.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a.card-ricerca-container.a.lever, .toggles label .pnrr-layout input[type='checkbox']:focus + a.modale-fullscreen-ricerca.a.lever, .pnrr-layout .toggles label input[type='checkbox']:focus + a.modale-fullscreen-ricerca.a.lever, .toggles label .pnrr-layout .uk-subnav input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout .uk-subnav .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pnrr-layout .row-title input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout .row-title .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pnrr-layout .read-more input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout .read-more .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pnrr-layout .categoria-box-card input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout .categoria-box-card .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pnrr-layout .it-page-section input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout .it-page-section .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pnrr-layout .menu-link-list input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout .menu-link-list .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pnrr-layout #lista-paragrafi input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout #lista-paragrafi .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pnrr-layout .condividi input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout .condividi .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pnrr-layout .go-back input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout .go-back .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pnrr-layout .categorie-src input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout .categorie-src .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pnrr-layout .argomenti-src input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout .argomenti-src .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pnrr-layout .card-ricerca-container input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout .card-ricerca-container .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .pnrr-layout .modale-fullscreen-ricerca input[type='checkbox']:focus + a.primary-color.lever, .pnrr-layout .modale-fullscreen-ricerca .toggles label input[type='checkbox']:focus + a.primary-color.lever {
  color: #116987 !important;
}
.text-green-cta-pnrr {
  color: #253008 !important;
}
a.text-green-cta-pnrr:hover, a.text-green-cta-pnrr:focus, .toggles label input[type='checkbox']:focus + a.lever.text-green-cta-pnrr {
  color: #141a04 !important;
}
.text-green-card-pnrr {
  color: #426948 !important;
}
a.text-green-card-pnrr:hover, a.text-green-card-pnrr:focus, .toggles label input[type='checkbox']:focus + a.lever.text-green-card-pnrr {
  color: #39593d !important;
}
.text-mission-digitalizzazione {
  color: #8ab8dd !important;
}
a.text-mission-digitalizzazione:hover, a.text-mission-digitalizzazione:focus, .toggles label input[type='checkbox']:focus + a.lever.text-mission-digitalizzazione {
  color: #76acd7 !important;
}
.text-mission-rivoluzione-verde {
  color: #6ca72d !important;
}
a.text-mission-rivoluzione-verde:hover, a.text-mission-rivoluzione-verde:focus, .toggles label input[type='checkbox']:focus + a.lever.text-mission-rivoluzione-verde {
  color: #5f9328 !important;
}
.text-mission-infrastrutture {
  color: #ff3532 !important;
}
a.text-mission-infrastrutture:hover, a.text-mission-infrastrutture:focus, .toggles label input[type='checkbox']:focus + a.lever.text-mission-infrastrutture {
  color: #ff1c18 !important;
}
.text-mission-istruzione {
  color: #ff9c38 !important;
}
a.text-mission-istruzione:hover, a.text-mission-istruzione:focus, .toggles label input[type='checkbox']:focus + a.lever.text-mission-istruzione {
  color: #ff8f1e !important;
}
.text-mission-coesione {
  color: #bda2d4 !important;
}
a.text-mission-coesione:hover, a.text-mission-coesione:focus, .toggles label input[type='checkbox']:focus + a.lever.text-mission-coesione {
  color: #b190cc !important;
}
.text-mission-salute {
  color: #ffdd84 !important;
}
a.text-mission-salute:hover, a.text-mission-salute:focus, .toggles label input[type='checkbox']:focus + a.lever.text-mission-salute {
  color: #ffd66a !important;
}
.text-green-matrimoni {
  color: #627966 !important;
}
a.text-green-matrimoni:hover, a.text-green-matrimoni:focus, .toggles label input[type='checkbox']:focus + a.lever.text-green-matrimoni {
  color: #566b5a !important;
}
.text-pink-matrimoni, .matrimoni-layout .uk-subnav.a, .matrimoni-layout .row-title.a, .matrimoni-layout .read-more.a, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a.a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a.a, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a.a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a.a, .matrimoni-layout .categoria-box-card.a, .matrimoni-layout .go-back.a, .matrimoni-layout .categorie-src.a, .matrimoni-layout .argomenti-src.a, .matrimoni-layout .card-ricerca-container.a, .matrimoni-layout .modale-fullscreen-ricerca.a, .matrimoni-layout .uk-subnav a, .matrimoni-layout .row-title a, .matrimoni-layout .read-more a, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a a, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a a, .matrimoni-layout .categoria-box-card a, .matrimoni-layout .go-back a, .matrimoni-layout .categorie-src a, .matrimoni-layout .argomenti-src a, .matrimoni-layout .card-ricerca-container a, .matrimoni-layout .modale-fullscreen-ricerca a, .matrimoni-layout .uk-subnav a span, .matrimoni-layout .row-title a span, .matrimoni-layout .read-more a span, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a span, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a a span, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a span, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a a span, .matrimoni-layout .categoria-box-card a span, .matrimoni-layout .it-page-section a span, .matrimoni-layout .menu-link-list a span, .matrimoni-layout .go-back a span, .matrimoni-layout .categorie-src a span, .matrimoni-layout .argomenti-src a span, .matrimoni-layout .card-ricerca-container a span, .matrimoni-layout .modale-fullscreen-ricerca a span, .matrimoni-layout .uk-subnav .primary-color, .matrimoni-layout .row-title .primary-color, .matrimoni-layout .read-more .primary-color, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .primary-color, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a .primary-color, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .primary-color, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a .primary-color, .matrimoni-layout .categoria-box-card .primary-color, .matrimoni-layout .it-page-section .primary-color, .matrimoni-layout .menu-link-list .primary-color, .matrimoni-layout #lista-paragrafi .primary-color, .matrimoni-layout .condividi .primary-color, .matrimoni-layout .go-back .primary-color, .matrimoni-layout .categorie-src .primary-color, .matrimoni-layout .argomenti-src .primary-color, .matrimoni-layout .card-ricerca-container .primary-color, .matrimoni-layout .modale-fullscreen-ricerca .primary-color {
  color: #ed6a51 !important;
}
a.text-pink-matrimoni:hover, .matrimoni-layout a.uk-subnav.a:hover, .matrimoni-layout a.row-title.a:hover, .matrimoni-layout a.read-more.a:hover, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a.a:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a.a:hover, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a.a:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a.a:hover, .matrimoni-layout a.categoria-box-card.a:hover, .matrimoni-layout a.it-page-section.a:hover, .matrimoni-layout a.menu-link-list.a:hover, .matrimoni-layout a#lista-paragrafi.a:hover, .matrimoni-layout a.condividi.a:hover, .matrimoni-layout a.go-back.a:hover, .matrimoni-layout a.categorie-src.a:hover, .matrimoni-layout a.argomenti-src.a:hover, .matrimoni-layout a.card-ricerca-container.a:hover, .matrimoni-layout a.modale-fullscreen-ricerca.a:hover, .matrimoni-layout .uk-subnav a:hover, .matrimoni-layout .row-title a:hover, .matrimoni-layout .read-more a:hover, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a a:hover, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a a:hover, .matrimoni-layout .categoria-box-card a:hover, .matrimoni-layout .it-page-section a:hover, .matrimoni-layout .menu-link-list a:hover, .matrimoni-layout #lista-paragrafi a:hover, .matrimoni-layout .condividi a:hover, .matrimoni-layout .go-back a:hover, .matrimoni-layout .categorie-src a:hover, .matrimoni-layout .argomenti-src a:hover, .matrimoni-layout .card-ricerca-container a:hover, .matrimoni-layout .modale-fullscreen-ricerca a:hover, .matrimoni-layout .uk-subnav a.primary-color:hover, .matrimoni-layout .row-title a.primary-color:hover, .matrimoni-layout .read-more a.primary-color:hover, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a.primary-color:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a a.primary-color:hover, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a.primary-color:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a a.primary-color:hover, .matrimoni-layout .categoria-box-card a.primary-color:hover, .matrimoni-layout .it-page-section a.primary-color:hover, .matrimoni-layout .menu-link-list a.primary-color:hover, .matrimoni-layout #lista-paragrafi a.primary-color:hover, .matrimoni-layout .condividi a.primary-color:hover, .matrimoni-layout .go-back a.primary-color:hover, .matrimoni-layout .categorie-src a.primary-color:hover, .matrimoni-layout .argomenti-src a.primary-color:hover, .matrimoni-layout .card-ricerca-container a.primary-color:hover, .matrimoni-layout .modale-fullscreen-ricerca a.primary-color:hover, a.text-pink-matrimoni:focus, .matrimoni-layout a.uk-subnav.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.uk-subnav.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever.uk-subnav.a, .matrimoni-layout a.row-title.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.row-title.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever.row-title.a, .matrimoni-layout a.read-more.a:focus, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a.a:focus, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .toggles label input[type='checkbox']:focus + a.lever.a, .toggles label .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a.a:focus, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a.a:focus, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .toggles label input[type='checkbox']:focus + a.lever.a, .toggles label .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.read-more.a, .matrimoni-layout .toggles label .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.a, .matrimoni-layout .toggles label .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever.read-more.a, .matrimoni-layout a.categoria-box-card.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.categoria-box-card.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever.categoria-box-card.a, .matrimoni-layout a.it-page-section.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.it-page-section.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever.it-page-section.a, .matrimoni-layout a.menu-link-list.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.menu-link-list.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever.menu-link-list.a, .matrimoni-layout a#lista-paragrafi.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever#lista-paragrafi.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever#lista-paragrafi.a, .matrimoni-layout a.condividi.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.condividi.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever.condividi.a, .matrimoni-layout a.go-back.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.go-back.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever.go-back.a, .matrimoni-layout a.categorie-src.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.categorie-src.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever.categorie-src.a, .matrimoni-layout a.argomenti-src.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.argomenti-src.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever.argomenti-src.a, .matrimoni-layout a.card-ricerca-container.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.card-ricerca-container.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever.card-ricerca-container.a, .matrimoni-layout a.modale-fullscreen-ricerca.a:focus, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.lever.modale-fullscreen-ricerca.a, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.lever.modale-fullscreen-ricerca.a, .matrimoni-layout .uk-subnav a:focus, .matrimoni-layout .uk-subnav .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .uk-subnav input[type='checkbox']:focus + a.lever, .matrimoni-layout .row-title a:focus, .matrimoni-layout .row-title .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .row-title input[type='checkbox']:focus + a.lever, .matrimoni-layout .read-more a:focus, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a:focus, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a a:focus, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a:focus, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a a:focus, .matrimoni-layout .read-more .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .read-more input[type='checkbox']:focus + a.lever, .matrimoni-layout .categoria-box-card a:focus, .matrimoni-layout .categoria-box-card .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .categoria-box-card input[type='checkbox']:focus + a.lever, .matrimoni-layout .it-page-section a:focus, .matrimoni-layout .it-page-section .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .it-page-section input[type='checkbox']:focus + a.lever, .matrimoni-layout .menu-link-list a:focus, .matrimoni-layout .menu-link-list .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .menu-link-list input[type='checkbox']:focus + a.lever, .matrimoni-layout #lista-paragrafi a:focus, .matrimoni-layout #lista-paragrafi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout #lista-paragrafi input[type='checkbox']:focus + a.lever, .matrimoni-layout .condividi a:focus, .matrimoni-layout .condividi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .condividi input[type='checkbox']:focus + a.lever, .matrimoni-layout .go-back a:focus, .matrimoni-layout .go-back .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .go-back input[type='checkbox']:focus + a.lever, .matrimoni-layout .categorie-src a:focus, .matrimoni-layout .categorie-src .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .categorie-src input[type='checkbox']:focus + a.lever, .matrimoni-layout .argomenti-src a:focus, .matrimoni-layout .argomenti-src .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .argomenti-src input[type='checkbox']:focus + a.lever, .matrimoni-layout .card-ricerca-container a:focus, .matrimoni-layout .card-ricerca-container .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .card-ricerca-container input[type='checkbox']:focus + a.lever, .matrimoni-layout .modale-fullscreen-ricerca a:focus, .matrimoni-layout .modale-fullscreen-ricerca .toggles label input[type='checkbox']:focus + a.lever, .toggles label .matrimoni-layout .modale-fullscreen-ricerca input[type='checkbox']:focus + a.lever, .matrimoni-layout .uk-subnav a.primary-color:focus, .matrimoni-layout .uk-subnav .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .uk-subnav input[type='checkbox']:focus + a.lever.primary-color, .matrimoni-layout .row-title a.primary-color:focus, .matrimoni-layout .row-title .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .row-title input[type='checkbox']:focus + a.lever.primary-color, .matrimoni-layout .read-more a.primary-color:focus, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a.primary-color:focus, .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever.primary-color, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a a.primary-color:focus, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a.primary-color:focus, .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever.primary-color, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .matrimoni-layout a a.primary-color:focus, .matrimoni-layout .read-more .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .read-more input[type='checkbox']:focus + a.lever.primary-color, .matrimoni-layout .categoria-box-card a.primary-color:focus, .matrimoni-layout .categoria-box-card .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .categoria-box-card input[type='checkbox']:focus + a.lever.primary-color, .matrimoni-layout .it-page-section a.primary-color:focus, .matrimoni-layout .it-page-section .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .it-page-section input[type='checkbox']:focus + a.lever.primary-color, .matrimoni-layout .menu-link-list a.primary-color:focus, .matrimoni-layout .menu-link-list .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .menu-link-list input[type='checkbox']:focus + a.lever.primary-color, .matrimoni-layout #lista-paragrafi a.primary-color:focus, .matrimoni-layout #lista-paragrafi .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout #lista-paragrafi input[type='checkbox']:focus + a.lever.primary-color, .matrimoni-layout .condividi a.primary-color:focus, .matrimoni-layout .condividi .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .condividi input[type='checkbox']:focus + a.lever.primary-color, .matrimoni-layout .go-back a.primary-color:focus, .matrimoni-layout .go-back .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .go-back input[type='checkbox']:focus + a.lever.primary-color, .matrimoni-layout .categorie-src a.primary-color:focus, .matrimoni-layout .categorie-src .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .categorie-src input[type='checkbox']:focus + a.lever.primary-color, .matrimoni-layout .argomenti-src a.primary-color:focus, .matrimoni-layout .argomenti-src .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .argomenti-src input[type='checkbox']:focus + a.lever.primary-color, .matrimoni-layout .card-ricerca-container a.primary-color:focus, .matrimoni-layout .card-ricerca-container .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .card-ricerca-container input[type='checkbox']:focus + a.lever.primary-color, .matrimoni-layout .modale-fullscreen-ricerca a.primary-color:focus, .matrimoni-layout .modale-fullscreen-ricerca .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .matrimoni-layout .modale-fullscreen-ricerca input[type='checkbox']:focus + a.lever.primary-color, .toggles label input[type='checkbox']:focus + a.lever.text-pink-matrimoni, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.uk-subnav.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.uk-subnav.a.lever, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.row-title.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.row-title.a.lever, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.read-more.a.lever, .toggles label .matrimoni-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.a.lever, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .toggles label .matrimoni-layout input[type='checkbox']:focus + a.a.lever, .toggles label .matrimoni-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.a.lever, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .toggles label .matrimoni-layout input[type='checkbox']:focus + a.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.read-more.a.lever, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.categoria-box-card.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.categoria-box-card.a.lever, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.it-page-section.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.it-page-section.a.lever, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.menu-link-list.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.menu-link-list.a.lever, .toggles label .matrimoni-layout input[type='checkbox']:focus + a#lista-paragrafi.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a#lista-paragrafi.a.lever, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.condividi.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.condividi.a.lever, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.go-back.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.go-back.a.lever, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.categorie-src.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.categorie-src.a.lever, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.argomenti-src.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.argomenti-src.a.lever, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.card-ricerca-container.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.card-ricerca-container.a.lever, .toggles label .matrimoni-layout input[type='checkbox']:focus + a.modale-fullscreen-ricerca.a.lever, .matrimoni-layout .toggles label input[type='checkbox']:focus + a.modale-fullscreen-ricerca.a.lever, .toggles label .matrimoni-layout .uk-subnav input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout .uk-subnav .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .matrimoni-layout .row-title input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout .row-title .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .matrimoni-layout .read-more input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout .read-more .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .matrimoni-layout .categoria-box-card input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout .categoria-box-card .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .matrimoni-layout .it-page-section input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout .it-page-section .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .matrimoni-layout .menu-link-list input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout .menu-link-list .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .matrimoni-layout #lista-paragrafi input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout #lista-paragrafi .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .matrimoni-layout .condividi input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout .condividi .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .matrimoni-layout .go-back input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout .go-back .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .matrimoni-layout .categorie-src input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout .categorie-src .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .matrimoni-layout .argomenti-src input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout .argomenti-src .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .matrimoni-layout .card-ricerca-container input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout .card-ricerca-container .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .matrimoni-layout .modale-fullscreen-ricerca input[type='checkbox']:focus + a.primary-color.lever, .matrimoni-layout .modale-fullscreen-ricerca .toggles label input[type='checkbox']:focus + a.primary-color.lever {
  color: #ea563a !important;
}
.text-dark-pink-matrimoni {
  color: rgba(237, 106, 81, 0.19) !important;
}
a.text-dark-pink-matrimoni:hover, a.text-dark-pink-matrimoni:focus, .toggles label input[type='checkbox']:focus + a.lever.text-dark-pink-matrimoni {
  color: rgba(234, 86, 58, 0.19) !important;
}
.text-red-inferrara {
  color: #471512 !important;
}
a.text-red-inferrara:hover, a.text-red-inferrara:focus, .toggles label input[type='checkbox']:focus + a.lever.text-red-inferrara {
  color: #330f0d !important;
}
.text-primary-geoportale {
  color: #1b4b4e !important;
}
a.text-primary-geoportale:hover, a.text-primary-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-primary-geoportale {
  color: #15393b !important;
}
.text-dark-azul-geoportale {
  color: #224147 !important;
}
a.text-dark-azul-geoportale:hover, a.text-dark-azul-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-dark-azul-geoportale {
  color: #1a3136 !important;
}
.text-green-geoportale {
  color: #08210c !important;
}
a.text-green-geoportale:hover, a.text-green-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-green-geoportale {
  color: #030c05 !important;
}
.text-dark-purple-geoportale {
  color: #3f3643 !important;
}
a.text-dark-purple-geoportale:hover, a.text-dark-purple-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-dark-purple-geoportale {
  color: #322a35 !important;
}
.text-dark-yellow-geoportale {
  color: #413016 !important;
}
a.text-dark-yellow-geoportale:hover, a.text-dark-yellow-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-dark-yellow-geoportale {
  color: #2e220f !important;
}
.text-dark-green-geoportale {
  color: #0f1510 !important;
}
a.text-dark-green-geoportale:hover, a.text-dark-green-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-dark-green-geoportale {
  color: #040605 !important;
}
.text-orange-geoportale {
  color: #702f1a !important;
}
a.text-orange-geoportale:hover, a.text-orange-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-orange-geoportale {
  color: #5b2616 !important;
}
.text-purple-geoportale {
  color: #41163c !important;
}
a.text-purple-geoportale:hover, a.text-purple-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-purple-geoportale {
  color: #2e0f2b !important;
}
.text-blue-geoportale {
  color: #292d58 !important;
}
a.text-blue-geoportale:hover, a.text-blue-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-blue-geoportale {
  color: #212446 !important;
}
.text-azul-geoportale {
  color: #3e6fa2 !important;
}
a.text-azul-geoportale:hover, a.text-azul-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-azul-geoportale {
  color: #37628f !important;
}
.text-red-geoportale {
  color: #6a1a2d !important;
}
a.text-red-geoportale:hover, a.text-red-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-red-geoportale {
  color: #551524 !important;
}
.text-brown-geoportale {
  color: #413516 !important;
}
a.text-brown-geoportale:hover, a.text-brown-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-brown-geoportale {
  color: #2e250f !important;
}
.text-grey-geoportale {
  color: #1c1e1d !important;
}
a.text-grey-geoportale:hover, a.text-grey-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-grey-geoportale {
  color: #101110 !important;
}
.text-light-green-geoportale {
  color: #265325 !important;
}
a.text-light-green-geoportale:hover, a.text-light-green-geoportale:focus, .toggles label input[type='checkbox']:focus + a.lever.text-light-green-geoportale {
  color: #1e411d !important;
}
.text-brown-ssui {
  color: #402d1f !important;
}
a.text-brown-ssui:hover, a.text-brown-ssui:focus, .toggles label input[type='checkbox']:focus + a.lever.text-brown-ssui {
  color: #2e2117 !important;
}
.text-light-brown-ssui, .ssui-layout .uk-subnav.a, .ssui-layout .row-title.a, .ssui-layout .read-more.a, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a.a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a.a, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a.a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a.a, .ssui-layout .categoria-box-card.a, .ssui-layout .it-page-section.a, .ssui-layout .menu-link-list.a, .ssui-layout #lista-paragrafi.a, .ssui-layout .condividi.a, .ssui-layout .go-back.a, .ssui-layout .categorie-src.a, .ssui-layout .argomenti-src.a, .ssui-layout .card-ricerca-container.a, .ssui-layout .modale-fullscreen-ricerca.a, .ssui-layout .uk-subnav a, .ssui-layout .row-title a, .ssui-layout .read-more a, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a a, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a a, .ssui-layout .categoria-box-card a, .ssui-layout .it-page-section a, .ssui-layout .menu-link-list a, .ssui-layout #lista-paragrafi a, .ssui-layout .condividi a, .ssui-layout .go-back a, .ssui-layout .categorie-src a, .ssui-layout .argomenti-src a, .ssui-layout .card-ricerca-container a, .ssui-layout .modale-fullscreen-ricerca a, .ssui-layout .uk-subnav a span, .ssui-layout .row-title a span, .ssui-layout .read-more a span, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a span, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a a span, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a span, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a a span, .ssui-layout .categoria-box-card a span, .ssui-layout .it-page-section a span, .ssui-layout .menu-link-list a span, .ssui-layout #lista-paragrafi a span, .ssui-layout .condividi a span, .ssui-layout .go-back a span, .ssui-layout .categorie-src a span, .ssui-layout .argomenti-src a span, .ssui-layout .card-ricerca-container a span, .ssui-layout .modale-fullscreen-ricerca a span, .ssui-layout .uk-subnav .primary-color, .ssui-layout .row-title .primary-color, .ssui-layout .read-more .primary-color, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .primary-color, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a .primary-color, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .primary-color, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a .primary-color, .ssui-layout .categoria-box-card .primary-color, .ssui-layout .it-page-section .primary-color, .ssui-layout .menu-link-list .primary-color, .ssui-layout #lista-paragrafi .primary-color, .ssui-layout .condividi .primary-color, .ssui-layout .go-back .primary-color, .ssui-layout .categorie-src .primary-color, .ssui-layout .argomenti-src .primary-color, .ssui-layout .card-ricerca-container .primary-color, .ssui-layout .modale-fullscreen-ricerca .primary-color {
  color: #855733 !important;
}
a.text-light-brown-ssui:hover, .ssui-layout a.uk-subnav.a:hover, .ssui-layout a.row-title.a:hover, .ssui-layout a.read-more.a:hover, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a.a:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a.a:hover, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a.a:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a.a:hover, .ssui-layout a.categoria-box-card.a:hover, .ssui-layout a.it-page-section.a:hover, .ssui-layout a.menu-link-list.a:hover, .ssui-layout a#lista-paragrafi.a:hover, .ssui-layout a.condividi.a:hover, .ssui-layout a.go-back.a:hover, .ssui-layout a.categorie-src.a:hover, .ssui-layout a.argomenti-src.a:hover, .ssui-layout a.card-ricerca-container.a:hover, .ssui-layout a.modale-fullscreen-ricerca.a:hover, .ssui-layout .uk-subnav a:hover, .ssui-layout .row-title a:hover, .ssui-layout .read-more a:hover, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a a:hover, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a a:hover, .ssui-layout .categoria-box-card a:hover, .ssui-layout .it-page-section a:hover, .ssui-layout .menu-link-list a:hover, .ssui-layout #lista-paragrafi a:hover, .ssui-layout .condividi a:hover, .ssui-layout .go-back a:hover, .ssui-layout .categorie-src a:hover, .ssui-layout .argomenti-src a:hover, .ssui-layout .card-ricerca-container a:hover, .ssui-layout .modale-fullscreen-ricerca a:hover, .ssui-layout .uk-subnav a.primary-color:hover, .ssui-layout .row-title a.primary-color:hover, .ssui-layout .read-more a.primary-color:hover, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a.primary-color:hover, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a a.primary-color:hover, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a.primary-color:hover, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a a.primary-color:hover, .ssui-layout .categoria-box-card a.primary-color:hover, .ssui-layout .it-page-section a.primary-color:hover, .ssui-layout .menu-link-list a.primary-color:hover, .ssui-layout #lista-paragrafi a.primary-color:hover, .ssui-layout .condividi a.primary-color:hover, .ssui-layout .go-back a.primary-color:hover, .ssui-layout .categorie-src a.primary-color:hover, .ssui-layout .argomenti-src a.primary-color:hover, .ssui-layout .card-ricerca-container a.primary-color:hover, .ssui-layout .modale-fullscreen-ricerca a.primary-color:hover, a.text-light-brown-ssui:focus, .ssui-layout a.uk-subnav.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.uk-subnav.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever.uk-subnav.a, .ssui-layout a.row-title.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.row-title.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever.row-title.a, .ssui-layout a.read-more.a:focus, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a.a:focus, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .toggles label input[type='checkbox']:focus + a.lever.a, .toggles label .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a.a:focus, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a.a:focus, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .toggles label input[type='checkbox']:focus + a.lever.a, .toggles label .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.read-more.a, .ssui-layout .toggles label .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.a, .ssui-layout .toggles label .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.lever.a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever.read-more.a, .ssui-layout a.categoria-box-card.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.categoria-box-card.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever.categoria-box-card.a, .ssui-layout a.it-page-section.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.it-page-section.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever.it-page-section.a, .ssui-layout a.menu-link-list.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.menu-link-list.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever.menu-link-list.a, .ssui-layout a#lista-paragrafi.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever#lista-paragrafi.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever#lista-paragrafi.a, .ssui-layout a.condividi.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.condividi.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever.condividi.a, .ssui-layout a.go-back.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.go-back.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever.go-back.a, .ssui-layout a.categorie-src.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.categorie-src.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever.categorie-src.a, .ssui-layout a.argomenti-src.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.argomenti-src.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever.argomenti-src.a, .ssui-layout a.card-ricerca-container.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.card-ricerca-container.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever.card-ricerca-container.a, .ssui-layout a.modale-fullscreen-ricerca.a:focus, .ssui-layout .toggles label input[type='checkbox']:focus + a.lever.modale-fullscreen-ricerca.a, .toggles label .ssui-layout input[type='checkbox']:focus + a.lever.modale-fullscreen-ricerca.a, .ssui-layout .uk-subnav a:focus, .ssui-layout .uk-subnav .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .uk-subnav input[type='checkbox']:focus + a.lever, .ssui-layout .row-title a:focus, .ssui-layout .row-title .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .row-title input[type='checkbox']:focus + a.lever, .ssui-layout .read-more a:focus, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a:focus, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a a:focus, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a:focus, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a a:focus, .ssui-layout .read-more .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .read-more input[type='checkbox']:focus + a.lever, .ssui-layout .categoria-box-card a:focus, .ssui-layout .categoria-box-card .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .categoria-box-card input[type='checkbox']:focus + a.lever, .ssui-layout .it-page-section a:focus, .ssui-layout .it-page-section .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .it-page-section input[type='checkbox']:focus + a.lever, .ssui-layout .menu-link-list a:focus, .ssui-layout .menu-link-list .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .menu-link-list input[type='checkbox']:focus + a.lever, .ssui-layout #lista-paragrafi a:focus, .ssui-layout #lista-paragrafi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout #lista-paragrafi input[type='checkbox']:focus + a.lever, .ssui-layout .condividi a:focus, .ssui-layout .condividi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .condividi input[type='checkbox']:focus + a.lever, .ssui-layout .go-back a:focus, .ssui-layout .go-back .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .go-back input[type='checkbox']:focus + a.lever, .ssui-layout .categorie-src a:focus, .ssui-layout .categorie-src .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .categorie-src input[type='checkbox']:focus + a.lever, .ssui-layout .argomenti-src a:focus, .ssui-layout .argomenti-src .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .argomenti-src input[type='checkbox']:focus + a.lever, .ssui-layout .card-ricerca-container a:focus, .ssui-layout .card-ricerca-container .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .card-ricerca-container input[type='checkbox']:focus + a.lever, .ssui-layout .modale-fullscreen-ricerca a:focus, .ssui-layout .modale-fullscreen-ricerca .toggles label input[type='checkbox']:focus + a.lever, .toggles label .ssui-layout .modale-fullscreen-ricerca input[type='checkbox']:focus + a.lever, .ssui-layout .uk-subnav a.primary-color:focus, .ssui-layout .uk-subnav .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .uk-subnav input[type='checkbox']:focus + a.lever.primary-color, .ssui-layout .row-title a.primary-color:focus, .ssui-layout .row-title .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .row-title input[type='checkbox']:focus + a.lever.primary-color, .ssui-layout .read-more a.primary-color:focus, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a a.primary-color:focus, .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever.primary-color, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .ssui-layout a a.primary-color:focus, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a a.primary-color:focus, .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a input[type='checkbox']:focus + a.lever.primary-color, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .ssui-layout a a.primary-color:focus, .ssui-layout .read-more .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .read-more input[type='checkbox']:focus + a.lever.primary-color, .ssui-layout .categoria-box-card a.primary-color:focus, .ssui-layout .categoria-box-card .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .categoria-box-card input[type='checkbox']:focus + a.lever.primary-color, .ssui-layout .it-page-section a.primary-color:focus, .ssui-layout .it-page-section .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .it-page-section input[type='checkbox']:focus + a.lever.primary-color, .ssui-layout .menu-link-list a.primary-color:focus, .ssui-layout .menu-link-list .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .menu-link-list input[type='checkbox']:focus + a.lever.primary-color, .ssui-layout #lista-paragrafi a.primary-color:focus, .ssui-layout #lista-paragrafi .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout #lista-paragrafi input[type='checkbox']:focus + a.lever.primary-color, .ssui-layout .condividi a.primary-color:focus, .ssui-layout .condividi .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .condividi input[type='checkbox']:focus + a.lever.primary-color, .ssui-layout .go-back a.primary-color:focus, .ssui-layout .go-back .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .go-back input[type='checkbox']:focus + a.lever.primary-color, .ssui-layout .categorie-src a.primary-color:focus, .ssui-layout .categorie-src .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .categorie-src input[type='checkbox']:focus + a.lever.primary-color, .ssui-layout .argomenti-src a.primary-color:focus, .ssui-layout .argomenti-src .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .argomenti-src input[type='checkbox']:focus + a.lever.primary-color, .ssui-layout .card-ricerca-container a.primary-color:focus, .ssui-layout .card-ricerca-container .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .card-ricerca-container input[type='checkbox']:focus + a.lever.primary-color, .ssui-layout .modale-fullscreen-ricerca a.primary-color:focus, .ssui-layout .modale-fullscreen-ricerca .toggles label input[type='checkbox']:focus + a.lever.primary-color, .toggles label .ssui-layout .modale-fullscreen-ricerca input[type='checkbox']:focus + a.lever.primary-color, .toggles label input[type='checkbox']:focus + a.lever.text-light-brown-ssui, .toggles label .ssui-layout input[type='checkbox']:focus + a.uk-subnav.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a.uk-subnav.a.lever, .toggles label .ssui-layout input[type='checkbox']:focus + a.row-title.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a.row-title.a.lever, .toggles label .ssui-layout input[type='checkbox']:focus + a.read-more.a.lever, .toggles label .ssui-layout .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.a.lever, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .toggles label .ssui-layout input[type='checkbox']:focus + a.a.lever, .toggles label .ssui-layout .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card input[type='checkbox']:focus + a.a.lever, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .toggles label .ssui-layout input[type='checkbox']:focus + a.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a.read-more.a.lever, .toggles label .ssui-layout input[type='checkbox']:focus + a.categoria-box-card.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a.categoria-box-card.a.lever, .toggles label .ssui-layout input[type='checkbox']:focus + a.it-page-section.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a.it-page-section.a.lever, .toggles label .ssui-layout input[type='checkbox']:focus + a.menu-link-list.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a.menu-link-list.a.lever, .toggles label .ssui-layout input[type='checkbox']:focus + a#lista-paragrafi.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a#lista-paragrafi.a.lever, .toggles label .ssui-layout input[type='checkbox']:focus + a.condividi.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a.condividi.a.lever, .toggles label .ssui-layout input[type='checkbox']:focus + a.go-back.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a.go-back.a.lever, .toggles label .ssui-layout input[type='checkbox']:focus + a.categorie-src.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a.categorie-src.a.lever, .toggles label .ssui-layout input[type='checkbox']:focus + a.argomenti-src.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a.argomenti-src.a.lever, .toggles label .ssui-layout input[type='checkbox']:focus + a.card-ricerca-container.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a.card-ricerca-container.a.lever, .toggles label .ssui-layout input[type='checkbox']:focus + a.modale-fullscreen-ricerca.a.lever, .ssui-layout .toggles label input[type='checkbox']:focus + a.modale-fullscreen-ricerca.a.lever, .toggles label .ssui-layout .uk-subnav input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout .uk-subnav .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .ssui-layout .row-title input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout .row-title .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .ssui-layout .read-more input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout .read-more .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .ssui-layout .categoria-box-card input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout .categoria-box-card .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .ssui-layout .it-page-section input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout .it-page-section .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .ssui-layout .menu-link-list input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout .menu-link-list .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .ssui-layout #lista-paragrafi input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout #lista-paragrafi .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .ssui-layout .condividi input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout .condividi .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .ssui-layout .go-back input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout .go-back .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .ssui-layout .categorie-src input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout .categorie-src .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .ssui-layout .argomenti-src input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout .argomenti-src .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .ssui-layout .card-ricerca-container input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout .card-ricerca-container .toggles label input[type='checkbox']:focus + a.primary-color.lever, .toggles label .ssui-layout .modale-fullscreen-ricerca input[type='checkbox']:focus + a.primary-color.lever, .ssui-layout .modale-fullscreen-ricerca .toggles label input[type='checkbox']:focus + a.primary-color.lever {
  color: #724b2c !important;
}
.text-sititematici-red {
  color: #601a1a !important;
}
a.text-sititematici-red:hover, a.text-sititematici-red:focus, .toggles label input[type='checkbox']:focus + a.lever.text-sititematici-red {
  color: #4c1515 !important;
}
.text-sititematici-orange {
  color: #974c1f !important;
}
a.text-sititematici-orange:hover, a.text-sititematici-orange:focus, .toggles label input[type='checkbox']:focus + a.lever.text-sititematici-orange {
  color: #81421b !important;
}
.text-sititematici-yellow {
  color: #8f7706 !important;
}
a.text-sititematici-yellow:hover, a.text-sititematici-yellow:focus, .toggles label input[type='checkbox']:focus + a.lever.text-sititematici-yellow {
  color: #766305 !important;
}
.text-sititematici-turquoise {
  color: #00513b !important;
}
a.text-sititematici-turquoise:hover, a.text-sititematici-turquoise:focus, .toggles label input[type='checkbox']:focus + a.lever.text-sititematici-turquoise {
  color: #003729 !important;
}
.text-sititematici-green {
  color: #536b32 !important;
}
a.text-sititematici-green:hover, a.text-sititematici-green:focus, .toggles label input[type='checkbox']:focus + a.lever.text-sititematici-green {
  color: #46592a !important;
}
.text-sititematici-lightblue {
  color: #407873 !important;
}
a.text-sititematici-lightblue:hover, a.text-sititematici-lightblue:focus, .toggles label input[type='checkbox']:focus + a.lever.text-sititematici-lightblue {
  color: #376763 !important;
}
.text-sititematici-darkblue {
  color: #1b2834 !important;
}
a.text-sititematici-darkblue:hover, a.text-sititematici-darkblue:focus, .toggles label input[type='checkbox']:focus + a.lever.text-sititematici-darkblue {
  color: #121b23 !important;
}
.text-sititematici-purple {
  color: #4e404a !important;
}
a.text-sititematici-purple:hover, a.text-sititematici-purple:focus, .toggles label input[type='checkbox']:focus + a.lever.text-sititematici-purple {
  color: #40353d !important;
}
.text-sititematici-green-xmas {
  color: #14391a !important;
}
a.text-sititematici-green-xmas:hover, a.text-sititematici-green-xmas:focus, .toggles label input[type='checkbox']:focus + a.lever.text-sititematici-green-xmas {
  color: #0e2611 !important;
}
.text-body {
  color: #19191a !important;
}
.text-muted, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .breadcrumb-container .breadcrumb ul li:not(:last-child) a {
  color: #5a768a !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none, .breadcrumb-container .breadcrumb ul li a, .argomenti-correlati-section a.link-panel, .view-all-link a, .edufe-argomenti-layoutsection .four-columns-layout > div .card a, .edufe-argomenti-layoutsection .four-columns-layout > div .attachments-detail ul li a, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout > div li a, .attachment-item a, .pagination li span, .pagination li a, .index-right-container ul.uk-subnav a, .scheda-verde-link a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a span {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #656566;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
html, body {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  html, body {
    font-size: 18px;
    line-height: 1.555;
  }
}
h1, .h1 {
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 2.666rem;
    letter-spacing: -1.2px;
    line-height: 1.25;
  }
}
h2, .h2, .event-container .time-event .date .day-event {
  line-height: 1.25;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  h2, .h2, .event-container .time-event .date .day-event {
    font-size: 2.222rem;
    line-height: 1.2;
  }
}
h3, .h3, .argomenti-evidenza-block .el-content h2 {
  line-height: 1.1428;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  h3, .h3, .argomenti-evidenza-block .el-content h2 {
    font-size: 1.777rem;
    line-height: 1.25;
  }
}
h4, .h4, .notizia-principale h1, .calendary .it-calendar-wrapper .fullcalendar .fc-header-toolbar h2, .index-right-container ul.uk-subnav:not(.internal):nth-child(1) > li:not(.internal), .event-container .time-event .date .month-event {
  line-height: 1.1666;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  h4, .h4, .notizia-principale h1, .calendary .it-calendar-wrapper .fullcalendar .fc-header-toolbar h2, .index-right-container ul.uk-subnav:not(.internal):nth-child(1) > li:not(.internal), .event-container .time-event .date .month-event {
    font-size: 1.555rem;
    line-height: 1.428;
    font-weight: 600;
  }
}
h5, .h5, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .event-container .time-event .date .year-event {
  font-weight: 400;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  h5, .h5, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .event-container .time-event .date .year-event {
    font-size: 1.333rem;
  }
}
h6, .h6, .notizie-layoutsection .notizie-block-layoutsection > div .box-card > .uk-container .categoria-box-card > .uk-container .title-category {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
}
.display-1 {
  font-size: 3.111rem;
}
@media (min-width: 576px) {
  .display-1 {
    font-size: 3.111rem;
    line-height: 1.428;
  }
}
blockquote, .blockquote {
  font-family: Lora, Georgia, serif;
  margin: 1.5rem 0;
}
caption {
  font-size: 0.777rem;
  line-height: 1.4285;
}
b, strong {
  font-weight: 600;
}
small, .small, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .right-subnav div[id*="linkpanel"] h2, .persons-grid .grid-view table, .uk-button-default.uk-button-small .el-title {
  font-size: 0.9375rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  small, .small, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .link-box-card, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .link-box-card, .right-subnav div[id*="linkpanel"] h2, .persons-grid .grid-view table, .uk-button-default.uk-button-small .el-title {
    font-size: 0.8888rem;
  }
}
.x-small {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .x-small {
    font-size: 0.7777rem;
  }
}
.blockquote-footer {
  color: #656566;
}
.bg-dark .blockquote-footer {
  color: #979899;
}
.text-serif, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p {
  font-family: Lora, Georgia, serif !important;
}
.text-sans-serif {
  font-family: 'Titillium Web' !important;
}
.text-monospace {
  font-family: 'Roboto Mono', monospace !important;
}
.row.variable-gutters, .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters, .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout, .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout, .attachments-detail ul.variable-gutters, .attachments-detail .section-missioni ul.three-columns-layout, .section-missioni .attachments-detail ul.three-columns-layout, .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout, .section-missioni .three-columns-layout.variable-gutters, .section-missioni .three-columns-layout, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout, .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout, .section-missioni .three-columns-layout.row, .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout {
  margin-right: -6px;
  margin-left: -6px;
}
.row.variable-gutters > .col, .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout > .col, .attachments-detail ul.variable-gutters > .col, .attachments-detail .section-missioni ul.three-columns-layout > .col, .section-missioni .attachments-detail ul.three-columns-layout > .col, .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout > .col, .section-missioni .three-columns-layout.variable-gutters > .col, .section-missioni .three-columns-layout > .col, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout > .col, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout > .col, .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout > .col, .section-missioni .three-columns-layout.row > .col, .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout > .col, .row.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout > [class*='col-'], .attachments-detail ul.variable-gutters > [class*='col-'], .attachments-detail .section-missioni ul.three-columns-layout > [class*='col-'], .section-missioni .attachments-detail ul.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .three-columns-layout.variable-gutters > [class*='col-'], .section-missioni .three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .three-columns-layout.row > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'] {
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 576px) {
  .row.variable-gutters, .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters, .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout, .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout, .attachments-detail ul.variable-gutters, .attachments-detail .section-missioni ul.three-columns-layout, .section-missioni .attachments-detail ul.three-columns-layout, .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout, .section-missioni .three-columns-layout.variable-gutters, .section-missioni .three-columns-layout, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout, .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout, .section-missioni .three-columns-layout.row, .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout {
    margin-right: -6px;
    margin-left: -6px;
  }
  .row.variable-gutters > .col, .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout > .col, .attachments-detail ul.variable-gutters > .col, .attachments-detail .section-missioni ul.three-columns-layout > .col, .section-missioni .attachments-detail ul.three-columns-layout > .col, .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout > .col, .section-missioni .three-columns-layout.variable-gutters > .col, .section-missioni .three-columns-layout > .col, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout > .col, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout > .col, .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout > .col, .section-missioni .three-columns-layout.row > .col, .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout > .col, .row.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout > [class*='col-'], .attachments-detail ul.variable-gutters > [class*='col-'], .attachments-detail .section-missioni ul.three-columns-layout > [class*='col-'], .section-missioni .attachments-detail ul.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .three-columns-layout.variable-gutters > [class*='col-'], .section-missioni .three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .three-columns-layout.row > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'] {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media (min-width: 768px) {
  .row.variable-gutters, .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters, .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout, .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout, .attachments-detail ul.variable-gutters, .attachments-detail .section-missioni ul.three-columns-layout, .section-missioni .attachments-detail ul.three-columns-layout, .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout, .section-missioni .three-columns-layout.variable-gutters, .section-missioni .three-columns-layout, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout, .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout, .section-missioni .three-columns-layout.row, .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row.variable-gutters > .col, .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout > .col, .attachments-detail ul.variable-gutters > .col, .attachments-detail .section-missioni ul.three-columns-layout > .col, .section-missioni .attachments-detail ul.three-columns-layout > .col, .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout > .col, .section-missioni .three-columns-layout.variable-gutters > .col, .section-missioni .three-columns-layout > .col, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout > .col, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout > .col, .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout > .col, .section-missioni .three-columns-layout.row > .col, .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout > .col, .row.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout > [class*='col-'], .attachments-detail ul.variable-gutters > [class*='col-'], .attachments-detail .section-missioni ul.three-columns-layout > [class*='col-'], .section-missioni .attachments-detail ul.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .three-columns-layout.variable-gutters > [class*='col-'], .section-missioni .three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .three-columns-layout.row > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .row.variable-gutters, .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters, .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout, .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout, .attachments-detail ul.variable-gutters, .attachments-detail .section-missioni ul.three-columns-layout, .section-missioni .attachments-detail ul.three-columns-layout, .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout, .section-missioni .three-columns-layout.variable-gutters, .section-missioni .three-columns-layout, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout, .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout, .section-missioni .three-columns-layout.row, .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row.variable-gutters > .col, .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout > .col, .attachments-detail ul.variable-gutters > .col, .attachments-detail .section-missioni ul.three-columns-layout > .col, .section-missioni .attachments-detail ul.three-columns-layout > .col, .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout > .col, .section-missioni .three-columns-layout.variable-gutters > .col, .section-missioni .three-columns-layout > .col, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout > .col, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout > .col, .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout > .col, .section-missioni .three-columns-layout.row > .col, .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout > .col, .row.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout > [class*='col-'], .attachments-detail ul.variable-gutters > [class*='col-'], .attachments-detail .section-missioni ul.three-columns-layout > [class*='col-'], .section-missioni .attachments-detail ul.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .three-columns-layout.variable-gutters > [class*='col-'], .section-missioni .three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .three-columns-layout.row > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .row.variable-gutters, .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters, .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout, .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout, .attachments-detail ul.variable-gutters, .attachments-detail .section-missioni ul.three-columns-layout, .section-missioni .attachments-detail ul.three-columns-layout, .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout, .section-missioni .three-columns-layout.variable-gutters, .section-missioni .three-columns-layout, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout, .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters, .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout, .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout, .section-missioni .three-columns-layout.row, .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout, .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout, .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout {
    margin-right: -14px;
    margin-left: -14px;
  }
  .row.variable-gutters > .col, .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout > .col, .attachments-detail ul.variable-gutters > .col, .attachments-detail .section-missioni ul.three-columns-layout > .col, .section-missioni .attachments-detail ul.three-columns-layout > .col, .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout > .col, .section-missioni .three-columns-layout.variable-gutters > .col, .section-missioni .three-columns-layout > .col, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout > .col, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout > .col, .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters > .col, .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout > .col, .section-missioni .three-columns-layout.row > .col, .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout > .col, .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout > .col, .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout > .col, .row.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection .four-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection .section-missioni .three-columns-layout.four-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection .three-columns-layout.four-columns-layout > [class*='col-'], .attachments-detail ul.variable-gutters > [class*='col-'], .attachments-detail .section-missioni ul.three-columns-layout > [class*='col-'], .section-missioni .attachments-detail ul.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pug .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.pug .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pug .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .three-columns-layout.variable-gutters > [class*='col-'], .section-missioni .three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pnrr .three-columns-layout.five-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.matrimoni .three-columns-layout.five-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.ssui .five-columns-layout.variable-gutters > [class*='col-'], .edufe-argomenti-layoutsection.ssui .section-missioni .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.ssui .three-columns-layout.five-columns-layout > [class*='col-'], .section-missioni .three-columns-layout.row > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection .four-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection .section-missioni .four-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pug .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pug .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.pnrr .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.pnrr .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.matrimoni .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'], .section-missioni .edufe-argomenti-layoutsection.ssui .five-columns-layout.three-columns-layout > [class*='col-'], .edufe-argomenti-layoutsection.ssui .section-missioni .five-columns-layout.three-columns-layout > [class*='col-'] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.row.row-column-border, .edufe-argomenti-layoutsection .four-columns-layout.row-column-border, .attachments-detail ul.row-column-border, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-border, .section-missioni .three-columns-layout.row-column-border, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-border, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-border, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-border {
  border-top: 1px solid #b1b1b3;
}
.row.row-column-border > [class^='col-'], .edufe-argomenti-layoutsection .four-columns-layout.row-column-border > [class^='col-'], .attachments-detail ul.row-column-border > [class^='col-'], .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-border > [class^='col-'], .section-missioni .three-columns-layout.row-column-border > [class^='col-'], .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-border > [class^='col-'], .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-border > [class^='col-'], .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-border > [class^='col-'] {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #b1b1b3;
}
.row.row-column-border > [class^='col-']:first-child, .edufe-argomenti-layoutsection .four-columns-layout.row-column-border > [class^='col-']:first-child, .attachments-detail ul.row-column-border > [class^='col-']:first-child, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-border > [class^='col-']:first-child, .section-missioni .three-columns-layout.row-column-border > [class^='col-']:first-child, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-border > [class^='col-']:first-child, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-border > [class^='col-']:first-child, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-border > [class^='col-']:first-child {
  border: none;
}
.row.row-column-border > [class^='col-'] .navbar, .edufe-argomenti-layoutsection .four-columns-layout.row-column-border > [class^='col-'] .navbar, .attachments-detail ul.row-column-border > [class^='col-'] .navbar, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-border > [class^='col-'] .navbar, .section-missioni .three-columns-layout.row-column-border > [class^='col-'] .navbar, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-border > [class^='col-'] .navbar, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-border > [class^='col-'] .navbar, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-border > [class^='col-'] .navbar {
  padding: 0;
}
.row.row-column-border > [class^='col-'] .navbar .menu-wrapper .nav-link, .edufe-argomenti-layoutsection .four-columns-layout.row-column-border > [class^='col-'] .navbar .menu-wrapper .nav-link, .attachments-detail ul.row-column-border > [class^='col-'] .navbar .menu-wrapper .nav-link, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-border > [class^='col-'] .navbar .menu-wrapper .nav-link, .section-missioni .three-columns-layout.row-column-border > [class^='col-'] .navbar .menu-wrapper .nav-link, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-border > [class^='col-'] .navbar .menu-wrapper .nav-link, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-border > [class^='col-'] .navbar .menu-wrapper .nav-link, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-border > [class^='col-'] .navbar .menu-wrapper .nav-link {
  padding-right: 0;
}
.row.row-column-menu-left > [class^='col-']:first-child, .edufe-argomenti-layoutsection .four-columns-layout.row-column-menu-left > [class^='col-']:first-child, .attachments-detail ul.row-column-menu-left > [class^='col-']:first-child, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-menu-left > [class^='col-']:first-child, .section-missioni .three-columns-layout.row-column-menu-left > [class^='col-']:first-child, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-menu-left > [class^='col-']:first-child, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-menu-left > [class^='col-']:first-child, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-menu-left > [class^='col-']:first-child {
  padding: 1rem 0;
}
.row.row-column-menu-right > [class^='col-']:last-child, .edufe-argomenti-layoutsection .four-columns-layout.row-column-menu-right > [class^='col-']:last-child, .attachments-detail ul.row-column-menu-right > [class^='col-']:last-child, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-menu-right > [class^='col-']:last-child, .section-missioni .three-columns-layout.row-column-menu-right > [class^='col-']:last-child, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-menu-right > [class^='col-']:last-child, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-menu-right > [class^='col-']:last-child, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-menu-right > [class^='col-']:last-child {
  padding: 1rem 0;
}
.row.row-card, .edufe-argomenti-layoutsection .four-columns-layout.row-card, .attachments-detail ul.row-card, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-card, .section-missioni .three-columns-layout.row-card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-card, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-card {
  background-color: #fff;
}
@media (min-width: 992px) {
  .row.row-column-border, .edufe-argomenti-layoutsection .four-columns-layout.row-column-border, .attachments-detail ul.row-column-border, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-border, .section-missioni .three-columns-layout.row-column-border, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-border, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-border, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-border {
    margin-top: 1rem;
  }
  .row.row-column-border > [class^='col-'], .edufe-argomenti-layoutsection .four-columns-layout.row-column-border > [class^='col-'], .attachments-detail ul.row-column-border > [class^='col-'], .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-border > [class^='col-'], .section-missioni .three-columns-layout.row-column-border > [class^='col-'], .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-border > [class^='col-'], .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-border > [class^='col-'], .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-border > [class^='col-'] {
    padding: 3rem 3rem;
    border-top: none;
    border-left: 1px solid #b1b1b3;
  }
  .row.row-column-border > [class^='col-']:first-child, .edufe-argomenti-layoutsection .four-columns-layout.row-column-border > [class^='col-']:first-child, .attachments-detail ul.row-column-border > [class^='col-']:first-child, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-border > [class^='col-']:first-child, .section-missioni .three-columns-layout.row-column-border > [class^='col-']:first-child, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-border > [class^='col-']:first-child, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-border > [class^='col-']:first-child, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-border > [class^='col-']:first-child {
    border: none;
    padding-left: 0;
  }
  .row.row-column-border > [class^='col-'] .navbar .menu-wrapper, .edufe-argomenti-layoutsection .four-columns-layout.row-column-border > [class^='col-'] .navbar .menu-wrapper, .attachments-detail ul.row-column-border > [class^='col-'] .navbar .menu-wrapper, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-border > [class^='col-'] .navbar .menu-wrapper, .section-missioni .three-columns-layout.row-column-border > [class^='col-'] .navbar .menu-wrapper, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-border > [class^='col-'] .navbar .menu-wrapper, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-border > [class^='col-'] .navbar .menu-wrapper, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-border > [class^='col-'] .navbar .menu-wrapper {
    padding: 0;
  }
  .row.row-column-menu-left > [class^='col-']:first-child, .edufe-argomenti-layoutsection .four-columns-layout.row-column-menu-left > [class^='col-']:first-child, .attachments-detail ul.row-column-menu-left > [class^='col-']:first-child, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-menu-left > [class^='col-']:first-child, .section-missioni .three-columns-layout.row-column-menu-left > [class^='col-']:first-child, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-menu-left > [class^='col-']:first-child, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-menu-left > [class^='col-']:first-child, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-menu-left > [class^='col-']:first-child {
    padding: 0;
  }
  .row.row-column-menu-right > [class^='col-']:last-child, .edufe-argomenti-layoutsection .four-columns-layout.row-column-menu-right > [class^='col-']:last-child, .attachments-detail ul.row-column-menu-right > [class^='col-']:last-child, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-column-menu-right > [class^='col-']:last-child, .section-missioni .three-columns-layout.row-column-menu-right > [class^='col-']:last-child, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-column-menu-right > [class^='col-']:last-child, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-column-menu-right > [class^='col-']:last-child, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-column-menu-right > [class^='col-']:last-child {
    padding: 0;
  }
}
.row.row-full-width, .edufe-argomenti-layoutsection .four-columns-layout.row-full-width, .attachments-detail ul.row-full-width, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-full-width, .section-missioni .three-columns-layout.row-full-width, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-full-width, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-full-width, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-full-width {
  max-width: calc(100vw);
  margin: 0 calc(-50vw + 50%);
}
.row.row-full-width > *, .edufe-argomenti-layoutsection .four-columns-layout.row-full-width > *, .attachments-detail ul.row-full-width > *, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-full-width > *, .section-missioni .three-columns-layout.row-full-width > *, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-full-width > *, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-full-width > *, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-full-width > * {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.row.row-full-width > * img, .edufe-argomenti-layoutsection .four-columns-layout.row-full-width > * img, .attachments-detail ul.row-full-width > * img, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-full-width > * img, .section-missioni .three-columns-layout.row-full-width > * img, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-full-width > * img, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-full-width > * img, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-full-width > * img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}
.row.row-title, .edufe-argomenti-layoutsection .four-columns-layout.row-title, .attachments-detail ul.row-title, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-title, .section-missioni .three-columns-layout.row-title, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-title, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-title, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .row.row-title, .edufe-argomenti-layoutsection .four-columns-layout.row-title, .attachments-detail ul.row-title, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-title, .section-missioni .three-columns-layout.row-title, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-title, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-title, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-title {
    flex-direction: row;
    align-items: flex-start;
  }
}
.row.row-border h1, .edufe-argomenti-layoutsection .four-columns-layout.row-border h1, .attachments-detail ul.row-border h1, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border h1, .section-missioni .three-columns-layout.row-border h1, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border h1, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border h1, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border h1 {
  border-bottom: 1px solid #b1b1b3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.row.row-border h2, .edufe-argomenti-layoutsection .four-columns-layout.row-border h2, .attachments-detail ul.row-border h2, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border h2, .section-missioni .three-columns-layout.row-border h2, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border h2, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border h2, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border h2 {
  border-bottom: 1px solid #b1b1b3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.row.row-border h3, .edufe-argomenti-layoutsection .four-columns-layout.row-border h3, .attachments-detail ul.row-border h3, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border h3, .section-missioni .three-columns-layout.row-border h3, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border h3, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border h3, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border h3 {
  border-bottom: 1px solid #b1b1b3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.row.row-border h4, .edufe-argomenti-layoutsection .four-columns-layout.row-border h4, .attachments-detail ul.row-border h4, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border h4, .section-missioni .three-columns-layout.row-border h4, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border h4, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border h4, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border h4 {
  border-bottom: 1px solid #b1b1b3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.row.row-border h5, .edufe-argomenti-layoutsection .four-columns-layout.row-border h5, .attachments-detail ul.row-border h5, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border h5, .section-missioni .three-columns-layout.row-border h5, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border h5, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border h5, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border h5 {
  border-bottom: 1px solid #b1b1b3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.row.row-border h6, .edufe-argomenti-layoutsection .four-columns-layout.row-border h6, .attachments-detail ul.row-border h6, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border h6, .section-missioni .three-columns-layout.row-border h6, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border h6, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border h6, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border h6 {
  border-bottom: 1px solid #b1b1b3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .row.row-border, .edufe-argomenti-layoutsection .four-columns-layout.row-border, .attachments-detail ul.row-border, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border, .section-missioni .three-columns-layout.row-border, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border {
    border-bottom: 1px solid #b1b1b3;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .row.row-border h1, .edufe-argomenti-layoutsection .four-columns-layout.row-border h1, .attachments-detail ul.row-border h1, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border h1, .section-missioni .three-columns-layout.row-border h1, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border h1, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border h1, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border h1 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .row.row-border h2, .edufe-argomenti-layoutsection .four-columns-layout.row-border h2, .attachments-detail ul.row-border h2, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border h2, .section-missioni .three-columns-layout.row-border h2, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border h2, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border h2, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border h2 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .row.row-border h3, .edufe-argomenti-layoutsection .four-columns-layout.row-border h3, .attachments-detail ul.row-border h3, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border h3, .section-missioni .three-columns-layout.row-border h3, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border h3, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border h3, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border h3 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .row.row-border h4, .edufe-argomenti-layoutsection .four-columns-layout.row-border h4, .attachments-detail ul.row-border h4, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border h4, .section-missioni .three-columns-layout.row-border h4, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border h4, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border h4, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border h4 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .row.row-border h5, .edufe-argomenti-layoutsection .four-columns-layout.row-border h5, .attachments-detail ul.row-border h5, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border h5, .section-missioni .three-columns-layout.row-border h5, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border h5, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border h5, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border h5 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .row.row-border h6, .edufe-argomenti-layoutsection .four-columns-layout.row-border h6, .attachments-detail ul.row-border h6, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-border h6, .section-missioni .three-columns-layout.row-border h6, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-border h6, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-border h6, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-border h6 {
    border: none;
    margin: 0;
    padding: 0;
  }
}
.row.row-calendar, .edufe-argomenti-layoutsection .four-columns-layout.row-calendar, .attachments-detail ul.row-calendar, .edufe-argomenti-layoutsection.pug .five-columns-layout.row-calendar, .section-missioni .three-columns-layout.row-calendar, .edufe-argomenti-layoutsection.pnrr .five-columns-layout.row-calendar, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.row-calendar, .edufe-argomenti-layoutsection.ssui .five-columns-layout.row-calendar {
  display: block;
}
.sticky-wrapper.is-sticky {
  position: fixed;
}
.sticky-wrapper.is-sticky.navbar-wrapper {
  z-index: 1;
  left: 0;
  right: 0;
  width: auto;
}
.sticky-wrapper.is-sticky.navbar-wrapper .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #b1b1b3;
}
.sticky-wrapper.is-sticky.navbar-wrapper.sticky-expanded {
  z-index: auto;
}
@media (min-width: 992px) {
  .sticky-wrapper.is-sticky.navbar-wrapper {
    z-index: auto;
    left: auto;
    right: auto;
    width: unset;
  }
  .sticky-wrapper.is-sticky.navbar-wrapper .navbar {
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .sticky-wrapper.is-sticky.navbar-wrapper .navbar .menu-wrapper {
    padding: 0;
  }
  .sticky-wrapper.is-sticky.navbar-wrapper .navbar .menu-wrapper .nav-link {
    padding-right: 0;
  }
  .sticky-wrapper.is-sticky.navbar-wrapper .navbar.it-bottom-navscroll {
    border: none;
  }
  .sticky-wrapper.is-sticky.navbar-wrapper.at-bottom {
    position: absolute;
    top: auto !important;
    bottom: 0;
  }
}
.sticky-wrapper.navbar-wrapper .navbar.it-top-navscroll, .sticky-wrapper.navbar-wrapper .navbar.it-bottom-navscroll {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.table th, .table td {
  text-align: left;
  border-bottom: 1px solid #d6dce3;
  border-top: none;
}
.breadcrumb-container .breadcrumb {
  padding: 0.5em 0;
  border-radius: 0;
}
.breadcrumb-container .breadcrumb .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-container .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: none;
}
.breadcrumb-container .breadcrumb .breadcrumb-item i {
  padding-right: 0.5em;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: #5b6f82;
  font-weight: 600;
}
.breadcrumb-container .breadcrumb .breadcrumb-item.active a, .breadcrumb-container .breadcrumb .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.breadcrumb-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .breadcrumb-container .breadcrumb a.breadcrumb-item a {
  font-weight: normal;
  pointer-events: none;
}
.breadcrumb-container .breadcrumb .breadcrumb-item span.separator {
  display: inline-block;
  font-weight: 600;
  padding: 0 0.5em;
}
.breadcrumb-container .breadcrumb.dark {
  background: #435a70;
  color: #fff;
}
.breadcrumb-container .breadcrumb.dark .breadcrumb-item a {
  color: #fff;
}
.breadcrumb-container .breadcrumb.dark .breadcrumb-item span.separator {
  color: #fff;
}
.breadcrumb-container .breadcrumb.dark .breadcrumb-item i {
  color: #0bd9d2;
}
.breadcrumb-container .breadcrumb.dark .breadcrumb-item.active, .breadcrumb-container .breadcrumb.dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.breadcrumb-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .breadcrumb-container .breadcrumb.dark a.breadcrumb-item {
  color: #fff;
}
.modal-content, .modal-header {
  border-radius: 0;
}
*[data-toggle='collapse'] .collapse-icon::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.5rem solid;
  border-right: 0.5rem solid transparent;
  border-bottom: 0;
  border-left: 0.5rem solid transparent;
  vertical-align: 0.1875rem;
}
*[data-toggle='collapse'].collapsed .collapse-icon::before {
  transform: rotate(180deg);
}
.collapse-div {
  border-bottom: 1px solid #e3e4e6;
}
.collapse-div .collapse-div {
  border: 1px solid #e3e4e6;
  border-top: 0;
}
.collapse-div.collapse-background-active .collapse-header *[data-toggle='collapse'][aria-expanded='true'] {
  background-color: #007db3;
  color: #fff;
  border-color: #007db3;
}
.collapse-div.collapse-background-active .collapse-header *[data-toggle='collapse'][aria-expanded='true']:before {
  color: #fff;
}
.collapse-div.collapse-background-hover .collapse-header *[data-toggle='collapse']:hover {
  background-color: #007db3;
  color: #fff;
  border-color: #007db3;
}
.collapse-div.collapse-background-hover .collapse-header *[data-toggle='collapse']:hover:before {
  color: #fff;
}
.collapse-div.collapse-left-icon .collapse-header *[data-toggle='collapse']:before {
  content: '-';
  float: left;
  margin: 0 1rem 0 0;
  font-size: 1.5rem;
  line-height: 1.2rem;
  font-family: 'Titillium Web';
  transform: none;
}
.collapse-div.collapse-left-icon .collapse-header *[data-toggle='collapse'][aria-expanded='false']:before {
  content: '+';
}
.collapse-header {
  position: relative;
}
.collapse-header *[data-toggle='collapse'] {
  width: 100%;
  text-align: left;
  border: 0;
  background-color: transparent;
  border-top: 1px solid #e3e4e6;
  padding: 14px 24px;
  cursor: pointer;
  color: #5c6f82;
  font-weight: 600;
}
.collapse-header *[data-toggle='collapse'][aria-expanded='false'] {
  color: #007db3;
}
.collapse-header *[data-toggle='collapse'][aria-expanded='false']:before {
  transform: scaleY(-1);
}
.collapse-header *[data-toggle='collapse'][aria-expanded='false']:hover:before, .collapse-header *[data-toggle='collapse'][aria-expanded='true']:hover:before {
  text-decoration: none;
}
.collapse-header *[data-toggle='collapse']:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRpdGxlPml0LWNvbGxhcHNlPC90aXRsZT48ZyBpZD0iTGl2ZWxsb18xMyIgZGF0YS1uYW1lPSJMaXZlbGxvIDEzIj48cGF0aCBmaWxsPSIjN0ZCMkU1IiBkPSJNMTIsMTAuMjUsMTYuNzcsMTVhLjc1Ljc1LDAsMCwwLDEuMDYsMCwuNzQuNzQsMCwwLDAsMC0xLjA2TDEzLjA2LDkuMTlhMS41MSwxLjUxLDAsMCwwLTIuMTIsMEw2LjE3LDE0YS43NC43NCwwLDAsMCwwLDEuMDYuNzUuNzUsMCwwLDAsMS4wNiwwWiIvPjwvZz48L3N2Zz4K');
  float: right;
  width: 1.5rem;
  line-height: 0.1rem;
  color: #6bb6d6;
  transition: transform 0.3s;
}
.collapse-header *[data-toggle='collapse']:hover {
  background: none;
  text-decoration: underline;
}
.collapse-body {
  padding: 12px 24px 42px;
}
.collapse-body .collapse-header button[aria-expanded='true']:before {
  height: 0;
  width: 0;
}
.it-carousel-wrapper {
  margin: 0 auto;
}
.it-carousel-wrapper .it-special-card h5.card-title {
  margin-bottom: 0;
}
.it-carousel-wrapper .it-header-block h2 {
  font-size: 1.75rem;
  border-bottom: 1px solid #d9dadb;
  padding-bottom: 8px;
  margin-bottom: 0;
  letter-spacing: unset;
}
.it-carousel-wrapper .owl-stage-outer {
  padding-top: 24px;
  padding-bottom: 0;
}
.it-carousel-wrapper .card-wrapper {
  padding-bottom: 16px;
}
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a {
  position: relative;
  display: block;
  position: relative;
}
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside li {
  border-right: none;
  margin-right: 0;
}
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card:after, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li:after, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside li:after {
  display: none;
}
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .card-signature, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .card-signature, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .card-signature, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li .card-signature, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body .card-signature, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .card-signature, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li .card-signature {
  float: left;
  margin-bottom: 0;
  width: 60%;
}
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a {
  float: right;
  position: inherit;
  bottom: inherit;
  margin-bottom: 0;
  width: 35%;
  justify-content: flex-end;
  line-height: 21px;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 {
  margin: 0 auto;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-header-block {
  padding: 0 24px;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .it-img-card .owl-stage {
  left: unset;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-stage {
  left: -40px;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .owl-stage {
  left: unset;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .owl-dots {
  text-align: center;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .owl-stage {
  left: -16px;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .card.card-img, .it-carousel-wrapper.it-carousel-landscape-abstract-3 .attachments-detail ul li.card-img, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract-3 li.card-img {
  margin-left: 0;
  margin-right: 0;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .card.card-bg, .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .attachments-detail ul li.card-bg, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg li.card-bg {
  margin-left: 0;
  margin-right: 0;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage-outer {
  border-right: none;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage {
  left: -16px;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-dots {
  text-align: center;
  margin-top: 0;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-dots {
  text-align: center;
  margin-top: 16px;
  margin-left: 38px;
  margin-right: 38px;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .owl-dots {
  text-align: center;
}
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .it-img-card .owl-stage {
  left: -16px;
}
.it-carousel-wrapper .owl-dots {
  text-align: center;
}
.it-carousel-wrapper .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #007db3;
  display: inline-block;
  opacity: 0.3;
  transition: all 0.3s;
  border-radius: 50px;
  margin: 0 8px;
}
.it-carousel-wrapper .owl-dots .owl-dot.active, .it-carousel-wrapper .owl-dots .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.owl-dot, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-carousel-wrapper .owl-dots a.owl-dot {
  opacity: 1;
}
@media (min-width: 768px) {
  .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer {
    border-right: 3px solid #fff;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .owl-stage {
    left: -16px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .it-img-card .owl-stage {
    left: unset;
  }
}
@media (min-width: 992px) {
  .it-carousel-wrapper.it-carousel-landscape-abstract {
    max-width: 960px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage {
    display: flex;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage .owl-item {
    display: flex;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage .owl-item .it-single-slide-wrapper {
    height: 100%;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper {
    display: flex;
    flex-basis: 100%;
    width: 100%;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a {
    flex-basis: 50%;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a .img-responsive-wrapper .img-responsive, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a .argomenti-evidenza-block img .img-responsive, .argomenti-evidenza-block .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a img .img-responsive {
    padding-bottom: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside {
    flex-basis: 50%;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside li {
    border-right: none;
    margin-right: 0;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card:after, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li:after, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside li:after {
    display: none;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li {
    padding-left: 48px;
    padding-bottom: 48px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .card-signature, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .card-signature, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .card-signature, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li .card-signature, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body .card-signature, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .card-signature, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li .card-signature {
    float: left;
    width: 60%;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .attachments-detail ul li a, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li li a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .attachments-detail ul li .card-body a, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside li .card-body a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .attachments-detail ul li a, .attachments-detail ul .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card li a.read-more, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a, .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a {
    float: right;
    position: inherit;
    bottom: inherit;
    margin-bottom: 0;
    width: 35%;
    justify-content: flex-end;
    line-height: 26px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract .owl-dots {
    position: absolute;
    left: 50%;
    margin-left: 40px;
    right: 0;
    bottom: 5px;
    text-align: left;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 {
    max-width: 960px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel {
    max-width: unset;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-header-block {
    padding: 0 12px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-stage-outer {
    border-right: 1px solid #fff;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-stage {
    left: inherit;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage {
    left: unset;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage-outer {
    border-right: none;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-dots {
    text-align: left;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
  .it-carousel-wrapper.it-carousel-landscape-abstract {
    max-width: 1184px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3 {
    max-width: 1184px;
  }
  .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel {
    max-width: unset;
  }
}
.it-calendar-wrapper .it-header-block-title, .it-calendar-wrapper .calendary .it-calendar-wrapper .fullcalendar .fc-header-toolbar, .calendary .it-calendar-wrapper .fullcalendar .it-calendar-wrapper .fc-header-toolbar {
  background-color: #007db3;
  color: #fff;
  padding: 0.5em 0;
  border-radius: 4px 4px 0 0;
}
.it-calendar-wrapper .card-wrapper {
  padding: 0;
}
.it-calendar-wrapper .owl-stage-outer {
  padding-top: 0;
  margin-bottom: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.it-calendar-wrapper .owl-item .card-bg {
  box-shadow: none;
}
.it-calendar-wrapper .owl-item.active + .active .card-bg, .it-calendar-wrapper .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.owl-item + .active .card-bg, .it-calendar-wrapper .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.owl-item + a .card-bg, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-calendar-wrapper .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.owl-item + a .card-bg, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-calendar-wrapper a.owl-item + .active .card-bg, .it-calendar-wrapper .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .owl-item.active + a .card-bg, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-calendar-wrapper .owl-item.active + a .card-bg {
  border-bottom-left-radius: 0;
  box-shadow: inset 1rem 0 1rem -1rem rgba(0, 0, 0, 0.3);
}
.it-calendar-wrapper .card .card-title, .it-calendar-wrapper .attachments-detail ul li .card-title, .attachments-detail ul .it-calendar-wrapper li .card-title, .it-calendar-wrapper .card .card-text, .it-calendar-wrapper .attachments-detail ul li .card-text, .attachments-detail ul .it-calendar-wrapper li .card-text {
  border-bottom: 1px solid #b1b1b3;
  padding-bottom: 16px;
}
.it-calendar-wrapper .card .card-body .card-title, .it-calendar-wrapper .attachments-detail ul li .card-body .card-title, .it-calendar-wrapper .attachments-detail ul li .attachments-detail ul li .card-title, .attachments-detail ul .it-calendar-wrapper .attachments-detail ul li li .card-title, .attachments-detail ul .it-calendar-wrapper li .card-body .card-title, .it-calendar-wrapper .card .attachments-detail ul li .card-title, .attachments-detail ul .it-calendar-wrapper .card li .card-title {
  font-family: 'Titillium Web';
  font-size: 3em;
  font-weight: 300;
  padding-top: 16px;
}
.it-calendar-wrapper .card .card-body .card-title span, .it-calendar-wrapper .attachments-detail ul li .card-body .card-title span, .it-calendar-wrapper .attachments-detail ul li .attachments-detail ul li .card-title span, .attachments-detail ul .it-calendar-wrapper .attachments-detail ul li li .card-title span, .attachments-detail ul .it-calendar-wrapper li .card-body .card-title span, .it-calendar-wrapper .card .attachments-detail ul li .card-title span, .attachments-detail ul .it-calendar-wrapper .card li .card-title span {
  font-size: 0.3em;
  display: block;
  padding-top: 1em;
  padding-left: 1em;
  font-family: 'Roboto Mono', monospace;
}
.it-calendar-wrapper .card .card-text a, .it-calendar-wrapper .attachments-detail ul li .card-text a, .attachments-detail ul .it-calendar-wrapper li .card-text a {
  text-decoration: none;
  color: #4c4c4d;
  font-family: 'Titillium Web';
  font-size: 1em;
}
.it-calendar-wrapper .card .card-text a:hover, .it-calendar-wrapper .attachments-detail ul li .card-text a:hover, .attachments-detail ul .it-calendar-wrapper li .card-text a:hover {
  text-decoration: underline;
  color: #007db3;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #b1b1b3;
  padding-left: 4em;
}
.alert-heading {
  color: inherit;
  line-height: 1;
}
.alert-link {
  font-weight: 700;
  text-decoration: none;
}
.alert-dismissible {
  padding-right: 3.5rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.8rem 1rem;
  color: inherit;
}
.alert-success {
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 8px solid #008758;
}
.alert-info {
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 8px solid #979899;
}
.alert-warning {
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 8px solid #a66300;
}
.alert-danger {
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 8px solid #d92828;
}
.alert-danger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.5 14.2V5.7h1.2v8.5zm-.1 4.1h1.2v-1.8h-1.2zM22 7.9v8.3L16.1 22H7.9L2 16.2V7.9L7.9 2h8.2zm-1 .4L15.7 3H8.3L3 8.3v7.5L8.3 21h7.4l5.3-5.2z'%3E%3C/path%3E%3C/svg%3E");
}
.alert-warning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.5-6.8V5.7h1.2v8.5zm-.1 2.3h1.2v1.8h-1.2z'%3E%3C/path%3E%3C/svg%3E");
}
.alert-success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.1 7.9l.7.7-7.8 7.6-4.7-4.6.7-.7 4 3.9zM22 12A10 10 0 1 1 12 2a10 10 0 0 1 10 10zm-1 0a9 9 0 1 0-9 9 9 9 0 0 0 9-9z'%3E%3C/path%3E%3C/svg%3E");
}
.alert-info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.7-15h1.5v2h-1.5zm0 3h1.5v9h-1.5z'%3E%3C/path%3E%3C/svg%3E");
}
.btn, .banner-covid a.uk-button-primary, .banner-covid a.uk-button-secondary, .banner-covid a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-sosi a, .feedback-button a, .pug-button a, .pnrr-button a, .assistance {
  padding: 12px 24px;
  font-size: 16px;
  white-space: initial;
  text-decoration: none;
}
.btn-xs, .banner-covid a.uk-button-primary, .banner-covid a.uk-button-secondary, .banner-covid a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-sosi a, .btn-sm, .btn-group-sm > .btn, .banner-covid .btn-group-sm > a.uk-button-primary, .banner-covid .btn-group-sm > a.uk-button-secondary, .banner-covid .btn-group-sm > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-sm > a, .edufehome-banner .btn-container .btn-sosi .btn-group-sm > a, .feedback-button .btn-group-sm > a, .pug-button .btn-group-sm > a, .pnrr-button .btn-group-sm > a, .btn-group-sm > .assistance, .btn-lg, .pug-button a, .pnrr-button a, .btn-group-lg > .btn, .banner-covid .btn-group-lg > a.uk-button-primary, .banner-covid .btn-group-lg > a.uk-button-secondary, .banner-covid .btn-group-lg > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-lg > a, .edufehome-banner .btn-container .btn-sosi .btn-group-lg > a, .feedback-button .btn-group-lg > a, .pug-button .btn-group-lg > a, .pnrr-button .btn-group-lg > a, .btn-group-lg > .assistance {
  border-radius: 4px;
  line-height: 1.5;
}
.btn-xs, .banner-covid a.uk-button-primary, .banner-covid a.uk-button-secondary, .banner-covid a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-sosi a {
  padding: 8px 8px;
  font-size: 14px;
  line-height: 1.45;
}
.btn-sm, .btn-group-sm > .btn, .banner-covid .btn-group-sm > a.uk-button-primary, .banner-covid .btn-group-sm > a.uk-button-secondary, .banner-covid .btn-group-sm > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-sm > a, .edufehome-banner .btn-container .btn-sosi .btn-group-sm > a, .feedback-button .btn-group-sm > a, .pug-button .btn-group-sm > a, .pnrr-button .btn-group-sm > a, .btn-group-sm > .assistance {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.45;
}
.btn-lg, .pug-button a, .pnrr-button a, .btn-group-lg > .btn, .banner-covid .btn-group-lg > a.uk-button-primary, .banner-covid .btn-group-lg > a.uk-button-secondary, .banner-covid .btn-group-lg > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .btn-group-lg > a, .edufehome-banner .btn-container .btn-sosi .btn-group-lg > a, .feedback-button .btn-group-lg > a, .pug-button .btn-group-lg > a, .pnrr-button .btn-group-lg > a, .btn-group-lg > .assistance {
  padding: 14px 28px;
  font-size: 18px;
  line-height: 1.6;
}
.btn-block {
  border-radius: 0;
}
.btn-progress {
  position: relative;
}
.btn-icon {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.btn-icon .rounded-icon {
  width: 1.5em;
  height: 1.5em;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.btn-icon .rounded-icon .icon {
  margin-right: 0;
}
.btn-icon .rounded-icon.rounded-primary {
  background-color: #007db3;
}
.btn-icon .rounded-icon.rounded-secondary {
  background-color: #ffd400;
}
.btn-icon .rounded-icon.rounded-success {
  background-color: #008758;
}
.btn-icon .rounded-icon.rounded-info {
  background-color: #979899;
}
.btn-icon .rounded-icon.rounded-warning {
  background-color: #a66300;
}
.btn-icon .rounded-icon.rounded-danger {
  background-color: #d92828;
}
.btn-icon .rounded-icon.rounded-light {
  background-color: #e9e6f2;
}
.btn-icon .rounded-icon.rounded-dark {
  background-color: #17324d;
}
.btn-icon .rounded-icon.rounded-black {
  background-color: #000;
}
.btn-icon .rounded-icon.rounded-white {
  background-color: #fff;
}
.btn-icon .rounded-icon.rounded-100 {
  background-color: #e3e4e6;
}
.btn-icon .rounded-icon.rounded-200 {
  background-color: #cacacc;
}
.btn-icon .rounded-icon.rounded-300 {
  background-color: #b1b1b3;
}
.btn-icon .rounded-icon.rounded-400 {
  background-color: #979899;
}
.btn-icon .rounded-icon.rounded-500 {
  background-color: #7e7f80;
}
.btn-icon .rounded-icon.rounded-600 {
  background-color: #656566;
}
.btn-icon .rounded-icon.rounded-700 {
  background-color: #4c4c4d;
}
.btn-icon .rounded-icon.rounded-800 {
  background-color: #323333;
}
.btn-icon .rounded-icon.rounded-900 {
  background-color: #19191a;
}
.btn-icon .rounded-icon.rounded-tertiary {
  background-color: #000;
}
.btn-icon .rounded-icon.rounded-card-preference-bg {
  background-color: #e1f5e5;
}
.btn-icon .rounded-icon.rounded-tags-list-bg {
  background-color: #e1f5e5;
}
.btn-icon .rounded-icon.rounded-tooltip-bg {
  background-color: #5e7887;
}
.btn-icon .rounded-icon.rounded-text-muted {
  background-color: #435960;
}
.btn-icon .rounded-icon.rounded-linkedin {
  background-color: #0177b5;
}
.btn-icon .rounded-icon.rounded-facebook {
  background-color: #4867aa;
}
.btn-icon .rounded-icon.rounded-google {
  background-color: #ea4335;
}
.btn-icon .rounded-icon.rounded-twitter {
  background-color: #32ccfe;
}
.btn-icon .rounded-icon.rounded-youtube {
  background-color: #be1b1e;
}
.btn-icon .rounded-icon.rounded-spid {
  background-color: #06c;
}
.btn-icon .rounded-icon.rounded-google-drive {
  background-color: #3c83f7;
}
.btn-icon .rounded-icon.rounded-dark-gray {
  background-color: #333;
}
.btn-icon .rounded-icon.rounded-card-gray {
  background-color: #455b71;
}
.btn-icon .rounded-icon.rounded-green-fe {
  background-color: #338c32;
}
.btn-icon .rounded-icon.rounded-light-edufe-header {
  background-color: #fff2db;
}
.btn-icon .rounded-icon.rounded-dark-edufe-header {
  background-color: #ffd48c;
}
.btn-icon .rounded-icon.rounded-pink-edufe-header {
  background-color: #dc7e72;
}
.btn-icon .rounded-icon.rounded-first-card-theme-edufe {
  background-color: #ffbd89;
}
.btn-icon .rounded-icon.rounded-second-card-theme-edufe {
  background-color: #ffa987;
}
.btn-icon .rounded-icon.rounded-third-card-theme-edufe {
  background-color: #ff9386;
}
.btn-icon .rounded-icon.rounded-fourth-card-theme-edufe {
  background-color: #dc7e72;
}
.btn-icon .rounded-icon.rounded-green-pug {
  background-color: #94c01f;
}
.btn-icon .rounded-icon.rounded-$green-cta-pug {
  background-color: #597212;
}
.btn-icon .rounded-icon.rounded-green-card-pug {
  background-color: #609868;
}
.btn-icon .rounded-icon.rounded-light-orange-card-pug {
  background-color: #466949;
}
.btn-icon .rounded-icon.rounded-orange-card-pug {
  background-color: #dd8553;
}
.btn-icon .rounded-icon.rounded-purple-card-pug {
  background-color: #908fc2;
}
.btn-icon .rounded-icon.rounded-pink-card-pug {
  background-color: #df4967;
}
.btn-icon .rounded-icon.rounded-dark-purple-card-pug {
  background-color: #887c94;
}
.btn-icon .rounded-icon.rounded-dark-pink-card-pug {
  background-color: #739ba5;
}
.btn-icon .rounded-icon.rounded-yellow-card-pug {
  background-color: #96ae42;
}
.btn-icon .rounded-icon.rounded-dark-green-card-pug {
  background-color: #b6506a;
}
.btn-icon .rounded-icon.rounded-cyan-pnrr {
  background-color: #1cafe2;
}
.btn-icon .rounded-icon.rounded-green-cta-pnrr {
  background-color: #597212;
}
.btn-icon .rounded-icon.rounded-green-card-pnrr {
  background-color: #609868;
}
.btn-icon .rounded-icon.rounded-mission-digitalizzazione {
  background-color: #c5dcee;
}
.btn-icon .rounded-icon.rounded-mission-rivoluzione-verde {
  background-color: #92d051;
}
.btn-icon .rounded-icon.rounded-mission-infrastrutture {
  background-color: #ff807e;
}
.btn-icon .rounded-icon.rounded-mission-istruzione {
  background-color: #ffc284;
}
.btn-icon .rounded-icon.rounded-mission-coesione {
  background-color: #e2d6ec;
}
.btn-icon .rounded-icon.rounded-mission-salute {
  background-color: #fff2d0;
}
.btn-icon .rounded-icon.rounded-green-matrimoni {
  background-color: #889f8c;
}
.btn-icon .rounded-icon.rounded-pink-matrimoni {
  background-color: #f4a596;
}
.btn-icon .rounded-icon.rounded-dark-pink-matrimoni {
  background-color: rgba(244, 165, 150, 0.19);
}
.btn-icon .rounded-icon.rounded-red-inferrara {
  background-color: #842722;
}
.btn-icon .rounded-icon.rounded-primary-geoportale {
  background-color: #2f8287;
}
.btn-icon .rounded-icon.rounded-dark-azul-geoportale {
  background-color: #3b707b;
}
.btn-icon .rounded-icon.rounded-green-geoportale {
  background-color: #165f24;
}
.btn-icon .rounded-icon.rounded-dark-purple-geoportale {
  background-color: #67586d;
}
.btn-icon .rounded-icon.rounded-dark-yellow-geoportale {
  background-color: #7a5a29;
}
.btn-icon .rounded-icon.rounded-dark-green-geoportale {
  background-color: #2f4133;
}
.btn-icon .rounded-icon.rounded-orange-geoportale {
  background-color: #ae4929;
}
.btn-icon .rounded-icon.rounded-purple-geoportale {
  background-color: #7a2972;
}
.btn-icon .rounded-icon.rounded-blue-geoportale {
  background-color: #41488c;
}
.btn-icon .rounded-icon.rounded-azul-geoportale {
  background-color: #6795c5;
}
.btn-icon .rounded-icon.rounded-red-geoportale {
  background-color: #a72947;
}
.btn-icon .rounded-icon.rounded-brown-geoportale {
  background-color: #7a6329;
}
.btn-icon .rounded-icon.rounded-grey-geoportale {
  background-color: #414642;
}
.btn-icon .rounded-icon.rounded-light-green-geoportale {
  background-color: #3e883c;
}
.btn-icon .rounded-icon.rounded-brown-ssui {
  background-color: #735238;
}
.btn-icon .rounded-icon.rounded-light-brown-ssui {
  background-color: #ba7b4a;
}
.btn-icon .rounded-icon.rounded-sititematici-red {
  background-color: #9c2b2b;
}
.btn-icon .rounded-icon.rounded-sititematici-orange {
  background-color: #bf5818;
}
.btn-icon .rounded-icon.rounded-sititematici-yellow {
  background-color: #d8b509;
}
.btn-icon .rounded-icon.rounded-sititematici-turquoise {
  background-color: #009d74;
}
.btn-icon .rounded-icon.rounded-sititematici-green {
  background-color: #7c9f4a;
}
.btn-icon .rounded-icon.rounded-sititematici-lightblue {
  background-color: #5ca8a1;
}
.btn-icon .rounded-icon.rounded-sititematici-darkblue {
  background-color: #354f66;
}
.btn-icon .rounded-icon.rounded-sititematici-purple {
  background-color: #786372;
}
.btn-icon .rounded-icon.rounded-sititematici-green-xmas {
  background-color: #287233;
}
.btn-icon .rounded-icon + * {
  margin-left: 0.5em;
}
.btn-icon .icon {
  border: none;
  width: 1.2em;
  height: 1.2em;
}
.btn-icon .icon + * {
  margin-left: 0.25em;
}
.btn-full {
  border: none;
  box-shadow: none;
  line-height: 1.555;
  border-radius: 0;
  align-self: stretch;
  width: inherit;
  margin-top: -7.5px;
  margin-bottom: -7.5px;
  margin-right: -7.5px;
  padding-left: 8px;
  padding-right: 8px;
}
.btn-full:hover {
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .btn-full {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .btn-full {
    padding: 12px 24px !important;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.btn-primary:disabled, .banner-covid a.uk-button-primary:disabled, .feedback-button a:disabled, .btn-primary.disabled, .banner-covid a.uk-button-primary.disabled, .feedback-button a.disabled {
  color: #bfc2c9;
  background-color: #e6e9f2;
  border-color: #dfe4f2;
}
.btn-primary:disabled.btn-progress, .banner-covid a.uk-button-primary:disabled.btn-progress, .feedback-button a:disabled.btn-progress, .btn-primary.disabled.btn-progress, .banner-covid a.uk-button-primary.disabled.btn-progress, .feedback-button a.disabled.btn-progress {
  background-color: #6ac4eb;
  border-color: #6ac4eb;
  color: #fff;
  opacity: 1;
}
.btn-secondary:disabled.btn-progress, .banner-covid a.uk-button-secondary:disabled.btn-progress, .btn-secondary.disabled.btn-progress, .banner-covid a.uk-button-secondary.disabled.btn-progress {
  background-color: #75899d;
  border-color: #75899d;
  opacity: 1;
}
.btn-outline-secondary {
  background: #fcfdff;
  box-shadow: inset 0 0 0 1px #e6e9f2;
}
.btn-outline-secondary:hover {
  box-shadow: inset 0 0 0 1px #c9cedc;
}
.bg-dark .btn-link {
  color: #fff;
}
.bg-dark .btn-primary, .bg-dark .banner-covid a.uk-button-primary, .banner-covid .bg-dark a.uk-button-primary, .bg-dark .feedback-button a, .feedback-button .bg-dark a {
  color: #000;
  background-color: #fff;
  border-color: #007db3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #007db3;
}
.bg-dark .btn-primary:hover, .bg-dark .banner-covid a.uk-button-primary:hover, .banner-covid .bg-dark a.uk-button-primary:hover, .bg-dark .feedback-button a:hover, .feedback-button .bg-dark a:hover {
  color: #000;
  background-color: #fff;
  border-color: #005980;
}
.bg-dark .btn-primary:focus, .bg-dark .banner-covid a.uk-button-primary:focus, .bg-dark .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary, .toggles label .bg-dark .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary, .banner-covid .bg-dark a.uk-button-primary:focus, .bg-dark .feedback-button a:focus, .bg-dark .feedback-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .bg-dark .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .bg-dark a:focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-primary, .form-check .bg-dark [type='checkbox']:focus + label.btn-primary, .bg-dark .form-check [type='radio']:focus + label.btn-primary, .form-check .bg-dark [type='radio']:focus + label.btn-primary, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-primary, .bg-dark .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever, .banner-covid .bg-dark .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever, .bg-dark .toggles label .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .bg-dark .toggles label input[type='checkbox']:focus + a.lever, .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-primary, .bg-dark .btn-primary.focus, .bg-dark .banner-covid a.uk-button-primary.focus, .banner-covid .bg-dark a.uk-button-primary.focus, .bg-dark .feedback-button a.focus, .feedback-button .bg-dark a.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 125, 179, 0.5);
}
.bg-dark .btn-primary.disabled, .bg-dark .banner-covid a.uk-button-primary.disabled, .banner-covid .bg-dark a.uk-button-primary.disabled, .bg-dark .feedback-button a.disabled, .feedback-button .bg-dark a.disabled, .bg-dark .btn-primary:disabled, .bg-dark .banner-covid a.uk-button-primary:disabled, .banner-covid .bg-dark a.uk-button-primary:disabled, .bg-dark .feedback-button a:disabled, .feedback-button .bg-dark a:disabled {
  color: #000;
  background-color: #fff;
  border-color: #007db3;
}
.bg-dark .btn-primary:not(:disabled):not(.disabled):active, .bg-dark .banner-covid a.uk-button-primary:not(:disabled):not(.disabled):active, .banner-covid .bg-dark a.uk-button-primary:not(:disabled):not(.disabled):active, .bg-dark .feedback-button a:not(:disabled):not(.disabled):active, .feedback-button .bg-dark a:not(:disabled):not(.disabled):active, .bg-dark .btn-primary:not(:disabled):not(.disabled).active, .bg-dark .banner-covid a.uk-button-primary:not(:disabled):not(.disabled).active, .bg-dark .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .banner-covid a.uk-button-primary:not(:disabled):not(.disabled), .banner-covid .bg-dark a.uk-button-primary:not(:disabled):not(.disabled).active, .bg-dark .feedback-button a:not(:disabled):not(.disabled).active, .bg-dark .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .feedback-button a:not(:disabled):not(.disabled), .feedback-button .bg-dark a:not(:disabled):not(.disabled).active, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-primary:not(:disabled):not(.disabled), .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-primary:not(:disabled):not(.disabled), .banner-covid .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-primary:not(:disabled):not(.disabled), .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button a:not(:disabled):not(.disabled), .feedback-button .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark a.btn-primary:not(:disabled):not(.disabled), .show > .bg-dark .btn-primary.dropdown-toggle, .show > .bg-dark .banner-covid a.uk-button-primary.dropdown-toggle, .banner-covid .show > .bg-dark a.uk-button-primary.dropdown-toggle, .show > .bg-dark .feedback-button a.dropdown-toggle, .feedback-button .show > .bg-dark a.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #005073;
}
.bg-dark .btn-primary:not(:disabled):not(.disabled):active:focus, .bg-dark .banner-covid a.uk-button-primary:not(:disabled):not(.disabled):active:focus, .bg-dark .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled):active, .toggles label .bg-dark .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled):active, .banner-covid .bg-dark a.uk-button-primary:not(:disabled):not(.disabled):active:focus, .bg-dark .feedback-button a:not(:disabled):not(.disabled):active:focus, .bg-dark .feedback-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .toggles label .bg-dark .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .feedback-button .bg-dark a:not(:disabled):not(.disabled):active:focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-primary:not(:disabled):not(.disabled):active, .form-check .bg-dark [type='checkbox']:focus + label.btn-primary:not(:disabled):not(.disabled):active, .bg-dark .form-check [type='radio']:focus + label.btn-primary:not(:disabled):not(.disabled):active, .form-check .bg-dark [type='radio']:focus + label.btn-primary:not(:disabled):not(.disabled):active, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-primary:not(:disabled):not(.disabled):active, .bg-dark .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled):active, .banner-covid .bg-dark .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled):active, .bg-dark .toggles label .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .feedback-button .bg-dark .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled):active, .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-primary:not(:disabled):not(.disabled):active, .bg-dark .btn-primary:not(:disabled):not(.disabled).active:focus, .bg-dark .banner-covid a.uk-button-primary:not(:disabled):not(.disabled).active:focus, .bg-dark .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-primary:not(:disabled):not(.disabled):focus, .bg-dark .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .toggles label .bg-dark .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .banner-covid a.uk-button-primary:not(:disabled):not(.disabled):focus, .bg-dark .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled).active, .bg-dark .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .toggles label .bg-dark .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled).active, .banner-covid .bg-dark a.uk-button-primary:not(:disabled):not(.disabled).active:focus, .bg-dark .feedback-button a:not(:disabled):not(.disabled).active:focus, .bg-dark .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled):focus, .bg-dark .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .bg-dark .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .feedback-button a:not(:disabled):not(.disabled):focus, .bg-dark .feedback-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .bg-dark .feedback-button .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .feedback-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .bg-dark .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .feedback-button .bg-dark a:not(:disabled):not(.disabled).active:focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-primary:not(:disabled):not(.disabled):focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-primary:not(:disabled):not(.disabled):focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .toggles label .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary:not(:disabled):not(.disabled), .banner-covid .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-primary:not(:disabled):not(.disabled):focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button a:not(:disabled):not(.disabled):focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .feedback-button .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:not(:disabled):not(.disabled):focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-primary:not(:disabled):not(.disabled), .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .banner-covid .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .feedback-button .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .toggles label .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark a.btn-primary:not(:disabled):not(.disabled):focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-primary:not(:disabled):not(.disabled).active, .form-check .bg-dark [type='checkbox']:focus + label.btn-primary:not(:disabled):not(.disabled).active, .bg-dark .form-check [type='radio']:focus + label.btn-primary:not(:disabled):not(.disabled).active, .form-check .bg-dark [type='radio']:focus + label.btn-primary:not(:disabled):not(.disabled).active, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-primary:not(:disabled):not(.disabled).active, .bg-dark .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled).active, .bg-dark .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .banner-covid .bg-dark .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled).active, .bg-dark .toggles label .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .bg-dark .toggles label .feedback-button .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .toggles label .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .feedback-button .bg-dark .toggles label input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled).active, .bg-dark .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-primary:not(:disabled):not(.disabled), .bg-dark .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .banner-covid .bg-dark .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-primary.lever:not(:disabled):not(.disabled), .bg-dark .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .feedback-button input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .feedback-button .bg-dark .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .toggles label input[type='checkbox']:focus + a.lever.btn-primary:not(:disabled):not(.disabled), .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-primary:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-primary.dropdown-toggle:focus, .show > .bg-dark .banner-covid a.uk-button-primary.dropdown-toggle:focus, .show > .bg-dark .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary.dropdown-toggle, .toggles label .show > .bg-dark .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary.dropdown-toggle, .banner-covid .show > .bg-dark a.uk-button-primary.dropdown-toggle:focus, .show > .bg-dark .feedback-button a.dropdown-toggle:focus, .show > .bg-dark .feedback-button .toggles label input[type='checkbox']:focus + a.lever.dropdown-toggle, .toggles label .show > .bg-dark .feedback-button input[type='checkbox']:focus + a.lever.dropdown-toggle, .feedback-button .show > .bg-dark a.dropdown-toggle:focus, .show > .bg-dark .form-check [type='checkbox']:focus + label.btn-primary.dropdown-toggle, .form-check .show > .bg-dark [type='checkbox']:focus + label.btn-primary.dropdown-toggle, .show > .bg-dark .form-check [type='radio']:focus + label.btn-primary.dropdown-toggle, .form-check .show > .bg-dark [type='radio']:focus + label.btn-primary.dropdown-toggle, .show > .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-primary.dropdown-toggle, .show > .bg-dark .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever.dropdown-toggle, .banner-covid .show > .bg-dark .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever.dropdown-toggle, .show > .bg-dark .toggles label .feedback-button input[type='checkbox']:focus + a.lever.dropdown-toggle, .feedback-button .show > .bg-dark .toggles label input[type='checkbox']:focus + a.lever.dropdown-toggle, .toggles label .show > .bg-dark input[type='checkbox']:focus + .lever.btn-primary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 125, 179, 0.5);
}
.bg-dark .btn-primary:hover, .bg-dark .banner-covid a.uk-button-primary:hover, .banner-covid .bg-dark a.uk-button-primary:hover, .bg-dark .feedback-button a:hover, .feedback-button .bg-dark a:hover {
  color: #005980;
}
.bg-dark .btn-primary.disabled, .bg-dark .banner-covid a.uk-button-primary.disabled, .banner-covid .bg-dark a.uk-button-primary.disabled, .bg-dark .feedback-button a.disabled, .feedback-button .bg-dark a.disabled, .bg-dark .btn-primary:disabled, .bg-dark .banner-covid a.uk-button-primary:disabled, .banner-covid .bg-dark a.uk-button-primary:disabled, .bg-dark .feedback-button a:disabled, .feedback-button .bg-dark a:disabled {
  color: #005980;
}
.bg-dark .btn-outline-primary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.bg-dark .btn-outline-primary:hover {
  color: #e6e6e6;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.bg-dark .btn-outline-primary:focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-outline-primary, .form-check .bg-dark [type='checkbox']:focus + label.btn-outline-primary, .bg-dark .form-check [type='radio']:focus + label.btn-outline-primary, .form-check .bg-dark [type='radio']:focus + label.btn-outline-primary, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-outline-primary, .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-outline-primary, .bg-dark .btn-outline-primary.focus {
  box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-primary.disabled, .bg-dark .btn-outline-primary:disabled {
  color: #fff;
  background-color: transparent;
}
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark a.btn-outline-primary:not(:disabled):not(.disabled), .show > .bg-dark .btn-outline-primary.dropdown-toggle {
  color: #e6e6e6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-outline-primary:not(:disabled):not(.disabled):active, .form-check .bg-dark [type='checkbox']:focus + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bg-dark .form-check [type='radio']:focus + label.btn-outline-primary:not(:disabled):not(.disabled):active, .form-check .bg-dark [type='radio']:focus + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-outline-primary:not(:disabled):not(.disabled):active, .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-outline-primary:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-primary:not(:disabled):not(.disabled):focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-primary:not(:disabled):not(.disabled), .toggles label .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark a.btn-outline-primary:not(:disabled):not(.disabled):focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-outline-primary:not(:disabled):not(.disabled).active, .form-check .bg-dark [type='checkbox']:focus + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bg-dark .form-check [type='radio']:focus + label.btn-outline-primary:not(:disabled):not(.disabled).active, .form-check .bg-dark [type='radio']:focus + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-outline-primary:not(:disabled):not(.disabled).active, .bg-dark .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .toggles label input[type='checkbox']:focus + a.lever.btn-outline-primary:not(:disabled):not(.disabled), .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-primary.dropdown-toggle:focus, .show > .bg-dark .form-check [type='checkbox']:focus + label.btn-outline-primary.dropdown-toggle, .form-check .show > .bg-dark [type='checkbox']:focus + label.btn-outline-primary.dropdown-toggle, .show > .bg-dark .form-check [type='radio']:focus + label.btn-outline-primary.dropdown-toggle, .form-check .show > .bg-dark [type='radio']:focus + label.btn-outline-primary.dropdown-toggle, .show > .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-outline-primary.dropdown-toggle, .toggles label .show > .bg-dark input[type='checkbox']:focus + .lever.btn-outline-primary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-primary:hover {
  box-shadow: inset 0 0 0 2px #e6e6e6;
}
.bg-dark .btn-outline-primary:focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-outline-primary, .form-check .bg-dark [type='checkbox']:focus + label.btn-outline-primary, .bg-dark .form-check [type='radio']:focus + label.btn-outline-primary, .form-check .bg-dark [type='radio']:focus + label.btn-outline-primary, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-outline-primary, .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-outline-primary, .bg-dark .btn-outline-primary.focus {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-primary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark a.btn-outline-primary:not(:disabled):not(.disabled), .bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .bg-dark .btn-outline-primary.dropdown-toggle {
  box-shadow: inset 0 0 0 2px #fff;
}
.bg-dark .btn-secondary, .bg-dark .banner-covid a.uk-button-secondary, .banner-covid .bg-dark a.uk-button-secondary {
  color: #fff;
  background-color: #007db3;
  border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff;
}
.bg-dark .btn-secondary:hover, .bg-dark .banner-covid a.uk-button-secondary:hover, .banner-covid .bg-dark a.uk-button-secondary:hover {
  color: #fff;
  background-color: #0098d9;
  border-color: #e6e6e6;
}
.bg-dark .btn-secondary:focus, .bg-dark .banner-covid a.uk-button-secondary:focus, .bg-dark .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary, .toggles label .bg-dark .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary, .banner-covid .bg-dark a.uk-button-secondary:focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-secondary, .form-check .bg-dark [type='checkbox']:focus + label.btn-secondary, .bg-dark .form-check [type='radio']:focus + label.btn-secondary, .form-check .bg-dark [type='radio']:focus + label.btn-secondary, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-secondary, .bg-dark .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever, .banner-covid .bg-dark .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever, .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-secondary, .bg-dark .btn-secondary.focus, .bg-dark .banner-covid a.uk-button-secondary.focus, .banner-covid .bg-dark a.uk-button-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-secondary.disabled, .bg-dark .banner-covid a.uk-button-secondary.disabled, .banner-covid .bg-dark a.uk-button-secondary.disabled, .bg-dark .btn-secondary:disabled, .bg-dark .banner-covid a.uk-button-secondary:disabled, .banner-covid .bg-dark a.uk-button-secondary:disabled {
  color: #fff;
  background-color: #007db3;
  border-color: #fff;
}
.bg-dark .btn-secondary:not(:disabled):not(.disabled):active, .bg-dark .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled):active, .banner-covid .bg-dark a.uk-button-secondary:not(:disabled):not(.disabled):active, .bg-dark .btn-secondary:not(:disabled):not(.disabled).active, .bg-dark .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled).active, .bg-dark .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled), .banner-covid .bg-dark a.uk-button-secondary:not(:disabled):not(.disabled).active, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-secondary:not(:disabled):not(.disabled), .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled), .banner-covid .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark a.btn-secondary:not(:disabled):not(.disabled), .show > .bg-dark .btn-secondary.dropdown-toggle, .show > .bg-dark .banner-covid a.uk-button-secondary.dropdown-toggle, .banner-covid .show > .bg-dark a.uk-button-secondary.dropdown-toggle {
  color: #000;
  background-color: #00a1e6;
  border-color: #dfdfdf;
}
.bg-dark .btn-secondary:not(:disabled):not(.disabled):active:focus, .bg-dark .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled):active:focus, .bg-dark .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled):active, .toggles label .bg-dark .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled):active, .banner-covid .bg-dark a.uk-button-secondary:not(:disabled):not(.disabled):active:focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-secondary:not(:disabled):not(.disabled):active, .form-check .bg-dark [type='checkbox']:focus + label.btn-secondary:not(:disabled):not(.disabled):active, .bg-dark .form-check [type='radio']:focus + label.btn-secondary:not(:disabled):not(.disabled):active, .form-check .bg-dark [type='radio']:focus + label.btn-secondary:not(:disabled):not(.disabled):active, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-secondary:not(:disabled):not(.disabled):active, .bg-dark .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled):active, .banner-covid .bg-dark .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled):active, .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-secondary:not(:disabled):not(.disabled):active, .bg-dark .btn-secondary:not(:disabled):not(.disabled).active:focus, .bg-dark .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled).active:focus, .bg-dark .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-secondary:not(:disabled):not(.disabled):focus, .bg-dark .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .toggles label .bg-dark .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled):focus, .bg-dark .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled).active, .bg-dark .banner-covid .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .toggles label .bg-dark .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled).active, .banner-covid .bg-dark a.uk-button-secondary:not(:disabled):not(.disabled).active:focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-secondary:not(:disabled):not(.disabled):focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid a.uk-button-secondary:not(:disabled):not(.disabled):focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .toggles label .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary:not(:disabled):not(.disabled), .banner-covid .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.uk-button-secondary:not(:disabled):not(.disabled):focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-secondary:not(:disabled):not(.disabled), .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .banner-covid .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .toggles label .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark a.btn-secondary:not(:disabled):not(.disabled):focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-secondary:not(:disabled):not(.disabled).active, .form-check .bg-dark [type='checkbox']:focus + label.btn-secondary:not(:disabled):not(.disabled).active, .bg-dark .form-check [type='radio']:focus + label.btn-secondary:not(:disabled):not(.disabled).active, .form-check .bg-dark [type='radio']:focus + label.btn-secondary:not(:disabled):not(.disabled).active, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-secondary:not(:disabled):not(.disabled).active, .bg-dark .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled).active, .bg-dark .toggles label .banner-covid .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .banner-covid .bg-dark .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled).active, .bg-dark .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-secondary:not(:disabled):not(.disabled), .bg-dark .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .banner-covid .bg-dark .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.uk-button-secondary.lever:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .toggles label input[type='checkbox']:focus + a.lever.btn-secondary:not(:disabled):not(.disabled), .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-secondary:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-secondary.dropdown-toggle:focus, .show > .bg-dark .banner-covid a.uk-button-secondary.dropdown-toggle:focus, .show > .bg-dark .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary.dropdown-toggle, .toggles label .show > .bg-dark .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary.dropdown-toggle, .banner-covid .show > .bg-dark a.uk-button-secondary.dropdown-toggle:focus, .show > .bg-dark .form-check [type='checkbox']:focus + label.btn-secondary.dropdown-toggle, .form-check .show > .bg-dark [type='checkbox']:focus + label.btn-secondary.dropdown-toggle, .show > .bg-dark .form-check [type='radio']:focus + label.btn-secondary.dropdown-toggle, .form-check .show > .bg-dark [type='radio']:focus + label.btn-secondary.dropdown-toggle, .show > .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-secondary.dropdown-toggle, .show > .bg-dark .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever.dropdown-toggle, .banner-covid .show > .bg-dark .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever.dropdown-toggle, .toggles label .show > .bg-dark input[type='checkbox']:focus + .lever.btn-secondary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-secondary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
  box-shadow: none;
}
.bg-dark .btn-outline-secondary:hover {
  color: #e6e6e6;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.bg-dark .btn-outline-secondary:focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-outline-secondary, .form-check .bg-dark [type='checkbox']:focus + label.btn-outline-secondary, .bg-dark .form-check [type='radio']:focus + label.btn-outline-secondary, .form-check .bg-dark [type='radio']:focus + label.btn-outline-secondary, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-outline-secondary, .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-outline-secondary, .bg-dark .btn-outline-secondary.focus {
  box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-secondary.disabled, .bg-dark .btn-outline-secondary:disabled {
  color: #fff;
  background-color: transparent;
}
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark a.btn-outline-secondary:not(:disabled):not(.disabled), .show > .bg-dark .btn-outline-secondary.dropdown-toggle {
  color: #e6e6e6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .form-check .bg-dark [type='checkbox']:focus + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-dark .form-check [type='radio']:focus + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .form-check .bg-dark [type='radio']:focus + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-outline-secondary:not(:disabled):not(.disabled):active, .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-secondary:not(:disabled):not(.disabled):focus, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-outline-secondary:not(:disabled):not(.disabled), .toggles label .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark a.btn-outline-secondary:not(:disabled):not(.disabled):focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .form-check .bg-dark [type='checkbox']:focus + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bg-dark .form-check [type='radio']:focus + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .form-check .bg-dark [type='radio']:focus + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-outline-secondary:not(:disabled):not(.disabled).active, .bg-dark .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-outline-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark .toggles label input[type='checkbox']:focus + a.lever.btn-outline-secondary:not(:disabled):not(.disabled), .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-secondary.dropdown-toggle:focus, .show > .bg-dark .form-check [type='checkbox']:focus + label.btn-outline-secondary.dropdown-toggle, .form-check .show > .bg-dark [type='checkbox']:focus + label.btn-outline-secondary.dropdown-toggle, .show > .bg-dark .form-check [type='radio']:focus + label.btn-outline-secondary.dropdown-toggle, .form-check .show > .bg-dark [type='radio']:focus + label.btn-outline-secondary.dropdown-toggle, .show > .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-outline-secondary.dropdown-toggle, .toggles label .show > .bg-dark input[type='checkbox']:focus + .lever.btn-outline-secondary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-secondary:hover {
  box-shadow: none;
}
.bg-dark .btn-outline-secondary:focus, .bg-dark .form-check [type='checkbox']:focus + label.btn-outline-secondary, .form-check .bg-dark [type='checkbox']:focus + label.btn-outline-secondary, .bg-dark .form-check [type='radio']:focus + label.btn-outline-secondary, .form-check .bg-dark [type='radio']:focus + label.btn-outline-secondary, .bg-dark .toggles label input[type='checkbox']:focus + .lever.btn-outline-secondary, .toggles label .bg-dark input[type='checkbox']:focus + .lever.btn-outline-secondary, .bg-dark .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active, .bg-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-outline-secondary:not(:disabled):not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bg-dark a.btn-outline-secondary:not(:disabled):not(.disabled), .bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .bg-dark .btn-outline-secondary.dropdown-toggle {
  box-shadow: none;
}
.font-weight-semibold, .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu.dropdown-menu-right .link-list-wrapper ul li a span {
  font-weight: 600 !important;
}
label {
  color: #435a70;
}
.form-group {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 0;
}
.form-group input, .form-group optgroup, .form-group textarea {
  color: #17324d;
}
.form-group label {
  background-color: transparent;
  position: absolute;
  font-weight: 600;
  line-height: calc(2.5rem - 1px);
  transition: 0.2s ease-out;
  top: 0;
  font-size: 1rem;
  cursor: text;
  display: block;
  max-width: 100%;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.5rem;
}
.form-group label.active {
  transform: translateY(-75%);
  font-size: 0.777rem;
}
.form-group small.form-text {
  position: absolute;
  margin: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.777rem;
}
.form-group input[type='time'] ~ label {
  transform: translateY(-75%);
  font-size: 0.777rem;
}
::placeholder {
  font-weight: normal;
}
input[type='date'], input[type='datetime-local'], input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='time'], input[type='url'], textarea {
  border: none;
  border-bottom: 1px solid #5c6f82;
  border-radius: 0;
  padding: 0.375rem 0.5rem;
  outline: 0;
  height: 2.5rem;
  width: 100%;
  box-shadow: none;
  transition: 0.2s ease-out;
  font-weight: 700;
}
textarea {
  border: 1px solid #5c6f82;
  height: auto;
}
.form-control:disabled, .form-control[readonly] {
  cursor: not-allowed;
}
.form-control:disabled + label, .form-control[readonly] + label {
  background-color: transparent;
  cursor: not-allowed;
}
.form-group.active .form-file-name, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.form-group .form-file-name {
  padding-bottom: 1.95rem;
}
.form-control-plaintext {
  padding: 0.375rem 0.5rem;
  background-color: #fff !important;
  cursor: not-allowed;
}
.form-control-plaintext + label {
  cursor: not-allowed;
}
.form-control {
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: 45px 45% !important;
}
.form-control:focus, .form-check [type='checkbox']:focus + label.form-control, .form-check [type='radio']:focus + label.form-control, .toggles label input[type='checkbox']:focus + .lever.form-control, .form-control:active {
  box-shadow: none !important;
}
.was-validated .form-control:valid, .form-control.is-valid {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300cc85' viewBox='0 0 192 512'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E");
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f73e5a' viewBox='0 0 384 512'%3E%3Cpath d='M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z'/%3E%3C/svg%3E");
}
.form-control.warning {
  background-size: 25px 45% !important;
  border-color: #a66300;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9900' viewBox='0 0 192 512'%3E%3Cpath d='M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z'/%3E%3C/svg%3E");
}
.form-control.is-valid ~ .warning-feedback {
  display: block;
}
.warning-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.777rem;
  color: #a66300;
}
.valid-feedback, .invalid-feedback, .warning-feedback {
  margin-left: 0.5rem;
}
.input-group .input-group-text {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid #5c6f82;
}
.input-group .input-group-prepend {
  margin-right: 0;
}
.input-group .input-group-prepend ~ label {
  left: 2.25rem;
  max-width: calc(100% - 2.25rem);
}
.input-group .input-group-prepend .btn, .input-group .input-group-prepend .banner-covid a.uk-button-primary, .banner-covid .input-group .input-group-prepend a.uk-button-primary, .input-group .input-group-prepend .banner-covid a.uk-button-secondary, .banner-covid .input-group .input-group-prepend a.uk-button-secondary, .input-group .input-group-prepend .banner-covid a.uk-button-danger, .banner-covid .input-group .input-group-prepend a.uk-button-danger, .input-group .input-group-prepend .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-old-site .input-group .input-group-prepend a, .input-group .input-group-prepend .edufehome-banner .btn-container .btn-sosi a, .edufehome-banner .btn-container .btn-sosi .input-group .input-group-prepend a, .input-group .input-group-prepend .feedback-button a, .feedback-button .input-group .input-group-prepend a, .input-group .input-group-prepend .pug-button a, .pug-button .input-group .input-group-prepend a, .input-group .input-group-prepend .pnrr-button a, .pnrr-button .input-group .input-group-prepend a, .input-group .input-group-prepend .assistance {
  border-radius: 4px 0 0 4px;
}
.input-group .input-group-append {
  margin-left: 0;
}
.input-group .input-group-append .btn, .input-group .input-group-append .banner-covid a.uk-button-primary, .banner-covid .input-group .input-group-append a.uk-button-primary, .input-group .input-group-append .banner-covid a.uk-button-secondary, .banner-covid .input-group .input-group-append a.uk-button-secondary, .input-group .input-group-append .banner-covid a.uk-button-danger, .banner-covid .input-group .input-group-append a.uk-button-danger, .input-group .input-group-append .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-old-site .input-group .input-group-append a, .input-group .input-group-append .edufehome-banner .btn-container .btn-sosi a, .edufehome-banner .btn-container .btn-sosi .input-group .input-group-append a, .input-group .input-group-append .feedback-button a, .feedback-button .input-group .input-group-append a, .input-group .input-group-append .pug-button a, .pug-button .input-group .input-group-append a, .input-group .input-group-append .pnrr-button a, .pnrr-button .input-group .input-group-append a, .input-group .input-group-append .assistance {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #5c6f82;
  border-radius: 0 4px 4px 0;
  box-shadow: none;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .banner-covid .input-group-lg > .input-group-prepend > a.uk-button-primary, .banner-covid .input-group-lg > .input-group-prepend > a.uk-button-secondary, .banner-covid .input-group-lg > .input-group-prepend > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .input-group-lg > .input-group-prepend > a, .edufehome-banner .btn-container .btn-sosi .input-group-lg > .input-group-prepend > a, .feedback-button .input-group-lg > .input-group-prepend > a, .pug-button .input-group-lg > .input-group-prepend > a, .pnrr-button .input-group-lg > .input-group-prepend > a, .input-group-lg > .input-group-prepend > .assistance, .input-group-lg > .input-group-append > .btn, .banner-covid .input-group-lg > .input-group-append > a.uk-button-primary, .banner-covid .input-group-lg > .input-group-append > a.uk-button-secondary, .banner-covid .input-group-lg > .input-group-append > a.uk-button-danger, .edufehome-banner .btn-container .btn-old-site .input-group-lg > .input-group-append > a, .edufehome-banner .btn-container .btn-sosi .input-group-lg > .input-group-append > a, .feedback-button .input-group-lg > .input-group-append > a, .pug-button .input-group-lg > .input-group-append > a, .pnrr-button .input-group-lg > .input-group-append > a, .input-group-lg > .input-group-append > .assistance {
  padding: 0 1rem;
  border-radius: 0;
}
.form-check {
  padding-left: 0;
  margin-top: 0.5rem;
}
.form-check [type='checkbox'], .form-check [type='radio'] {
  position: absolute;
  left: -9999px;
}
.form-check [type='checkbox'] + label, .form-check [type='radio'] + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 1rem;
  user-select: none;
}
.form-check [type='checkbox'] + label::after, .form-check [type='checkbox'] + label::before {
  content: '';
  left: 0;
  position: absolute;
  transition: 0.2s ease-out;
  z-index: 1;
  border-style: solid;
  border-width: 2px;
}
.form-check [type='checkbox'] + label::before {
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #e6e9f2;
  border-radius: 1px;
  margin: 2px 5px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
.form-check [type='checkbox'] + label::after {
  border-radius: 4px;
  height: 20px;
  width: 20px;
  margin: 6px 5px;
  top: 0;
}
.form-check [type='checkbox']:checked + label::before {
  top: 6px;
  left: 1px;
  width: 8px;
  height: 13px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent #fff #fff transparent;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
  opacity: 0.8;
}
.form-check [type='checkbox']:checked + label::after {
  border-color: #007db3;
  background-color: #007db3;
  z-index: 0;
}
.form-check [type='checkbox']:not(:checked) + label::after {
  background-color: transparent;
  border-color: #5c6f82;
  z-index: 0;
}
.form-check [type='checkbox']:not(:checked) + label::before {
  width: 0;
  height: 0;
  border-color: transparent;
  left: 6px;
  top: 10px;
}
.form-check [type='checkbox']:disabled + label {
  cursor: not-allowed;
}
.form-check [type='checkbox']:disabled:not(:checked) + label::after {
  border-color: #e6e9f2;
  background-color: #fff;
}
.form-check [type='checkbox']:disabled:checked + label::after {
  background-color: #e6e9f2;
  border-color: #e6e9f2;
}
.form-check [type='radio'] + label {
  transition: 0.2s ease-out;
}
.form-check [type='radio'] + label::after, .form-check [type='radio'] + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 5px;
  width: 22px;
  height: 22px;
  z-index: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  transition: 0.2s ease-out;
}
.form-check [type='radio']:not(:checked) + label::after, .form-check [type='radio']:not(:checked) + label::before {
  border-color: #5c6f82;
}
.form-check [type='radio']:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0);
}
.form-check [type='radio']:checked + label::after {
  border-color: #007db3;
  background-color: #007db3;
  z-index: 0;
  transform: scale(0.64);
}
.form-check [type='radio']:checked + label::before {
  border-color: #007db3;
}
.form-check [type='radio']:disabled + label {
  cursor: not-allowed;
}
.form-check [type='radio']:disabled:not(:checked) + label::after, .form-check [type='radio']:disabled:not(:checked) + label::before {
  border-color: #e6e9f2;
}
.form-check [type='radio']:disabled:checked + label::after {
  border-color: #e6e9f2;
  background-color: #e6e9f2;
}
.form-check [type='radio']:disabled:checked + label::before {
  border-color: #e6e9f2;
}
.form-check.form-check-group {
  padding: 0 0 8px 0;
  margin-bottom: 16px;
  box-shadow: inset 0 -1px 0 0 rgba(1, 1, 1, 0.1);
}
.form-check.form-check-group [type='checkbox'] + label, .form-check.form-check-group [type='radio'] + label {
  position: static;
  padding-left: 8px;
  padding-right: 52px;
}
.form-check.form-check-group [type='checkbox'] + label::after, .form-check.form-check-group [type='radio'] + label::after, .form-check.form-check-group [type='checkbox'] + label::before, .form-check.form-check-group [type='radio'] + label::before {
  right: 15px;
  left: auto;
}
.form-check.form-check-group [type='checkbox']:checked + label::before {
  right: 26px;
}
.form-check.form-check-group [type='radio']:checked + label::before {
  right: 15px;
}
.form-check.form-check-group .form-text {
  opacity: 0.6;
  margin: 0;
  padding-left: 8px;
  padding-right: 52px;
}
input[type='file'] + label {
  background-color: transparent;
}
/* INPUT FILE */
.form-file input[type='file'] {
  filter: alpha(opacity=0);
  margin: 0;
  max-width: 100%;
  opacity: 0;
}
.form-file .form-file-name {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: #464a4c;
  left: 0;
  line-height: 1.7;
  overflow: hidden;
  padding: 0.5rem 0.6rem 2rem;
  max-height: 2rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  user-select: none;
  z-index: 5;
}
.form-file .form-file-name::before {
  background-color: #fff;
  border-color: #007db3;
  bottom: -1px;
  color: #007db3;
  content: 'Sfoglia';
  display: block;
  height: 2.5rem;
  line-height: 1.7;
  padding: 0.4rem 1rem 1.5rem;
  border: 1px solid #007db3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  border-top-right-radius: 4px;
}
.input-number {
  position: relative;
  width: 100%;
}
.input-number.input-number-adaptive {
  width: auto;
  display: inline;
}
.input-number.input-number-adaptive input[type='number'] {
  width: auto;
}
.input-number input[type='number'] {
  appearance: textfield;
  color: #5c6f82;
  padding-right: 32px;
  padding-left: 12px;
  min-width: 86px !important;
  width: 100%;
}
.input-number input[type='number']::-webkit-inner-spin-button, .input-number input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input-number input[type='number']::-ms-clear {
  display: none;
}
.input-number input[type='number']:focus, .input-number .toggles label input[type='checkbox']:focus + input.lever[type='number'], .toggles label .input-number input[type='checkbox']:focus + input.lever[type='number'] {
  color: #17324d;
}
.input-number.input-number-currency:before, .input-number.input-number-percentage:before {
  position: absolute;
  left: 14px;
  top: 0;
  color: #5c6f82;
  font-weight: bold;
  font-size: 1rem;
}
.input-number.input-number-currency input[type='number'], .input-number.input-number-percentage input[type='number'] {
  padding-left: 40px;
}
.input-number.input-number-currency:before {
  content: '€';
}
.input-number.input-number-percentage:before {
  content: '%';
}
.input-number.disabled input[type='number'] {
  background-color: transparent;
  color: #adb2b8;
  border-bottom-color: #adb2b8;
}
.input-number.disabled input[type='number']:hover {
  cursor: not-allowed;
  color: #adb2b8;
}
.input-number.disabled button {
  pointer-events: none;
}
.input-number.disabled button:hover {
  cursor: not-allowed;
}
.input-number.disabled button.input-number-add:after {
  border-color: transparent transparent #adb2b8 transparent;
}
.input-number.disabled button.input-number-sub:after {
  border-color: #adb2b8 transparent transparent transparent;
}
.input-number button {
  position: absolute;
  right: 2px;
  transition: opacity 0.1s;
  padding: 0;
  border: none;
  height: 20px;
  width: 24px;
  background: transparent;
}
.input-number button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
}
.input-number button:focus.input-number-add:after, .input-number .toggles label input[type='checkbox']:focus + button.lever.input-number-add:after, .toggles label .input-number input[type='checkbox']:focus + button.lever.input-number-add:after, .input-number button:hover.input-number-add:after {
  border-color: transparent transparent #17324d transparent;
}
.input-number button:focus.input-number-sub:after, .input-number .toggles label input[type='checkbox']:focus + button.lever.input-number-sub:after, .toggles label .input-number input[type='checkbox']:focus + button.lever.input-number-sub:after, .input-number button:hover.input-number-sub:after {
  border-color: #17324d transparent transparent transparent;
}
.input-number button:focus:not(.focus--mouse), .input-number .toggles label input[type='checkbox']:focus + button.lever:not(.focus--mouse), .toggles label .input-number input[type='checkbox']:focus + button.lever:not(.focus--mouse) {
  opacity: 1;
}
.input-number button.input-number-add {
  top: -6px;
}
.input-number button.input-number-add:after {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #5c6f82 transparent;
}
.input-number button.input-number-sub {
  bottom: -6px;
}
.input-number button.input-number-sub:after {
  border-width: 6px 5px 0 5px;
  border-color: #5c6f82 transparent transparent transparent;
}
.input-number button:hover {
  cursor: pointer;
}
label.input-number-label {
  display: block;
  color: #5c6f82;
  font-weight: 600;
  line-height: 1em;
  font-size: 0.777rem;
  cursor: text;
  display: block;
  width: 100%;
  padding: 0 0.5rem;
}
@media (min-width: 1200px) {
  .input-number button {
    opacity: 0;
  }
  .input-number:hover button {
    opacity: 1;
  }
}
.upload, .upload-avatar {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload[type='file'] + label {
  max-width: 80%;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 7px 24px;
  border-radius: 4px;
  color: #fff;
  background-color: #007db3;
  transition: background-color 0.15s;
}
.upload[type='file'] + label:hover {
  background-color: #005980;
}
.upload[type='file'] + label svg {
  fill: #fff;
  margin-right: 10px;
}
.upload:focus + label, .form-check [type='checkbox']:focus + label.upload + label, .form-check [type='radio']:focus + label.upload + label, .toggles label input[type='checkbox']:focus + .lever.upload + label {
  background-color: #005980;
  outline: auto 5px -webkit-focus-ring-color;
}
.upload-pictures-wall {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.upload-pictures-wall > li {
  list-style-type: none;
  margin-right: 8px;
  margin-bottom: 8px;
}
.upload-pictures-wall > li:last-child {
  margin-right: 0;
}
.upload-pictures-wall .upload[type='file'] + label {
  height: 128px;
  width: 128px;
  border-radius: 0;
  padding: 0;
  border: 2px dashed #bfecff;
  background-color: #f2fbff;
  color: #008fcc;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  transition: border-color 0.2s;
}
.upload-pictures-wall .upload[type='file'] + label .icon {
  display: block;
  fill: #008fcc;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.upload-pictures-wall .upload[type='file'] + label:hover {
  border: 2px dashed #008fcc;
}
.upload-pictures-wall .upload:focus[type='file'] + label, .upload-pictures-wall .form-check [type='checkbox']:focus + label.upload[type='file'] + label, .form-check .upload-pictures-wall [type='checkbox']:focus + label.upload[type='file'] + label, .upload-pictures-wall .form-check [type='radio']:focus + label.upload[type='file'] + label, .form-check .upload-pictures-wall [type='radio']:focus + label.upload[type='file'] + label, .upload-pictures-wall .toggles label input[type='checkbox']:focus + .lever.upload[type='file'] + label, .toggles label .upload-pictures-wall input[type='checkbox']:focus + .lever.upload[type='file'] + label, .upload-pictures-wall .upload:active[type='file'] + label {
  border: 2px dashed #6ac4eb;
}
.upload-pictures-wall .upload-image {
  flex-shrink: 0;
  width: 128px;
  height: 128px;
}
.upload-pictures-wall .upload-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.upload-file-list {
  margin-top: 5px;
  padding: 0;
}
.upload-file-list.upload-file-list-image .progress {
  left: 52px;
}
.upload-file-list .upload-file {
  list-style-type: none;
  display: flex;
  align-items: center;
  max-width: 375px;
  margin-bottom: 16px;
  position: relative;
}
.upload-file-list .upload-file.uploading .icon {
  fill: #5b6f82;
}
.upload-file-list .upload-file.uploading p {
  color: #5b6f82;
}
.upload-file-list .upload-file.success svg {
  fill: #007db3;
}
.upload-file-list .upload-file.success p {
  color: #007db3;
}
.upload-file-list .upload-file.success p .upload-file-weight {
  display: inline-block;
}
.upload-file-list .upload-file.error svg {
  fill: #d92828;
}
.upload-file-list .upload-file.error p {
  color: #d92828;
}
.upload-file-list .upload-file svg {
  flex-shrink: 0;
}
.upload-file-list .upload-file .upload-image {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.upload-file-list .upload-file .upload-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.upload-file-list .upload-file p {
  margin: 0;
  font-size: 0.889rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 12px;
  overflow: hidden;
}
.upload-file-list .upload-file p .upload-file-weight {
  color: #5b6f82;
  font-size: 0.75em;
  margin-left: 10px;
  display: none;
}
.upload-file-list .upload-file button {
  background: transparent;
  border: 0;
  padding: 0px;
  margin-left: auto;
}
.upload-file-list .upload-file button:hover {
  cursor: pointer;
}
.upload-file-list .upload-file button:hover svg {
  fill: #007db3;
}
.upload-file-list .progress {
  position: absolute;
  bottom: -10px;
  left: 36px;
  width: calc(100% - 45px);
  height: 4px;
  background-color: #e8f2fc;
  box-shadow: none;
}
.upload-file-list .progress.progress-image {
  width: calc(100% - 60px);
}
.upload-avatar-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.upload-avatar-container .upload-avatar[type='file'] + label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.upload-avatar-container .upload-avatar[type='file'] + label svg {
  display: none;
}
.upload-avatar-container .upload-avatar[type='file'] + label span {
  display: none;
}
.avatar-upload-wrapper {
  position: relative;
  display: inline-block;
}
.avatar-upload-wrapper .avatar.avatar-upload {
  position: relative;
}
.avatar-upload-wrapper .avatar-upload-icon {
  position: absolute;
  bottom: 16px;
  right: 4px;
  width: 26px;
  height: 26px;
  background: #ebeced;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.avatar-upload-wrapper .avatar-upload-icon > svg {
  width: 16px;
  height: 16px;
}
.avatar-upload-wrapper.size-sm .avatar {
  width: 80px;
  height: 80px;
}
.avatar-upload-wrapper.size-sm .avatar-upload-icon {
  bottom: 6px;
  right: 4px;
  width: 18px;
  height: 18px;
}
.avatar-upload-wrapper.size-sm .avatar-upload-icon > svg {
  width: 12px;
  height: 12px;
}
.upload-dragdrop {
  display: inline-flex;
  align-items: center;
}
.upload-dragdrop.dragover .upload-dragdrop-image img, .upload-dragdrop.loading .upload-dragdrop-image img {
  transform: translateX(-50%) translateY(-50%) scale(0.85);
}
.upload-dragdrop.loading p:not(.upload-dragdrop-weight) {
  font-style: italic;
}
.upload-dragdrop.loading .upload-dragdrop-loading {
  opacity: 1;
}
.upload-dragdrop.loading .upload-dragdrop-text .upload-dragdrop-weight, .upload-dragdrop.success .upload-dragdrop-text .upload-dragdrop-weight {
  visibility: visible;
}
.upload-dragdrop.success .upload-dragdrop-success {
  opacity: 1;
  transform: scale(1);
}
.upload-dragdrop-text p {
  margin: 0;
  font-size: 0.889rem;
  color: #ffd400;
}
.upload-dragdrop-text p.upload-dragdrop-weight {
  color: #5b6f82;
  font-size: 0.778rem;
  visibility: hidden;
}
.upload-dragdrop-text p.upload-dragdrop-weight svg {
  fill: #5b6f82;
}
.upload-dragdrop-text h5 {
  margin: 0;
  font-size: 1.333rem;
  font-weight: 700;
  color: #17324d;
}
.upload-dragdrop-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-dragdrop-input[type='file'] + label {
  text-decoration: underline;
  color: #007db3;
  cursor: pointer;
}
.upload-dragdrop-input:focus[type='file'] + label, .form-check [type='checkbox']:focus + label.upload-dragdrop-input[type='file'] + label, .form-check [type='radio']:focus + label.upload-dragdrop-input[type='file'] + label, .toggles label input[type='checkbox']:focus + .lever.upload-dragdrop-input[type='file'] + label {
  outline: auto 5px -webkit-focus-ring-color;
}
.upload-dragdrop-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.upload-dragdrop-loading .upload-progress {
  transform: scale(0.355);
  position: absolute;
  top: -162px;
  left: -162px;
}
.upload-dragdrop-loading .upload-progress .clProg {
  font-weight: 700;
}
.upload-dragdrop-image {
  width: 128px;
  height: 128px;
  flex-shrink: 0;
  position: relative;
  margin-right: 16px;
}
.upload-dragdrop-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.4s cubic-bezier(0.33, 1.07, 0.54, 1);
  transform: translateX(-50%) translateY(-50%);
}
.upload-dragdrop-image .upload-dragdrop-success {
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 20px;
  background: #007db3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s, transform 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.upload-dragdrop-image .upload-dragdrop-success svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
@media (min-width: 576px) {
  .upload[type='file'] + label {
    font-size: 0.889rem;
  }
}
@media (min-width: 768px) {
  .upload-dragdrop-image {
    width: 180px;
    height: 180px;
    margin-right: 32px;
  }
  .upload-dragdrop-image .upload-dragdrop-success {
    left: 28px;
  }
  .upload-dragdrop-loading .upload-progress {
    transform: scale(0.5);
    top: -136px;
    left: -136px;
  }
}
@media (min-width: 1200px) {
  .avatar-upload:hover .upload-avatar-container, .avatar-upload:focus-within .upload-avatar-container {
    opacity: 1;
    transition: opacity 0.25s;
  }
  .upload-avatar-container {
    bottom: -10%;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.15s;
    opacity: 0;
  }
  .upload-avatar-container .upload-avatar[type='file'] + label {
    margin: 0;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  .upload-avatar-container .upload-avatar[type='file'] + label span {
    display: block;
  }
  .upload-avatar-container .upload-avatar[type='file'] + label svg {
    display: block;
    fill: #fff;
    width: 20px;
    height: 20px;
    display: block;
  }
  .upload-avatar-container .upload-avatar:focus:not(.focus--mouse)[type='file'] + label, .upload-avatar-container .form-check [type='checkbox']:focus + label.upload-avatar:not(.focus--mouse)[type='file'] + label, .form-check .upload-avatar-container [type='checkbox']:focus + label.upload-avatar:not(.focus--mouse)[type='file'] + label, .upload-avatar-container .form-check [type='radio']:focus + label.upload-avatar:not(.focus--mouse)[type='file'] + label, .form-check .upload-avatar-container [type='radio']:focus + label.upload-avatar:not(.focus--mouse)[type='file'] + label, .upload-avatar-container .toggles label input[type='checkbox']:focus + .lever.upload-avatar:not(.focus--mouse)[type='file'] + label, .toggles label .upload-avatar-container input[type='checkbox']:focus + .lever.upload-avatar:not(.focus--mouse)[type='file'] + label {
    outline: auto 5px -webkit-focus-ring-color;
  }
  .avatar-upload-wrapper .avatar-upload-icon {
    display: none;
  }
  .avatar-upload-wrapper.size-sm .upload-avatar[type='file'] + label span {
    display: none;
  }
}
.toggles, .toggles * {
  appearance: none;
  user-select: none;
}
.toggles label {
  cursor: pointer;
  width: 100%;
  margin-bottom: 8px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
}
.toggles label input[type='checkbox'] {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggles label input[type='checkbox'] + .lever {
  content: '';
  position: relative;
  width: 46px;
  height: 16px;
  background-color: #e6e9f2;
  border-radius: 10px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
  float: right;
  margin-top: 8px;
}
.toggles label input[type='checkbox'] + .lever:before, .toggles label input[type='checkbox'] + .lever:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 0;
  top: -5px;
  left: -3px;
  transition: left 0.3s ease, background 0.1s ease, transform 0.1s ease;
}
.toggles label input[type='checkbox'] + .lever:before {
  background-color: rgba(0, 125, 179, 0.15);
}
.toggles label input[type='checkbox'] + .lever:after {
  background-color: #5c6f82;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.8'%3e%3cg id='Data-entry/toggle/Light_bg/disabledOff' transform='translate(-8.000000, -11.000000)' fill='%23FFFFFF'%3e%3cpath d='M14.363961,15.9497475 L17.8994949,19.4852814 L16.4852814,20.8994949 L12.9497475,17.363961 L9.41421356,20.8994949 L8,19.4852814 L11.5355339,15.9497475 L8,12.4142136 L9.41421356,11 L12.9497475,14.5355339 L16.4852814,11 L17.8994949,12.4142136 L14.363961,15.9497475 Z' id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  border: 2px solid #fff;
}
.toggles label input[type='checkbox']:checked + .lever {
  background-color: #e6e9f2;
}
.toggles label input[type='checkbox']:checked + .lever:before, .toggles label input[type='checkbox']:checked + .lever:after {
  left: 23px;
}
.toggles label input[type='checkbox']:checked + .lever:after {
  background-color: #007db3;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='11px' viewBox='0 0 14 11'%3E%3Cg stroke='none' fill='none' opacity='0.5'%3E%3Cg transform='translate(-28.000000, -11.000000)' fill='%23FFF'%3E%3Cg transform='translate(24.000000, 16.000000) scale(-1, 1) translate(-24.000000, -16.000000) translate(1.000000, 4.000000)'%3E%3Cpath d='M13,15 L13,5 L15,5 L15,15 L15,17 L9,17 L9,15 L13,15 Z' transform='translate(12.000000, 11.000000) scale(-1, 1) rotate(45.000000) translate(-12.000000, -11.000000) '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.toggles label input[type='checkbox'][disabled] + .lever {
  cursor: default;
  background-color: #e6e9f2;
}
.toggles label input[type='checkbox'][disabled] + .lever:after {
  background-color: #e6e9f2;
}
.toggles label input[type='checkbox'][disabled]:checked + .lever:after {
  background-color: #e6e9f2;
}
.password-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 8;
  padding: 0 8px;
  background-color: #fff;
}
.password-icon .icon {
  fill: #5c6f82;
}
.password-meter {
  height: 4px;
  left: 10px;
  bottom: -6px;
  width: 100%;
  max-width: 180px;
}
.password-meter .col-3 {
  height: 4px;
}
@keyframes selectDropdownFadeIn {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes selectDropdownFadeInTop {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 100%;
}
.btn-light:not(:disabled):not(.disabled).active, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-light:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background: transparent;
  color: inherit;
}
.bootstrap-select.form-control {
  box-shadow: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .form-check [type='checkbox'].bootstrap-select + label.dropdown-toggle.bs-placeholder, .form-check [type='radio'].bootstrap-select + label.dropdown-toggle.bs-placeholder, .toggles label input.bootstrap-select + .lever.dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #435a70;
  font-weight: normal;
}
.bootstrap-select-wrapper {
  position: relative;
  padding-top: 0;
}
.bootstrap-select-wrapper.no-tick .dropdown.bootstrap-select .dropdown-menu li a.selected span.check-mark {
  display: none;
}
.bootstrap-select-wrapper.disabled {
  opacity: 0.3;
}
.bootstrap-select-wrapper .dropdown-menu {
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.bootstrap-select-wrapper .dropdown.show .dropdown-menu[x-placement='bottom-start'], .bootstrap-select-wrapper .btn-group.show .dropdown-menu[x-placement='bottom-start'] {
  animation: selectDropdownFadeIn forwards 0.3s;
}
.bootstrap-select-wrapper .dropdown.show .dropdown-menu[x-placement='top-start'], .bootstrap-select-wrapper .btn-group.show .dropdown-menu[x-placement='top-start'] {
  animation: selectDropdownFadeInTop forwards 0.3s;
}
.bootstrap-select-wrapper .dropdown-menu:before {
  display: none;
}
.bootstrap-select-wrapper > label {
  position: absolute;
  color: #435a70;
  font-size: 0.7777777778rem;
  display: block;
  font-weight: 600;
  padding: 0 0.5rem;
  line-height: calc(2.5rem - 1px);
  top: 0;
  transform: translateY(-75%);
}
.bootstrap-select-wrapper button {
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #435a70;
  padding: 8px;
  font-size: 1rem;
  font-weight: bold;
}
.bootstrap-select-wrapper button.disabled {
  background: transparent;
}
.bootstrap-select-wrapper button.disabled.btn-light {
  box-shadow: none;
}
.bootstrap-select-wrapper button .filter-option {
  position: relative;
}
.bootstrap-select-wrapper button .filter-option .filter-option-inner {
  display: flex;
}
.bootstrap-select-wrapper button .filter-option .filter-option-inner-inner {
  display: flex;
  align-items: center;
}
.bootstrap-select-wrapper button .filter-option .filter-option-inner-inner .icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.bootstrap-select-wrapper button .filter-option:after {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: #435a70;
  bottom: 0;
  transition: all 0.3s;
  transform-origin: bottom;
}
.bootstrap-select-wrapper button:hover:not(.disabled) .filter-option:after {
  transform: scaleY(2);
}
.bootstrap-select-wrapper button:hover {
  background: transparent;
}
.bootstrap-select-wrapper button.dropdown-toggle:after {
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: static;
  top: 0;
  transform: translateY(50%);
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox {
  padding: 8px 24px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox input[type='text'] {
  padding: 0;
  border-bottom: 1px solid #ebeced;
  font-size: 0.8888888889rem;
  font-weight: 600;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox input[type='text']::placeholder {
  font-weight: 600;
  opacity: 0.5;
  font-size: 0.8888888889rem;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .no-results {
  padding: 8px 24px;
  background: transparent;
  margin: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-header .text {
  font-size: 0.8333333333rem;
  text-transform: uppercase;
  color: #435a70;
  font-weight: 600;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-divider {
  border: none;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .form-check {
  margin-top: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .form-check [type='checkbox'] + label, .bootstrap-select-wrapper .dropdown.bootstrap-select .form-check [type='radio'] + label {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 0.8888888889rem;
  height: 30px;
  line-height: 30px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .btn, .bootstrap-select-wrapper .dropdown.bootstrap-select .banner-covid a.uk-button-primary, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select a.uk-button-primary, .bootstrap-select-wrapper .dropdown.bootstrap-select .banner-covid a.uk-button-secondary, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select a.uk-button-secondary, .bootstrap-select-wrapper .dropdown.bootstrap-select .banner-covid a.uk-button-danger, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select a.uk-button-danger, .bootstrap-select-wrapper .dropdown.bootstrap-select .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-old-site .bootstrap-select-wrapper .dropdown.bootstrap-select a, .bootstrap-select-wrapper .dropdown.bootstrap-select .edufehome-banner .btn-container .btn-sosi a, .edufehome-banner .btn-container .btn-sosi .bootstrap-select-wrapper .dropdown.bootstrap-select a, .bootstrap-select-wrapper .dropdown.bootstrap-select .feedback-button a, .feedback-button .bootstrap-select-wrapper .dropdown.bootstrap-select a, .bootstrap-select-wrapper .dropdown.bootstrap-select .pug-button a, .pug-button .bootstrap-select-wrapper .dropdown.bootstrap-select a, .bootstrap-select-wrapper .dropdown.bootstrap-select .pnrr-button a, .pnrr-button .bootstrap-select-wrapper .dropdown.bootstrap-select a, .bootstrap-select-wrapper .dropdown.bootstrap-select .assistance {
  height: 2.5rem;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox {
  position: relative;
  padding: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block {
  display: block;
  padding: 8px 24px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid a.uk-button-primary, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a.uk-button-primary, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid a.uk-button-secondary, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a.uk-button-secondary, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid a.uk-button-danger, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a.uk-button-danger, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .edufehome-banner .btn-container .btn-old-site a, .edufehome-banner .btn-container .btn-old-site .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .edufehome-banner .btn-container .btn-sosi a, .edufehome-banner .btn-container .btn-sosi .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .feedback-button a, .feedback-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .pug-button a, .pug-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .pnrr-button a, .pnrr-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .assistance {
  padding: 0;
  display: inline-block;
  font-size: 0.8888888889rem;
  color: #007db3;
  font-weight: normal;
  width: auto;
  margin-right: 24px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:active, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid a.uk-button-primary:active, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a.uk-button-primary:active, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid a.uk-button-secondary:active, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a.uk-button-secondary:active, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid a.uk-button-danger:active, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a.uk-button-danger:active, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .edufehome-banner .btn-container .btn-old-site a:active, .edufehome-banner .btn-container .btn-old-site .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:active, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .edufehome-banner .btn-container .btn-sosi a:active, .edufehome-banner .btn-container .btn-sosi .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:active, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .feedback-button a:active, .feedback-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:active, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .pug-button a:active, .pug-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:active, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .pnrr-button a:active, .pnrr-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:active, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .assistance:active, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid a.uk-button-primary:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-primary, .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid input[type='checkbox']:focus + a.lever.uk-button-primary, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a.uk-button-primary:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid a.uk-button-secondary:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-secondary, .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid input[type='checkbox']:focus + a.lever.uk-button-secondary, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a.uk-button-secondary:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid a.uk-button-danger:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid .toggles label input[type='checkbox']:focus + a.lever.uk-button-danger, .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid input[type='checkbox']:focus + a.lever.uk-button-danger, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a.uk-button-danger:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .edufehome-banner .btn-container .btn-old-site a:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .edufehome-banner .btn-container .btn-old-site .toggles label input[type='checkbox']:focus + a.lever, .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-old-site .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .edufehome-banner .btn-container .btn-sosi a:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .edufehome-banner .btn-container .btn-sosi .toggles label input[type='checkbox']:focus + a.lever, .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .feedback-button a:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .feedback-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .pug-button a:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .pug-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .pug-button input[type='checkbox']:focus + a.lever, .pug-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .pnrr-button a:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .pnrr-button .toggles label input[type='checkbox']:focus + a.lever, .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .pnrr-button input[type='checkbox']:focus + a.lever, .pnrr-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .assistance:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .form-check [type='checkbox']:focus + label.assistance, .form-check .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block [type='checkbox']:focus + label.assistance, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .form-check [type='radio']:focus + label.assistance, .form-check .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block [type='radio']:focus + label.assistance, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type='checkbox']:focus + .lever.assistance, .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block input[type='checkbox']:focus + .lever.assistance, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .form-check [type='checkbox']:focus + label.btn, .form-check .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block [type='checkbox']:focus + label.btn, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .form-check [type='radio']:focus + label.btn, .form-check .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block [type='radio']:focus + label.btn, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type='checkbox']:focus + .lever.btn, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-primary.lever, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type='checkbox']:focus + a.uk-button-primary.lever, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-secondary.lever, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type='checkbox']:focus + a.uk-button-secondary.lever, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label .banner-covid input[type='checkbox']:focus + a.uk-button-danger.lever, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type='checkbox']:focus + a.uk-button-danger.lever, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label .edufehome-banner .btn-container .btn-old-site input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-old-site .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type='checkbox']:focus + a.lever, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label .edufehome-banner .btn-container .btn-sosi input[type='checkbox']:focus + a.lever, .edufehome-banner .btn-container .btn-sosi .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type='checkbox']:focus + a.lever, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label .feedback-button input[type='checkbox']:focus + a.lever, .feedback-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type='checkbox']:focus + a.lever, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label .pug-button input[type='checkbox']:focus + a.lever, .pug-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type='checkbox']:focus + a.lever, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label .pnrr-button input[type='checkbox']:focus + a.lever, .pnrr-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type='checkbox']:focus + a.lever, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type='checkbox']:focus + .assistance.lever, .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block input[type='checkbox']:focus + .lever.btn {
  box-shadow: none;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:hover, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid a.uk-button-primary:hover, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a.uk-button-primary:hover, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid a.uk-button-secondary:hover, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a.uk-button-secondary:hover, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .banner-covid a.uk-button-danger:hover, .banner-covid .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a.uk-button-danger:hover, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .edufehome-banner .btn-container .btn-old-site a:hover, .edufehome-banner .btn-container .btn-old-site .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:hover, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .edufehome-banner .btn-container .btn-sosi a:hover, .edufehome-banner .btn-container .btn-sosi .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:hover, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .feedback-button a:hover, .feedback-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:hover, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .pug-button a:hover, .pug-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:hover, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .pnrr-button a:hover, .pnrr-button .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block a:hover, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .assistance:hover {
  text-decoration: underline;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox:after {
  content: '';
  display: block;
  height: 1px;
  width: 65px;
  background: #ebeced;
  position: absolute;
  bottom: -8px;
  left: 24px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .select-pill {
  font-size: 0.7777777778rem;
  padding: 4px 8px;
  border: 1px solid #435a70;
  color: #435a70;
  line-height: 1;
  border-radius: 24px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .select-pill svg {
  fill: #435a70;
  margin-right: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type='checkbox'] + label, .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type='radio'] + label {
  font-size: 0.7777777778rem;
  padding: 4px 8px;
  border: 1px solid #435a70;
  color: #435a70;
  line-height: 1;
  border-radius: 24px;
  display: flex;
  align-items: center;
  margin-right: 8px;
  height: auto;
  font-weight: 700;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type='checkbox'] + label:before, .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type='radio'] + label:before, .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type='checkbox'] + label:after, .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type='radio'] + label:after {
  display: none;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu {
  top: calc(-100% - 8px) !important;
  padding: 8px 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu[x-placement='top-start'] {
  top: auto !important;
  bottom: -8px !important;
  transform: none !important;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a {
  font-size: 0.8888888889rem;
  padding: 8px 24px;
  color: #007db3;
  white-space: inherit;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.icon-options-li span.text {
  display: flex;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected {
  color: #17324d;
  text-decoration: underline;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected span.select-pill-text {
  text-decoration: underline;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected span.check-mark {
  color: #007db3;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:focus, .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li .toggles label input[type='checkbox']:focus + a.lever, .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li input[type='checkbox']:focus + a.lever, .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:active {
  background: transparent;
  outline: none;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.check-mark {
  top: 10px;
  right: 24px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.check-mark:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text {
  position: relative;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .select-pill .icon {
  display: none;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .icon {
  fill: #007db3;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .reset-label {
  display: block;
  height: 1px;
  width: 65px;
  background: #ebeced;
  position: absolute;
  bottom: -8px;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:hover {
  background: transparent;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:hover span.text {
  text-decoration: underline;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.active, .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a {
  background: transparent;
  color: #17324d;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.active span.text, .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a span.text, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text {
  text-decoration: underline;
}
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li.disabled a {
  color: #e6e9f2;
}
fieldset.disabled .bootstrap-select-wrapper {
  opacity: 0.3;
}
fieldset.disabled .bootstrap-select-wrapper button {
  background: transparent;
}
fieldset.disabled .bootstrap-select-wrapper button.btn-light {
  box-shadow: none;
}
.it-transfer-wrapper {
  border: 1px solid #c5c7c9;
  border-radius: 4px;
}
.it-transfer-wrapper .transfer-scroll {
  height: 240px;
  overflow-x: hidden;
  margin-bottom: 24px;
}
.it-transfer-wrapper .form-check {
  padding: 0 24px;
  position: relative;
}
.it-transfer-wrapper .transfer-header {
  font-weight: bold;
}
.it-transfer-wrapper .transfer-header:after {
  height: 1px;
  background: #c5c7c9;
  width: 65px;
  content: '';
  display: block;
  margin-left: 62px;
}
.it-transfer-wrapper .transfer-header .form-check {
  padding: 24px 24px 8px;
  margin-top: 0;
}
.it-transfer-wrapper .transfer-header .form-check [type='checkbox'] + label {
  display: flex;
  justify-content: space-between;
}
.it-transfer-wrapper .transfer-header .form-check .descr {
  display: block;
  font-size: 12px;
  color: #435a70;
  font-weight: normal;
}
.it-transfer-wrapper .form-check input.semi-checked:not(:checked) + label::before {
  top: 13px;
  left: 4px;
  width: 12px;
  height: 2px;
  border-style: none;
  border-width: 0;
  border-color: transparent;
  transform: none;
  backface-visibility: hidden;
  opacity: 1;
  background: #fff;
}
.it-transfer-wrapper .form-check input.semi-checked:not(:checked) + label::after {
  border-color: #20a0d6;
  background-color: #20a0d6;
  z-index: 0;
}
.it-transfer-buttons {
  display: flex;
  justify-content: center;
}
.it-transfer-buttons a {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid #c5c7c9;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  margin: 24px 8px;
  cursor: default;
  pointer-events: none;
}
.it-transfer-buttons a svg {
  width: 16px;
  height: 16px;
  fill: #c5c7c9;
}
.it-transfer-buttons a.transfer, .it-transfer-buttons a.backtransfer {
  transform: rotate(90deg);
}
.it-transfer-buttons a.active, .it-transfer-buttons .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-transfer-buttons a {
  border-color: #20a0d6;
  cursor: pointer;
  pointer-events: all;
}
.it-transfer-buttons a.active svg, .it-transfer-buttons .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a svg, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-transfer-buttons a svg {
  fill: #20a0d6;
}
@media (min-width: 768px) {
  .it-transfer-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .it-transfer-buttons a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border: 1px solid #c5c7c9;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    margin: 8px 8px;
    align-self: center;
  }
  .it-transfer-buttons a.transfer, .it-transfer-buttons a.backtransfer {
    transform: none;
  }
}
@keyframes dropdownFadeIn {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 16px;
  }
}
@keyframes dropdownFadeInTop {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: -16px;
  }
}
.dropdown.show .dropdown-menu[x-placement='bottom-start'], .btn-group.show .dropdown-menu[x-placement='bottom-start'] {
  animation: dropdownFadeIn forwards 0.3s;
}
.dropdown.show .dropdown-menu[x-placement='top-start'], .btn-group.show .dropdown-menu[x-placement='top-start'] {
  animation: dropdownFadeInTop forwards 0.3s;
}
.btn-dropdown {
  color: #007db3;
  padding: 0 4px;
  background-color: transparent;
  font-size: 1rem;
  border-radius: 0;
}
.btn-dropdown:not(:disabled):not(.disabled):active {
  box-shadow: none;
}
.btn-dropdown:after, .dropdown-toggle:after {
  content: '';
  speak: none;
  border: none;
  display: inline;
  margin: 0;
  vertical-align: bottom;
  width: auto;
  height: auto;
}
.btn-dropdown .icon-expand, .dropdown-toggle .icon-expand {
  transition: transform 0.3s;
}
.btn-dropdown .icon.icon-xs, .dropdown-toggle .icon.icon-xs {
  transition: transform 0.3s;
  width: 18px;
  height: 18px;
  transform: translateY(-1px);
}
.btn-dropdown[aria-expanded='true'] .icon-expand, .dropdown-toggle[aria-expanded='true'] .icon-expand {
  transform: scaleY(-1);
}
.dropdown-menu {
  border-radius: 0 0 4px 4px;
  z-index: 8;
}
.dropdown-menu.full-width {
  width: 100%;
}
.dropdown-menu.full-width .link-list li {
  display: inline-block;
  width: auto;
}
.dropdown-menu.full-width .link-list li:hover, .dropdown-menu.full-width .link-list li:focus, .dropdown-menu.full-width .link-list .toggles label input[type='checkbox']:focus + li.lever, .toggles label .dropdown-menu.full-width .link-list input[type='checkbox']:focus + li.lever {
  background: none;
  text-decoration: underline;
}
.dropdown-menu .link-list {
  margin-bottom: 0;
}
.dropdown-menu .link-list h3 {
  line-height: 2.3em;
  margin-bottom: 0;
}
.dropdown-menu:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #fff;
  transform: rotate(45deg);
}
.dropdown-menu[x-placement='top-start'] {
  border-radius: 4px 4px 0 0;
}
.dropdown-menu[x-placement='top-start']:before {
  bottom: -6px;
  top: auto;
}
.dropdown-menu.dark {
  background-color: #435a70;
}
.dropdown-menu.dark .link-list-wrapper ul span.divider {
  background: #2e465e;
}
.dropdown-menu.dark .link-list-wrapper ul li a span, .dropdown-menu.dark .link-list-wrapper ul li a:hover span, .dropdown-menu.dark .link-list-wrapper ul li h3, .dropdown-menu.dark .link-list-wrapper ul li i {
  color: #fff;
}
.dropdown-menu.dark .link-list-wrapper ul li a:not(.active):not(.disabled):hover i {
  color: #4fe0dc;
}
.dropdown-menu.dark .link-list-wrapper ul li a.disabled span {
  color: #adb2b8;
}
.dropdown-menu.dark .link-list-wrapper ul li a.active span, .dropdown-menu.dark .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .dropdown-menu.dark .link-list-wrapper ul li a span {
  color: #00fff7;
}
.dropdown-menu.dark:before {
  background-color: #435a70;
}
nav.pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav.pagination-wrapper a {
  text-decoration: none;
}
nav.pagination-wrapper.pagination-total {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
nav.pagination-wrapper.pagination-total ul {
  margin-bottom: 0.5rem;
}
nav.pagination-wrapper.pagination-total p {
  font-size: 0.8888888889rem;
  color: #5b6f82;
  margin-bottom: 1rem;
  font-weight: 600;
  text-align: center;
}
nav.pagination-wrapper .form-group {
  margin-left: 2.5rem;
  width: 4.5rem;
  margin-top: 0;
}
nav.pagination-wrapper .form-group label {
  font-size: 0.8888888889rem;
  color: #9da2a6;
}
nav.pagination-wrapper .form-group.active label, nav.pagination-wrapper .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.form-group label, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item nav.pagination-wrapper a.form-group label {
  font-size: 0.8rem;
}
nav.pagination-wrapper .btn.dropdown-toggle, nav.pagination-wrapper .banner-covid a.uk-button-primary.dropdown-toggle, .banner-covid nav.pagination-wrapper a.uk-button-primary.dropdown-toggle, nav.pagination-wrapper .banner-covid a.uk-button-secondary.dropdown-toggle, .banner-covid nav.pagination-wrapper a.uk-button-secondary.dropdown-toggle, nav.pagination-wrapper .banner-covid a.uk-button-danger.dropdown-toggle, .banner-covid nav.pagination-wrapper a.uk-button-danger.dropdown-toggle, nav.pagination-wrapper .edufehome-banner .btn-container .btn-old-site a.dropdown-toggle, .edufehome-banner .btn-container .btn-old-site nav.pagination-wrapper a.dropdown-toggle, nav.pagination-wrapper .edufehome-banner .btn-container .btn-sosi a.dropdown-toggle, .edufehome-banner .btn-container .btn-sosi nav.pagination-wrapper a.dropdown-toggle, nav.pagination-wrapper .feedback-button a.dropdown-toggle, .feedback-button nav.pagination-wrapper a.dropdown-toggle, nav.pagination-wrapper .pug-button a.dropdown-toggle, .pug-button nav.pagination-wrapper a.dropdown-toggle, nav.pagination-wrapper .pnrr-button a.dropdown-toggle, .pnrr-button nav.pagination-wrapper a.dropdown-toggle, nav.pagination-wrapper .assistance.dropdown-toggle {
  font-size: 0.8888888889rem;
  color: #5b6f82;
  font-weight: 600;
  padding: 12px;
  border-bottom: 1px solid #5c6f82;
  height: 2.5rem;
  border: none;
  width: 100%;
}
nav.pagination-wrapper .btn.dropdown-toggle:after, nav.pagination-wrapper .banner-covid a.uk-button-primary.dropdown-toggle:after, .banner-covid nav.pagination-wrapper a.uk-button-primary.dropdown-toggle:after, nav.pagination-wrapper .banner-covid a.uk-button-secondary.dropdown-toggle:after, .banner-covid nav.pagination-wrapper a.uk-button-secondary.dropdown-toggle:after, nav.pagination-wrapper .banner-covid a.uk-button-danger.dropdown-toggle:after, .banner-covid nav.pagination-wrapper a.uk-button-danger.dropdown-toggle:after, nav.pagination-wrapper .edufehome-banner .btn-container .btn-old-site a.dropdown-toggle:after, .edufehome-banner .btn-container .btn-old-site nav.pagination-wrapper a.dropdown-toggle:after, nav.pagination-wrapper .edufehome-banner .btn-container .btn-sosi a.dropdown-toggle:after, .edufehome-banner .btn-container .btn-sosi nav.pagination-wrapper a.dropdown-toggle:after, nav.pagination-wrapper .feedback-button a.dropdown-toggle:after, .feedback-button nav.pagination-wrapper a.dropdown-toggle:after, nav.pagination-wrapper .pug-button a.dropdown-toggle:after, .pug-button nav.pagination-wrapper a.dropdown-toggle:after, nav.pagination-wrapper .pnrr-button a.dropdown-toggle:after, .pnrr-button nav.pagination-wrapper a.dropdown-toggle:after, nav.pagination-wrapper .assistance.dropdown-toggle:after {
  color: #007db3;
  margin-left: 0.5rem;
}
.pagination {
  flex-wrap: wrap;
}
.pagination .page-item, .pagination li {
  margin-right: 5px;
}
.pagination .page-item.disabled a.page-link, .pagination li.disabled a.page-link, .pagination li.disabled li a, .pagination li li.disabled a, .pagination .page-item.disabled li a, .pagination li .page-item.disabled a {
  color: #c2c7cc;
}
.pagination .page-item.disabled a.page-link .icon, .pagination li.disabled a.page-link .icon, .pagination li.disabled li a .icon, .pagination li li.disabled a .icon, .pagination .page-item.disabled li a .icon, .pagination li .page-item.disabled a .icon {
  fill: #c2c7cc;
}
.pagination .page-item span.page-link, .pagination li span.page-link, .pagination li span, .pagination .page-item li span, .pagination li .page-item span {
  pointer-events: none;
}
.pagination .page-item .page-link, .pagination li .page-link, .pagination li span, .pagination li a, .pagination .page-item li span, .pagination li .page-item span, .pagination .page-item li a, .pagination li .page-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 4px;
  border: none;
  font-size: 0.8888888889rem;
  font-weight: 600;
  color: #5b6f82;
  background-color: transparent;
}
.pagination .page-item .page-link[aria-current], .pagination li .page-link[aria-current], .pagination li span[aria-current], .pagination li a[aria-current], .pagination .page-item li span[aria-current], .pagination li .page-item span[aria-current], .pagination .page-item li a[aria-current], .pagination li .page-item a[aria-current] {
  border: 1px solid #007db3;
  color: #007db3;
  pointer-events: none;
}
.pagination .page-item .page-link.text, .pagination li .page-link.text, .pagination li span.text, .pagination li a.text, .pagination .page-item li span.text, .pagination li .page-item span.text, .pagination .page-item li a.text, .pagination li .page-item a.text {
  color: #007db3;
}
.pagination .page-item .page-link span.d-inline-block, .pagination li .page-link span.d-inline-block, .pagination li span span.d-inline-block, .pagination li a span.d-inline-block, .pagination .page-item li span span.d-inline-block, .pagination li .page-item span span.d-inline-block, .pagination .page-item li a span.d-inline-block, .pagination li .page-item a span.d-inline-block {
  margin-right: 0.5rem;
}
.pagination .page-item .page-link:hover, .pagination li .page-link:hover, .pagination li span:hover, .pagination li a:hover, .pagination .page-item li span:hover, .pagination li .page-item span:hover, .pagination .page-item li a:hover, .pagination li .page-item a:hover {
  color: #007db3;
  background-color: transparent;
}
.pagination .page-item .page-link:hover .icon, .pagination li .page-link:hover .icon, .pagination li span:hover .icon, .pagination li a:hover .icon, .pagination .page-item li span:hover .icon, .pagination li .page-item span:hover .icon, .pagination .page-item li a:hover .icon, .pagination li .page-item a:hover .icon {
  fill: #007db3;
}
@media (min-width: 576px) {
  .pagination .page-item .page-link, .pagination li .page-link, .pagination li span, .pagination li a, .pagination .page-item li span, .pagination li .page-item span, .pagination .page-item li a, .pagination li .page-item a {
    height: 2.6666666667rem;
    min-width: 2.6666666667rem;
  }
  nav.pagination-wrapper .btn.dropdown-toggle, nav.pagination-wrapper .banner-covid a.uk-button-primary.dropdown-toggle, .banner-covid nav.pagination-wrapper a.uk-button-primary.dropdown-toggle, nav.pagination-wrapper .banner-covid a.uk-button-secondary.dropdown-toggle, .banner-covid nav.pagination-wrapper a.uk-button-secondary.dropdown-toggle, nav.pagination-wrapper .banner-covid a.uk-button-danger.dropdown-toggle, .banner-covid nav.pagination-wrapper a.uk-button-danger.dropdown-toggle, nav.pagination-wrapper .edufehome-banner .btn-container .btn-old-site a.dropdown-toggle, .edufehome-banner .btn-container .btn-old-site nav.pagination-wrapper a.dropdown-toggle, nav.pagination-wrapper .edufehome-banner .btn-container .btn-sosi a.dropdown-toggle, .edufehome-banner .btn-container .btn-sosi nav.pagination-wrapper a.dropdown-toggle, nav.pagination-wrapper .feedback-button a.dropdown-toggle, .feedback-button nav.pagination-wrapper a.dropdown-toggle, nav.pagination-wrapper .pug-button a.dropdown-toggle, .pug-button nav.pagination-wrapper a.dropdown-toggle, nav.pagination-wrapper .pnrr-button a.dropdown-toggle, .pnrr-button nav.pagination-wrapper a.dropdown-toggle, nav.pagination-wrapper .assistance.dropdown-toggle {
    height: 2.6666666667rem;
  }
}
@media (min-width: 768px) {
  nav.pagination-wrapper {
    justify-content: flex-start;
  }
  nav.pagination-wrapper .dropdown {
    margin-left: 2.6666666667rem;
  }
}
.nav-tabs {
  position: relative;
  background-color: #fff;
  border-bottom-color: #dfe4f2;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}
.nav-tabs a {
  text-decoration: none;
}
.nav-tabs .it-ico:before, .nav-tabs .it-ico-lg:before {
  margin-right: 0;
}
.nav-tabs.auto .nav-link {
  flex: 1;
}
.nav-tabs.auto .nav-item {
  flex: 1;
  text-align: center;
}
.nav-tabs.no-border {
  border: none !important;
}
.nav-tabs.no-background {
  background-color: transparent;
}
.nav-tabs.no-background .nav-item .nav-link.active, .nav-tabs.no-background .nav-item .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-tabs.no-background .nav-item a.nav-link {
  background-color: transparent;
}
.nav-tabs.nav-tabs-icon-text .icon {
  margin-right: 0.889rem;
}
.nav-tabs.nav-tabs-icon-lg .nav-link {
  padding: 0.778rem 1.778em;
}
.nav-tabs.nav-tabs-vertical {
  flex-direction: column;
  border-bottom: none;
  border-right: 1px solid #dfe4f2;
}
.nav-tabs.nav-tabs-vertical .nav-link {
  justify-content: space-between;
  border-bottom: none;
  border-right: 2px solid transparent;
  white-space: normal;
}
.nav-tabs.nav-tabs-vertical .nav-link:hover {
  border-bottom: none;
}
.nav-tabs.nav-tabs-vertical .nav-link.justify-content-end .it-ico:before, .nav-tabs.nav-tabs-vertical .login-page form div.row .col-md-6:nth-child(2).nav-link .it-ico:before, .nav-tabs.nav-tabs-vertical .login-page form .edufe-argomenti-layoutsection div.four-columns-layout .col-md-6:nth-child(2).nav-link .it-ico:before, .edufe-argomenti-layoutsection .nav-tabs.nav-tabs-vertical .login-page form div.four-columns-layout .col-md-6:nth-child(2).nav-link .it-ico:before, .nav-tabs.nav-tabs-vertical .login-page form .edufe-argomenti-layoutsection.pug div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico:before, .edufe-argomenti-layoutsection.pug .nav-tabs.nav-tabs-vertical .login-page form div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico:before, .nav-tabs.nav-tabs-vertical .login-page form .section-missioni div.three-columns-layout .col-md-6:nth-child(2).nav-link .it-ico:before, .section-missioni .nav-tabs.nav-tabs-vertical .login-page form div.three-columns-layout .col-md-6:nth-child(2).nav-link .it-ico:before, .nav-tabs.nav-tabs-vertical .login-page form .edufe-argomenti-layoutsection.pnrr div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico:before, .edufe-argomenti-layoutsection.pnrr .nav-tabs.nav-tabs-vertical .login-page form div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico:before, .nav-tabs.nav-tabs-vertical .login-page form .edufe-argomenti-layoutsection.matrimoni div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico:before, .edufe-argomenti-layoutsection.matrimoni .nav-tabs.nav-tabs-vertical .login-page form div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico:before, .nav-tabs.nav-tabs-vertical .login-page form .edufe-argomenti-layoutsection.ssui div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico:before, .edufe-argomenti-layoutsection.ssui .nav-tabs.nav-tabs-vertical .login-page form div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico:before, .login-page form div.row .nav-tabs.nav-tabs-vertical .col-md-6:nth-child(2).nav-link .it-ico:before, .nav-tabs.nav-tabs-vertical .agid-organizational-unit-create .workflow-transition-button-widget > div.workflow-buttons-container.nav-link .it-ico:before, .agid-organizational-unit-create .nav-tabs.nav-tabs-vertical .workflow-transition-button-widget > div.workflow-buttons-container.nav-link .it-ico:before, .nav-tabs.nav-tabs-vertical .nav-link.justify-content-end .it-ico-lg:before, .nav-tabs.nav-tabs-vertical .login-page form div.row .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .nav-tabs.nav-tabs-vertical .login-page form .edufe-argomenti-layoutsection div.four-columns-layout .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .edufe-argomenti-layoutsection .nav-tabs.nav-tabs-vertical .login-page form div.four-columns-layout .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .nav-tabs.nav-tabs-vertical .login-page form .edufe-argomenti-layoutsection.pug div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .edufe-argomenti-layoutsection.pug .nav-tabs.nav-tabs-vertical .login-page form div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .nav-tabs.nav-tabs-vertical .login-page form .section-missioni div.three-columns-layout .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .section-missioni .nav-tabs.nav-tabs-vertical .login-page form div.three-columns-layout .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .nav-tabs.nav-tabs-vertical .login-page form .edufe-argomenti-layoutsection.pnrr div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .edufe-argomenti-layoutsection.pnrr .nav-tabs.nav-tabs-vertical .login-page form div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .nav-tabs.nav-tabs-vertical .login-page form .edufe-argomenti-layoutsection.matrimoni div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .edufe-argomenti-layoutsection.matrimoni .nav-tabs.nav-tabs-vertical .login-page form div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .nav-tabs.nav-tabs-vertical .login-page form .edufe-argomenti-layoutsection.ssui div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .edufe-argomenti-layoutsection.ssui .nav-tabs.nav-tabs-vertical .login-page form div.five-columns-layout .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .login-page form div.row .nav-tabs.nav-tabs-vertical .col-md-6:nth-child(2).nav-link .it-ico-lg:before, .nav-tabs.nav-tabs-vertical .agid-organizational-unit-create .workflow-transition-button-widget > div.workflow-buttons-container.nav-link .it-ico-lg:before, .agid-organizational-unit-create .nav-tabs.nav-tabs-vertical .workflow-transition-button-widget > div.workflow-buttons-container.nav-link .it-ico-lg:before {
  margin-right: 0;
}
.nav-tabs.nav-tabs-vertical .nav-link.active, .nav-tabs.nav-tabs-vertical .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-tabs.nav-tabs-vertical a.nav-link, .nav-tabs.nav-tabs-vertical .nav-item.show .nav-link {
  border-bottom: none;
  border-right-color: #007db3;
}
.nav-tabs.nav-tabs-vertical.nav-tabs-vertical-background .nav-link.active, .nav-tabs.nav-tabs-vertical.nav-tabs-vertical-background .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-tabs.nav-tabs-vertical.nav-tabs-vertical-background a.nav-link, .nav-tabs.nav-tabs-vertical.nav-tabs-vertical-background .nav-item.show .nav-link {
  background-color: #e6ecf2;
}
.nav-tabs .nav-link {
  border-radius: 0;
  font-weight: 600;
  color: #5b6f82;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.778rem 1.333em;
  flex: 1 0 1;
  white-space: nowrap;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-tabs .nav-link:hover {
  color: #007db3;
  border-bottom-color: transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .form-check [type='checkbox']:focus + label.nav-link, .form-check .nav-tabs [type='checkbox']:focus + label.nav-link, .nav-tabs .form-check [type='radio']:focus + label.nav-link, .form-check .nav-tabs [type='radio']:focus + label.nav-link, .nav-tabs .toggles label input[type='checkbox']:focus + .lever.nav-link, .toggles label .nav-tabs input[type='checkbox']:focus + .lever.nav-link {
  border-bottom-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #b1b1b3;
  cursor: default;
}
.nav-tabs .nav-link.disabled .icon {
  fill: #b1b1b3;
}
.nav-tabs .nav-link .it-ico:before {
  font-size: 1.333rem;
}
.nav-tabs .nav-link .it-ico-lg:before {
  font-size: 1.778rem;
}
.nav-tabs .nav-link .icon {
  fill: #5c6f82;
}
.nav-tabs .nav-link.active .icon, .nav-tabs .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link .icon, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-tabs a.nav-link .icon {
  fill: #007db3;
}
.nav-tabs .nav-link.active, .nav-tabs .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-tabs a.nav-link, .nav-tabs .nav-item.show .nav-link {
  border-bottom-color: #007db3;
  color: #007db3;
  cursor: inherit;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
  display: flex;
}
.nav-tabs.nav-dark {
  background-color: #455b71;
  border-bottom: none;
}
.nav-tabs.nav-dark .nav-link {
  color: #d9dadb;
}
.nav-tabs.nav-dark .nav-link .icon {
  fill: #d9dadb;
}
.nav-tabs.nav-dark .nav-link:hover {
  color: #00fff7;
}
.nav-tabs.nav-dark .nav-link:hover .icon {
  fill: #00fff7;
}
.nav-tabs.nav-dark .nav-link.disabled {
  color: #768594;
}
.nav-tabs.nav-dark .nav-link.disabled .icon {
  fill: #768594;
}
.nav-tabs.nav-dark .nav-link.active, .nav-tabs.nav-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-tabs.nav-dark a.nav-link, .nav-tabs.nav-dark .nav-item.show .nav-link {
  background-color: #455b71;
  color: #00fff7;
  border-bottom: 2px solid #00fff7;
}
.nav-tabs.nav-dark .nav-link.active .icon, .nav-tabs.nav-dark .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link .icon, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-tabs.nav-dark a.nav-link .icon, .nav-tabs.nav-dark .nav-item.show .nav-link .icon {
  fill: #00fff7;
}
.nav-tabs.nav-dark.nav-tabs-vertical .nav-link.active, .nav-tabs.nav-dark.nav-tabs-vertical .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-tabs.nav-dark.nav-tabs-vertical a.nav-link, .nav-tabs.nav-dark.nav-tabs-vertical .nav-item.show .nav-link {
  border-right-color: #00fff7;
  border-bottom: none;
}
.nav-tabs.nav-tabs-cards {
  border-bottom: none;
}
.nav-tabs.nav-tabs-cards .nav-item-filler {
  flex-grow: 1;
}
.nav-tabs.nav-tabs-cards .nav-link {
  border: 1px solid transparent;
}
.nav-tabs.nav-tabs-cards .nav-link.active, .nav-tabs.nav-tabs-cards .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-tabs.nav-tabs-cards a.nav-link, .nav-tabs.nav-tabs-cards .nav-item.show .nav-link {
  border: 1px solid #dfe4f2;
  border-bottom-color: #fff;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-tabs-editable .nav-item {
  position: relative;
}
.nav-tabs.nav-tabs-editable .nav-item-filler {
  width: 2em;
}
.nav-tabs.nav-tabs-editable .nav-tab-add {
  margin: -0.2em 1em 0;
  position: relative;
  width: 1.444rem;
  height: 1.444rem;
  top: 0.8rem;
  border: 1px solid #dfe4f2;
  border-radius: 50%;
  right: 0;
}
.nav-tabs.nav-tabs-editable .nav-tab-add:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 0.778rem;
  left: 0.611rem;
  top: 0.278rem;
  background-color: #007db3;
}
.nav-tabs.nav-tabs-editable .nav-tab-add:before {
  content: '';
  position: absolute;
  width: 0.778rem;
  height: 2px;
  left: 0.278rem;
  top: 0.611rem;
  background-color: #007db3;
}
.nav-tabs.nav-tabs-editable .nav-link {
  padding-right: 2.888em;
}
.nav-tabs.nav-tabs-editable .nav-link-close {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.9rem);
  right: 0.889rem;
  color: #5b6f82;
  transition: color 0.2s;
}
.nav-tabs.nav-tabs-editable .nav-link-close .icon {
  fill: #5b6f82;
}
.nav-tabs.nav-tabs-editable .nav-link-close.disabled {
  color: #b1b1b3;
  cursor: pointer;
}
.nav-tabs.nav-tabs-editable .nav-link-close.disabled .icon {
  fill: #b1b1b3;
}
.nav-tabs.nav-tabs-editable .nav-link-close:hover {
  color: #005980;
}
.nav-tabs.nav-tabs-editable .nav-link-close:hover .icon {
  fill: #005980;
}
.nav-tabs.nav-tabs-editable .nav-link-close .it-ico {
  font-size: 0.6rem;
}
.nav-tabs.nav-tabs-editable .nav-link-close .it-ico:before {
  margin-right: 0;
}
.nav-tabs.nav-tabs-editable .nav-link.active .nav-link-close, .nav-tabs.nav-tabs-editable .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link .nav-link-close, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-tabs.nav-tabs-editable a.nav-link .nav-link-close, .nav-tabs.nav-tabs-editable .nav-item.show .nav-link .nav-link-close {
  color: #007db3;
}
.nav-tabs.nav-tabs-editable .nav-link.active .nav-link-close .icon, .nav-tabs.nav-tabs-editable .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link .nav-link-close .icon, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .nav-tabs.nav-tabs-editable a.nav-link .nav-link-close .icon, .nav-tabs.nav-tabs-editable .nav-item.show .nav-link .nav-link-close .icon {
  fill: #007db3;
}
.flex-column-reverse .nav-tabs {
  border-bottom: none;
  border-top: 1px solid #dfe4f2;
}
.flex-column-reverse .nav-tabs .nav-link {
  border-bottom: none;
  border-top: 2px solid transparent;
}
.flex-column-reverse .nav-tabs .nav-link.active, .flex-column-reverse .nav-tabs .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .flex-column-reverse .nav-tabs a.nav-link, .flex-column-reverse .nav-tabs .nav-item.show .nav-link {
  border-top-color: #007db3;
}
.flex-row-reverse .nav-tabs.nav-tabs-vertical {
  border-right: none;
  border-left: 1px solid #dfe4f2;
}
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link {
  justify-content: flex-start;
  border-bottom: none;
  border-right: none;
  border-left: 2px solid transparent;
}
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link:hover {
  border-bottom: none;
}
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link .icon {
  margin-right: 0.889rem;
}
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link.active, .flex-row-reverse .nav-tabs.nav-tabs-vertical .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .flex-row-reverse .nav-tabs.nav-tabs-vertical a.nav-link, .flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-item.show .nav-link {
  border-left-color: #007db3;
}
.flex-row-reverse .nav-tabs.nav-dark.nav-tabs-vertical .nav-link.active, .flex-row-reverse .nav-tabs.nav-dark.nav-tabs-vertical .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .flex-row-reverse .nav-tabs.nav-dark.nav-tabs-vertical a.nav-link, .flex-row-reverse .nav-tabs.nav-dark.nav-tabs-vertical .nav-item.show .nav-link {
  border-left-color: #00fff7;
}
.nav-tabs-hidescroll {
  height: 2.667rem;
  overflow: hidden;
}
.nav-tabs-hidescroll.hidescroll-ico {
  height: 2.944rem;
}
.nav-tabs-hidescroll.hidescroll-ico-lg {
  height: 3.444rem;
}
.nav-tabs-hidescroll .nav-tabs {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .nav-tabs {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
  .nav-tabs.auto {
    flex-wrap: nowrap;
  }
  .nav-tabs-hidescroll {
    height: auto;
    overflow: initial;
  }
  .nav-tabs-hidescroll.hidescroll-ico, .nav-tabs-hidescroll.hidescroll-ico-lg {
    height: auto;
  }
  .nav-tabs-hidescroll .nav-tabs {
    padding-bottom: 0;
  }
}
.cookiebar {
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1100;
  background-color: #435a70;
  padding: 24px 32px;
}
.cookiebar.cookiebar-top {
  bottom: auto;
  top: 0;
}
.cookiebar.show {
  display: block;
}
.cookiebar p {
  font-size: 1rem;
  line-height: 1.25em;
  color: #fff;
  margin-bottom: 0;
}
.cookiebar p br {
  display: none;
}
.cookiebar .cookiebar-buttons {
  text-align: right;
  margin-top: 32px;
  padding: 0;
  line-height: 1.25em;
}
.cookiebar .cookiebar-btn {
  background: transparent;
  border: none;
  padding: 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1em;
}
.cookiebar .cookiebar-btn:hover {
  text-decoration: underline;
  cursor: pointer;
}
.cookiebar .cookiebar-btn:last-child {
  margin-left: 32px;
}
.cookiebar .cookiebar-btn:not(.cookiebar-confirm) {
  color: #e6ecf2;
}
@media (min-width: 576px) {
  .cookiebar p {
    font-size: 0.889rem;
  }
  .cookiebar .cookiebar-btn {
    font-size: 0.778rem;
  }
}
@media (min-width: 768px) {
  .cookiebar {
    padding: 32px 48px;
  }
  .cookiebar.show {
    display: flex;
    justify-content: space-between;
  }
  .cookiebar p {
    width: 60%;
    margin-right: 24px;
  }
  .cookiebar p br {
    display: block;
  }
  .cookiebar .cookiebar-buttons {
    margin-top: 0;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .cookiebar {
    max-width: 832px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 4px 4px 0 0;
  }
  .cookiebar p {
    width: 66%;
  }
  .cookiebar .cookiebar-buttons {
    width: 33%;
  }
}
.it-hero-wrapper {
  min-height: 380px;
  position: relative;
  background-color: #008fcc;
  display: flex;
  align-items: flex-end;
}
.it-hero-wrapper .img-responsive-wrapper, .it-hero-wrapper .argomenti-evidenza-block img, .argomenti-evidenza-block .it-hero-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.it-hero-wrapper .img-responsive-wrapper .img-responsive, .it-hero-wrapper .argomenti-evidenza-block img .img-responsive, .argomenti-evidenza-block .it-hero-wrapper img .img-responsive {
  padding-bottom: inherit;
  height: 100%;
  position: initial;
}
.it-hero-wrapper.it-hero-small-size {
  min-height: 230px;
}
.it-hero-wrapper .it-hero-text-wrapper {
  padding: 48px 34px;
  background: transparent !important;
  position: relative;
}
.it-hero-wrapper .it-hero-text-wrapper :last-child {
  margin-bottom: 0;
}
.it-hero-wrapper .it-hero-text-wrapper span, .it-hero-wrapper .it-hero-text-wrapper h1, .it-hero-wrapper .it-hero-text-wrapper p {
  color: #fff;
  margin-bottom: 24px;
}
.it-hero-wrapper .it-hero-text-wrapper span.it-category {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.9px;
}
.it-hero-wrapper .it-hero-text-wrapper h1 {
  font-size: 2rem;
  letter-spacing: unset;
}
.it-hero-wrapper .it-hero-text-wrapper p {
  font-size: 1rem;
  font-family: Lora, Georgia, serif;
}
.it-hero-wrapper .it-hero-text-wrapper .it-btn-container {
  margin-top: 8px;
}
.it-hero-wrapper.it-text-centered .it-hero-text-wrapper {
  text-align: center;
}
.it-hero-wrapper.it-overlay .img-responsive-wrapper:after, .it-hero-wrapper.it-overlay .argomenti-evidenza-block img:after, .argomenti-evidenza-block .it-hero-wrapper.it-overlay img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.it-hero-wrapper.it-overlay.it-dark .img-responsive-wrapper:after, .it-hero-wrapper.it-overlay.it-dark .argomenti-evidenza-block img:after, .argomenti-evidenza-block .it-hero-wrapper.it-overlay.it-dark img:after {
  background: rgba(23, 50, 77, 0.54);
}
.it-hero-wrapper.it-overlay.it-primary .img-responsive-wrapper:after, .it-hero-wrapper.it-overlay.it-primary .argomenti-evidenza-block img:after, .argomenti-evidenza-block .it-hero-wrapper.it-overlay.it-primary img:after {
  background: rgba(0, 143, 204, 0.85);
}
.it-hero-wrapper.it-overlay.it-filter .img-responsive-wrapper img, .it-hero-wrapper.it-overlay.it-filter .argomenti-evidenza-block img img, .argomenti-evidenza-block .it-hero-wrapper.it-overlay.it-filter img img {
  mix-blend-mode: screen;
}
.it-hero-wrapper.it-overlay.it-filter .img-responsive-wrapper:after, .it-hero-wrapper.it-overlay.it-filter .argomenti-evidenza-block img:after, .argomenti-evidenza-block .it-hero-wrapper.it-overlay.it-filter img:after {
  display: none;
}
.it-hero-wrapper.it-bottom-overlapping-content {
  margin-bottom: -80px;
}
.it-hero-wrapper.it-bottom-overlapping-content .it-hero-text-wrapper {
  padding-bottom: 136px;
}
.it-hero-wrapper.it-wrapped-container {
  min-height: 0 !important;
  align-items: flex-end;
}
.it-hero-wrapper .it-hero-card {
  background-color: #fff;
}
.it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
  margin-top: 80px;
  margin-bottom: -80px;
}
@media (max-width: 575px) {
  .it-hero-wrapper.it-wrapped-container {
    display: flex;
    flex-direction: column;
  }
  .it-hero-wrapper.it-wrapped-container .container, .it-hero-wrapper.it-wrapped-container .uk-container {
    background-color: #fff;
  }
  .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper, .it-hero-wrapper.it-wrapped-container .argomenti-evidenza-block img, .argomenti-evidenza-block .it-hero-wrapper.it-wrapped-container img {
    position: relative;
  }
  .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper .img-wrapper, .it-hero-wrapper.it-wrapped-container .argomenti-evidenza-block img .img-wrapper, .it-hero-wrapper.it-wrapped-container .argomenti-evidenza-block img .argomenti-evidenza-block img, .argomenti-evidenza-block .it-hero-wrapper.it-wrapped-container .argomenti-evidenza-block img img, .argomenti-evidenza-block .it-hero-wrapper.it-wrapped-container img .img-wrapper, .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper .argomenti-evidenza-block img, .argomenti-evidenza-block .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper img {
    position: relative;
  }
  .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper:after, .it-hero-wrapper.it-wrapped-container .argomenti-evidenza-block img:after, .argomenti-evidenza-block .it-hero-wrapper.it-wrapped-container img:after {
    content: none;
  }
  .it-hero-wrapper.it-wrapped-container .it-hero-card {
    background-color: #fff;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .it-hero-wrapper.it-wrapped-container {
    min-height: 0 !important;
    align-items: flex-end;
  }
  .it-hero-wrapper .it-hero-card {
    background-color: #fff;
  }
  .it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
    margin-top: 80px;
    margin-bottom: -80px;
  }
}
@media (min-width: 768px) {
  .it-hero-wrapper.it-hero-small-size {
    min-height: 300px;
  }
  .it-hero-wrapper .it-hero-text-wrapper {
    padding: 48px 40% 48px 34px;
  }
  .it-hero-wrapper.it-text-centered .it-hero-text-wrapper {
    padding: 48px 20% 48px 20%;
  }
}
@media (min-width: 992px) {
  .it-hero-wrapper {
    position: relative;
    min-height: 620px;
    align-items: center;
  }
  .it-hero-wrapper.it-hero-small-size {
    min-height: 400px;
  }
  .it-hero-wrapper .it-hero-text-wrapper {
    padding: 120px 40% 168px 26px;
  }
  .it-hero-wrapper .it-hero-text-wrapper span.it-category {
    position: absolute;
    margin-top: -56px;
  }
  .it-hero-wrapper .it-hero-text-wrapper h1 {
    font-size: 2.6666666667rem;
  }
  .it-hero-wrapper .it-hero-text-wrapper p {
    margin-bottom: 0;
  }
  .it-hero-wrapper .it-hero-text-wrapper .it-btn-container {
    position: absolute;
    margin-top: 48px;
  }
  .it-hero-wrapper.it-text-centered .it-hero-text-wrapper {
    padding: 120px 20% 144px 20%;
  }
  .it-hero-wrapper.it-text-centered .it-hero-text-wrapper span.it-category {
    left: 20%;
    right: 20%;
  }
  .it-hero-wrapper.it-text-centered .it-hero-text-wrapper .it-btn-container {
    left: 20%;
    right: 20%;
  }
  .it-hero-wrapper.it-bottom-overlapping-content {
    margin-bottom: -80px;
  }
  .it-hero-wrapper.it-bottom-overlapping-content .it-hero-text-wrapper {
    padding-bottom: 240px;
    padding-top: 160px;
  }
}
.forward {
  display: block;
  text-align: center;
  font-size: 3rem;
  transition: all 0.2s ease-in-out;
}
.forward:hover {
  text-decoration: none;
}
/*back to top*/
.back-to-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #007db3;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 50%;
  display: block;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out;
  z-index: 1;
  transform: scale(0.7);
  transform-origin: center center;
}
.back-to-top.back-to-top-show {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out, transform 0.05s ease-out, visibility 0 linear 0, opacity 0.1s ease-in-out;
  transform: scale(1);
}
.back-to-top:hover {
  background: #005980;
  text-decoration: none;
}
.back-to-top .icon {
  margin: 0;
  position: relative;
  transform: scale(0.75);
  top: 4px;
}
.back-to-top .icon:before {
  margin: 0;
  color: #fff;
}
.back-to-top.shadow:hover, .attachments-detail ul li.back-to-top:hover {
  box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.3) !important;
}
.back-to-top.dark {
  background: #fff;
}
.back-to-top.dark:hover {
  background: #ebeced;
}
.back-to-top.dark .icon:before {
  color: #435a70;
}
@media (min-width: 768px) {
  /*back to top*/
  .back-to-top {
    width: 56px;
    height: 56px;
  }
  .back-to-top .icon {
    transform: scale(1);
    top: 10px;
  }
  .back-to-top.back-to-top-small {
    width: 40px;
    height: 40px;
  }
  .back-to-top.back-to-top-small .icon {
    transform: scale(0.75);
    top: 4px;
  }
}
@media (min-width: 1200px) {
  .back-to-top {
    bottom: 32px;
    right: 32px;
  }
}
.autocomplete {
  padding: 0.375rem 48px 0.375rem 24px;
}
.autocomplete::placeholder {
  color: #adb2b8;
}
.autocomplete:disabled {
  background-color: #cacacc;
}
.autocomplete:disabled::placeholder {
  color: #5c6f82;
}
.autocomplete-icon {
  position: absolute;
  right: 0;
  top: 0.5rem;
  padding: 0 8px;
  background-color: #fff;
}
.autocomplete-icon .icon {
  fill: #5c6f82;
}
.autocomplete-list {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 8px 0;
  box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #5c6f82;
  transition: opacity 0.3s;
  display: none;
}
.autocomplete-list.autocomplete-list-show {
  display: block;
  z-index: 10;
}
.autocomplete-list li {
  list-style-type: none;
  padding: 0;
}
.autocomplete-list a {
  padding: 12px 24px;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #455b71;
  line-height: 1.2;
  font-size: 1rem;
}
.autocomplete-list a:hover {
  color: #007db3;
  text-decoration: none;
}
.autocomplete-list a:hover .icon {
  fill: #007db3;
}
.autocomplete-list a:hover .autocomplete-list-text span {
  text-decoration: underline;
}
.autocomplete-list a:hover .autocomplete-list-text em {
  color: #007db3;
}
.autocomplete-list a:hover mark {
  color: #007db3;
}
.autocomplete-list a .icon, .autocomplete-list a .avatar {
  margin-right: 16px;
  flex-shrink: 0;
}
.autocomplete-list a .icon {
  fill: #455b71;
}
.autocomplete-list a .autocomplete-list-text {
  margin-top: 2px;
}
.autocomplete-list a .autocomplete-list-text em {
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #435a70;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 4px;
}
.autocomplete-list mark {
  padding: 0;
  background: transparent;
  font-weight: bold;
}
.autocomplete-wrapper-big .autocomplete {
  height: 56px;
  font-size: 1.5rem;
  font-weight: normal;
  padding-left: 64px;
  padding-right: 24px;
}
.autocomplete-wrapper-big .autocomplete-icon {
  position: absolute;
  left: 0.5rem;
  right: auto;
  top: 1rem;
}
.autocomplete-wrapper-big .autocomplete-icon .icon {
  fill: #007db3;
  width: 24px;
  height: 24px;
}
.autocomplete-wrapper-big .autocomplete-list a {
  font-size: 1.125rem;
}
.autocomplete-wrapper-big .autocomplete-list a .autocomplete-list-text {
  margin-top: 0;
}
@media (min-width: 576px) {
  .autocomplete-list a {
    font-size: 0.889rem;
    align-items: flex-start;
  }
  .autocomplete-list a .autocomplete-list-text span {
    margin-right: 8px;
  }
  .autocomplete-list a .autocomplete-list-text em {
    display: inline-block;
    font-size: 0.667rem;
    margin-top: 0;
  }
  .autocomplete-wrapper-big .autocomplete {
    height: 72px;
    font-size: 2.222rem;
    padding-left: 64px;
  }
  .autocomplete-wrapper-big .autocomplete-icon .icon {
    width: 40px;
    height: 40px;
  }
  .autocomplete-wrapper-big .autocomplete-list a {
    font-size: 1.111rem;
  }
  .autocomplete-wrapper-big .autocomplete-list a .autocomplete-list-text span {
    margin-right: 16px;
  }
}
.link-list-wrapper ul {
  padding: 0;
  list-style-type: none;
}
.link-list-wrapper ul.link-sublist {
  padding-left: 24px;
}
.link-list-wrapper ul li a {
  font-size: 0.889em;
  line-height: 2.3em;
  display: block;
  padding: 0 24px;
  position: relative;
  text-decoration: none;
}
.link-list-wrapper ul li a:hover:not(.disabled) {
  text-decoration: none;
}
.link-list-wrapper ul li a:hover:not(.disabled) span {
  color: #007db3;
  text-decoration: underline;
}
.link-list-wrapper ul li a:hover:not(.disabled) p {
  color: #007db3;
  text-decoration: none;
}
.link-list-wrapper ul li a:hover:not(.disabled) .icon {
  fill: #007db3;
}
.link-list-wrapper ul li a.disabled:hover {
  text-decoration: none;
}
.link-list-wrapper ul li a.medium {
  font-weight: 600;
}
.link-list-wrapper ul li a span {
  color: #007db3;
  display: inline-block;
  margin-right: 24px;
}
.link-list-wrapper ul li a .icon {
  display: inline-block;
  margin: 8px 0;
}
.link-list-wrapper ul li a .icon.icon-right {
  position: absolute;
  right: 0;
}
.link-list-wrapper ul li a .icon.right {
  margin-left: 8px;
}
.link-list-wrapper ul li a .icon.left {
  margin-right: 8px;
}
.link-list-wrapper ul li a.right-icon .icon.right {
  position: absolute;
  top: 0;
  right: 24px;
  transition: transform 0.3s;
}
.link-list-wrapper ul li a.right-icon .icon.right.secondary {
  color: #9da2a6;
}
.link-list-wrapper ul li a.right-icon[aria-expanded='true'] .icon.right {
  transform: scaleY(-1);
}
.link-list-wrapper ul li a.active span, .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .link-list-wrapper ul li a span {
  color: #17324d;
  text-decoration: underline;
}
.link-list-wrapper ul li a.active .icon, .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a .icon, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .link-list-wrapper ul li a .icon {
  color: #17324d;
}
.link-list-wrapper ul li a.disabled {
  cursor: not-allowed;
}
.link-list-wrapper ul li a.disabled span {
  color: #adb2b8;
}
.link-list-wrapper ul li a.disabled svg {
  fill: #adb2b8;
}
.link-list-wrapper ul li a.disabled svg.secondary {
  fill: #adb2b8;
}
.link-list-wrapper ul li a.large {
  font-size: 1em;
}
.link-list-wrapper ul li a p {
  font-size: 0.778em;
  line-height: initial;
  color: #5b6f82;
}
.link-list-wrapper ul li a.avatar {
  display: flex;
  margin-bottom: 8px;
}
.link-list-wrapper ul li a.avatar .avatar {
  display: block;
  border-radius: 50px;
  margin-right: 8px;
}
.link-list-wrapper ul li a.list-item.icon-left {
  position: relative;
  padding-left: 32px;
}
.link-list-wrapper ul li a.list-item.icon-left span {
  margin-top: 4px;
}
.link-list-wrapper ul li a.list-item.icon-left .icon {
  position: absolute;
  left: 0;
}
.link-list-wrapper ul li a.list-item.active, .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .link-list-wrapper ul li a.list-item {
  color: #1a6180;
  text-decoration: underline;
}
.link-list-wrapper ul li a.list-item.active span, .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .link-list-wrapper ul li a.list-item span {
  color: #1a6180;
}
.link-list-wrapper ul li h3 {
  font-size: 1em;
  color: #17324d;
  padding: 0 24px;
}
.link-list-wrapper ul li h3 a {
  line-height: inherit;
  font-size: 1em;
  padding: 0;
}
.link-list-wrapper ul .divider {
  display: block;
  height: 1px;
  background: #ebeced;
  margin: 8px 0;
}
.link-list-wrapper ul .toggles label {
  padding: 0 24px;
  font-size: 0.889em;
  line-height: 2.3em;
  justify-content: space-between;
  height: auto;
  font-weight: inherit;
  margin: 0;
}
.link-list-wrapper ul .toggles input[type='checkbox'] + .lever {
  margin: 8px 0 0;
}
.link-list-wrapper ul .form-check.form-check-group {
  padding: 0 24px;
  box-shadow: none;
}
.link-list-wrapper ul .form-check.form-check-group [type='checkbox'] + label {
  padding-left: 0;
  font-size: 0.889em;
  line-height: 2.3em;
  height: inherit;
  margin-bottom: 0;
}
.link-list-wrapper ul .form-check.form-check-group [type='checkbox'] + label:after {
  right: 24px;
}
.link-list-wrapper ul .form-check.form-check-group [type='checkbox'] + label:before {
  right: 35px;
}
.link-list-wrapper ul .form-check.form-check-group [type='checkbox'][disabled] + label {
  color: #adb2b8;
}
@media (min-width: 576px) {
  .link-list-wrapper ul li a.large {
    font-size: 1em;
    line-height: 2.7em;
  }
}
@media (min-width: 768px) {
  .link-list-wrapper ul li a.large {
    line-height: 2.7em;
  }
}
@media (min-width: 992px) {
  .link-list-wrapper.menu-link-list {
    position: relative;
  }
  .link-list-wrapper.menu-link-list h3, .link-list-wrapper.menu-link-list h4 {
    position: relative;
    padding: 1rem;
    margin-top: 0;
    border-bottom: 4px solid #b1b1b3;
  }
  .link-list-wrapper.menu-link-list h3:after, .link-list-wrapper.menu-link-list h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 40px;
    height: 4px;
    background-color: #a66300;
  }
}
@keyframes megamenuFadeIn {
  0% {
    opacity: 0;
    margin-top: 16px;
  }
  100% {
    opacity: 1;
    margin-top: 16px;
  }
}
.navbar {
  background: #007db3;
}
.navbar .overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.navbar .navbar-collapsable {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  width: 100%;
  /*lista menu*/
}
.navbar .navbar-collapsable .menu-wrapper {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 48px;
  left: 0;
  pointer-events: all;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.2s cubic-bezier(0.29, 0.85, 0.5, 0.99);
}
.navbar .navbar-collapsable .menu-wrapper .navbar-nav {
  padding: 24px 0 0;
  overflow: hidden;
}
.navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
  padding-bottom: 0;
}
.navbar .navbar-collapsable .navbar-nav {
  padding: 24px 0;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link {
  color: #007db3;
  font-weight: 600;
  padding: 13px 24px;
  position: relative;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
  fill: #007db3;
  transition: all 0.3s;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle[aria-expanded='true'] .icon {
  transform: scaleY(-1);
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link.active, .navbar .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar .navbar-collapsable .navbar-nav li a.nav-link {
  border-left: 3px solid #007db3;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link:hover:not(.active) {
  text-decoration: underline;
}
.navbar .navbar-collapsable.expanded .menu-wrapper {
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.29, 0.85, 0.5, 0.99);
}
.navbar .navbar-collapsable.expanded .close-div {
  transform: translateX(0);
}
.navbar .close-div {
  transform: translateX(-100%);
  padding: 24px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.1, 0.57, 0.4, 0.97);
}
.navbar .close-div .close-menu {
  background: transparent;
  pointer-events: all;
  color: #007db3;
  text-align: center;
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 0;
  float: right;
}
.navbar .close-div .close-menu span {
  display: block;
  text-align: center;
  font-size: 2em;
}
.navbar .close-div .close-menu span:before {
  margin-right: 0;
}
.navbar .dropdown-menu {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
}
.navbar .dropdown-menu:before {
  display: none;
}
.navbar .dropdown-menu .link-list-wrapper {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
}
.navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active, .navbar .dropdown-menu .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar .dropdown-menu .link-list-wrapper ul li a.list-item {
  color: #1a6180;
  text-decoration: underline;
}
.navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span, .navbar .dropdown-menu .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar .dropdown-menu .link-list-wrapper ul li a.list-item span {
  color: #1a6180;
}
.navbar .dropdown-menu .link-list-wrapper ul li a span {
  color: #007db3;
}
.navbar .dropdown-menu .link-list-wrapper ul li a i {
  color: #007db3;
}
.navbar .dropdown-menu .link-list-wrapper ul li h3 {
  text-transform: uppercase;
  font-size: 0.833em;
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar .dropdown-menu .link-list-wrapper ul li .divider {
  background: #e6ecf2;
}
.custom-navbar-toggler {
  background: none;
  border: none;
  cursor: pointer;
}
.custom-navbar-toggler span {
  color: #fff;
  font-size: 1.625em;
}
.custom-navbar-toggler svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  display: block;
}
.nav-item.megamenu > a:before {
  display: none;
}
.inline-menu .link-list-wrapper .link-list {
  position: relative;
}
.inline-menu .link-list-wrapper .link-list li a {
  position: relative;
}
.inline-menu .link-list-wrapper .link-list li a i {
  color: #6ac4eb;
}
.inline-menu .link-list-wrapper .link-list li a:after {
  content: '';
  display: block;
  width: 2px;
  background: #007db3;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transform-origin: center;
  transform: scaleY(0);
  transition: all 0.3s;
  z-index: 1;
}
.inline-menu .link-list-wrapper .link-list li a.active span, .inline-menu .link-list-wrapper .link-list li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .inline-menu .link-list-wrapper .link-list li a span {
  color: #007db3;
  text-decoration: none;
}
.inline-menu .link-list-wrapper .link-list li a[aria-expanded='true']:after {
  transform: scaleY(1);
}
.inline-menu .link-list-wrapper .link-list:after {
  content: '';
  display: block;
  width: 2px;
  background: linear-gradient(to bottom, rgba(230, 236, 242, 1) 0%, rgba(230, 236, 242, 0.3) 100%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 992px) {
  .navbar {
    background: #007db3;
    padding: 0;
  }
  .navbar .navbar-collapsable {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: auto;
    background: none;
    display: block !important;
    transition: none;
    /*lista menu*/
  }
  .navbar .navbar-collapsable .overlay {
    display: none !important;
  }
  .navbar .navbar-collapsable .menu-wrapper {
    position: inherit;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    background: #007db3;
  }
  .navbar .navbar-collapsable .menu-wrapper .navbar-nav {
    margin-top: 0;
    padding: 0 24px;
    overflow: inherit;
  }
  .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
    padding-bottom: 0.5rem;
  }
  .navbar .navbar-collapsable .navbar-nav {
    margin-top: 0;
    padding: 0 24px;
  }
  .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    font-weight: 400;
    padding: 13px 24px;
    color: #fff;
    border-bottom: 3px solid transparent;
  }
  .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
    fill: #fff;
  }
  .navbar .navbar-collapsable .navbar-nav li a.nav-link.active, .navbar .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    border-left: 0;
    border-color: #fff;
    background: transparent;
  }
  .navbar .navbar-collapsable .navbar-nav li a.nav-link.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .navbar .close-div {
    display: none;
  }
  .navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #19191a;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar .dropdown-menu.show {
    animation: dropdownFadeIn forwards 0.3s;
    top: calc(100% - 16px);
  }
  .navbar .dropdown-menu:before {
    display: block;
  }
  .navbar .dropdown-menu .link-list-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .navbar .dropdown-menu .link-list-wrapper ul li a span, .navbar .dropdown-menu .link-list-wrapper ul li a i, .navbar .dropdown-menu .link-list-wrapper ul li a h3 {
    color: #007db3;
  }
  .navbar .dropdown-menu .link-list-wrapper ul li h3 {
    color: #19191a;
  }
  .navbar .dropdown-toggle {
    display: block;
    justify-content: inherit;
  }
  .custom-navbar-toggler {
    display: none;
  }
  .has-megamenu .navbar-collapsable {
    width: 100%;
  }
  .nav-item.megamenu {
    position: static;
  }
  .nav-item.megamenu > a.dropdown-toggle {
    position: relative;
  }
  .nav-item.megamenu > a.dropdown-toggle:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 24px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #fff;
    transform: rotate(45deg);
    opacity: 0;
    display: block;
    transition: opacity 0.15s cubic-bezier(0.1, 0.57, 0.36, 0.99);
  }
  .nav-item.megamenu.show a.dropdown-toggle:before {
    opacity: 1;
  }
  .megamenu .dropdown-menu {
    min-width: auto;
    left: 24px;
    right: 24px;
    animation-timing-function: cubic-bezier(0.1, 0.57, 0.36, 0.99);
  }
  .megamenu .dropdown-menu:before {
    display: none;
  }
  .megamenu .dropdown-menu.show {
    animation: megamenuFadeIn forwards 0.15s;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .navbar .navbar-collapsable .navbar-nav li.nav-item {
    display: flex;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item .nav-link {
    display: flex;
    align-self: flex-end;
    align-items: center;
  }
}
.skiplinks {
  background-color: #0bd9d2;
  text-align: center;
}
.skiplinks a {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  display: block;
  font-weight: 600;
  color: #5b6f82;
  text-decoration: underline;
}
.affix-top {
  position: sticky;
  top: 0;
}
.affix-bottom {
  position: sticky;
  bottom: 0;
}
.affix-parent {
  position: relative;
}
.sidebar-wrapper {
  padding: 24px 0;
}
.sidebar-wrapper h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 0.833em;
  margin-top: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 0.833em;
  margin-top: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a {
  line-height: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 1em;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a i.it-expand {
  font-size: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[aria-expanded='true'] i {
  transform: translateY(-50%) scaleY(-1);
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'].active, .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a[data-toggle='collapse'], .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'] {
  border-left: 2px solid #007db3;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'].active span, .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a[data-toggle='collapse'] span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'] span, .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'].active i, .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a[data-toggle='collapse'] i, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'] i {
  color: #007db3;
  text-decoration: none;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a {
  font-size: 0.889em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.sidebar-wrapper .sidebar-linklist-wrapper.linklist-secondary:before {
  content: '';
  width: 65px;
  height: 1px;
  background: #e6ecf2;
  display: block;
  margin-left: 24px;
  margin-top: 24px;
}
.sidebar-wrapper.it-line-right-side {
  border-right: 1px solid #d9dadb;
}
.sidebar-wrapper.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'].active, .sidebar-wrapper.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a[data-toggle='collapse'], .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .sidebar-wrapper.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'] {
  border-right: 2px solid #007db3;
  border-left: none;
}
.sidebar-wrapper.it-line-left-side {
  border-left: 1px solid #d9dadb;
}
.sidebar-wrapper.theme-dark {
  background: #435a70;
}
.sidebar-wrapper.theme-dark h3 {
  color: #fff;
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper h3 {
  color: #fff;
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a {
  color: #fff;
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a.left-icon i.left {
  color: #fff;
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a span {
  color: #fff;
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a i.it-expand {
  color: #fff;
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[aria-expanded='true'] i {
  color: #fff;
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'] {
  color: #fff;
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'].active, .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a[data-toggle='collapse'], .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'] {
  border-left: 2px solid #fff;
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'].active span, .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a[data-toggle='collapse'] span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'] span, .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'].active i, .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a[data-toggle='collapse'] i, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'] i {
  color: #fff;
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a {
  color: #fff;
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a span {
  color: #fff;
}
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper.linklist-secondary:before {
  background: rgba(229, 229, 229, 0.3);
}
.sidebar-wrapper.theme-dark.it-line-right-side {
  border-right-color: rgba(229, 229, 229, 0.3);
}
.sidebar-wrapper.theme-dark.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'].active, .sidebar-wrapper.theme-dark.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a[data-toggle='collapse'], .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .sidebar-wrapper.theme-dark.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'] {
  border-left: none;
  border-right-color: #fff;
}
.sidebar-wrapper.theme-dark.it-line-left-side {
  border-left-color: rgba(229, 229, 229, 0.3);
}
.sidebar-wrapper.theme-dark.it-line-left-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'].active, .sidebar-wrapper.theme-dark.it-line-left-side .sidebar-linklist-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a[data-toggle='collapse'], .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .sidebar-wrapper.theme-dark.it-line-left-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle='collapse'] {
  border-left-color: #fff;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .pagination:not(:first-child) .it-heading-megacolumn {
  margin-top: 24px;
  line-height: 2.3em;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn:before, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .pagination:not(:first-child) .it-heading-megacolumn:before {
  content: '';
  display: block;
  height: 1px;
  width: 65px;
  background: #e6ecf2;
  margin-bottom: 8px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .pagination:not(:first-child) .link-list-wrapper h3 {
  margin-top: 24px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3:before, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .pagination:not(:first-child) .link-list-wrapper h3:before {
  content: '';
  display: block;
  height: 1px;
  width: 65px;
  background: #e6ecf2;
  margin-bottom: 8px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu h3.it-heading-megacolumn {
  margin: 0.5em 48px;
  line-height: 1.2em;
  font-size: 0.833em;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper {
  margin-bottom: 0;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more a {
  margin-top: 0;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more a i {
  margin-left: 6px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li:last-child.it-more a {
  margin-top: 8px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical {
  width: 100%;
  background: #f5f6f7;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 16px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list {
  width: 100%;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a {
  display: flex;
  justify-content: space-between;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a span {
  font-weight: 600;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li .divider {
  display: none;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description {
  background: transparent;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content {
  padding-left: 42px;
  padding-right: 42px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content:before {
  content: '';
  display: block;
  height: 1px;
  width: 65px;
  background: #e6ecf2;
  margin-bottom: 16px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content img {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content p {
  font-size: 0.889em;
}
.navbar .dropdown-menu > .it-external {
  padding: 0;
}
.navbar .dropdown-menu .margin-right-col .it-external {
  padding: 0 6px;
}
.navbar .dropdown-menu .it-external {
  width: 100%;
}
.navbar .dropdown-menu .it-external .link-list-wrapper .link-list li.it-more a:before {
  content: '';
  display: block;
  height: 1px;
  width: 65px;
  background: #e6ecf2;
  margin-bottom: 8px;
}
.navbar .dropdown-menu .it-megamenu-footer {
  background: #f5f6f7;
  padding: 16px 0;
  margin-top: 16px;
}
.navbar .dropdown-menu .it-megamenu-footer .link-list-wrapper {
  margin-bottom: 0;
}
.navbar .dropdown-menu .it-megamenu-footer .link-list-wrapper .link-list li a.list-item span {
  display: inline;
  font-weight: 600;
}
@media (min-width: 992px) {
  .navbar .dropdown-menu .it-megamenu-footer {
    margin-top: 32px;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -32px;
    padding: 12px 24px;
  }
  .navbar .dropdown-menu .it-megamenu-footer .link-list-wrapper .link-list li a.list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar .dropdown-menu .it-megamenu-footer .link-list-wrapper .link-list li a.list-item span {
    display: inline;
    font-weight: 600;
  }
  .navbar .dropdown-menu .it-external {
    width: 100%;
    padding: 0;
  }
  .navbar .dropdown-menu .it-external .link-list-wrapper .link-list li.it-more a:before {
    content: '';
    display: block;
    height: 1px;
    width: 65px;
    background: #e6ecf2;
    margin-bottom: 8px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection .four-columns-layout.max-height-col, .edufe-argomenti-layoutsection .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .four-columns-layout.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .attachments-detail ul.max-height-col, .attachments-detail .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu ul.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection.pug .five-columns-layout.max-height-col, .edufe-argomenti-layoutsection.pug .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .five-columns-layout.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .section-missioni .three-columns-layout.max-height-col, .section-missioni .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .three-columns-layout.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection.pnrr .five-columns-layout.max-height-col, .edufe-argomenti-layoutsection.pnrr .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .five-columns-layout.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.max-height-col, .edufe-argomenti-layoutsection.matrimoni .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .five-columns-layout.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection.ssui .five-columns-layout.max-height-col, .edufe-argomenti-layoutsection.ssui .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .five-columns-layout.max-height-col {
    min-height: 100%;
    margin-right: -31px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .row.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection .four-columns-layout.max-height-col .row.max-height-col, .edufe-argomenti-layoutsection .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .four-columns-layout.max-height-col .row.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .attachments-detail ul.max-height-col .row.max-height-col, .attachments-detail .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu ul.max-height-col .row.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection.pug .five-columns-layout.max-height-col .row.max-height-col, .edufe-argomenti-layoutsection.pug .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .five-columns-layout.max-height-col .row.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .section-missioni .three-columns-layout.max-height-col .row.max-height-col, .section-missioni .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .three-columns-layout.max-height-col .row.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection.pnrr .five-columns-layout.max-height-col .row.max-height-col, .edufe-argomenti-layoutsection.pnrr .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .five-columns-layout.max-height-col .row.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.max-height-col .row.max-height-col, .edufe-argomenti-layoutsection.matrimoni .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .five-columns-layout.max-height-col .row.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection.ssui .five-columns-layout.max-height-col .row.max-height-col, .edufe-argomenti-layoutsection.ssui .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .five-columns-layout.max-height-col .row.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .edufe-argomenti-layoutsection .four-columns-layout.max-height-col, .edufe-argomenti-layoutsection .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .four-columns-layout.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .attachments-detail ul.max-height-col, .attachments-detail .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col ul.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .edufe-argomenti-layoutsection.pug .five-columns-layout.max-height-col, .edufe-argomenti-layoutsection.pug .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .five-columns-layout.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .section-missioni .three-columns-layout.max-height-col, .section-missioni .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .three-columns-layout.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .edufe-argomenti-layoutsection.pnrr .five-columns-layout.max-height-col, .edufe-argomenti-layoutsection.pnrr .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .five-columns-layout.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.max-height-col, .edufe-argomenti-layoutsection.matrimoni .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .five-columns-layout.max-height-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .edufe-argomenti-layoutsection.ssui .five-columns-layout.max-height-col, .edufe-argomenti-layoutsection.ssui .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .five-columns-layout.max-height-col {
    margin-right: -6px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .margin-right-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection .four-columns-layout.max-height-col .margin-right-col, .edufe-argomenti-layoutsection .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .four-columns-layout.max-height-col .margin-right-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .attachments-detail ul.max-height-col .margin-right-col, .attachments-detail .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu ul.max-height-col .margin-right-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection.pug .five-columns-layout.max-height-col .margin-right-col, .edufe-argomenti-layoutsection.pug .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .five-columns-layout.max-height-col .margin-right-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .section-missioni .three-columns-layout.max-height-col .margin-right-col, .section-missioni .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .three-columns-layout.max-height-col .margin-right-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection.pnrr .five-columns-layout.max-height-col .margin-right-col, .edufe-argomenti-layoutsection.pnrr .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .five-columns-layout.max-height-col .margin-right-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection.matrimoni .five-columns-layout.max-height-col .margin-right-col, .edufe-argomenti-layoutsection.matrimoni .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .five-columns-layout.max-height-col .margin-right-col, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .edufe-argomenti-layoutsection.ssui .five-columns-layout.max-height-col .margin-right-col, .edufe-argomenti-layoutsection.ssui .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .five-columns-layout.max-height-col .margin-right-col {
    margin-right: 24px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical {
    background: #f5f6f7;
    padding-top: 32px;
    margin-top: -32px;
    margin-bottom: -32px;
    margin-right: -24px;
    margin-left: -6px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list {
    width: 100%;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a {
    display: flex;
    justify-content: space-between;
    padding-left: 36px;
    padding-right: 36px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a span {
    font-weight: 600;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li .divider {
    height: 1px;
    display: block;
    background: #d9dadb;
    margin: 0 0 0 36px;
    width: 65px;
    margin-top: 25px;
    margin-bottom: 16px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description {
    background: transparent;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content {
    padding-left: 36px;
    padding-right: 36px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content:before {
    display: none;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content img {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content p {
    font-size: 0.889em;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu {
    padding: 32px 24px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .pagination:not(:first-child) .link-list-wrapper h3 {
    margin-top: 5px;
    line-height: 1.2em;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3:before, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .pagination:not(:first-child) .link-list-wrapper h3:before {
    display: none;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .pagination:not(:first-child) .it-heading-megacolumn {
    margin: 0.5em 24px;
    line-height: 1.2em;
    font-size: 0.833em;
    text-transform: uppercase;
    border-bottom: 1px solid #e6ecf2;
    padding-bottom: 0.5em;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn:before, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .pagination:not(:first-child) .it-heading-megacolumn:before {
    content: '';
    display: none;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:first-child .link-list-wrapper, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .pagination:first-child .link-list-wrapper {
    margin-bottom: 0;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu h3.it-heading-megacolumn {
    margin: 0.5em 24px;
    line-height: 1.2em;
    font-size: 0.833em;
    text-transform: uppercase;
    border-bottom: 1px solid #e6ecf2;
    padding-bottom: 0.5em;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper {
    display: flex;
    min-height: 100%;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list {
    display: flex;
    flex-direction: column;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li {
    width: 100%;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li a, .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li h3 {
    padding: 0.5em 24px;
    line-height: inherit;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li h3 {
    line-height: 1.2em;
    font-size: 0.833em;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more {
    margin-top: auto;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more a {
    margin-top: 12px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more a i {
    font-size: 0.8em;
    transform: translateY(-1px);
  }
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 96px;
}
.bottom-nav:before {
  content: '';
  position: absolute;
  height: 360px;
  width: 100%;
  top: 32px;
  z-index: 10;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 60%);
  border-radius: 50%;
  transform: translateY(-50%) scalex(1.4) scaleY(0.12);
  opacity: 0.18;
}
.bottom-nav ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 64px;
}
.bottom-nav ul li {
  list-style-type: none;
  margin: 8px;
  text-align: center;
}
.bottom-nav a {
  display: block;
  color: #5b6f82;
  text-decoration: none;
}
.bottom-nav a .icon {
  fill: #5b6f82;
}
.bottom-nav a.active, .bottom-nav .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bottom-nav a {
  color: #007db3;
}
.bottom-nav a.active .icon, .bottom-nav .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a .icon, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .bottom-nav a .icon {
  fill: #007db3;
}
.bottom-nav a:hover {
  text-decoration: none;
  color: #007db3;
}
.bottom-nav a:hover .icon {
  fill: #007db3;
}
.bottom-nav .it-ico {
  position: relative;
  font-size: 1.35rem;
  display: block;
  height: 32px;
}
.bottom-nav .it-ico:before {
  margin-right: 0;
}
.bottom-nav .badge-wrapper {
  position: relative;
}
.bottom-nav .bottom-nav-badge, .bottom-nav .bottom-nav-alert {
  display: block;
  position: absolute;
  background-color: #007db3;
  border: 1px solid #fff;
}
.bottom-nav .bottom-nav-badge {
  top: 0;
  right: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  color: #fff;
  font-size: 0.563rem;
  border-radius: 50%;
  font-style: normal;
}
.bottom-nav .bottom-nav-alert {
  top: 4px;
  right: 8px;
  min-width: 10px;
  height: 10px;
  font-size: 0.563rem;
  border-radius: 50%;
}
.bottom-nav .bottom-nav-label {
  margin-top: 6px;
  font-size: 0.688rem;
  line-height: 1;
  display: block;
  font-weight: 600;
}
.navbar.it-navscroll-wrapper {
  background: #fff;
}
.navbar.it-navscroll-wrapper .it-back-button {
  display: block;
  padding: 16px 24px;
  font-weight: 600;
  box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  display: none;
}
.navbar.it-navscroll-wrapper .it-back-button i {
  transform: scale(0.8);
  transform-origin: center;
  display: inline-block;
  margin-right: 8px;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active, .navbar.it-navscroll-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
  border-left: 2px solid #007db3;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span, .navbar.it-navscroll-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.it-navscroll-wrapper .link-list-wrapper ul li a span {
  color: #007db3;
  text-decoration: none;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
  font-weight: 400;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active, .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
  font-weight: normal;
  border-left: none;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span, .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a span {
  text-decoration: underline;
  color: #17324d;
}
.navbar.it-navscroll-wrapper h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 0.833em;
  margin-top: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
}
.navbar.it-navscroll-wrapper .custom-navbar-toggler {
  display: flex;
  color: #007db3;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.navbar.it-navscroll-wrapper .custom-navbar-toggler span.it-list {
  color: #007db3;
  margin-right: 8px;
}
.navbar.it-navscroll-wrapper .menu-wrapper {
  padding: 80px 0 24px;
  right: 0;
}
.navbar.it-bottom-navscroll {
  box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.navbar.it-top-navscroll {
  box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
@media (min-width: 992px) {
  .navbar.it-navscroll-wrapper {
    background: #fff;
  }
  .navbar.it-navscroll-wrapper .it-back-button {
    display: none !important;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active, .navbar.it-navscroll-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
    border-left: 2px solid #007db3;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span, .navbar.it-navscroll-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.it-navscroll-wrapper .link-list-wrapper ul li a span {
    color: #007db3;
    text-decoration: none;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
    font-weight: 400;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active, .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
    font-weight: normal;
    border-left: none;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span, .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a span {
    text-decoration: underline;
    color: #17324d;
  }
  .navbar.it-navscroll-wrapper h3 {
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-size: 0.833em;
    margin-top: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 24px;
    padding-right: 24px;
  }
  .navbar.it-navscroll-wrapper .custom-navbar-toggler {
    display: none;
  }
  .navbar.it-navscroll-wrapper .menu-wrapper {
    padding: 16px 0 24px;
    background: #fff;
  }
  .navbar.it-bottom-navscroll {
    box-shadow: none;
    position: inherit;
  }
  .navbar.it-bottom-navscroll.affix-top {
    position: sticky;
    top: 0;
    left: inherit;
    right: inherit;
  }
  .navbar.it-top-navscroll {
    box-shadow: none;
    position: inherit;
  }
  .navbar.it-top-navscroll.affix-top {
    position: sticky;
    top: 0;
    left: inherit;
    right: inherit;
  }
  .navbar.it-left-side {
    border-left: 1px solid #d9dadb;
  }
  .navbar.it-right-side {
    border-right: 1px solid #d9dadb;
  }
}
@media (max-width: 992px) {
  .navbar.it-navscroll-wrapper.theme-dark-mobile {
    background: #435a70;
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .custom-navbar-toggler {
    color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .custom-navbar-toggler span.it-list {
    color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .it-back-button {
    background: #435a70;
    color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper {
    background: #435a70;
    color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a {
    color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a span {
    color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a.active, .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a {
    border-left-color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile.it-left-side {
    border-left-color: rgba(229, 229, 229, 0.3);
  }
  .navbar.it-navscroll-wrapper.theme-dark-mobile.it-right-side {
    border-right-color: rgba(229, 229, 229, 0.3);
  }
}
/*
 ++++++++++++++++++++++++++++++Desktop light Theme+++++++++++++++++++++++++++++++++++++++++++++++++
 */
@media (min-width: 992px) {
  .navbar.it-navscroll-wrapper.theme-dark-desk {
    background: #435a70;
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .custom-navbar-toggler {
    color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .custom-navbar-toggler span.it-list {
    color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .it-back-button {
    background: #435a70;
    color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper {
    background: #435a70;
    color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a {
    color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a span {
    color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a.active, .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a {
    border-left-color: #fff;
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk.it-left-side {
    border-left-color: rgba(229, 229, 229, 0.3);
  }
  .navbar.it-navscroll-wrapper.theme-dark-desk.it-right-side {
    border-right-color: rgba(229, 229, 229, 0.3);
  }
}
/*.callout {
  padding: 2.5rem 2.222rem;
  border: 1px solid #5b6f82;
  position: relative;
  max-width: 60ch;
  margin: 1.75rem 0 1rem;
  border-radius: 8px;
}*/
.callout.callout-highlight {
  border: none;
  border-left: 2px solid rgba(223, 228, 242, 0.3);
  border-radius: 0;
  padding: 0 2.222rem;
}
.callout.callout-highlight .callout-title {
  margin-bottom: 1.556rem;
}
.callout.callout-highlight.success {
  border-color: rgba(0, 135, 88, 0.2);
}
.callout.callout-highlight.warning {
  border-color: rgba(166, 99, 0, 0.2);
}
.callout.callout-highlight.danger {
  border-color: rgba(217, 40, 40, 0.2);
}
.callout.callout-highlight.important {
  border-color: rgba(0, 128, 83, 0.2);
}
.callout.callout-highlight.note {
  border-color: rgba(0, 89, 128, 0.2);
}
.callout.callout-more {
  background: #fafaf7;
  border: none;
  border-radius: 0;
  padding: 2.222rem 2.222rem;
  position: relative;
}
.callout.callout-more:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 48px 0;
  border-color: transparent #fff transparent transparent;
}
.callout.callout-more:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 0 0 48px;
  border-color: transparent transparent transparent #e4e4db;
}
.callout.callout-more p {
  font-size: 0.778rem;
  line-height: 1.333rem;
  color: #17324d;
}
.callout.callout-more .callout-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.222rem;
}
.callout.callout-more .callout-title i {
  font-size: 1.25rem;
}
.callout.callout-more .callout-title span {
  border-bottom: 2px solid #19191a;
  padding-bottom: 0.1rem;
  display: inline-block;
  margin-top: -0.111rem;
}
.callout.success {
  border-color: #008758;
}
.callout.success .callout-title {
  color: #008758;
}
.callout.success .callout-title .icon {
  fill: #008758;
}
.callout.success .callout-title span {
  border-color: #008758;
}
.callout.warning {
  border-color: #a66300;
}
.callout.warning .callout-title {
  color: #a66300;
}
.callout.warning .callout-title .icon {
  fill: #a66300;
}
.callout.warning .callout-title span {
  border-color: #a66300;
}
.callout.danger {
  border-color: #d92828;
}
.callout.danger .callout-title {
  color: #d92828;
}
.callout.danger .callout-title .icon {
  fill: #d92828;
}
.callout.danger .callout-title span {
  border-color: #d92828;
}
.callout.important {
  border-color: #008053;
}
.callout.important .callout-title {
  color: #008053;
}
.callout.important .callout-title .icon {
  fill: #008053;
}
.callout.important .callout-title span {
  border-color: #008053;
}
.callout.note {
  border-color: #005980;
}
.callout.note .callout-title {
  color: #005980;
}
.callout.note .callout-title .icon {
  fill: #005980;
}
.callout.note .callout-title span {
  border-color: #005980;
}
.callout.note .collapse-div .collapse-header .callout-more-toggle {
  color: #005980;
}
.callout.note .collapse-div .collapse-header .callout-more-toggle:active, .callout.note .collapse-div .collapse-header .callout-more-toggle:hover {
  color: #005980;
}
.callout.note .collapse-div .collapse-header .callout-more-toggle span {
  border-color: #005980;
}
.callout.note .collapse-div .collapse-header .callout-more-toggle span:before, .callout.note .collapse-div .collapse-header .callout-more-toggle span:after {
  background: #005980;
}
.callout.note a {
  color: #005980;
}
.callout.note .icon {
  fill: #005980;
}
.callout .callout-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  margin-right: 2.222rem;
  letter-spacing: 0.06rem;
  color: #5b6f82;
}
.callout .callout-title .icon {
  fill: #5b6f82;
  margin-right: 0.444rem;
}
/*.callout:not(.callout-highlight):not(.callout-more) .callout-title {
  position: absolute;
  font-size: 1rem;
  padding: 0 1.389rem;
  background: #fff;
  top: -0.78em;
}*/
.callout p {
  font-family: Lora, Georgia, serif;
  font-size: 0.889rem;
  color: #5b6f82;
}
.callout p:last-child {
  margin: 0;
}
.callout p.callout-big-text {
  font-weight: bold;
  font-size: 1.111rem;
}
.callout .collapse-div {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: none;
}
.callout .collapse-div .collapse-header {
  margin-top: 1.333rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dfe4f2;
  padding: 1.333rem 0 0;
  margin-top: 0;
}
.callout .collapse-div .collapse-header .callout-more-toggle {
  padding: 0;
  border: none;
  width: auto;
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #007db3;
}
.callout .collapse-div .collapse-header .callout-more-toggle:hover, .callout .collapse-div .collapse-header .callout-more-toggle:focus, .callout .collapse-div .collapse-header .form-check [type='checkbox']:focus + label.callout-more-toggle, .form-check .callout .collapse-div .collapse-header [type='checkbox']:focus + label.callout-more-toggle, .callout .collapse-div .collapse-header .form-check [type='radio']:focus + label.callout-more-toggle, .form-check .callout .collapse-div .collapse-header [type='radio']:focus + label.callout-more-toggle, .callout .collapse-div .collapse-header .toggles label input[type='checkbox']:focus + .lever.callout-more-toggle, .toggles label .callout .collapse-div .collapse-header input[type='checkbox']:focus + .lever.callout-more-toggle, .callout .collapse-div .collapse-header .callout-more-toggle:active {
  background: none;
}
.callout .collapse-div .collapse-header .callout-more-toggle:hover {
  color: #004867;
}
.callout .collapse-div .collapse-header .callout-more-toggle:hover span {
  border-color: #004867;
}
.callout .collapse-div .collapse-header .callout-more-toggle:hover span:before, .callout .collapse-div .collapse-header .callout-more-toggle:hover span:after {
  background: #004867;
}
.callout .collapse-div .collapse-header .callout-more-toggle:active {
  color: #007db3;
}
.callout .collapse-div .collapse-header .callout-more-toggle:before, .callout .collapse-div .collapse-header .callout-more-toggle:after {
  display: none;
}
.callout .collapse-div .collapse-header .callout-more-toggle span {
  position: relative;
  height: 15px;
  width: 15px;
  margin-left: 0.444rem;
  margin-top: 0.111rem;
  border: 1px solid #007db3;
  border-radius: 50%;
  display: inline-block;
}
.callout .collapse-div .collapse-header .callout-more-toggle span:before, .callout .collapse-div .collapse-header .callout-more-toggle span:after {
  content: '';
  position: absolute;
  background: #007db3;
}
.callout .collapse-div .collapse-header .callout-more-toggle span:before {
  width: 9px;
  height: 1px;
  top: 6px;
  left: 2px;
}
.callout .collapse-div .collapse-header .callout-more-toggle span:after {
  height: 9px;
  width: 1px;
  top: 0;
  left: 6px;
  transform: translateY(2px);
  transition: transform 0.2s;
}
.callout .collapse-div .collapse-header .callout-more-toggle[aria-expanded='true'] span:after {
  transform: translateY(2px) rotate(90deg);
}
.callout .collapse-div .collapse-header .callout-more-download {
  margin-left: auto;
  font-weight: normal;
}
.callout .collapse-div .collapse-body {
  padding: 0;
}
.callout .collapse-div .collapse-body p:last-child {
  margin-bottom: 1rem;
}
_:-ms-fullscreen, .callout {
  max-width: 32rem;
}
@media (min-width: 768px) {
  .callout.callout-highlight {
    padding: 0 0 0 2.222rem;
  }
  .callout.callout-more p {
    font-size: 0.722rem;
  }
}
.toolbar {
  width: 100%;
  height: 96px;
  position: relative;
}
.toolbar a {
  text-decoration: none;
}
.toolbar.toolbar-vertical {
  height: 100%;
  width: 96px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.toolbar.toolbar-vertical > ul {
  height: 100%;
  flex-direction: column;
  width: 64px;
}
.toolbar.toolbar-vertical > ul > li {
  margin: 8px 0;
  display: flex;
  align-items: center;
}
.toolbar.toolbar-vertical > ul > li.toolbar-divider {
  margin: 0;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: calc(100% - 16px);
  max-width: inherit;
}
.toolbar.toolbar-vertical.toolbar-medium, .toolbar.toolbar-vertical.toolbar-small {
  height: 100%;
}
.toolbar.toolbar-vertical.toolbar-medium > ul, .toolbar.toolbar-vertical.toolbar-small > ul {
  height: 100%;
}
.toolbar.toolbar-vertical.toolbar-medium {
  width: 84px;
}
.toolbar.toolbar-vertical.toolbar-medium > ul {
  width: 48px;
}
.toolbar.toolbar-vertical.toolbar-medium .toolbar-badge {
  right: -4px;
}
.toolbar.toolbar-vertical.toolbar-medium .btn-dropdown:after {
  right: -10px;
  top: 13px;
  font-size: 0.39rem;
}
.toolbar.toolbar-vertical.toolbar-medium .dropdown-menu {
  top: calc(-100% - 25px) !important;
}
.toolbar.toolbar-vertical.toolbar-small {
  width: 72px;
}
.toolbar.toolbar-vertical.toolbar-small > ul {
  width: 40px;
}
.toolbar.toolbar-vertical.toolbar-small .toolbar-badge {
  right: -4px;
}
.toolbar.toolbar-vertical.toolbar-small .btn-dropdown:after {
  right: -9px;
  top: 11px;
  font-size: 0.33rem;
}
.toolbar.toolbar-vertical.toolbar-small .dropdown-menu {
  top: calc(-100% - 35px) !important;
}
.toolbar.toolbar-vertical .btn-dropdown:after {
  right: -12px;
  transform: rotate(-90deg);
}
.toolbar.toolbar-vertical .btn-dropdown[aria-expanded='true']:after {
  transform: rotate(90deg) scaleX(-1);
}
.toolbar.toolbar-vertical .dropdown-menu {
  top: calc(-100% - 28px) !important;
  left: calc(100% + 24px) !important;
  margin: 0;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}
.toolbar.toolbar-vertical .dropdown-menu:before {
  left: -6px;
  top: 24px;
}
.toolbar.toolbar-vertical:before {
  width: 360px;
  height: 100%;
  left: auto;
  top: 0;
  bottom: auto;
  right: 32px;
  z-index: 6;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 60%);
  border-radius: 50%;
  transform: translateX(50%) scalex(0.12) scaleY(1.25);
  opacity: 0.18;
}
.toolbar.toolbar-vertical .toolbar-badge {
  right: -10px;
}
.toolbar.toolbar-medium {
  height: 80px;
}
.toolbar.toolbar-medium > ul {
  height: 48px;
}
.toolbar.toolbar-medium a, .toolbar.toolbar-medium .btn-dropdown {
  margin-bottom: 6px;
}
.toolbar.toolbar-medium .btn-dropdown:after {
  top: 12px;
  right: 1px;
}
.toolbar.toolbar-medium .it-ico {
  font-size: 1.35rem;
}
.toolbar.toolbar-medium .it-ico.it-more-actions:before {
  top: 33%;
}
.toolbar.toolbar-medium .toolbar-badge {
  height: 10px;
  width: 10px;
  min-width: 10px;
  right: 8px;
  top: 4px;
  padding: 0;
}
.toolbar.toolbar-small {
  height: 72px;
}
.toolbar.toolbar-small > ul {
  height: 40px;
}
.toolbar.toolbar-small .btn-dropdown:after {
  top: 12px;
  right: 2px;
}
.toolbar.toolbar-small .it-ico {
  font-size: 1.15rem;
}
.toolbar.toolbar-small .it-ico.it-more-actions:before {
  top: 25%;
}
.toolbar.toolbar-small .toolbar-badge {
  height: 8px;
  width: 8px;
  min-width: 8px;
  right: 10px;
  top: 2px;
  padding: 0;
}
.toolbar:before {
  content: '';
  position: absolute;
  height: 360px;
  width: 100%;
  top: auto;
  bottom: 32px;
  z-index: 6;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 60%);
  border-radius: 50%;
  transform: translateY(50%) scalex(1.4) scaleY(0.12);
  opacity: 0.18;
}
.toolbar > ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 7;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 64px;
}
.toolbar > ul > li {
  list-style-type: none;
  margin: 0 8px;
  text-align: center;
  flex: 1 100%;
}
.toolbar > ul > li.toolbar-divider {
  margin: 0;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: calc(100% - 16px);
  background: #dfe4f2;
}
.toolbar a, .toolbar .btn-dropdown {
  display: block;
  color: #17324d;
}
.toolbar a .icon, .toolbar .btn-dropdown .icon {
  fill: #17324d;
}
.toolbar a.active, .toolbar .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toolbar a, .toolbar .btn-dropdown.active, .toolbar .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dropdown, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toolbar a.btn-dropdown {
  color: #007db3;
}
.toolbar a.active .icon, .toolbar .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a .icon, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toolbar a .icon, .toolbar .btn-dropdown.active .icon, .toolbar .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dropdown .icon, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toolbar a.btn-dropdown .icon {
  fill: #007db3;
}
.toolbar a.disabled, .toolbar .btn-dropdown.disabled {
  cursor: not-allowed;
  color: #d9dadb;
}
.toolbar a.disabled .icon, .toolbar .btn-dropdown.disabled .icon {
  fill: #d9dadb;
}
.toolbar a.disabled:hover, .toolbar .btn-dropdown.disabled:hover {
  text-decoration: none;
  color: #d9dadb;
}
.toolbar a.disabled:hover .icon, .toolbar .btn-dropdown.disabled:hover .icon {
  fill: #d9dadb;
}
.toolbar a.disabled:after, .toolbar .btn-dropdown.disabled:after {
  color: #d9dadb;
}
.toolbar a.disabled:after .icon, .toolbar .btn-dropdown.disabled:after .icon {
  fill: #d9dadb;
}
.toolbar a:not(.disabled):hover, .toolbar .btn-dropdown:not(.disabled):hover {
  text-decoration: underline;
  color: #007db3;
}
.toolbar a:not(.disabled):hover .icon, .toolbar .btn-dropdown:not(.disabled):hover .icon {
  fill: #007db3;
}
.toolbar a _:-ms-fullscreen, .toolbar .btn-dropdown _:-ms-fullscreen, .toolbar a:not(.disabled):hover, .toolbar .btn-dropdown:not(.disabled):hover {
  text-decoration: none;
}
.toolbar .btn-dropdown {
  padding: 0;
  width: 100%;
  position: relative;
}
.toolbar .btn-dropdown.toolbar-more:after {
  display: none;
}
.toolbar .btn-dropdown:not(.disabled).active, .toolbar .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dropdown:not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toolbar a.btn-dropdown:not(.disabled) {
  box-shadow: none;
}
.toolbar .btn-dropdown:not(.disabled).active:focus, .toolbar .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.btn-dropdown:not(.disabled):focus, .toolbar .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toggles label input[type='checkbox']:focus + a.lever.btn-dropdown:not(.disabled), .toggles label .toolbar .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dropdown:not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toolbar a.btn-dropdown:not(.disabled):focus, .toolbar .form-check [type='checkbox']:focus + label.btn-dropdown:not(.disabled).active, .form-check .toolbar [type='checkbox']:focus + label.btn-dropdown:not(.disabled).active, .toolbar .form-check [type='radio']:focus + label.btn-dropdown:not(.disabled).active, .form-check .toolbar [type='radio']:focus + label.btn-dropdown:not(.disabled).active, .toolbar .toggles label input[type='checkbox']:focus + .lever.btn-dropdown:not(.disabled).active, .toolbar .toggles label .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item input[type='checkbox']:focus + a.lever.btn-dropdown:not(.disabled), .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .toolbar .toggles label input[type='checkbox']:focus + a.lever.btn-dropdown:not(.disabled), .toggles label .toolbar input[type='checkbox']:focus + .lever.btn-dropdown:not(.disabled).active {
  box-shadow: 0 0 0 0.2rem rgba(0, 125, 179, 0.25);
}
.toolbar .btn-dropdown:focus, .toolbar .form-check [type='checkbox']:focus + label.btn-dropdown, .form-check .toolbar [type='checkbox']:focus + label.btn-dropdown, .toolbar .form-check [type='radio']:focus + label.btn-dropdown, .form-check .toolbar [type='radio']:focus + label.btn-dropdown, .toolbar .toggles label input[type='checkbox']:focus + .lever.btn-dropdown, .toggles label .toolbar input[type='checkbox']:focus + .lever.btn-dropdown {
  box-shadow: 0 0 0 0.2rem rgba(0, 125, 179, 0.25);
}
.toolbar .btn-dropdown:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #17324d transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 2px;
  margin-left: 0;
}
.toolbar .it-ico {
  position: relative;
  font-size: 1.6rem;
  display: block;
  height: 32px;
}
.toolbar .it-ico:before {
  margin-right: 0;
}
.toolbar .it-ico.it-more-actions {
  font-size: 0.6rem;
}
.toolbar .it-ico.it-more-actions:before {
  position: relative;
  top: 50%;
}
.toolbar .badge-wrapper {
  position: relative;
}
.toolbar .toolbar-badge, .toolbar .toolbar-alert {
  display: block;
  position: absolute;
  background-color: #007db3;
  border: 1px solid #fff;
}
.toolbar .toolbar-badge {
  top: 0;
  right: 6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  color: #fff;
  font-size: 0.563rem;
  border-radius: 50%;
  font-style: normal;
}
.toolbar .toolbar-label {
  margin-top: 8px;
  font-size: 0.688rem;
  line-height: 1;
  display: block;
  font-weight: 600;
}
.section {
  padding: 48px 24px;
}
.section .section-content {
  margin: 0 auto;
}
.section.section-muted {
  background: #f2f7fc;
}
.section.section-primary {
  background: #007db3;
}
.section.section-neutral {
  background: #17324d;
}
.section.section-image {
  background-size: cover;
  background-position: center center;
}
.section.section-inset-shadow {
  box-shadow: inset 0 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
}
.section.section-background-header {
  position: relative;
  background-size: cover;
}
.section.section-background-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #007db3;
}
.section.section-background-header.section-user-header::before {
  content: '';
  min-height: 450px;
  background-color: #bfecff;
}
.section.section-background-header.section-user-header .user-settings {
  font-size: 12px;
}
.section.section-background-header.section-user-header .user-settings a {
  text-decoration: none;
}
.section.section-background-header.section-user-header .user-settings a:hover {
  text-decoration: underline;
}
.section.section-background-header.section-user-header .user-settings a span {
  margin-left: 4px;
}
@media (min-width: 768px) {
  .section {
    padding: 80px 40px;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 80px;
  }
  .section.section-background-header.section-user-header::before {
    content: '';
    min-height: 550px;
  }
  .section.section-background-header.section-user-header .user-settings {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 112px;
  }
  .section.section-background-header.section-user-header .user-settings {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
  }
}
.modal {
  padding-right: 0 !important;
}
.modal .modal-dialog {
  margin: 48px;
}
.modal .modal-dialog .modal-content {
  border: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 24px;
  padding-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
  padding: 16px;
}
.modal .modal-dialog .modal-content .modal-header h5 {
  font-size: 0.8333333333rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #17324d;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 24px;
  padding-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-size: 0.8888888889rem;
  margin-bottom: 0;
  line-height: 1.3333333333rem;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 12px 24px;
}
.modal.alert-modal .modal-dialog .modal-content .modal-header {
  justify-content: left;
  align-items: top;
}
.modal.alert-modal .modal-dialog .modal-content .modal-header .icon {
  fill: #008fcc;
  margin-right: 16px;
  flex-shrink: 0;
}
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 24px;
}
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-header h5 {
  text-transform: none;
  font-weight: 700;
  letter-spacing: inherit;
}
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-header h5 span {
  color: #008fcc;
  margin-right: 4px;
}
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-body .link-list-wrapper .link-list {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-body .link-list-wrapper .link-list li a {
  padding: 0;
}
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-body .link-list-wrapper .link-list li a svg {
  margin-right: 8px;
}
.modal.popconfirm-modal .modal-dialog {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.modal.popconfirm-modal .modal-dialog .modal-content {
  border-radius: 4px;
}
.modal.popconfirm-modal .modal-dialog .modal-header {
  padding-top: 16px;
  margin-bottom: -4px;
}
.modal.popconfirm-modal .modal-dialog .modal-body {
  padding-top: 16px;
}
.modal.popconfirm-modal .modal-dialog .modal-body p {
  font-size: 0.875rem;
  margin-bottom: 12px;
}
.modal.popconfirm-modal .modal-dialog .modal-footer {
  padding-bottom: 24px;
}
.modal.it-dialog-scrollable .modal-dialog {
  margin: 104px 48px;
}
.modal.it-dialog-scrollable .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 208px);
}
.modal.it-dialog-scrollable .modal-dialog .modal-content .modal-header {
  padding-bottom: 24px;
  background: #fff;
  flex-shrink: 0;
}
.modal.it-dialog-scrollable .modal-dialog .modal-content .modal-body {
  padding-top: 0;
  padding-bottom: 24px;
  overflow-y: auto;
}
.modal.it-dialog-scrollable .modal-dialog .modal-content .modal-footer {
  flex-shrink: 0;
  background: #fff;
}
.modal .modal-dialog.modal-dialog-left {
  height: 100vh;
  margin: 0 24px 0 0;
}
.modal .modal-dialog.modal-dialog-left .modal-content {
  height: 100vh;
}
.modal .modal-dialog.modal-dialog-right {
  height: 100vh;
  margin: 0 0 0 24px;
  float: right;
}
.modal .modal-dialog.modal-dialog-right .modal-content {
  height: 100vh;
}
.modal.fade .modal-dialog.modal-dialog-left {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
.modal.fade.show .modal-dialog.modal-dialog-left {
  transform: translateX(0);
}
.modal.fade .modal-dialog.modal-dialog-right {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.modal.fade.show .modal-dialog.modal-dialog-right {
  transform: translateX(0);
}
.modal.fade .modal-dialog.modal-dialog-centered {
  transform: translate(0, -5%);
}
.modal.fade.show .modal-dialog.modal-dialog-centered {
  transform: translate(0, 0);
}
@media (min-width: 576px) {
  .modal.popconfirm-modal .modal-dialog .modal-body p {
    font-size: 0.778rem;
  }
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
  .modal.it-dialog-scrollable .modal-dialog {
    margin: 64px auto;
  }
  .modal.it-dialog-scrollable .modal-dialog .modal-content {
    height: calc(100vh - 128px);
  }
  .modal .modal-dialog.modal-dialog-left {
    margin: 0;
  }
  .modal .modal-dialog.modal-dialog-left .modal-content {
    height: 100vh;
  }
  .modal .modal-dialog.modal-dialog-right {
    margin: 0;
    float: right;
  }
  .modal .modal-dialog.modal-dialog-right .modal-content {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .alert-modal .modal-dialog .modal-content .modal-body p {
    padding-left: 48px;
  }
}
.notification {
  width: 100%;
  padding: 1.5rem;
  padding-right: 4rem;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  border-top: 4px solid #ffd400;
}
.notification h5 {
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #17324d;
  letter-spacing: 0;
  margin: 0;
  position: relative;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.notification p {
  font-size: 0.875rem;
  margin: 1.5rem 0 0 0;
  color: #ffd400;
}
.notification.with-icon {
  border-top: 4px solid #ffd400;
}
.notification.with-icon h5 .icon {
  position: absolute;
  top: -8px;
  left: -38px;
}
.notification.with-icon h5, .notification.with-icon p {
  margin-left: 2rem;
}
.notification.with-icon.success {
  border-color: #008758;
}
.notification.with-icon.success .icon {
  fill: #008758;
}
.notification.with-icon.error {
  border-color: #d92828;
}
.notification.with-icon.error .icon {
  fill: #d92828;
}
.notification.with-icon.info {
  border-color: #007db3;
}
.notification.with-icon.info .icon {
  fill: #007db3;
}
.notification.with-icon.warning {
  border-color: #a66300;
}
.notification.with-icon.warning .icon {
  fill: #a66300;
}
.notification.dismissable .notification-close {
  position: absolute;
  right: 20px;
  top: 15px;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
}
.notification.dismissable .notification-close .icon {
  fill: #17324d;
}
.notification.dismissable .notification-close:hover .icon {
  fill: #007db3;
}
.notification.dismissable .notification-close:active {
  box-shadow: none;
}
@media (min-width: 576px) {
  .notification {
    padding: 1.333rem;
    padding-right: 3.556rem;
  }
  .notification h5 {
    font-size: 0.833rem;
  }
  .notification p {
    font-size: 0.778rem;
    margin: 1.333rem 0 0 0;
  }
  .notification.with-icon h5, .notification.with-icon p {
    margin-left: 1.778rem;
  }
}
@media (min-width: 768px) {
  .notification {
    width: 376px;
    bottom: 16px;
    right: 16px;
    border-radius: 4px;
    border-top: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  }
  .notification.with-icon {
    border-left: 4px solid #ffd400;
    border-top: none;
  }
  .notification.top-fix {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    right: auto;
  }
  .notification.bottom-fix {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    right: auto;
  }
  .notification.left-fix {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    border-right-style: solid;
    border-right-width: 4px;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .notification.right-fix {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.avatar {
  display: inline-flex;
  overflow: hidden;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  background: #ebeced;
  color: #5c6f82;
  box-sizing: content-box;
  transition: background-color 0.2s;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 0.2s;
  border-radius: 50%;
}
.avatar p {
  font-size: 16px;
  margin: 0;
  text-align: center;
  line-height: 1em;
  position: absolute;
}
.avatar _:-ms-fullscreen, .avatar p {
  transform: translateX(-50%) translateY(-50%);
}
.avatar .icon {
  height: 16px;
  width: 16px;
}
.avatar.avatar-primary {
  background: #007db3;
}
.avatar.avatar-secondary {
  background: #ffd400;
}
.avatar.avatar-green {
  background: #00cc85;
}
.avatar.avatar-orange {
  background: #f90;
}
.avatar.avatar-red {
  background: #f73e5a;
}
.avatar.avatar-primary, .avatar.avatar-secondary, .avatar.avatar-green, .avatar.avatar-orange, .avatar.avatar-red {
  color: #fff;
}
.avatar.avatar-dropdown {
  overflow: visible;
  position: relative;
}
.avatar.avatar-dropdown .dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.avatar.avatar-dropdown .btn-dropdown {
  color: inherit;
  padding: 0;
  line-height: 0;
  font-size: 11px;
}
.avatar.avatar-dropdown .list-item {
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 0.889rem;
}
.avatar.avatar-dropdown .link-list {
  white-space: nowrap;
}
.avatar.avatar-dropdown .link-list span {
  line-height: 1em;
}
.avatar.avatar-dropdown .link-list li {
  margin-bottom: 16px;
}
.avatar.avatar-dropdown .link-list li:last-child {
  margin-bottom: 0;
}
.avatar.avatar-dropdown .link-list .avatar {
  margin-right: 16px;
}
.avatar.avatar-dropdown .link-list .avatar.size-sm {
  margin-right: 12px;
}
.avatar.avatar-dropdown .link-list .avatar p {
  color: #fff !important;
}
.avatar.avatar-dropdown .dropdown-menu {
  margin: -25px;
}
.avatar.avatar-dropdown.size-sm .dropdown-menu {
  margin: -27px;
}
.avatar.size-xs {
  width: 16px;
  height: 16px;
}
.avatar.size-xs p {
  font-size: 10px;
}
.avatar.size-xs .icon {
  height: 10px;
  width: 10px;
}
.avatar.size-sm {
  width: 24px;
  height: 24px;
}
.avatar.size-sm p {
  font-size: 14px;
}
.avatar.size-sm .icon {
  height: 12px;
  width: 12px;
}
.avatar.size-md {
  width: 32px;
  height: 32px;
}
.avatar.size-md p {
  font-size: 16px;
}
.avatar.size-md .icon {
  height: 16px;
  width: 16px;
}
.avatar.size-md .avatar-presence, .avatar.size-md .avatar-status {
  border-width: 1px;
}
.avatar.size-md .avatar-presence .icon, .avatar.size-md .avatar-status .icon {
  display: none;
}
.avatar.size-lg {
  width: 40px;
  height: 40px;
}
.avatar.size-lg p {
  font-size: 18px;
}
.avatar.size-lg .icon {
  height: 20px;
  width: 20px;
}
.avatar.size-lg .avatar-presence, .avatar.size-lg .avatar-status {
  right: -2px;
  width: 15px;
  height: 15px;
}
.avatar.size-lg .avatar-status {
  top: 0.1666666667px;
}
.avatar.size-xl {
  width: 80px;
  height: 80px;
}
.avatar.size-xl p {
  font-size: 36px;
}
.avatar.size-xl .icon {
  height: 40px;
  width: 40px;
}
.avatar.size-xl .avatar-presence, .avatar.size-xl .avatar-status {
  right: 6px;
  width: 18px;
  height: 18px;
}
.avatar.size-xl .avatar-presence {
  bottom: 8px;
}
.avatar.size-xl .avatar-status {
  top: 2px;
}
.avatar.size-xxl {
  width: 128px;
  height: 128px;
}
.avatar.size-xxl p {
  font-size: 58px;
}
.avatar.size-xxl .icon {
  height: 62px;
  width: 62px;
}
.avatar.size-xxl .avatar-presence, .avatar.size-xxl .avatar-status {
  right: 4px;
  width: 24px;
  height: 24px;
}
.avatar.size-xxl .avatar-presence .icon, .avatar.size-xxl .avatar-status .icon {
  width: 20px;
  height: 20px;
}
.avatar.size-xxl .avatar-presence {
  bottom: 16px;
}
.avatar.size-xxl .avatar-status {
  top: 8px;
}
a.avatar {
  filter: brightness(100%);
}
a.avatar:hover {
  background: #dddfe1;
}
a.avatar:hover img {
  filter: brightness(90%);
}
a.avatar:hover.avatar-primary {
  background: #006b9a;
}
a.avatar:hover.avatar-secondary {
  background: #e6bf00;
}
a.avatar:hover.avatar-green {
  background: #00b374;
}
a.avatar:hover.avatar-orange {
  background: #e68a00;
}
a.avatar:hover.avatar-red {
  background: #ef092c;
}
.avatar-dropdown:hover, .avatar-dropdown:focus-within {
  background: #dddfe1;
}
.avatar-dropdown .btn-dropdown:focus, .avatar-dropdown .form-check [type='checkbox']:focus + label.btn-dropdown, .form-check .avatar-dropdown [type='checkbox']:focus + label.btn-dropdown, .avatar-dropdown .form-check [type='radio']:focus + label.btn-dropdown, .form-check .avatar-dropdown [type='radio']:focus + label.btn-dropdown, .avatar-dropdown .toggles label input[type='checkbox']:focus + .lever.btn-dropdown, .toggles label .avatar-dropdown input[type='checkbox']:focus + .lever.btn-dropdown {
  box-shadow: none;
}
.avatar-wrapper {
  position: relative;
}
.avatar-wrapper .avatar-presence, .avatar-wrapper .avatar-status {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background: #c5c7c9;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-wrapper .avatar-presence .icon, .avatar-wrapper .avatar-status .icon {
  width: 18px;
  height: 18px;
}
.avatar-wrapper .avatar-presence {
  bottom: 8px;
}
.avatar-wrapper .avatar-presence.active, .avatar-wrapper .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.avatar-presence, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .avatar-wrapper a.avatar-presence {
  background: #00cc85;
}
.avatar-wrapper .avatar-presence.busy {
  background: #f73e5a;
}
.avatar-wrapper .avatar-presence.hidden:after {
  content: '';
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.avatar-wrapper .avatar-status {
  top: 0;
}
.avatar-wrapper .avatar-status.approved {
  background: #00cc85;
}
.avatar-wrapper .avatar-status.declined {
  background: #f73e5a;
}
.avatar-wrapper .avatar-status.notify {
  background: #007db3;
}
.avatar-wrapper.avatar-extra-text {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
.avatar-wrapper.avatar-extra-text .avatar {
  flex-shrink: 0;
}
.avatar-wrapper.avatar-extra-text .extra-text {
  line-height: 1.2em;
  margin-left: 16px;
}
.avatar-wrapper.avatar-extra-text .extra-text h3, .avatar-wrapper.avatar-extra-text .extra-text h4 {
  font-weight: 600;
  margin: 0;
  font-size: 1.111rem;
}
.avatar-wrapper.avatar-extra-text .extra-text h3 a, .avatar-wrapper.avatar-extra-text .extra-text h4 a {
  display: inline-block;
}
.avatar-wrapper.avatar-extra-text .extra-text p, .avatar-wrapper.avatar-extra-text .extra-text time {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.778rem;
}
.avatar-group > li {
  margin-bottom: 16px;
  line-height: 1;
}
.avatar-group > li:last-child {
  margin-bottom: 0;
}
.avatar-group > li .list-item {
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 1em;
}
.avatar-group > li .list-item .avatar {
  margin-right: 12px;
}
.avatar-group > li .list-item .avatar p {
  font-size: 16px;
}
.avatar-group > li .list-item .avatar.avatar-primary p, .avatar-group > li .list-item .avatar.avatar-secondary p, .avatar-group > li .list-item .avatar.avatar-green p, .avatar-group > li .list-item .avatar.avatar-orange p, .avatar-group > li .list-item .avatar.avatar-red p {
  color: #fff;
  line-height: 0;
}
.avatar-group > li .list-item span {
  margin: 0;
  font-size: 0.889rem;
}
.avatar-group-stacked {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  flex-direction: row;
}
.avatar-group-stacked li {
  list-style-type: none;
  line-height: 0;
}
.avatar-group-stacked li > .avatar {
  margin-left: -6px;
  border: 2px solid #fff;
}
@media (min-width: 768px) {
}
.thumb-nav {
  padding: 0;
  margin: 0 -8px;
  display: flex;
  justify-content: center;
}
.thumb-nav.thumb-nav-vertical {
  flex-direction: column;
  align-items: baseline;
}
.thumb-nav.thumb-nav-fixed {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.thumb-nav.thumb-nav-fixed li {
  flex-basis: 240px;
}
.thumb-nav.thumb-nav-fixed.thumb-nav-small li {
  flex-basis: 120px;
}
.thumb-nav.thumb-nav-auto {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.thumb-nav.thumb-nav-auto li .thumb-nav-resizer {
  max-width: 100%;
  max-height: 100%;
}
.thumb-nav.thumb-nav-auto.thumb-nav-auto-2 li {
  flex-basis: calc(50% - 16px);
}
.thumb-nav.thumb-nav-auto.thumb-nav-auto-3 li {
  flex-basis: calc(33.3333% - 16px);
}
.thumb-nav.thumb-nav-auto.thumb-nav-auto-4 li {
  flex-basis: calc(25% - 16px);
}
.thumb-nav.thumb-nav-auto.thumb-nav-auto-5 li {
  flex-basis: calc(20% - 16px);
}
.thumb-nav.thumb-nav-nozoom a:hover img {
  transform: none;
}
.thumb-nav.thumb-nav-black a:hover:after, .thumb-nav.thumb-nav-primary a:hover:after {
  opacity: 1;
}
.thumb-nav.thumb-nav-black a:after {
  background: rgba(0, 0, 0, 0.8);
}
.thumb-nav.thumb-nav-primary a:after {
  background: rgba(0, 125, 179, 0.8);
}
.thumb-nav.thumb-nav-bottom, .thumb-nav.thumb-nav-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.thumb-nav.thumb-nav-bottom {
  bottom: 0;
  margin-bottom: 16px;
}
.thumb-nav.thumb-nav-top {
  top: 0;
  margin-top: 16px;
}
.thumb-nav.thumb-nav-left, .thumb-nav.thumb-nav-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
}
.thumb-nav.thumb-nav-left {
  left: 0;
  margin-left: 16px;
}
.thumb-nav.thumb-nav-right {
  right: 0;
  margin-right: 16px;
}
.thumb-nav li {
  position: relative;
  list-style-type: none;
  margin: 8px;
}
.thumb-nav .thumb-nav-resizer {
  width: 100%;
  height: auto;
  max-width: 240px;
  max-height: 160px;
  visibility: hidden;
}
.thumb-nav.thumb-nav-small .thumb-nav-resizer {
  max-width: 120px;
  max-height: 80px;
}
.thumb-nav a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.thumb-nav a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.15, 0.7, 0.36, 0.99);
}
.thumb-nav a.active, .thumb-nav .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .thumb-nav a {
  pointer-events: none;
}
.thumb-nav a.active:after, .thumb-nav .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a:after, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .thumb-nav a:after {
  opacity: 1;
  background: rgba(0, 125, 179, 0.6);
}
.thumb-nav a:hover img {
  transform: scale(1.05);
  transition-duration: 1s;
}
.thumb-nav a:hover:after {
  transition-duration: 1s;
}
.thumb-nav a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.15, 0.7, 0.36, 0.99);
}
.steppers .steppers-header {
  padding: 0 24px;
  height: 64px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.steppers .steppers-header li {
  font-size: 1.125rem;
  color: #5c6f82;
  list-style-type: none;
  display: none;
}
.steppers .steppers-header li .icon {
  fill: #5c6f82;
}
.steppers .steppers-header li.active, .steppers .steppers-header li.confirmed {
  color: #007db3;
  font-weight: 600;
}
.steppers .steppers-header li.active .icon, .steppers .steppers-header li.confirmed .icon {
  fill: #007db3;
}
.steppers .steppers-header li.active, .steppers .steppers-header li.steppers-index {
  display: block;
}
.steppers .steppers-header li.steppers-index {
  margin-left: auto;
  font-size: 0.875rem;
  font-weight: 600;
}
.steppers .steppers-header li.steppers-index span {
  margin-left: 0.25rem;
}
.steppers .steppers-header li.steppers-index span.active {
  color: #007db3;
  text-decoration: underline;
}
.steppers .steppers-header li .icon {
  margin-right: 0.667rem;
  width: 24px;
  height: 24px;
}
.steppers .steppers-header li .steppers-number .icon {
  margin: 0;
}
.steppers .steppers-header li .steppers-number:after {
  content: '. ';
}
.steppers.bg-dark .steppers-header {
  background: none;
}
.steppers.bg-dark .steppers-header li {
  color: #d9dadb;
}
.steppers.bg-dark .steppers-header li .icon {
  fill: #d9dadb;
}
.steppers.bg-dark .steppers-header li.active {
  font-weight: 600;
  color: #0accc6;
}
.steppers.bg-dark .steppers-header li.active .icon {
  fill: #0accc6;
}
.steppers.bg-dark .steppers-header li.confirmed {
  font-weight: 600;
  color: #fff;
}
.steppers.bg-dark .steppers-header li.confirmed .icon {
  fill: #fff;
}
.steppers.bg-dark .steppers-header li.steppers-index span.active {
  color: #0accc6;
}
.steppers.bg-dark .steppers-nav {
  background: none;
}
.steppers.bg-dark .steppers-nav .progress-bar {
  background: #0accc6;
}
.steppers.bg-dark .steppers-nav .steppers-dots li.done {
  background: #0accc6;
}
.steppers .steppers-nav {
  display: flex;
  height: 64px;
  padding: 0 24px;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  align-items: center;
  justify-content: space-between;
}
.steppers .steppers-nav .steppers-progress, .steppers .steppers-nav .steppers-dots {
  width: 20%;
}
.steppers .steppers-nav .steppers-progress .progress, .steppers .steppers-nav .steppers-dots .progress {
  height: 2px;
}
.steppers .steppers-nav .steppers-progress .progress {
  height: 2px;
}
.steppers .steppers-nav .steppers-dots {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steppers .steppers-nav .steppers-dots li {
  list-style-type: none;
  padding: 0;
  height: 4px;
  width: 4px;
  min-width: 4px;
  background: #cacacc;
  margin-right: 8px;
  border-radius: 50%;
}
.steppers .steppers-nav .steppers-dots li.done {
  background: #007db3;
}
@media (min-width: 576px) {
  .steppers .steppers-header li {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .steppers .steppers-header {
    padding: 0;
    box-shadow: none;
    height: auto;
    display: flex;
    justify-content: space-between;
    background: transparent;
  }
  .steppers .steppers-header:before {
    display: none;
  }
  .steppers .steppers-header li {
    text-transform: uppercase;
    padding: 1.778rem 1.111rem;
    flex-grow: 1;
    border-left: 1px solid #dfe4f2;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
  }
  .steppers .steppers-header li:nth-last-child(2) {
    border-right: 1px solid #dfe4f2;
  }
  .steppers .steppers-header li.steppers-index {
    display: none;
  }
  .steppers .steppers-header li.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 2.222rem);
    height: 2px;
    background: #007db3;
    left: 50%;
    transform: translateX(-50%);
  }
  .steppers .steppers-header li.active .steppers-number {
    color: #fff;
    background: #007db3;
    border-color: #007db3;
  }
  .steppers .steppers-header li.active.no-line:after {
    display: none;
  }
  .steppers .steppers-header li .steppers-success {
    margin-left: auto;
  }
  .steppers .steppers-header li .steppers-number {
    display: inline-block;
    width: 1.778rem;
    height: 1.778rem;
    border: 1px solid #dfe4f2;
    border-radius: 50%;
    text-align: center;
    margin-right: 0.667rem;
  }
  .steppers .steppers-header li .steppers-number:after {
    display: none;
  }
  .steppers .steppers-header li .steppers-number .icon:before {
    margin-right: 0;
    margin-top: 0.333rem;
  }
  .steppers.bg-dark .steppers-header li {
    border-color: #435a70;
  }
  .steppers.bg-dark .steppers-header li.active:after {
    background: #0accc6;
  }
  .steppers.bg-dark .steppers-header li.active .steppers-number {
    background: #0accc6;
    border-color: #0accc6;
    color: #17324d;
  }
  .steppers.bg-dark .steppers-header li .steppers-number {
    border-color: #768594;
  }
  .steppers .steppers-nav {
    box-shadow: none;
    margin-top: 0.889rem;
    align-items: center;
    background: none;
  }
  .steppers .steppers-nav .steppers-progress, .steppers .steppers-nav .steppers-dots {
    display: none;
  }
  .steppers .steppers-nav button .icon {
    display: none;
  }
  .steppers .steppers-nav button:not(.steppers-btn-confirm) {
    margin-right: 0.889rem;
  }
  .steppers .steppers-nav .steppers-btn-confirm {
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) {
    font-size: 1rem;
    background: transparent;
    color: #007db3;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):hover, .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):focus, .steppers .steppers-nav .toggles label input[type='checkbox']:focus + button.lever:not(.steppers-btn-save):not(.steppers-btn-confirm), .toggles label .steppers .steppers-nav input[type='checkbox']:focus + button.lever:not(.steppers-btn-save):not(.steppers-btn-confirm), .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):active {
    background: transparent !important;
    color: #007db3 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 125, 179, 0.25) !important;
  }
  .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) .icon {
    margin: 0 0.333rem;
    height: 24px;
    width: 24px;
  }
  .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) {
    color: #fff;
  }
  .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) .icon {
    fill: #fff;
  }
  .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):hover, .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):focus, .steppers.bg-dark .steppers-nav .toggles label input[type='checkbox']:focus + button.lever:not(.steppers-btn-save):not(.steppers-btn-confirm), .toggles label .steppers.bg-dark .steppers-nav input[type='checkbox']:focus + button.lever:not(.steppers-btn-save):not(.steppers-btn-confirm), .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):active {
    color: #0accc6 !important;
  }
}
.card-wrapper {
  padding-bottom: 24px;
  display: flex;
}
.card-wrapper.card-column {
  flex-direction: column;
}
.card-wrapper.card-column .card, .card-wrapper.card-column .attachments-detail ul li, .attachments-detail ul .card-wrapper.card-column li {
  height: auto !important;
}
.card-wrapper.card-column .card + .card, .card-wrapper.card-column .attachments-detail ul li + .card, .card-wrapper.card-column .attachments-detail ul .attachments-detail ul li + li, .attachments-detail ul .card-wrapper.card-column .attachments-detail ul li + li, .attachments-detail ul .card-wrapper.card-column li + .card, .card-wrapper.card-column .attachments-detail ul .card + li, .attachments-detail ul .card-wrapper.card-column .card + li {
  margin-top: 1rem;
}
.card-wrapper.card-teaser-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card-wrapper.card-teaser-wrapper.card-teaser-wrapper-equal {
  align-items: stretch;
}
.card-wrapper.card-teaser-wrapper > .card-teaser, .attachments-detail ul .card-wrapper.card-teaser-wrapper > li {
  flex: 0 0 100%;
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
}
.card-wrapper.card-teaser-wrapper > .card-teaser.border, .attachments-detail ul .card-wrapper.card-teaser-wrapper > li.border, .attachments-detail ul .card-wrapper.card-teaser-wrapper > li.dropdown-manage, .feedback-form form .card-wrapper.card-teaser-wrapper > textarea.card-teaser, .card-wrapper.card-teaser-wrapper > .dropdown-manage.card-teaser {
  border-color: #b1b1b3;
}
.card-wrapper.card-teaser-wrapper > .card-teaser.card-teaser-image, .attachments-detail ul .card-wrapper.card-teaser-wrapper > li.card-teaser-image {
  padding: 0 !important;
}
.card-wrapper.card-teaser-wrapper > .card-teaser.card-teaser-image > .card-image-wrapper, .attachments-detail ul .card-wrapper.card-teaser-wrapper > li.card-teaser-image > .card-image-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.card-wrapper.card-teaser-wrapper > .card-teaser.card-teaser-image > .card-image-wrapper.with-read-more .card-image-rounded img, .attachments-detail ul .card-wrapper.card-teaser-wrapper > li.card-teaser-image > .card-image-wrapper.with-read-more .card-image-rounded img {
  border-bottom-right-radius: 0 !important;
}
.card-wrapper.card-teaser-wrapper .card-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image {
  position: relative;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image.card-image-rounded {
  border-radius: 0 4px 4px 0;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image.card-image-rounded img {
  border-radius: 0 4px 4px 0;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image .card-date {
  background-color: #fff;
  padding: 0.5em 1em;
  z-index: 1;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image .card-date > *:first-child {
  font-size: 120%;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image .card-date > *:last-child {
  font-size: 80%;
}
.card-wrapper.card-teaser-wrapper .card-flex .card-image img {
  z-index: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .card-wrapper.card-teaser-wrapper .card-teaser, .card-wrapper.card-teaser-wrapper .attachments-detail ul li, .attachments-detail ul .card-wrapper.card-teaser-wrapper li {
    flex: 0 0 49%;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-block-2 {
    width: 100%;
    justify-content: space-between;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-block-2 > .card-teaser, .attachments-detail ul .card-wrapper.card-teaser-wrapper.card-teaser-block-2 > li {
    flex: 0 0 49%;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-block-3 {
    width: 100%;
    justify-content: space-between;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-block-3 > .card-teaser, .attachments-detail ul .card-wrapper.card-teaser-wrapper.card-teaser-block-3 > li {
    flex: 0 0 32%;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-start {
    justify-content: flex-start !important;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-start .card-teaser + .card-teaser, .card-wrapper.card-teaser-wrapper.card-teaser-start .attachments-detail ul li + .card-teaser, .card-wrapper.card-teaser-wrapper.card-teaser-start .attachments-detail ul .attachments-detail ul li + li, .attachments-detail ul .card-wrapper.card-teaser-wrapper.card-teaser-start .attachments-detail ul li + li, .attachments-detail ul .card-wrapper.card-teaser-wrapper.card-teaser-start li + .card-teaser, .card-wrapper.card-teaser-wrapper.card-teaser-start .attachments-detail ul .card-teaser + li, .attachments-detail ul .card-wrapper.card-teaser-wrapper.card-teaser-start .card-teaser + li {
    margin-left: 1.35rem;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-end {
    justify-content: flex-end !important;
  }
  .card-wrapper.card-teaser-wrapper.card-teaser-end .card-teaser + .card-teaser, .card-wrapper.card-teaser-wrapper.card-teaser-end .attachments-detail ul li + .card-teaser, .card-wrapper.card-teaser-wrapper.card-teaser-end .attachments-detail ul .attachments-detail ul li + li, .attachments-detail ul .card-wrapper.card-teaser-wrapper.card-teaser-end .attachments-detail ul li + li, .attachments-detail ul .card-wrapper.card-teaser-wrapper.card-teaser-end li + .card-teaser, .card-wrapper.card-teaser-wrapper.card-teaser-end .attachments-detail ul .card-teaser + li, .attachments-detail ul .card-wrapper.card-teaser-wrapper.card-teaser-end .card-teaser + li {
    margin-left: 1.35rem;
  }
}
@media (min-width: 1200px) {
  .card-wrapper.card-teaser-block-4 {
    width: 100%;
    justify-content: space-between;
  }
  .card-wrapper.card-teaser-block-4 > .card-teaser, .attachments-detail ul .card-wrapper.card-teaser-block-4 > li {
    flex: 0 0 24%;
  }
  .card-wrapper.card-overlapping {
    margin-top: -32px;
  }
}
.card, .attachments-detail ul li {
  border: none;
  padding: 0;
  position: relative;
  width: 100%;
}
.card.card-bg-primary, .attachments-detail ul li.card-bg-primary {
  background-color: #007db3;
}
.card.card-bg-primary .card-body .card-title, .attachments-detail ul li.card-bg-primary .card-body .card-title, .attachments-detail ul li.card-bg-primary li .card-title, .card.card-bg-primary .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-primary li .card-title, .card.card-bg-primary .card-body .card-text, .attachments-detail ul li.card-bg-primary .card-body .card-text, .attachments-detail ul li.card-bg-primary li .card-text, .card.card-bg-primary .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-primary li .card-text {
  color: #fff;
}
.card.card-bg-secondary, .attachments-detail ul li.card-bg-secondary {
  background-color: #ffd400;
}
.card.card-bg-secondary .card-body .card-title, .attachments-detail ul li.card-bg-secondary .card-body .card-title, .attachments-detail ul li.card-bg-secondary li .card-title, .card.card-bg-secondary .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-secondary li .card-title, .card.card-bg-secondary .card-body .card-text, .attachments-detail ul li.card-bg-secondary .card-body .card-text, .attachments-detail ul li.card-bg-secondary li .card-text, .card.card-bg-secondary .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-secondary li .card-text {
  color: #fff;
}
.card.card-bg-success, .attachments-detail ul li.card-bg-success {
  background-color: #008758;
}
.card.card-bg-success .card-body .card-title, .attachments-detail ul li.card-bg-success .card-body .card-title, .attachments-detail ul li.card-bg-success li .card-title, .card.card-bg-success .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-success li .card-title, .card.card-bg-success .card-body .card-text, .attachments-detail ul li.card-bg-success .card-body .card-text, .attachments-detail ul li.card-bg-success li .card-text, .card.card-bg-success .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-success li .card-text {
  color: #fff;
}
.card.card-bg-info, .attachments-detail ul li.card-bg-info {
  background-color: #979899;
}
.card.card-bg-info .card-body .card-title, .attachments-detail ul li.card-bg-info .card-body .card-title, .attachments-detail ul li.card-bg-info li .card-title, .card.card-bg-info .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-info li .card-title, .card.card-bg-info .card-body .card-text, .attachments-detail ul li.card-bg-info .card-body .card-text, .attachments-detail ul li.card-bg-info li .card-text, .card.card-bg-info .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-info li .card-text {
  color: #fff;
}
.card.card-bg-warning, .attachments-detail ul li.card-bg-warning {
  background-color: #a66300;
}
.card.card-bg-warning .card-body .card-title, .attachments-detail ul li.card-bg-warning .card-body .card-title, .attachments-detail ul li.card-bg-warning li .card-title, .card.card-bg-warning .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-warning li .card-title, .card.card-bg-warning .card-body .card-text, .attachments-detail ul li.card-bg-warning .card-body .card-text, .attachments-detail ul li.card-bg-warning li .card-text, .card.card-bg-warning .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-warning li .card-text {
  color: #fff;
}
.card.card-bg-danger, .attachments-detail ul li.card-bg-danger {
  background-color: #d92828;
}
.card.card-bg-danger .card-body .card-title, .attachments-detail ul li.card-bg-danger .card-body .card-title, .attachments-detail ul li.card-bg-danger li .card-title, .card.card-bg-danger .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-danger li .card-title, .card.card-bg-danger .card-body .card-text, .attachments-detail ul li.card-bg-danger .card-body .card-text, .attachments-detail ul li.card-bg-danger li .card-text, .card.card-bg-danger .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-danger li .card-text {
  color: #fff;
}
.card.card-bg-light, .attachments-detail ul li.card-bg-light {
  background-color: #e9e6f2;
}
.card.card-bg-light .card-body .card-title, .attachments-detail ul li.card-bg-light .card-body .card-title, .attachments-detail ul li.card-bg-light li .card-title, .card.card-bg-light .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-light li .card-title, .card.card-bg-light .card-body .card-text, .attachments-detail ul li.card-bg-light .card-body .card-text, .attachments-detail ul li.card-bg-light li .card-text, .card.card-bg-light .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-light li .card-text {
  color: #fff;
}
.card.card-bg-dark, .attachments-detail ul li.card-bg-dark {
  background-color: #17324d;
}
.card.card-bg-dark .card-body .card-title, .attachments-detail ul li.card-bg-dark .card-body .card-title, .attachments-detail ul li.card-bg-dark li .card-title, .card.card-bg-dark .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-dark li .card-title, .card.card-bg-dark .card-body .card-text, .attachments-detail ul li.card-bg-dark .card-body .card-text, .attachments-detail ul li.card-bg-dark li .card-text, .card.card-bg-dark .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-dark li .card-text {
  color: #fff;
}
.card.card-bg-black, .attachments-detail ul li.card-bg-black {
  background-color: #000;
}
.card.card-bg-black .card-body .card-title, .attachments-detail ul li.card-bg-black .card-body .card-title, .attachments-detail ul li.card-bg-black li .card-title, .card.card-bg-black .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-black li .card-title, .card.card-bg-black .card-body .card-text, .attachments-detail ul li.card-bg-black .card-body .card-text, .attachments-detail ul li.card-bg-black li .card-text, .card.card-bg-black .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-black li .card-text {
  color: #fff;
}
.card.card-bg-white, .attachments-detail ul li.card-bg-white {
  background-color: #fff;
}
.card.card-bg-white .card-body .card-title, .attachments-detail ul li.card-bg-white .card-body .card-title, .attachments-detail ul li.card-bg-white li .card-title, .card.card-bg-white .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-white li .card-title, .card.card-bg-white .card-body .card-text, .attachments-detail ul li.card-bg-white .card-body .card-text, .attachments-detail ul li.card-bg-white li .card-text, .card.card-bg-white .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-white li .card-text {
  color: #fff;
}
.card.card-bg-100, .attachments-detail ul li.card-bg-100 {
  background-color: #e3e4e6;
}
.card.card-bg-100 .card-body .card-title, .attachments-detail ul li.card-bg-100 .card-body .card-title, .attachments-detail ul li.card-bg-100 li .card-title, .card.card-bg-100 .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-100 li .card-title, .card.card-bg-100 .card-body .card-text, .attachments-detail ul li.card-bg-100 .card-body .card-text, .attachments-detail ul li.card-bg-100 li .card-text, .card.card-bg-100 .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-100 li .card-text {
  color: #fff;
}
.card.card-bg-200, .attachments-detail ul li.card-bg-200 {
  background-color: #cacacc;
}
.card.card-bg-200 .card-body .card-title, .attachments-detail ul li.card-bg-200 .card-body .card-title, .attachments-detail ul li.card-bg-200 li .card-title, .card.card-bg-200 .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-200 li .card-title, .card.card-bg-200 .card-body .card-text, .attachments-detail ul li.card-bg-200 .card-body .card-text, .attachments-detail ul li.card-bg-200 li .card-text, .card.card-bg-200 .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-200 li .card-text {
  color: #fff;
}
.card.card-bg-300, .attachments-detail ul li.card-bg-300 {
  background-color: #b1b1b3;
}
.card.card-bg-300 .card-body .card-title, .attachments-detail ul li.card-bg-300 .card-body .card-title, .attachments-detail ul li.card-bg-300 li .card-title, .card.card-bg-300 .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-300 li .card-title, .card.card-bg-300 .card-body .card-text, .attachments-detail ul li.card-bg-300 .card-body .card-text, .attachments-detail ul li.card-bg-300 li .card-text, .card.card-bg-300 .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-300 li .card-text {
  color: #fff;
}
.card.card-bg-400, .attachments-detail ul li.card-bg-400 {
  background-color: #979899;
}
.card.card-bg-400 .card-body .card-title, .attachments-detail ul li.card-bg-400 .card-body .card-title, .attachments-detail ul li.card-bg-400 li .card-title, .card.card-bg-400 .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-400 li .card-title, .card.card-bg-400 .card-body .card-text, .attachments-detail ul li.card-bg-400 .card-body .card-text, .attachments-detail ul li.card-bg-400 li .card-text, .card.card-bg-400 .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-400 li .card-text {
  color: #fff;
}
.card.card-bg-500, .attachments-detail ul li.card-bg-500 {
  background-color: #7e7f80;
}
.card.card-bg-500 .card-body .card-title, .attachments-detail ul li.card-bg-500 .card-body .card-title, .attachments-detail ul li.card-bg-500 li .card-title, .card.card-bg-500 .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-500 li .card-title, .card.card-bg-500 .card-body .card-text, .attachments-detail ul li.card-bg-500 .card-body .card-text, .attachments-detail ul li.card-bg-500 li .card-text, .card.card-bg-500 .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-500 li .card-text {
  color: #fff;
}
.card.card-bg-600, .attachments-detail ul li.card-bg-600 {
  background-color: #656566;
}
.card.card-bg-600 .card-body .card-title, .attachments-detail ul li.card-bg-600 .card-body .card-title, .attachments-detail ul li.card-bg-600 li .card-title, .card.card-bg-600 .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-600 li .card-title, .card.card-bg-600 .card-body .card-text, .attachments-detail ul li.card-bg-600 .card-body .card-text, .attachments-detail ul li.card-bg-600 li .card-text, .card.card-bg-600 .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-600 li .card-text {
  color: #fff;
}
.card.card-bg-700, .attachments-detail ul li.card-bg-700 {
  background-color: #4c4c4d;
}
.card.card-bg-700 .card-body .card-title, .attachments-detail ul li.card-bg-700 .card-body .card-title, .attachments-detail ul li.card-bg-700 li .card-title, .card.card-bg-700 .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-700 li .card-title, .card.card-bg-700 .card-body .card-text, .attachments-detail ul li.card-bg-700 .card-body .card-text, .attachments-detail ul li.card-bg-700 li .card-text, .card.card-bg-700 .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-700 li .card-text {
  color: #fff;
}
.card.card-bg-800, .attachments-detail ul li.card-bg-800 {
  background-color: #323333;
}
.card.card-bg-800 .card-body .card-title, .attachments-detail ul li.card-bg-800 .card-body .card-title, .attachments-detail ul li.card-bg-800 li .card-title, .card.card-bg-800 .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-800 li .card-title, .card.card-bg-800 .card-body .card-text, .attachments-detail ul li.card-bg-800 .card-body .card-text, .attachments-detail ul li.card-bg-800 li .card-text, .card.card-bg-800 .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-800 li .card-text {
  color: #fff;
}
.card.card-bg-900, .attachments-detail ul li.card-bg-900 {
  background-color: #19191a;
}
.card.card-bg-900 .card-body .card-title, .attachments-detail ul li.card-bg-900 .card-body .card-title, .attachments-detail ul li.card-bg-900 li .card-title, .card.card-bg-900 .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-900 li .card-title, .card.card-bg-900 .card-body .card-text, .attachments-detail ul li.card-bg-900 .card-body .card-text, .attachments-detail ul li.card-bg-900 li .card-text, .card.card-bg-900 .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-900 li .card-text {
  color: #fff;
}
.card.card-bg-tertiary, .attachments-detail ul li.card-bg-tertiary {
  background-color: #000;
}
.card.card-bg-tertiary .card-body .card-title, .attachments-detail ul li.card-bg-tertiary .card-body .card-title, .attachments-detail ul li.card-bg-tertiary li .card-title, .card.card-bg-tertiary .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-tertiary li .card-title, .card.card-bg-tertiary .card-body .card-text, .attachments-detail ul li.card-bg-tertiary .card-body .card-text, .attachments-detail ul li.card-bg-tertiary li .card-text, .card.card-bg-tertiary .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-tertiary li .card-text {
  color: #fff;
}
.card.card-bg-card-preference-bg, .attachments-detail ul li.card-bg-card-preference-bg {
  background-color: #e1f5e5;
}
.card.card-bg-card-preference-bg .card-body .card-title, .attachments-detail ul li.card-bg-card-preference-bg .card-body .card-title, .attachments-detail ul li.card-bg-card-preference-bg li .card-title, .card.card-bg-card-preference-bg .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-card-preference-bg li .card-title, .card.card-bg-card-preference-bg .card-body .card-text, .attachments-detail ul li.card-bg-card-preference-bg .card-body .card-text, .attachments-detail ul li.card-bg-card-preference-bg li .card-text, .card.card-bg-card-preference-bg .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-card-preference-bg li .card-text {
  color: #fff;
}
.card.card-bg-tags-list-bg, .attachments-detail ul li.card-bg-tags-list-bg {
  background-color: #e1f5e5;
}
.card.card-bg-tags-list-bg .card-body .card-title, .attachments-detail ul li.card-bg-tags-list-bg .card-body .card-title, .attachments-detail ul li.card-bg-tags-list-bg li .card-title, .card.card-bg-tags-list-bg .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-tags-list-bg li .card-title, .card.card-bg-tags-list-bg .card-body .card-text, .attachments-detail ul li.card-bg-tags-list-bg .card-body .card-text, .attachments-detail ul li.card-bg-tags-list-bg li .card-text, .card.card-bg-tags-list-bg .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-tags-list-bg li .card-text {
  color: #fff;
}
.card.card-bg-tooltip-bg, .attachments-detail ul li.card-bg-tooltip-bg {
  background-color: #5e7887;
}
.card.card-bg-tooltip-bg .card-body .card-title, .attachments-detail ul li.card-bg-tooltip-bg .card-body .card-title, .attachments-detail ul li.card-bg-tooltip-bg li .card-title, .card.card-bg-tooltip-bg .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-tooltip-bg li .card-title, .card.card-bg-tooltip-bg .card-body .card-text, .attachments-detail ul li.card-bg-tooltip-bg .card-body .card-text, .attachments-detail ul li.card-bg-tooltip-bg li .card-text, .card.card-bg-tooltip-bg .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-tooltip-bg li .card-text {
  color: #fff;
}
.card.card-bg-text-muted, .attachments-detail ul li.card-bg-text-muted {
  background-color: #435960;
}
.card.card-bg-text-muted .card-body .card-title, .attachments-detail ul li.card-bg-text-muted .card-body .card-title, .attachments-detail ul li.card-bg-text-muted li .card-title, .card.card-bg-text-muted .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-text-muted li .card-title, .card.card-bg-text-muted .card-body .card-text, .attachments-detail ul li.card-bg-text-muted .card-body .card-text, .attachments-detail ul li.card-bg-text-muted li .card-text, .card.card-bg-text-muted .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-text-muted li .card-text {
  color: #fff;
}
.card.card-bg-linkedin, .attachments-detail ul li.card-bg-linkedin {
  background-color: #0177b5;
}
.card.card-bg-linkedin .card-body .card-title, .attachments-detail ul li.card-bg-linkedin .card-body .card-title, .attachments-detail ul li.card-bg-linkedin li .card-title, .card.card-bg-linkedin .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-linkedin li .card-title, .card.card-bg-linkedin .card-body .card-text, .attachments-detail ul li.card-bg-linkedin .card-body .card-text, .attachments-detail ul li.card-bg-linkedin li .card-text, .card.card-bg-linkedin .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-linkedin li .card-text {
  color: #fff;
}
.card.card-bg-facebook, .attachments-detail ul li.card-bg-facebook {
  background-color: #4867aa;
}
.card.card-bg-facebook .card-body .card-title, .attachments-detail ul li.card-bg-facebook .card-body .card-title, .attachments-detail ul li.card-bg-facebook li .card-title, .card.card-bg-facebook .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-facebook li .card-title, .card.card-bg-facebook .card-body .card-text, .attachments-detail ul li.card-bg-facebook .card-body .card-text, .attachments-detail ul li.card-bg-facebook li .card-text, .card.card-bg-facebook .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-facebook li .card-text {
  color: #fff;
}
.card.card-bg-google, .attachments-detail ul li.card-bg-google {
  background-color: #ea4335;
}
.card.card-bg-google .card-body .card-title, .attachments-detail ul li.card-bg-google .card-body .card-title, .attachments-detail ul li.card-bg-google li .card-title, .card.card-bg-google .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-google li .card-title, .card.card-bg-google .card-body .card-text, .attachments-detail ul li.card-bg-google .card-body .card-text, .attachments-detail ul li.card-bg-google li .card-text, .card.card-bg-google .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-google li .card-text {
  color: #fff;
}
.card.card-bg-twitter, .attachments-detail ul li.card-bg-twitter {
  background-color: #32ccfe;
}
.card.card-bg-twitter .card-body .card-title, .attachments-detail ul li.card-bg-twitter .card-body .card-title, .attachments-detail ul li.card-bg-twitter li .card-title, .card.card-bg-twitter .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-twitter li .card-title, .card.card-bg-twitter .card-body .card-text, .attachments-detail ul li.card-bg-twitter .card-body .card-text, .attachments-detail ul li.card-bg-twitter li .card-text, .card.card-bg-twitter .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-twitter li .card-text {
  color: #fff;
}
.card.card-bg-youtube, .attachments-detail ul li.card-bg-youtube {
  background-color: #be1b1e;
}
.card.card-bg-youtube .card-body .card-title, .attachments-detail ul li.card-bg-youtube .card-body .card-title, .attachments-detail ul li.card-bg-youtube li .card-title, .card.card-bg-youtube .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-youtube li .card-title, .card.card-bg-youtube .card-body .card-text, .attachments-detail ul li.card-bg-youtube .card-body .card-text, .attachments-detail ul li.card-bg-youtube li .card-text, .card.card-bg-youtube .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-youtube li .card-text {
  color: #fff;
}
.card.card-bg-spid, .attachments-detail ul li.card-bg-spid {
  background-color: #06c;
}
.card.card-bg-spid .card-body .card-title, .attachments-detail ul li.card-bg-spid .card-body .card-title, .attachments-detail ul li.card-bg-spid li .card-title, .card.card-bg-spid .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-spid li .card-title, .card.card-bg-spid .card-body .card-text, .attachments-detail ul li.card-bg-spid .card-body .card-text, .attachments-detail ul li.card-bg-spid li .card-text, .card.card-bg-spid .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-spid li .card-text {
  color: #fff;
}
.card.card-bg-google-drive, .attachments-detail ul li.card-bg-google-drive {
  background-color: #3c83f7;
}
.card.card-bg-google-drive .card-body .card-title, .attachments-detail ul li.card-bg-google-drive .card-body .card-title, .attachments-detail ul li.card-bg-google-drive li .card-title, .card.card-bg-google-drive .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-google-drive li .card-title, .card.card-bg-google-drive .card-body .card-text, .attachments-detail ul li.card-bg-google-drive .card-body .card-text, .attachments-detail ul li.card-bg-google-drive li .card-text, .card.card-bg-google-drive .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-google-drive li .card-text {
  color: #fff;
}
.card.card-bg-dark-gray, .attachments-detail ul li.card-bg-dark-gray {
  background-color: #333;
}
.card.card-bg-dark-gray .card-body .card-title, .attachments-detail ul li.card-bg-dark-gray .card-body .card-title, .attachments-detail ul li.card-bg-dark-gray li .card-title, .card.card-bg-dark-gray .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-dark-gray li .card-title, .card.card-bg-dark-gray .card-body .card-text, .attachments-detail ul li.card-bg-dark-gray .card-body .card-text, .attachments-detail ul li.card-bg-dark-gray li .card-text, .card.card-bg-dark-gray .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-dark-gray li .card-text {
  color: #fff;
}
.card.card-bg-card-gray, .attachments-detail ul li.card-bg-card-gray {
  background-color: #455b71;
}
.card.card-bg-card-gray .card-body .card-title, .attachments-detail ul li.card-bg-card-gray .card-body .card-title, .attachments-detail ul li.card-bg-card-gray li .card-title, .card.card-bg-card-gray .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-card-gray li .card-title, .card.card-bg-card-gray .card-body .card-text, .attachments-detail ul li.card-bg-card-gray .card-body .card-text, .attachments-detail ul li.card-bg-card-gray li .card-text, .card.card-bg-card-gray .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-card-gray li .card-text {
  color: #fff;
}
.card.card-bg-green-fe, .attachments-detail ul li.card-bg-green-fe {
  background-color: #338c32;
}
.card.card-bg-green-fe .card-body .card-title, .attachments-detail ul li.card-bg-green-fe .card-body .card-title, .attachments-detail ul li.card-bg-green-fe li .card-title, .card.card-bg-green-fe .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-green-fe li .card-title, .card.card-bg-green-fe .card-body .card-text, .attachments-detail ul li.card-bg-green-fe .card-body .card-text, .attachments-detail ul li.card-bg-green-fe li .card-text, .card.card-bg-green-fe .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-green-fe li .card-text {
  color: #fff;
}
.card.card-bg-light-edufe-header, .attachments-detail ul li.card-bg-light-edufe-header {
  background-color: #fff2db;
}
.card.card-bg-light-edufe-header .card-body .card-title, .attachments-detail ul li.card-bg-light-edufe-header .card-body .card-title, .attachments-detail ul li.card-bg-light-edufe-header li .card-title, .card.card-bg-light-edufe-header .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-light-edufe-header li .card-title, .card.card-bg-light-edufe-header .card-body .card-text, .attachments-detail ul li.card-bg-light-edufe-header .card-body .card-text, .attachments-detail ul li.card-bg-light-edufe-header li .card-text, .card.card-bg-light-edufe-header .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-light-edufe-header li .card-text {
  color: #fff;
}
.card.card-bg-dark-edufe-header, .attachments-detail ul li.card-bg-dark-edufe-header {
  background-color: #ffd48c;
}
.card.card-bg-dark-edufe-header .card-body .card-title, .attachments-detail ul li.card-bg-dark-edufe-header .card-body .card-title, .attachments-detail ul li.card-bg-dark-edufe-header li .card-title, .card.card-bg-dark-edufe-header .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-dark-edufe-header li .card-title, .card.card-bg-dark-edufe-header .card-body .card-text, .attachments-detail ul li.card-bg-dark-edufe-header .card-body .card-text, .attachments-detail ul li.card-bg-dark-edufe-header li .card-text, .card.card-bg-dark-edufe-header .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-dark-edufe-header li .card-text {
  color: #fff;
}
.card.card-bg-pink-edufe-header, .attachments-detail ul li.card-bg-pink-edufe-header {
  background-color: #dc7e72;
}
.card.card-bg-pink-edufe-header .card-body .card-title, .attachments-detail ul li.card-bg-pink-edufe-header .card-body .card-title, .attachments-detail ul li.card-bg-pink-edufe-header li .card-title, .card.card-bg-pink-edufe-header .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-pink-edufe-header li .card-title, .card.card-bg-pink-edufe-header .card-body .card-text, .attachments-detail ul li.card-bg-pink-edufe-header .card-body .card-text, .attachments-detail ul li.card-bg-pink-edufe-header li .card-text, .card.card-bg-pink-edufe-header .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-pink-edufe-header li .card-text {
  color: #fff;
}
.card.card-bg-first-card-theme-edufe, .attachments-detail ul li.card-bg-first-card-theme-edufe {
  background-color: #ffbd89;
}
.card.card-bg-first-card-theme-edufe .card-body .card-title, .attachments-detail ul li.card-bg-first-card-theme-edufe .card-body .card-title, .attachments-detail ul li.card-bg-first-card-theme-edufe li .card-title, .card.card-bg-first-card-theme-edufe .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-first-card-theme-edufe li .card-title, .card.card-bg-first-card-theme-edufe .card-body .card-text, .attachments-detail ul li.card-bg-first-card-theme-edufe .card-body .card-text, .attachments-detail ul li.card-bg-first-card-theme-edufe li .card-text, .card.card-bg-first-card-theme-edufe .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-first-card-theme-edufe li .card-text {
  color: #fff;
}
.card.card-bg-second-card-theme-edufe, .attachments-detail ul li.card-bg-second-card-theme-edufe {
  background-color: #ffa987;
}
.card.card-bg-second-card-theme-edufe .card-body .card-title, .attachments-detail ul li.card-bg-second-card-theme-edufe .card-body .card-title, .attachments-detail ul li.card-bg-second-card-theme-edufe li .card-title, .card.card-bg-second-card-theme-edufe .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-second-card-theme-edufe li .card-title, .card.card-bg-second-card-theme-edufe .card-body .card-text, .attachments-detail ul li.card-bg-second-card-theme-edufe .card-body .card-text, .attachments-detail ul li.card-bg-second-card-theme-edufe li .card-text, .card.card-bg-second-card-theme-edufe .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-second-card-theme-edufe li .card-text {
  color: #fff;
}
.card.card-bg-third-card-theme-edufe, .attachments-detail ul li.card-bg-third-card-theme-edufe {
  background-color: #ff9386;
}
.card.card-bg-third-card-theme-edufe .card-body .card-title, .attachments-detail ul li.card-bg-third-card-theme-edufe .card-body .card-title, .attachments-detail ul li.card-bg-third-card-theme-edufe li .card-title, .card.card-bg-third-card-theme-edufe .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-third-card-theme-edufe li .card-title, .card.card-bg-third-card-theme-edufe .card-body .card-text, .attachments-detail ul li.card-bg-third-card-theme-edufe .card-body .card-text, .attachments-detail ul li.card-bg-third-card-theme-edufe li .card-text, .card.card-bg-third-card-theme-edufe .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-third-card-theme-edufe li .card-text {
  color: #fff;
}
.card.card-bg-fourth-card-theme-edufe, .attachments-detail ul li.card-bg-fourth-card-theme-edufe {
  background-color: #dc7e72;
}
.card.card-bg-fourth-card-theme-edufe .card-body .card-title, .attachments-detail ul li.card-bg-fourth-card-theme-edufe .card-body .card-title, .attachments-detail ul li.card-bg-fourth-card-theme-edufe li .card-title, .card.card-bg-fourth-card-theme-edufe .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-fourth-card-theme-edufe li .card-title, .card.card-bg-fourth-card-theme-edufe .card-body .card-text, .attachments-detail ul li.card-bg-fourth-card-theme-edufe .card-body .card-text, .attachments-detail ul li.card-bg-fourth-card-theme-edufe li .card-text, .card.card-bg-fourth-card-theme-edufe .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-fourth-card-theme-edufe li .card-text {
  color: #fff;
}
.card.card-bg-green-pug, .attachments-detail ul li.card-bg-green-pug {
  background-color: #94c01f;
}
.card.card-bg-green-pug .card-body .card-title, .attachments-detail ul li.card-bg-green-pug .card-body .card-title, .attachments-detail ul li.card-bg-green-pug li .card-title, .card.card-bg-green-pug .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-green-pug li .card-title, .card.card-bg-green-pug .card-body .card-text, .attachments-detail ul li.card-bg-green-pug .card-body .card-text, .attachments-detail ul li.card-bg-green-pug li .card-text, .card.card-bg-green-pug .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-green-pug li .card-text {
  color: #fff;
}
.card.card-bg-$green-cta-pug, .attachments-detail ul li.card-bg-$green-cta-pug {
  background-color: #597212;
}
.card.card-bg-$green-cta-pug .card-body .card-title, .attachments-detail ul li.card-bg-$green-cta-pug .card-body .card-title, .attachments-detail ul li.card-bg-$green-cta-pug li .card-title, .card.card-bg-$green-cta-pug .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-$green-cta-pug li .card-title, .card.card-bg-$green-cta-pug .card-body .card-text, .attachments-detail ul li.card-bg-$green-cta-pug .card-body .card-text, .attachments-detail ul li.card-bg-$green-cta-pug li .card-text, .card.card-bg-$green-cta-pug .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-$green-cta-pug li .card-text {
  color: #fff;
}
.card.card-bg-green-card-pug, .attachments-detail ul li.card-bg-green-card-pug {
  background-color: #609868;
}
.card.card-bg-green-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-green-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-green-card-pug li .card-title, .card.card-bg-green-card-pug .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-green-card-pug li .card-title, .card.card-bg-green-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-green-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-green-card-pug li .card-text, .card.card-bg-green-card-pug .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-green-card-pug li .card-text {
  color: #fff;
}
.card.card-bg-light-orange-card-pug, .attachments-detail ul li.card-bg-light-orange-card-pug {
  background-color: #466949;
}
.card.card-bg-light-orange-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-light-orange-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-light-orange-card-pug li .card-title, .card.card-bg-light-orange-card-pug .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-light-orange-card-pug li .card-title, .card.card-bg-light-orange-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-light-orange-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-light-orange-card-pug li .card-text, .card.card-bg-light-orange-card-pug .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-light-orange-card-pug li .card-text {
  color: #fff;
}
.card.card-bg-orange-card-pug, .attachments-detail ul li.card-bg-orange-card-pug {
  background-color: #dd8553;
}
.card.card-bg-orange-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-orange-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-orange-card-pug li .card-title, .card.card-bg-orange-card-pug .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-orange-card-pug li .card-title, .card.card-bg-orange-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-orange-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-orange-card-pug li .card-text, .card.card-bg-orange-card-pug .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-orange-card-pug li .card-text {
  color: #fff;
}
.card.card-bg-purple-card-pug, .attachments-detail ul li.card-bg-purple-card-pug {
  background-color: #908fc2;
}
.card.card-bg-purple-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-purple-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-purple-card-pug li .card-title, .card.card-bg-purple-card-pug .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-purple-card-pug li .card-title, .card.card-bg-purple-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-purple-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-purple-card-pug li .card-text, .card.card-bg-purple-card-pug .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-purple-card-pug li .card-text {
  color: #fff;
}
.card.card-bg-pink-card-pug, .attachments-detail ul li.card-bg-pink-card-pug {
  background-color: #df4967;
}
.card.card-bg-pink-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-pink-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-pink-card-pug li .card-title, .card.card-bg-pink-card-pug .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-pink-card-pug li .card-title, .card.card-bg-pink-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-pink-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-pink-card-pug li .card-text, .card.card-bg-pink-card-pug .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-pink-card-pug li .card-text {
  color: #fff;
}
.card.card-bg-dark-purple-card-pug, .attachments-detail ul li.card-bg-dark-purple-card-pug {
  background-color: #887c94;
}
.card.card-bg-dark-purple-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-dark-purple-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-dark-purple-card-pug li .card-title, .card.card-bg-dark-purple-card-pug .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-dark-purple-card-pug li .card-title, .card.card-bg-dark-purple-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-dark-purple-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-dark-purple-card-pug li .card-text, .card.card-bg-dark-purple-card-pug .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-dark-purple-card-pug li .card-text {
  color: #fff;
}
.card.card-bg-dark-pink-card-pug, .attachments-detail ul li.card-bg-dark-pink-card-pug {
  background-color: #739ba5;
}
.card.card-bg-dark-pink-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-dark-pink-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-dark-pink-card-pug li .card-title, .card.card-bg-dark-pink-card-pug .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-dark-pink-card-pug li .card-title, .card.card-bg-dark-pink-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-dark-pink-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-dark-pink-card-pug li .card-text, .card.card-bg-dark-pink-card-pug .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-dark-pink-card-pug li .card-text {
  color: #fff;
}
.card.card-bg-yellow-card-pug, .attachments-detail ul li.card-bg-yellow-card-pug {
  background-color: #96ae42;
}
.card.card-bg-yellow-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-yellow-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-yellow-card-pug li .card-title, .card.card-bg-yellow-card-pug .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-yellow-card-pug li .card-title, .card.card-bg-yellow-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-yellow-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-yellow-card-pug li .card-text, .card.card-bg-yellow-card-pug .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-yellow-card-pug li .card-text {
  color: #fff;
}
.card.card-bg-dark-green-card-pug, .attachments-detail ul li.card-bg-dark-green-card-pug {
  background-color: #b6506a;
}
.card.card-bg-dark-green-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-dark-green-card-pug .card-body .card-title, .attachments-detail ul li.card-bg-dark-green-card-pug li .card-title, .card.card-bg-dark-green-card-pug .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-dark-green-card-pug li .card-title, .card.card-bg-dark-green-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-dark-green-card-pug .card-body .card-text, .attachments-detail ul li.card-bg-dark-green-card-pug li .card-text, .card.card-bg-dark-green-card-pug .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-dark-green-card-pug li .card-text {
  color: #fff;
}
.card.card-bg-cyan-pnrr, .attachments-detail ul li.card-bg-cyan-pnrr {
  background-color: #1cafe2;
}
.card.card-bg-cyan-pnrr .card-body .card-title, .attachments-detail ul li.card-bg-cyan-pnrr .card-body .card-title, .attachments-detail ul li.card-bg-cyan-pnrr li .card-title, .card.card-bg-cyan-pnrr .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-cyan-pnrr li .card-title, .card.card-bg-cyan-pnrr .card-body .card-text, .attachments-detail ul li.card-bg-cyan-pnrr .card-body .card-text, .attachments-detail ul li.card-bg-cyan-pnrr li .card-text, .card.card-bg-cyan-pnrr .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-cyan-pnrr li .card-text {
  color: #fff;
}
.card.card-bg-green-cta-pnrr, .attachments-detail ul li.card-bg-green-cta-pnrr {
  background-color: #597212;
}
.card.card-bg-green-cta-pnrr .card-body .card-title, .attachments-detail ul li.card-bg-green-cta-pnrr .card-body .card-title, .attachments-detail ul li.card-bg-green-cta-pnrr li .card-title, .card.card-bg-green-cta-pnrr .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-green-cta-pnrr li .card-title, .card.card-bg-green-cta-pnrr .card-body .card-text, .attachments-detail ul li.card-bg-green-cta-pnrr .card-body .card-text, .attachments-detail ul li.card-bg-green-cta-pnrr li .card-text, .card.card-bg-green-cta-pnrr .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-green-cta-pnrr li .card-text {
  color: #fff;
}
.card.card-bg-green-card-pnrr, .attachments-detail ul li.card-bg-green-card-pnrr {
  background-color: #609868;
}
.card.card-bg-green-card-pnrr .card-body .card-title, .attachments-detail ul li.card-bg-green-card-pnrr .card-body .card-title, .attachments-detail ul li.card-bg-green-card-pnrr li .card-title, .card.card-bg-green-card-pnrr .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-green-card-pnrr li .card-title, .card.card-bg-green-card-pnrr .card-body .card-text, .attachments-detail ul li.card-bg-green-card-pnrr .card-body .card-text, .attachments-detail ul li.card-bg-green-card-pnrr li .card-text, .card.card-bg-green-card-pnrr .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-green-card-pnrr li .card-text {
  color: #fff;
}
.card.card-bg-mission-digitalizzazione, .attachments-detail ul li.card-bg-mission-digitalizzazione {
  background-color: #c5dcee;
}
.card.card-bg-mission-digitalizzazione .card-body .card-title, .attachments-detail ul li.card-bg-mission-digitalizzazione .card-body .card-title, .attachments-detail ul li.card-bg-mission-digitalizzazione li .card-title, .card.card-bg-mission-digitalizzazione .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-mission-digitalizzazione li .card-title, .card.card-bg-mission-digitalizzazione .card-body .card-text, .attachments-detail ul li.card-bg-mission-digitalizzazione .card-body .card-text, .attachments-detail ul li.card-bg-mission-digitalizzazione li .card-text, .card.card-bg-mission-digitalizzazione .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-mission-digitalizzazione li .card-text {
  color: #fff;
}
.card.card-bg-mission-rivoluzione-verde, .attachments-detail ul li.card-bg-mission-rivoluzione-verde {
  background-color: #92d051;
}
.card.card-bg-mission-rivoluzione-verde .card-body .card-title, .attachments-detail ul li.card-bg-mission-rivoluzione-verde .card-body .card-title, .attachments-detail ul li.card-bg-mission-rivoluzione-verde li .card-title, .card.card-bg-mission-rivoluzione-verde .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-mission-rivoluzione-verde li .card-title, .card.card-bg-mission-rivoluzione-verde .card-body .card-text, .attachments-detail ul li.card-bg-mission-rivoluzione-verde .card-body .card-text, .attachments-detail ul li.card-bg-mission-rivoluzione-verde li .card-text, .card.card-bg-mission-rivoluzione-verde .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-mission-rivoluzione-verde li .card-text {
  color: #fff;
}
.card.card-bg-mission-infrastrutture, .attachments-detail ul li.card-bg-mission-infrastrutture {
  background-color: #ff807e;
}
.card.card-bg-mission-infrastrutture .card-body .card-title, .attachments-detail ul li.card-bg-mission-infrastrutture .card-body .card-title, .attachments-detail ul li.card-bg-mission-infrastrutture li .card-title, .card.card-bg-mission-infrastrutture .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-mission-infrastrutture li .card-title, .card.card-bg-mission-infrastrutture .card-body .card-text, .attachments-detail ul li.card-bg-mission-infrastrutture .card-body .card-text, .attachments-detail ul li.card-bg-mission-infrastrutture li .card-text, .card.card-bg-mission-infrastrutture .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-mission-infrastrutture li .card-text {
  color: #fff;
}
.card.card-bg-mission-istruzione, .attachments-detail ul li.card-bg-mission-istruzione {
  background-color: #ffc284;
}
.card.card-bg-mission-istruzione .card-body .card-title, .attachments-detail ul li.card-bg-mission-istruzione .card-body .card-title, .attachments-detail ul li.card-bg-mission-istruzione li .card-title, .card.card-bg-mission-istruzione .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-mission-istruzione li .card-title, .card.card-bg-mission-istruzione .card-body .card-text, .attachments-detail ul li.card-bg-mission-istruzione .card-body .card-text, .attachments-detail ul li.card-bg-mission-istruzione li .card-text, .card.card-bg-mission-istruzione .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-mission-istruzione li .card-text {
  color: #fff;
}
.card.card-bg-mission-coesione, .attachments-detail ul li.card-bg-mission-coesione {
  background-color: #e2d6ec;
}
.card.card-bg-mission-coesione .card-body .card-title, .attachments-detail ul li.card-bg-mission-coesione .card-body .card-title, .attachments-detail ul li.card-bg-mission-coesione li .card-title, .card.card-bg-mission-coesione .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-mission-coesione li .card-title, .card.card-bg-mission-coesione .card-body .card-text, .attachments-detail ul li.card-bg-mission-coesione .card-body .card-text, .attachments-detail ul li.card-bg-mission-coesione li .card-text, .card.card-bg-mission-coesione .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-mission-coesione li .card-text {
  color: #fff;
}
.card.card-bg-mission-salute, .attachments-detail ul li.card-bg-mission-salute {
  background-color: #fff2d0;
}
.card.card-bg-mission-salute .card-body .card-title, .attachments-detail ul li.card-bg-mission-salute .card-body .card-title, .attachments-detail ul li.card-bg-mission-salute li .card-title, .card.card-bg-mission-salute .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-mission-salute li .card-title, .card.card-bg-mission-salute .card-body .card-text, .attachments-detail ul li.card-bg-mission-salute .card-body .card-text, .attachments-detail ul li.card-bg-mission-salute li .card-text, .card.card-bg-mission-salute .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-mission-salute li .card-text {
  color: #fff;
}
.card.card-bg-green-matrimoni, .attachments-detail ul li.card-bg-green-matrimoni {
  background-color: #889f8c;
}
.card.card-bg-green-matrimoni .card-body .card-title, .attachments-detail ul li.card-bg-green-matrimoni .card-body .card-title, .attachments-detail ul li.card-bg-green-matrimoni li .card-title, .card.card-bg-green-matrimoni .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-green-matrimoni li .card-title, .card.card-bg-green-matrimoni .card-body .card-text, .attachments-detail ul li.card-bg-green-matrimoni .card-body .card-text, .attachments-detail ul li.card-bg-green-matrimoni li .card-text, .card.card-bg-green-matrimoni .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-green-matrimoni li .card-text {
  color: #fff;
}
.card.card-bg-pink-matrimoni, .attachments-detail ul li.card-bg-pink-matrimoni {
  background-color: #f4a596;
}
.card.card-bg-pink-matrimoni .card-body .card-title, .attachments-detail ul li.card-bg-pink-matrimoni .card-body .card-title, .attachments-detail ul li.card-bg-pink-matrimoni li .card-title, .card.card-bg-pink-matrimoni .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-pink-matrimoni li .card-title, .card.card-bg-pink-matrimoni .card-body .card-text, .attachments-detail ul li.card-bg-pink-matrimoni .card-body .card-text, .attachments-detail ul li.card-bg-pink-matrimoni li .card-text, .card.card-bg-pink-matrimoni .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-pink-matrimoni li .card-text {
  color: #fff;
}
.card.card-bg-dark-pink-matrimoni, .attachments-detail ul li.card-bg-dark-pink-matrimoni {
  background-color: rgba(244, 165, 150, 0.19);
}
.card.card-bg-dark-pink-matrimoni .card-body .card-title, .attachments-detail ul li.card-bg-dark-pink-matrimoni .card-body .card-title, .attachments-detail ul li.card-bg-dark-pink-matrimoni li .card-title, .card.card-bg-dark-pink-matrimoni .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-dark-pink-matrimoni li .card-title, .card.card-bg-dark-pink-matrimoni .card-body .card-text, .attachments-detail ul li.card-bg-dark-pink-matrimoni .card-body .card-text, .attachments-detail ul li.card-bg-dark-pink-matrimoni li .card-text, .card.card-bg-dark-pink-matrimoni .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-dark-pink-matrimoni li .card-text {
  color: #fff;
}
.card.card-bg-red-inferrara, .attachments-detail ul li.card-bg-red-inferrara {
  background-color: #842722;
}
.card.card-bg-red-inferrara .card-body .card-title, .attachments-detail ul li.card-bg-red-inferrara .card-body .card-title, .attachments-detail ul li.card-bg-red-inferrara li .card-title, .card.card-bg-red-inferrara .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-red-inferrara li .card-title, .card.card-bg-red-inferrara .card-body .card-text, .attachments-detail ul li.card-bg-red-inferrara .card-body .card-text, .attachments-detail ul li.card-bg-red-inferrara li .card-text, .card.card-bg-red-inferrara .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-red-inferrara li .card-text {
  color: #fff;
}
.card.card-bg-primary-geoportale, .attachments-detail ul li.card-bg-primary-geoportale {
  background-color: #2f8287;
}
.card.card-bg-primary-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-primary-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-primary-geoportale li .card-title, .card.card-bg-primary-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-primary-geoportale li .card-title, .card.card-bg-primary-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-primary-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-primary-geoportale li .card-text, .card.card-bg-primary-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-primary-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-dark-azul-geoportale, .attachments-detail ul li.card-bg-dark-azul-geoportale {
  background-color: #3b707b;
}
.card.card-bg-dark-azul-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-dark-azul-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-dark-azul-geoportale li .card-title, .card.card-bg-dark-azul-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-dark-azul-geoportale li .card-title, .card.card-bg-dark-azul-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-dark-azul-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-dark-azul-geoportale li .card-text, .card.card-bg-dark-azul-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-dark-azul-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-green-geoportale, .attachments-detail ul li.card-bg-green-geoportale {
  background-color: #165f24;
}
.card.card-bg-green-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-green-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-green-geoportale li .card-title, .card.card-bg-green-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-green-geoportale li .card-title, .card.card-bg-green-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-green-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-green-geoportale li .card-text, .card.card-bg-green-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-green-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-dark-purple-geoportale, .attachments-detail ul li.card-bg-dark-purple-geoportale {
  background-color: #67586d;
}
.card.card-bg-dark-purple-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-dark-purple-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-dark-purple-geoportale li .card-title, .card.card-bg-dark-purple-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-dark-purple-geoportale li .card-title, .card.card-bg-dark-purple-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-dark-purple-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-dark-purple-geoportale li .card-text, .card.card-bg-dark-purple-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-dark-purple-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-dark-yellow-geoportale, .attachments-detail ul li.card-bg-dark-yellow-geoportale {
  background-color: #7a5a29;
}
.card.card-bg-dark-yellow-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-dark-yellow-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-dark-yellow-geoportale li .card-title, .card.card-bg-dark-yellow-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-dark-yellow-geoportale li .card-title, .card.card-bg-dark-yellow-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-dark-yellow-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-dark-yellow-geoportale li .card-text, .card.card-bg-dark-yellow-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-dark-yellow-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-dark-green-geoportale, .attachments-detail ul li.card-bg-dark-green-geoportale {
  background-color: #2f4133;
}
.card.card-bg-dark-green-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-dark-green-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-dark-green-geoportale li .card-title, .card.card-bg-dark-green-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-dark-green-geoportale li .card-title, .card.card-bg-dark-green-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-dark-green-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-dark-green-geoportale li .card-text, .card.card-bg-dark-green-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-dark-green-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-orange-geoportale, .attachments-detail ul li.card-bg-orange-geoportale {
  background-color: #ae4929;
}
.card.card-bg-orange-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-orange-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-orange-geoportale li .card-title, .card.card-bg-orange-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-orange-geoportale li .card-title, .card.card-bg-orange-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-orange-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-orange-geoportale li .card-text, .card.card-bg-orange-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-orange-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-purple-geoportale, .attachments-detail ul li.card-bg-purple-geoportale {
  background-color: #7a2972;
}
.card.card-bg-purple-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-purple-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-purple-geoportale li .card-title, .card.card-bg-purple-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-purple-geoportale li .card-title, .card.card-bg-purple-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-purple-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-purple-geoportale li .card-text, .card.card-bg-purple-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-purple-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-blue-geoportale, .attachments-detail ul li.card-bg-blue-geoportale {
  background-color: #41488c;
}
.card.card-bg-blue-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-blue-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-blue-geoportale li .card-title, .card.card-bg-blue-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-blue-geoportale li .card-title, .card.card-bg-blue-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-blue-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-blue-geoportale li .card-text, .card.card-bg-blue-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-blue-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-azul-geoportale, .attachments-detail ul li.card-bg-azul-geoportale {
  background-color: #6795c5;
}
.card.card-bg-azul-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-azul-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-azul-geoportale li .card-title, .card.card-bg-azul-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-azul-geoportale li .card-title, .card.card-bg-azul-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-azul-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-azul-geoportale li .card-text, .card.card-bg-azul-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-azul-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-red-geoportale, .attachments-detail ul li.card-bg-red-geoportale {
  background-color: #a72947;
}
.card.card-bg-red-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-red-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-red-geoportale li .card-title, .card.card-bg-red-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-red-geoportale li .card-title, .card.card-bg-red-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-red-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-red-geoportale li .card-text, .card.card-bg-red-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-red-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-brown-geoportale, .attachments-detail ul li.card-bg-brown-geoportale {
  background-color: #7a6329;
}
.card.card-bg-brown-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-brown-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-brown-geoportale li .card-title, .card.card-bg-brown-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-brown-geoportale li .card-title, .card.card-bg-brown-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-brown-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-brown-geoportale li .card-text, .card.card-bg-brown-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-brown-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-grey-geoportale, .attachments-detail ul li.card-bg-grey-geoportale {
  background-color: #414642;
}
.card.card-bg-grey-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-grey-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-grey-geoportale li .card-title, .card.card-bg-grey-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-grey-geoportale li .card-title, .card.card-bg-grey-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-grey-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-grey-geoportale li .card-text, .card.card-bg-grey-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-grey-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-light-green-geoportale, .attachments-detail ul li.card-bg-light-green-geoportale {
  background-color: #3e883c;
}
.card.card-bg-light-green-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-light-green-geoportale .card-body .card-title, .attachments-detail ul li.card-bg-light-green-geoportale li .card-title, .card.card-bg-light-green-geoportale .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-light-green-geoportale li .card-title, .card.card-bg-light-green-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-light-green-geoportale .card-body .card-text, .attachments-detail ul li.card-bg-light-green-geoportale li .card-text, .card.card-bg-light-green-geoportale .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-light-green-geoportale li .card-text {
  color: #fff;
}
.card.card-bg-brown-ssui, .attachments-detail ul li.card-bg-brown-ssui {
  background-color: #735238;
}
.card.card-bg-brown-ssui .card-body .card-title, .attachments-detail ul li.card-bg-brown-ssui .card-body .card-title, .attachments-detail ul li.card-bg-brown-ssui li .card-title, .card.card-bg-brown-ssui .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-brown-ssui li .card-title, .card.card-bg-brown-ssui .card-body .card-text, .attachments-detail ul li.card-bg-brown-ssui .card-body .card-text, .attachments-detail ul li.card-bg-brown-ssui li .card-text, .card.card-bg-brown-ssui .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-brown-ssui li .card-text {
  color: #fff;
}
.card.card-bg-light-brown-ssui, .attachments-detail ul li.card-bg-light-brown-ssui {
  background-color: #ba7b4a;
}
.card.card-bg-light-brown-ssui .card-body .card-title, .attachments-detail ul li.card-bg-light-brown-ssui .card-body .card-title, .attachments-detail ul li.card-bg-light-brown-ssui li .card-title, .card.card-bg-light-brown-ssui .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-light-brown-ssui li .card-title, .card.card-bg-light-brown-ssui .card-body .card-text, .attachments-detail ul li.card-bg-light-brown-ssui .card-body .card-text, .attachments-detail ul li.card-bg-light-brown-ssui li .card-text, .card.card-bg-light-brown-ssui .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-light-brown-ssui li .card-text {
  color: #fff;
}
.card.card-bg-sititematici-red, .attachments-detail ul li.card-bg-sititematici-red {
  background-color: #9c2b2b;
}
.card.card-bg-sititematici-red .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-red .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-red li .card-title, .card.card-bg-sititematici-red .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-sititematici-red li .card-title, .card.card-bg-sititematici-red .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-red .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-red li .card-text, .card.card-bg-sititematici-red .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-sititematici-red li .card-text {
  color: #fff;
}
.card.card-bg-sititematici-orange, .attachments-detail ul li.card-bg-sititematici-orange {
  background-color: #bf5818;
}
.card.card-bg-sititematici-orange .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-orange .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-orange li .card-title, .card.card-bg-sititematici-orange .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-sititematici-orange li .card-title, .card.card-bg-sititematici-orange .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-orange .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-orange li .card-text, .card.card-bg-sititematici-orange .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-sititematici-orange li .card-text {
  color: #fff;
}
.card.card-bg-sititematici-yellow, .attachments-detail ul li.card-bg-sititematici-yellow {
  background-color: #d8b509;
}
.card.card-bg-sititematici-yellow .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-yellow .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-yellow li .card-title, .card.card-bg-sititematici-yellow .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-sititematici-yellow li .card-title, .card.card-bg-sititematici-yellow .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-yellow .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-yellow li .card-text, .card.card-bg-sititematici-yellow .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-sititematici-yellow li .card-text {
  color: #fff;
}
.card.card-bg-sititematici-turquoise, .attachments-detail ul li.card-bg-sititematici-turquoise {
  background-color: #009d74;
}
.card.card-bg-sititematici-turquoise .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-turquoise .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-turquoise li .card-title, .card.card-bg-sititematici-turquoise .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-sititematici-turquoise li .card-title, .card.card-bg-sititematici-turquoise .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-turquoise .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-turquoise li .card-text, .card.card-bg-sititematici-turquoise .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-sititematici-turquoise li .card-text {
  color: #fff;
}
.card.card-bg-sititematici-green, .attachments-detail ul li.card-bg-sititematici-green {
  background-color: #7c9f4a;
}
.card.card-bg-sititematici-green .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-green .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-green li .card-title, .card.card-bg-sititematici-green .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-sititematici-green li .card-title, .card.card-bg-sititematici-green .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-green .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-green li .card-text, .card.card-bg-sititematici-green .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-sititematici-green li .card-text {
  color: #fff;
}
.card.card-bg-sititematici-lightblue, .attachments-detail ul li.card-bg-sititematici-lightblue {
  background-color: #5ca8a1;
}
.card.card-bg-sititematici-lightblue .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-lightblue .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-lightblue li .card-title, .card.card-bg-sititematici-lightblue .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-sititematici-lightblue li .card-title, .card.card-bg-sititematici-lightblue .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-lightblue .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-lightblue li .card-text, .card.card-bg-sititematici-lightblue .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-sititematici-lightblue li .card-text {
  color: #fff;
}
.card.card-bg-sititematici-darkblue, .attachments-detail ul li.card-bg-sititematici-darkblue {
  background-color: #354f66;
}
.card.card-bg-sititematici-darkblue .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-darkblue .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-darkblue li .card-title, .card.card-bg-sititematici-darkblue .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-sititematici-darkblue li .card-title, .card.card-bg-sititematici-darkblue .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-darkblue .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-darkblue li .card-text, .card.card-bg-sititematici-darkblue .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-sititematici-darkblue li .card-text {
  color: #fff;
}
.card.card-bg-sititematici-purple, .attachments-detail ul li.card-bg-sititematici-purple {
  background-color: #786372;
}
.card.card-bg-sititematici-purple .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-purple .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-purple li .card-title, .card.card-bg-sititematici-purple .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-sititematici-purple li .card-title, .card.card-bg-sititematici-purple .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-purple .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-purple li .card-text, .card.card-bg-sititematici-purple .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-sititematici-purple li .card-text {
  color: #fff;
}
.card.card-bg-sititematici-green-xmas, .attachments-detail ul li.card-bg-sititematici-green-xmas {
  background-color: #287233;
}
.card.card-bg-sititematici-green-xmas .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-green-xmas .card-body .card-title, .attachments-detail ul li.card-bg-sititematici-green-xmas li .card-title, .card.card-bg-sititematici-green-xmas .attachments-detail ul li .card-title, .attachments-detail ul .card.card-bg-sititematici-green-xmas li .card-title, .card.card-bg-sititematici-green-xmas .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-green-xmas .card-body .card-text, .attachments-detail ul li.card-bg-sititematici-green-xmas li .card-text, .card.card-bg-sititematici-green-xmas .attachments-detail ul li .card-text, .attachments-detail ul .card.card-bg-sititematici-green-xmas li .card-text {
  color: #fff;
}
.card .card-body, .attachments-detail ul li .card-body, .attachments-detail ul li, .card .attachments-detail ul li, .attachments-detail ul .card li {
  padding: 24px;
}
.card .card-body h4.card-title + .card-text, .attachments-detail ul li .card-body h4.card-title + .card-text, .attachments-detail ul li h4.card-title + .card-text, .card .attachments-detail ul li h4.card-title + .card-text, .attachments-detail ul .card li h4.card-title + .card-text {
  padding-top: 16px;
}
.card .card-body h5.card-title, .attachments-detail ul li .card-body h5.card-title, .attachments-detail ul li h5.card-title, .card .attachments-detail ul li h5.card-title, .attachments-detail ul .card li h5.card-title {
  font-size: 1.125rem;
  line-height: 1.4444444444rem;
  font-weight: 700;
  color: #17324d;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.card .card-body h5.card-title.big-heading, .attachments-detail ul li .card-body h5.card-title.big-heading, .attachments-detail ul li h5.card-title.big-heading, .card .attachments-detail ul li h5.card-title.big-heading, .attachments-detail ul .card li h5.card-title.big-heading {
  font-size: 1.5555555556rem;
  line-height: 1.7777777778rem;
}
.card .card-body h5.card-title.card-title-icon, .attachments-detail ul li .card-body h5.card-title.card-title-icon, .attachments-detail ul li h5.card-title.card-title-icon, .card .attachments-detail ul li h5.card-title.card-title-icon, .attachments-detail ul .card li h5.card-title.card-title-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.card .card-body h5.card-title.card-title-icon .icon, .attachments-detail ul li .card-body h5.card-title.card-title-icon .icon, .attachments-detail ul li h5.card-title.card-title-icon .icon, .card .attachments-detail ul li h5.card-title.card-title-icon .icon, .attachments-detail ul .card li h5.card-title.card-title-icon .icon {
  margin-right: 0.5em;
}
.card .card-body h6.card-subtitle, .attachments-detail ul li .card-body h6.card-subtitle, .attachments-detail ul li h6.card-subtitle, .card .attachments-detail ul li h6.card-subtitle, .attachments-detail ul .card li h6.card-subtitle {
  font-weight: normal;
  margin-bottom: 16px;
  margin-top: -16px;
}
.card .card-body a h5.card-title, .attachments-detail ul li .card-body a h5.card-title, .attachments-detail ul li a h5.card-title, .card .attachments-detail ul li a h5.card-title, .attachments-detail ul .card li a h5.card-title {
  color: #008fcc;
}
.card .card-body .card-text, .attachments-detail ul li .card-body .card-text, .attachments-detail ul li .card-text, .card .attachments-detail ul li .card-text, .attachments-detail ul .card li .card-text {
  font-family: Lora, Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.2rem;
  color: #435a70;
}
.card .card-body .card-signature, .attachments-detail ul li .card-body .card-signature, .attachments-detail ul li .card-signature, .card .attachments-detail ul li .card-signature, .attachments-detail ul .card li .card-signature {
  font-style: italic;
  font-family: Lora, Georgia, serif;
  color: #435a70;
  font-weight: 700;
  font-size: 0.8888888889rem;
  margin-bottom: 24px;
  display: block;
}
.card .card-body .category-top, .attachments-detail ul li .card-body .category-top, .attachments-detail ul li .category-top, .card .attachments-detail ul li .category-top, .attachments-detail ul .card li .category-top {
  font-size: 0.7777777778rem;
  text-transform: uppercase;
  color: #435a70;
  margin-bottom: 16px;
}
.card .card-body .category-top a.category, .attachments-detail ul li .card-body .category-top a.category, .attachments-detail ul li .category-top a.category, .card .attachments-detail ul li .category-top a.category, .attachments-detail ul .card li .category-top a.category {
  color: #435a70;
}
.card .card-body .category-top a.category:hover, .attachments-detail ul li .card-body .category-top a.category:hover, .attachments-detail ul li .category-top a.category:hover, .card .attachments-detail ul li .category-top a.category:hover, .attachments-detail ul .card li .category-top a.category:hover {
  text-decoration: underline;
}
.card .card-body .category-top .category, .attachments-detail ul li .card-body .category-top .category, .attachments-detail ul li .category-top .category, .card .attachments-detail ul li .category-top .category, .attachments-detail ul .card li .category-top .category {
  font-weight: bold;
  letter-spacing: 0.9px;
}
.card .card-body .category-top .data:before, .attachments-detail ul li .card-body .category-top .data:before, .attachments-detail ul li .category-top .data:before, .card .attachments-detail ul li .category-top .data:before, .attachments-detail ul .card li .category-top .data:before {
  content: '—';
  display: inline-block;
  margin: 0 8px;
}
.card:after, .attachments-detail ul li:after {
  content: '';
  display: block;
  margin-top: 48px;
  margin-left: 24px;
}
.card.no-after, .attachments-detail ul li.no-after {
  content: none;
}
.card a.read-more, .attachments-detail ul li a.read-more, .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .attachments-detail ul li a, .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .attachments-detail ul li a, .card .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .card a, .card .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .card a {
  position: absolute;
  bottom: 24px;
}
.card .categoryicon-top, .attachments-detail ul li .categoryicon-top {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.card .categoryicon-top .text, .attachments-detail ul li .categoryicon-top .text {
  font-size: 0.7777777778rem;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #435a70;
  line-height: 1rem;
}
.card .categoryicon-top .icon, .attachments-detail ul li .categoryicon-top .icon {
  width: 40px;
  height: 40px;
  fill: #008fcc;
  margin-right: 8px;
  flex-shrink: 0;
}
.card .simple-link, .attachments-detail ul li .simple-link {
  font-weight: 600;
  font-size: 0.8888888889rem;
  margin-top: 32px;
  display: block;
}
.card.card-bg, .attachments-detail ul li.card-bg {
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-right: none;
}
.card.card-bg:after, .attachments-detail ul li.card-bg:after {
  background: transparent;
}
.card.card-img, .attachments-detail ul li.card-img {
  border-right: none;
}
.card.card-img h5.card-title, .attachments-detail ul li.card-img h5.card-title {
  font-size: 1.1111111111rem;
  line-height: 1.5555555556rem;
}
.card.card-img .img-responsive-wrapper .img-responsive, .attachments-detail ul li.card-img .img-responsive-wrapper .img-responsive, .attachments-detail ul li.card-img .argomenti-evidenza-block img .img-responsive, .argomenti-evidenza-block .attachments-detail ul li.card-img img .img-responsive, .card.card-img .argomenti-evidenza-block img .img-responsive, .argomenti-evidenza-block .card.card-img img .img-responsive {
  padding-bottom: 61.29%;
  /* image proportion 310 x 190 */
}
.card.card-img .img-responsive-wrapper .img-responsive.img-responsive-panoramic, .attachments-detail ul li.card-img .img-responsive-wrapper .img-responsive.img-responsive-panoramic, .attachments-detail ul li.card-img .argomenti-evidenza-block img .img-responsive.img-responsive-panoramic, .argomenti-evidenza-block .attachments-detail ul li.card-img img .img-responsive.img-responsive-panoramic, .card.card-img .argomenti-evidenza-block img .img-responsive.img-responsive-panoramic, .argomenti-evidenza-block .card.card-img img .img-responsive.img-responsive-panoramic {
  padding-bottom: 30.645%;
  /* image proportion 310 x 95 */
}
.card.card-img.rounded .img-responsive-wrapper, .attachments-detail ul li.card-img.rounded .img-responsive-wrapper, .attachments-detail ul li.scheda-round.card-img .img-responsive-wrapper, .attachments-detail ul li.scheda-round.card-img .argomenti-evidenza-block img, .argomenti-evidenza-block .attachments-detail ul li.scheda-round.card-img img, .attachments-detail ul li.card-img.rounded .argomenti-evidenza-block img, .argomenti-evidenza-block .attachments-detail ul li.card-img.rounded img, .argomenti-evidenza-block img.card.card-img .img-responsive-wrapper, .argomenti-evidenza-block img.card.card-img img, .scheda-round.card.card-img .img-responsive-wrapper, .scheda-round.card.card-img .argomenti-evidenza-block img, .argomenti-evidenza-block .scheda-round.card.card-img img, .feedback-form form input:not(.btn).card.card-img .img-responsive-wrapper, .feedback-form form input:not(.btn).card.card-img .argomenti-evidenza-block img, .argomenti-evidenza-block .feedback-form form input:not(.btn).card.card-img img, .card.card-img.rounded .argomenti-evidenza-block img, .argomenti-evidenza-block .card.card-img.rounded img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card .card-calendar, .attachments-detail ul li .card-calendar {
  height: 80%;
  max-height: 80px;
  width: 80px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 32px;
  top: 10%;
  color: #455a64;
  text-align: center;
  font-size: 0.889em;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
}
.card .card-calendar .card-date, .attachments-detail ul li .card-calendar .card-date {
  font-size: 1.667em;
  font-weight: 700;
  display: block;
}
.card.no-after, .attachments-detail ul li.no-after {
  position: relative;
}
.card.no-after:after, .attachments-detail ul li.no-after:after {
  display: none;
}
.card.no-after > .read-more, .attachments-detail ul li.no-after > .read-more, .attachments-detail ul .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card li.no-after > a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .attachments-detail ul li.no-after > a, .attachments-detail ul .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card li.no-after > a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .attachments-detail ul li.no-after > a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .card.no-after > a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .card.no-after > a {
  padding-top: 16px;
}
.card.no-after > .read-more::before, .attachments-detail ul li.no-after > .read-more::before, .attachments-detail ul .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card li.no-after > a::before, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .attachments-detail ul li.no-after > a::before, .attachments-detail ul .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card li.no-after > a::before, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .attachments-detail ul li.no-after > a::before, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .card.no-after > a::before, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .card.no-after > a::before {
  content: '';
  height: 24px;
  display: block;
}
.card.special-card .img-responsive-wrapper, .attachments-detail ul li.special-card .img-responsive-wrapper, .attachments-detail ul li.special-card .argomenti-evidenza-block img, .argomenti-evidenza-block .attachments-detail ul li.special-card img, .card.special-card .argomenti-evidenza-block img, .argomenti-evidenza-block .card.special-card img {
  overflow: visible;
  position: relative;
  width: 174px;
  margin-bottom: 24px;
}
.card.special-card .img-responsive-wrapper::before, .attachments-detail ul li.special-card .img-responsive-wrapper::before, .attachments-detail ul li.special-card .argomenti-evidenza-block img::before, .argomenti-evidenza-block .attachments-detail ul li.special-card img::before, .card.special-card .argomenti-evidenza-block img::before, .argomenti-evidenza-block .card.special-card img::before, .card.special-card .img-responsive-wrapper::after, .attachments-detail ul li.special-card .img-responsive-wrapper::after, .attachments-detail ul li.special-card .argomenti-evidenza-block img::after, .argomenti-evidenza-block .attachments-detail ul li.special-card img::after, .card.special-card .argomenti-evidenza-block img::after, .argomenti-evidenza-block .card.special-card img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.card.special-card .img-responsive-wrapper:before, .attachments-detail ul li.special-card .img-responsive-wrapper:before, .attachments-detail ul li.special-card .argomenti-evidenza-block img:before, .argomenti-evidenza-block .attachments-detail ul li.special-card img:before, .card.special-card .argomenti-evidenza-block img:before, .argomenti-evidenza-block .card.special-card img:before {
  background: #6ac4eb;
  left: 24px;
  top: 24px;
  opacity: 0.3;
  transition: all 0.3s;
}
.card.special-card .img-responsive-wrapper:after, .attachments-detail ul li.special-card .img-responsive-wrapper:after, .attachments-detail ul li.special-card .argomenti-evidenza-block img:after, .argomenti-evidenza-block .attachments-detail ul li.special-card img:after, .card.special-card .argomenti-evidenza-block img:after, .argomenti-evidenza-block .card.special-card img:after {
  background: #6ac4eb;
  left: 12px;
  top: 12px;
  transition: all 0.3s;
}
.card.special-card .img-responsive-wrapper .img-responsive, .attachments-detail ul li.special-card .img-responsive-wrapper .img-responsive, .attachments-detail ul li.special-card .argomenti-evidenza-block img .img-responsive, .argomenti-evidenza-block .attachments-detail ul li.special-card img .img-responsive, .card.special-card .argomenti-evidenza-block img .img-responsive, .argomenti-evidenza-block .card.special-card img .img-responsive {
  padding-bottom: 122.98%;
  /* image proportion 214 x 174 */
  z-index: 1;
}
.card.special-card .head-tags, .attachments-detail ul li.special-card .head-tags {
  margin-bottom: 24px;
}
.card.special-card .head-tags span.data, .attachments-detail ul li.special-card .head-tags span.data {
  font-weight: normal;
}
.card.special-card:hover, .attachments-detail ul li.special-card:hover {
  text-decoration: none;
}
.card.special-card:hover h5, .attachments-detail ul li.special-card:hover h5 {
  text-decoration: underline;
  color: #008fcc;
}
.card.special-card:hover .img-responsive-wrapper:before, .attachments-detail ul li.special-card:hover .img-responsive-wrapper:before, .attachments-detail ul li.special-card:hover .argomenti-evidenza-block img:before, .argomenti-evidenza-block .attachments-detail ul li.special-card:hover img:before, .card.special-card:hover .argomenti-evidenza-block img:before, .argomenti-evidenza-block .card.special-card:hover img:before {
  background: #008fcc;
  opacity: 0.3;
}
.card.special-card:hover .img-responsive-wrapper:after, .attachments-detail ul li.special-card:hover .img-responsive-wrapper:after, .attachments-detail ul li.special-card:hover .argomenti-evidenza-block img:after, .argomenti-evidenza-block .attachments-detail ul li.special-card:hover img:after, .card.special-card:hover .argomenti-evidenza-block img:after, .argomenti-evidenza-block .card.special-card:hover img:after {
  background: #008fcc;
}
.card.card-big .card-body, .attachments-detail ul li.card-big .card-body, .attachments-detail ul li.card-big li, .card.card-big .attachments-detail ul li, .attachments-detail ul .card.card-big li {
  padding: 48px;
}
.card.card-big .card-body .top-icon, .attachments-detail ul li.card-big .card-body .top-icon, .attachments-detail ul li.card-big li .top-icon, .card.card-big .attachments-detail ul li .top-icon, .attachments-detail ul .card.card-big li .top-icon {
  margin-bottom: 24px;
}
.card.card-big .card-body .top-icon .icon, .attachments-detail ul li.card-big .card-body .top-icon .icon, .attachments-detail ul li.card-big li .top-icon .icon, .card.card-big .attachments-detail ul li .top-icon .icon, .attachments-detail ul .card.card-big li .top-icon .icon {
  width: 80px;
  height: 80px;
  fill: #008fcc;
}
.card.card-big .card-body h5.card-title, .attachments-detail ul li.card-big .card-body h5.card-title, .attachments-detail ul li.card-big li h5.card-title, .card.card-big .attachments-detail ul li h5.card-title, .attachments-detail ul .card.card-big li h5.card-title {
  font-size: 1.3333333333rem;
  line-height: 1.5555555556rem;
}
.card.card-big .card-body .card-text, .attachments-detail ul li.card-big .card-body .card-text, .attachments-detail ul li.card-big li .card-text, .card.card-big .attachments-detail ul li .card-text, .attachments-detail ul .card.card-big li .card-text {
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
}
.card.card-big .flag-icon, .attachments-detail ul li.card-big .flag-icon {
  margin-left: 48px;
}
.card.card-big .etichetta, .attachments-detail ul li.card-big .etichetta {
  position: absolute;
  right: 48px;
  top: 32px;
  justify-content: flex-end;
}
.card.border-bottom-card::before, .attachments-detail ul li.border-bottom-card::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  bottom: 0;
  background: #008fcc;
}
.card .head-tags, .attachments-detail ul li .head-tags {
  justify-content: space-between;
  display: flex;
  margin-bottom: 48px;
}
.card .head-tags .data, .attachments-detail ul li .head-tags .data {
  font-size: 0.7777777778rem;
  text-transform: uppercase;
  color: #435a70;
}
.card .card-tag, .attachments-detail ul li .card-tag {
  color: #008fcc;
  font-size: 0.7777777778rem;
  font-weight: bold;
  letter-spacing: 0.9px;
  padding: 0 32px;
  border-radius: 50px;
  border: 1px solid #008fcc;
}
.card .it-card-footer, .attachments-detail ul li .it-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
.card .it-card-footer .card-signature, .attachments-detail ul li .it-card-footer .card-signature {
  font-style: italic;
  font-family: Lora, Georgia, serif;
  color: #435a70;
  font-weight: 700;
  font-size: 0.8888888889rem;
  display: block;
  margin-bottom: 0;
}
.card.card-teaser, .attachments-detail ul li.card-teaser, .attachments-detail ul li, .attachments-detail ul li.card {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px;
}
.card.card-teaser:after, .attachments-detail ul li.card-teaser:after, .attachments-detail ul li:after, .attachments-detail ul li.card:after {
  content: none;
}
.card.card-teaser.card-column, .attachments-detail ul li.card-teaser.card-column, .attachments-detail ul li.card-column, .attachments-detail ul li.card.card-column {
  flex-direction: column;
}
.card.card-teaser .card-header, .attachments-detail ul li.card-teaser .card-header, .attachments-detail ul li .card-header, .attachments-detail ul li.card .card-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em;
  width: 100%;
}
.card.card-teaser .card-header .icon, .attachments-detail ul li.card-teaser .card-header .icon, .attachments-detail ul li .card-header .icon, .attachments-detail ul li.card .card-header .icon {
  margin-right: 0.5rem;
}
.card.card-teaser .card-header h1, .attachments-detail ul li.card-teaser .card-header h1, .attachments-detail ul li .card-header h1, .attachments-detail ul li.card .card-header h1 {
  line-height: 1.5;
  margin-bottom: 0;
}
.card.card-teaser .card-header h2, .attachments-detail ul li.card-teaser .card-header h2, .attachments-detail ul li .card-header h2, .attachments-detail ul li.card .card-header h2 {
  line-height: 1.5;
  margin-bottom: 0;
}
.card.card-teaser .card-header h3, .attachments-detail ul li.card-teaser .card-header h3, .attachments-detail ul li .card-header h3, .attachments-detail ul li.card .card-header h3 {
  line-height: 1.5;
  margin-bottom: 0;
}
.card.card-teaser .card-header h4, .attachments-detail ul li.card-teaser .card-header h4, .attachments-detail ul li .card-header h4, .attachments-detail ul li.card .card-header h4 {
  line-height: 1.5;
  margin-bottom: 0;
}
.card.card-teaser .card-header h5, .attachments-detail ul li.card-teaser .card-header h5, .attachments-detail ul li .card-header h5, .attachments-detail ul li.card .card-header h5 {
  line-height: 1.5;
  margin-bottom: 0;
}
.card.card-teaser .card-header h6, .attachments-detail ul li.card-teaser .card-header h6, .attachments-detail ul li .card-header h6, .attachments-detail ul li.card .card-header h6 {
  line-height: 1.5;
  margin-bottom: 0;
}
.card.card-teaser .card-body, .attachments-detail ul li.card-teaser .card-body, .attachments-detail ul li .card-body, .attachments-detail ul li, .attachments-detail ul li.card-teaser li, .attachments-detail ul li.card .card-body, .attachments-detail ul li.card li, .card.card-teaser .attachments-detail ul li, .attachments-detail ul .card.card-teaser li {
  padding: 0;
  flex: auto;
}
.card.card-teaser .card-body .card-title, .attachments-detail ul li.card-teaser .card-body .card-title, .attachments-detail ul li .card-body .card-title, .attachments-detail ul li .card-title, .attachments-detail ul li.card-teaser li .card-title, .attachments-detail ul li.card .card-body .card-title, .attachments-detail ul li.card li .card-title, .card.card-teaser .attachments-detail ul li .card-title, .attachments-detail ul .card.card-teaser li .card-title {
  margin: 0;
}
.card.card-teaser .card-body .card-text, .attachments-detail ul li.card-teaser .card-body .card-text, .attachments-detail ul li .card-body .card-text, .attachments-detail ul li .card-text, .attachments-detail ul li.card-teaser li .card-text, .attachments-detail ul li.card .card-body .card-text, .attachments-detail ul li.card li .card-text, .card.card-teaser .attachments-detail ul li .card-text, .attachments-detail ul .card.card-teaser li .card-text, .card.card-teaser .card-body .card-text > p, .attachments-detail ul li.card-teaser .card-body .card-text > p, .attachments-detail ul li .card-body .card-text > p, .attachments-detail ul li .card-text > p, .attachments-detail ul li.card-teaser li .card-text > p, .attachments-detail ul li.card .card-body .card-text > p, .attachments-detail ul li.card li .card-text > p, .card.card-teaser .attachments-detail ul li .card-text > p, .attachments-detail ul .card.card-teaser li .card-text > p {
  font-family: 'Titillium Web';
  font-size: 0.8888888889rem;
  margin: 0;
}
.card.card-teaser .card-body .card-text + .card-text, .attachments-detail ul li.card-teaser .card-body .card-text + .card-text, .attachments-detail ul li .card-body .card-text + .card-text, .attachments-detail ul li .card-text + .card-text, .attachments-detail ul li.card-teaser li .card-text + .card-text, .attachments-detail ul li.card .card-body .card-text + .card-text, .attachments-detail ul li.card li .card-text + .card-text, .card.card-teaser .attachments-detail ul li .card-text + .card-text, .attachments-detail ul .card.card-teaser li .card-text + .card-text, .card.card-teaser .card-body .card-text > p + .card-text, .attachments-detail ul li.card-teaser .card-body .card-text > p + .card-text, .attachments-detail ul li .card-body .card-text > p + .card-text, .attachments-detail ul li .card-text > p + .card-text, .attachments-detail ul li.card-teaser li .card-text > p + .card-text, .attachments-detail ul li.card .card-body .card-text > p + .card-text, .attachments-detail ul li.card li .card-text > p + .card-text, .card.card-teaser .attachments-detail ul li .card-text > p + .card-text, .attachments-detail ul .card.card-teaser li .card-text > p + .card-text {
  margin-top: 16px;
}
.card.card-teaser .icon, .attachments-detail ul li.card-teaser .icon, .attachments-detail ul li .icon, .attachments-detail ul li.card .icon {
  min-width: 32px;
}
.card.card-teaser .icon + .card-body, .attachments-detail ul li.card-teaser .icon + .card-body, .attachments-detail ul li .icon + .card-body, .attachments-detail ul li .icon +, .attachments-detail ul li.card-teaser .icon + li, .attachments-detail ul li.card .icon + .card-body, .attachments-detail ul li.card .icon + li, .card.card-teaser .attachments-detail ul .icon + li, .attachments-detail ul .card.card-teaser .icon + li {
  margin-left: 1em;
}
.card.card-teaser .avatar.size-xs, .attachments-detail ul li.card-teaser .avatar.size-xs, .attachments-detail ul li .avatar.size-xs, .attachments-detail ul li.card .avatar.size-xs {
  min-width: 16px;
}
.card.card-teaser .avatar.size-sm, .attachments-detail ul li.card-teaser .avatar.size-sm, .attachments-detail ul li .avatar.size-sm, .attachments-detail ul li.card .avatar.size-sm {
  min-width: 24px;
}
.card.card-teaser .avatar.size-md, .attachments-detail ul li.card-teaser .avatar.size-md, .attachments-detail ul li .avatar.size-md, .attachments-detail ul li.card .avatar.size-md {
  min-width: 32px;
}
.card.card-teaser .avatar.size-lg, .attachments-detail ul li.card-teaser .avatar.size-lg, .attachments-detail ul li .avatar.size-lg, .attachments-detail ul li.card .avatar.size-lg {
  min-width: 40px;
}
.card.card-teaser .avatar.size-xl, .attachments-detail ul li.card-teaser .avatar.size-xl, .attachments-detail ul li .avatar.size-xl, .attachments-detail ul li.card .avatar.size-xl {
  min-width: 80px;
}
.card.card-teaser .avatar + .card-body, .attachments-detail ul li.card-teaser .avatar + .card-body, .attachments-detail ul li .avatar + .card-body, .attachments-detail ul li .avatar +, .attachments-detail ul li.card-teaser .avatar + li, .attachments-detail ul li.card .avatar + .card-body, .attachments-detail ul li.card .avatar + li, .card.card-teaser .attachments-detail ul .avatar + li, .attachments-detail ul .card.card-teaser .avatar + li {
  flex: 1;
}
.card.card-teaser-primary, .attachments-detail ul li.card-teaser-primary {
  border-left: 8px solid #007db3;
}
.card.card-teaser-secondary, .attachments-detail ul li.card-teaser-secondary {
  border-left: 8px solid #ffd400;
}
.card.card-teaser-success, .attachments-detail ul li.card-teaser-success {
  border-left: 8px solid #008758;
}
.card.card-teaser-info, .attachments-detail ul li.card-teaser-info {
  border-left: 8px solid #979899;
}
.card.card-teaser-warning, .attachments-detail ul li.card-teaser-warning {
  border-left: 8px solid #a66300;
}
.card.card-teaser-danger, .attachments-detail ul li.card-teaser-danger {
  border-left: 8px solid #d92828;
}
.card.card-teaser-light, .attachments-detail ul li.card-teaser-light {
  border-left: 8px solid #e9e6f2;
}
.card.card-teaser-dark, .attachments-detail ul li.card-teaser-dark {
  border-left: 8px solid #17324d;
}
.card.card-teaser-black, .attachments-detail ul li.card-teaser-black {
  border-left: 8px solid #000;
}
.card.card-teaser-white, .attachments-detail ul li.card-teaser-white {
  border-left: 8px solid #fff;
}
.card.card-teaser-100, .attachments-detail ul li.card-teaser-100 {
  border-left: 8px solid #e3e4e6;
}
.card.card-teaser-200, .attachments-detail ul li.card-teaser-200 {
  border-left: 8px solid #cacacc;
}
.card.card-teaser-300, .attachments-detail ul li.card-teaser-300 {
  border-left: 8px solid #b1b1b3;
}
.card.card-teaser-400, .attachments-detail ul li.card-teaser-400 {
  border-left: 8px solid #979899;
}
.card.card-teaser-500, .attachments-detail ul li.card-teaser-500 {
  border-left: 8px solid #7e7f80;
}
.card.card-teaser-600, .attachments-detail ul li.card-teaser-600 {
  border-left: 8px solid #656566;
}
.card.card-teaser-700, .attachments-detail ul li.card-teaser-700 {
  border-left: 8px solid #4c4c4d;
}
.card.card-teaser-800, .attachments-detail ul li.card-teaser-800 {
  border-left: 8px solid #323333;
}
.card.card-teaser-900, .attachments-detail ul li.card-teaser-900 {
  border-left: 8px solid #19191a;
}
.card.card-teaser-tertiary, .attachments-detail ul li.card-teaser-tertiary {
  border-left: 8px solid #000;
}
.card.card-teaser-card-preference-bg, .attachments-detail ul li.card-teaser-card-preference-bg {
  border-left: 8px solid #e1f5e5;
}
.card.card-teaser-tags-list-bg, .attachments-detail ul li.card-teaser-tags-list-bg {
  border-left: 8px solid #e1f5e5;
}
.card.card-teaser-tooltip-bg, .attachments-detail ul li.card-teaser-tooltip-bg {
  border-left: 8px solid #5e7887;
}
.card.card-teaser-text-muted, .attachments-detail ul li.card-teaser-text-muted {
  border-left: 8px solid #435960;
}
.card.card-teaser-linkedin, .attachments-detail ul li.card-teaser-linkedin {
  border-left: 8px solid #0177b5;
}
.card.card-teaser-facebook, .attachments-detail ul li.card-teaser-facebook {
  border-left: 8px solid #4867aa;
}
.card.card-teaser-google, .attachments-detail ul li.card-teaser-google {
  border-left: 8px solid #ea4335;
}
.card.card-teaser-twitter, .attachments-detail ul li.card-teaser-twitter {
  border-left: 8px solid #32ccfe;
}
.card.card-teaser-youtube, .attachments-detail ul li.card-teaser-youtube {
  border-left: 8px solid #be1b1e;
}
.card.card-teaser-spid, .attachments-detail ul li.card-teaser-spid {
  border-left: 8px solid #06c;
}
.card.card-teaser-google-drive, .attachments-detail ul li.card-teaser-google-drive {
  border-left: 8px solid #3c83f7;
}
.card.card-teaser-dark-gray, .attachments-detail ul li.card-teaser-dark-gray {
  border-left: 8px solid #333;
}
.card.card-teaser-card-gray, .attachments-detail ul li.card-teaser-card-gray {
  border-left: 8px solid #455b71;
}
.card.card-teaser-green-fe, .attachments-detail ul li.card-teaser-green-fe {
  border-left: 8px solid #338c32;
}
.card.card-teaser-light-edufe-header, .attachments-detail ul li.card-teaser-light-edufe-header {
  border-left: 8px solid #fff2db;
}
.card.card-teaser-dark-edufe-header, .attachments-detail ul li.card-teaser-dark-edufe-header {
  border-left: 8px solid #ffd48c;
}
.card.card-teaser-pink-edufe-header, .attachments-detail ul li.card-teaser-pink-edufe-header {
  border-left: 8px solid #dc7e72;
}
.card.card-teaser-first-card-theme-edufe, .attachments-detail ul li.card-teaser-first-card-theme-edufe {
  border-left: 8px solid #ffbd89;
}
.card.card-teaser-second-card-theme-edufe, .attachments-detail ul li.card-teaser-second-card-theme-edufe {
  border-left: 8px solid #ffa987;
}
.card.card-teaser-third-card-theme-edufe, .attachments-detail ul li.card-teaser-third-card-theme-edufe {
  border-left: 8px solid #ff9386;
}
.card.card-teaser-fourth-card-theme-edufe, .attachments-detail ul li.card-teaser-fourth-card-theme-edufe {
  border-left: 8px solid #dc7e72;
}
.card.card-teaser-green-pug, .attachments-detail ul li.card-teaser-green-pug {
  border-left: 8px solid #94c01f;
}
.card.card-teaser-$green-cta-pug, .attachments-detail ul li.card-teaser-$green-cta-pug {
  border-left: 8px solid #597212;
}
.card.card-teaser-green-card-pug, .attachments-detail ul li.card-teaser-green-card-pug {
  border-left: 8px solid #609868;
}
.card.card-teaser-light-orange-card-pug, .attachments-detail ul li.card-teaser-light-orange-card-pug {
  border-left: 8px solid #466949;
}
.card.card-teaser-orange-card-pug, .attachments-detail ul li.card-teaser-orange-card-pug {
  border-left: 8px solid #dd8553;
}
.card.card-teaser-purple-card-pug, .attachments-detail ul li.card-teaser-purple-card-pug {
  border-left: 8px solid #908fc2;
}
.card.card-teaser-pink-card-pug, .attachments-detail ul li.card-teaser-pink-card-pug {
  border-left: 8px solid #df4967;
}
.card.card-teaser-dark-purple-card-pug, .attachments-detail ul li.card-teaser-dark-purple-card-pug {
  border-left: 8px solid #887c94;
}
.card.card-teaser-dark-pink-card-pug, .attachments-detail ul li.card-teaser-dark-pink-card-pug {
  border-left: 8px solid #739ba5;
}
.card.card-teaser-yellow-card-pug, .attachments-detail ul li.card-teaser-yellow-card-pug {
  border-left: 8px solid #96ae42;
}
.card.card-teaser-dark-green-card-pug, .attachments-detail ul li.card-teaser-dark-green-card-pug {
  border-left: 8px solid #b6506a;
}
.card.card-teaser-cyan-pnrr, .attachments-detail ul li.card-teaser-cyan-pnrr {
  border-left: 8px solid #1cafe2;
}
.card.card-teaser-green-cta-pnrr, .attachments-detail ul li.card-teaser-green-cta-pnrr {
  border-left: 8px solid #597212;
}
.card.card-teaser-green-card-pnrr, .attachments-detail ul li.card-teaser-green-card-pnrr {
  border-left: 8px solid #609868;
}
.card.card-teaser-mission-digitalizzazione, .attachments-detail ul li.card-teaser-mission-digitalizzazione {
  border-left: 8px solid #c5dcee;
}
.card.card-teaser-mission-rivoluzione-verde, .attachments-detail ul li.card-teaser-mission-rivoluzione-verde {
  border-left: 8px solid #92d051;
}
.card.card-teaser-mission-infrastrutture, .attachments-detail ul li.card-teaser-mission-infrastrutture {
  border-left: 8px solid #ff807e;
}
.card.card-teaser-mission-istruzione, .attachments-detail ul li.card-teaser-mission-istruzione {
  border-left: 8px solid #ffc284;
}
.card.card-teaser-mission-coesione, .attachments-detail ul li.card-teaser-mission-coesione {
  border-left: 8px solid #e2d6ec;
}
.card.card-teaser-mission-salute, .attachments-detail ul li.card-teaser-mission-salute {
  border-left: 8px solid #fff2d0;
}
.card.card-teaser-green-matrimoni, .attachments-detail ul li.card-teaser-green-matrimoni {
  border-left: 8px solid #889f8c;
}
.card.card-teaser-pink-matrimoni, .attachments-detail ul li.card-teaser-pink-matrimoni {
  border-left: 8px solid #f4a596;
}
.card.card-teaser-dark-pink-matrimoni, .attachments-detail ul li.card-teaser-dark-pink-matrimoni {
  border-left: 8px solid rgba(244, 165, 150, 0.19);
}
.card.card-teaser-red-inferrara, .attachments-detail ul li.card-teaser-red-inferrara {
  border-left: 8px solid #842722;
}
.card.card-teaser-primary-geoportale, .attachments-detail ul li.card-teaser-primary-geoportale {
  border-left: 8px solid #2f8287;
}
.card.card-teaser-dark-azul-geoportale, .attachments-detail ul li.card-teaser-dark-azul-geoportale {
  border-left: 8px solid #3b707b;
}
.card.card-teaser-green-geoportale, .attachments-detail ul li.card-teaser-green-geoportale {
  border-left: 8px solid #165f24;
}
.card.card-teaser-dark-purple-geoportale, .attachments-detail ul li.card-teaser-dark-purple-geoportale {
  border-left: 8px solid #67586d;
}
.card.card-teaser-dark-yellow-geoportale, .attachments-detail ul li.card-teaser-dark-yellow-geoportale {
  border-left: 8px solid #7a5a29;
}
.card.card-teaser-dark-green-geoportale, .attachments-detail ul li.card-teaser-dark-green-geoportale {
  border-left: 8px solid #2f4133;
}
.card.card-teaser-orange-geoportale, .attachments-detail ul li.card-teaser-orange-geoportale {
  border-left: 8px solid #ae4929;
}
.card.card-teaser-purple-geoportale, .attachments-detail ul li.card-teaser-purple-geoportale {
  border-left: 8px solid #7a2972;
}
.card.card-teaser-blue-geoportale, .attachments-detail ul li.card-teaser-blue-geoportale {
  border-left: 8px solid #41488c;
}
.card.card-teaser-azul-geoportale, .attachments-detail ul li.card-teaser-azul-geoportale {
  border-left: 8px solid #6795c5;
}
.card.card-teaser-red-geoportale, .attachments-detail ul li.card-teaser-red-geoportale {
  border-left: 8px solid #a72947;
}
.card.card-teaser-brown-geoportale, .attachments-detail ul li.card-teaser-brown-geoportale {
  border-left: 8px solid #7a6329;
}
.card.card-teaser-grey-geoportale, .attachments-detail ul li.card-teaser-grey-geoportale {
  border-left: 8px solid #414642;
}
.card.card-teaser-light-green-geoportale, .attachments-detail ul li.card-teaser-light-green-geoportale {
  border-left: 8px solid #3e883c;
}
.card.card-teaser-brown-ssui, .attachments-detail ul li.card-teaser-brown-ssui {
  border-left: 8px solid #735238;
}
.card.card-teaser-light-brown-ssui, .attachments-detail ul li.card-teaser-light-brown-ssui {
  border-left: 8px solid #ba7b4a;
}
.card.card-teaser-sititematici-red, .attachments-detail ul li.card-teaser-sititematici-red {
  border-left: 8px solid #9c2b2b;
}
.card.card-teaser-sititematici-orange, .attachments-detail ul li.card-teaser-sititematici-orange {
  border-left: 8px solid #bf5818;
}
.card.card-teaser-sititematici-yellow, .attachments-detail ul li.card-teaser-sititematici-yellow {
  border-left: 8px solid #d8b509;
}
.card.card-teaser-sititematici-turquoise, .attachments-detail ul li.card-teaser-sititematici-turquoise {
  border-left: 8px solid #009d74;
}
.card.card-teaser-sititematici-green, .attachments-detail ul li.card-teaser-sititematici-green {
  border-left: 8px solid #7c9f4a;
}
.card.card-teaser-sititematici-lightblue, .attachments-detail ul li.card-teaser-sititematici-lightblue {
  border-left: 8px solid #5ca8a1;
}
.card.card-teaser-sititematici-darkblue, .attachments-detail ul li.card-teaser-sititematici-darkblue {
  border-left: 8px solid #354f66;
}
.card.card-teaser-sititematici-purple, .attachments-detail ul li.card-teaser-sititematici-purple {
  border-left: 8px solid #786372;
}
.card.card-teaser-sititematici-green-xmas, .attachments-detail ul li.card-teaser-sititematici-green-xmas {
  border-left: 8px solid #287233;
}
.flag-icon {
  width: 32px;
  height: 48px;
  box-sizing: content-box;
  position: relative;
  background: #008fcc;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.flag-icon:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 13px solid #fff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
a.read-more, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.9px;
  font-size: 0.7777777778rem;
}
a.read-more .icon, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a .icon, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a .icon {
  margin-left: 8px;
  fill: #008fcc;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.etichetta {
  display: flex;
  align-items: center;
  font-size: 0.7777777778rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #435a70;
}
.etichetta .icon {
  fill: #435a70;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}
.row [class*='col-'] > .card-wrapper, .edufe-argomenti-layoutsection .four-columns-layout [class*='col-'] > .card-wrapper, .attachments-detail ul [class*='col-'] > .card-wrapper, .edufe-argomenti-layoutsection.pug .five-columns-layout [class*='col-'] > .card-wrapper, .section-missioni .three-columns-layout [class*='col-'] > .card-wrapper, .edufe-argomenti-layoutsection.pnrr .five-columns-layout [class*='col-'] > .card-wrapper, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout [class*='col-'] > .card-wrapper, .edufe-argomenti-layoutsection.ssui .five-columns-layout [class*='col-'] > .card-wrapper {
  height: 100%;
}
.row [class*='col-'] > .card-wrapper > .card, .edufe-argomenti-layoutsection .four-columns-layout [class*='col-'] > .card-wrapper > .card, .edufe-argomenti-layoutsection .four-columns-layout .attachments-detail ul [class*='col-'] > .card-wrapper > li, .attachments-detail ul .edufe-argomenti-layoutsection .four-columns-layout [class*='col-'] > .card-wrapper > li, .attachments-detail ul [class*='col-'] > .card-wrapper > .card, .attachments-detail ul [class*='col-'] > .card-wrapper > li, .edufe-argomenti-layoutsection.pug .five-columns-layout [class*='col-'] > .card-wrapper > .card, .edufe-argomenti-layoutsection.pug .five-columns-layout .attachments-detail ul [class*='col-'] > .card-wrapper > li, .attachments-detail ul .edufe-argomenti-layoutsection.pug .five-columns-layout [class*='col-'] > .card-wrapper > li, .section-missioni .three-columns-layout [class*='col-'] > .card-wrapper > .card, .section-missioni .three-columns-layout .attachments-detail ul [class*='col-'] > .card-wrapper > li, .attachments-detail ul .section-missioni .three-columns-layout [class*='col-'] > .card-wrapper > li, .edufe-argomenti-layoutsection.pnrr .five-columns-layout [class*='col-'] > .card-wrapper > .card, .edufe-argomenti-layoutsection.pnrr .five-columns-layout .attachments-detail ul [class*='col-'] > .card-wrapper > li, .attachments-detail ul .edufe-argomenti-layoutsection.pnrr .five-columns-layout [class*='col-'] > .card-wrapper > li, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout [class*='col-'] > .card-wrapper > .card, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout .attachments-detail ul [class*='col-'] > .card-wrapper > li, .attachments-detail ul .edufe-argomenti-layoutsection.matrimoni .five-columns-layout [class*='col-'] > .card-wrapper > li, .edufe-argomenti-layoutsection.ssui .five-columns-layout [class*='col-'] > .card-wrapper > .card, .edufe-argomenti-layoutsection.ssui .five-columns-layout .attachments-detail ul [class*='col-'] > .card-wrapper > li, .attachments-detail ul .edufe-argomenti-layoutsection.ssui .five-columns-layout [class*='col-'] > .card-wrapper > li, .row .attachments-detail ul [class*='col-'] > .card-wrapper > li, .attachments-detail ul .row [class*='col-'] > .card-wrapper > li {
  height: 100%;
}
@media (min-width: 992px) {
  .card-wrapper {
    padding-bottom: 0;
  }
  .card-wrapper.card-space {
    padding-bottom: 12px;
  }
  .card-wrapper.card-offset {
    margin-top: 90px;
  }
  .card, .attachments-detail ul li {
    border: none;
    margin-right: -6px;
  }
  .card.card-bg, .attachments-detail ul li.card-bg, .card.card-img, .attachments-detail ul li.card-img {
    margin: 0;
  }
  .card .card-body .card-text, .attachments-detail ul li .card-body .card-text, .attachments-detail ul li .card-text, .card .attachments-detail ul li .card-text, .attachments-detail ul .card li .card-text {
    font-size: 0.7777777778rem;
  }
  .card .card-body h5.card-title, .attachments-detail ul li .card-body h5.card-title, .attachments-detail ul li h5.card-title, .card .attachments-detail ul li h5.card-title, .attachments-detail ul .card li h5.card-title {
    font-size: 1rem;
  }
}
.img-responsive-wrapper, .argomenti-evidenza-block img {
  overflow: hidden;
}
.img-responsive-wrapper .img-responsive, .argomenti-evidenza-block img .img-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.img-responsive-wrapper .img-responsive .img-wrapper, .argomenti-evidenza-block img .img-responsive .img-wrapper, .argomenti-evidenza-block img .img-responsive, .img-responsive-wrapper .img-responsive .argomenti-evidenza-block img, .argomenti-evidenza-block .img-responsive-wrapper .img-responsive img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-responsive-wrapper .img-responsive .img-wrapper.custom-object-fit, .argomenti-evidenza-block img .img-responsive .img-wrapper.custom-object-fit, .argomenti-evidenza-block img .img-responsive img.custom-object-fit, .img-responsive-wrapper .img-responsive .argomenti-evidenza-block img.custom-object-fit, .argomenti-evidenza-block .img-responsive-wrapper .img-responsive img.custom-object-fit {
  background-size: cover;
  background-position: center;
  background-color: #ebeced;
}
.img-responsive-wrapper .img-responsive .img-wrapper.custom-object-fit img, .argomenti-evidenza-block img .img-responsive .img-wrapper.custom-object-fit img, .argomenti-evidenza-block img .img-responsive img.custom-object-fit img, .img-responsive-wrapper .img-responsive .argomenti-evidenza-block img.custom-object-fit img, .argomenti-evidenza-block .img-responsive-wrapper .img-responsive img.custom-object-fit img {
  visibility: hidden;
}
.img-responsive-wrapper .img-responsive .img-wrapper img, .argomenti-evidenza-block img .img-responsive .img-wrapper img, .argomenti-evidenza-block img .img-responsive img, .img-responsive-wrapper .img-responsive .argomenti-evidenza-block img img, .argomenti-evidenza-block .img-responsive-wrapper .img-responsive img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.overlay-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.overlay-wrapper.overlay-hover .overlay-panel {
  opacity: 0;
  transition: opacity 0.1s;
}
.overlay-wrapper.overlay-hover:hover .overlay-panel {
  opacity: 1;
  transition: opacity 0.2s;
}
.overlay-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 16px 24px;
  background-color: rgba(0, 125, 179, 0.85);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  max-height: 56px;
}
.overlay-panel span {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.overlay-panel.overlay-panel-fullheight, .overlay-panel.overlay-icon {
  top: 0;
  height: 100%;
  max-height: 100%;
  display: flex;
}
.overlay-panel.overlay-panel-fullheight {
  align-items: flex-end;
}
.overlay-panel.overlay-icon {
  justify-content: center;
  align-items: center;
}
.overlay-panel.overlay-icon .icon {
  fill: #fff;
}
.overlay-panel.overlay-black {
  background-color: rgba(0, 0, 0, 0.54);
}
@media (min-width: 576px) {
  .overlay-panel {
    font-size: 0.889rem;
  }
}
.progress-donut-wrapper {
  width: 128px;
  height: 128px;
  position: relative;
}
.progress-donut-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.85);
  background: #d4f2ff;
  border-radius: 50%;
}
.progress-donut {
  transform: scale(0.355);
  position: absolute;
  top: -162px;
  left: -162px;
}
.progress-donut .clProg {
  font-weight: 700;
}
@media (min-width: 768px) {
  .progress-donut-wrapper {
    width: 180px;
    height: 180px;
  }
  .progress-donut {
    transform: scale(0.5);
    top: -136px;
    left: -136px;
  }
}
@keyframes progressBarIndeterminate {
  0% {
    left: -5%;
  }
  50% {
    width: 66%;
  }
  100% {
    left: 100%;
    width: 33%;
  }
}
.progress {
  height: 4px;
  box-shadow: none;
  background-color: #d4f2ff;
}
.progress.progress-color {
  background-color: #e6ecf2;
}
.progress.progress-indeterminate {
  position: relative;
}
.progress.progress-indeterminate .progress-bar {
  width: 0;
  animation: progressBarIndeterminate 1.4s cubic-bezier(0.77, 0, 0.175, 1) infinite forwards;
  position: absolute;
  top: 0;
  bottom: 0;
}
.progress-bar {
  background-color: #007db3;
}
.progress-bar-label {
  text-align: right;
  font-size: 0.75rem;
  color: #17324d;
  font-weight: 500;
}
.btn-progress .progress {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-radius: 0 0 4px 4px;
}
.btn-progress .progress-bar {
  height: 4px;
}
@media (min-width: 576px) {
  .progress-bar-label {
    font-size: 0.667rem;
  }
}
@keyframes spinnerAnim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinnerAnimInner1 {
  0% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(205deg);
  }
}
@keyframes spinnerAnimInner2 {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-105deg);
  }
}
.progress-spinner {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid #d4f2ff;
}
.progress-spinner.progress-spinner-active {
  animation: spinnerAnim 0.75s linear infinite;
}
.progress-spinner.progress-spinner-active:not(.progress-spinner-double) {
  border-color: #007db3;
  border-bottom-color: #d4f2ff;
}
.progress-spinner.size-sm {
  width: 32px;
  height: 32px;
}
.progress-spinner.progress-spinner-double {
  display: inline-block;
}
.progress-spinner.progress-spinner-double.size-sm {
  width: 32px;
  height: 32px;
}
.progress-spinner.progress-spinner-double.size-sm .progress-spinner-inner {
  width: 32px;
  height: 16px;
}
.progress-spinner.progress-spinner-double.progress-spinner-active .progress-spinner-inner {
  opacity: 1;
}
.progress-spinner.progress-spinner-double .progress-spinner-inner {
  width: 48px;
  height: 24px;
  overflow: hidden;
  margin-left: -4px;
  opacity: 0;
  transition: opacity 0.3s;
}
.progress-spinner.progress-spinner-double .progress-spinner-inner:nth-child(1) {
  margin-top: -4px;
}
.progress-spinner.progress-spinner-double .progress-spinner-inner:nth-child(2) {
  transform: rotate(180deg);
}
.progress-spinner.progress-spinner-double .progress-spinner-inner:nth-child(2):after {
  animation-name: spinnerAnimInner2;
}
.progress-spinner.progress-spinner-double .progress-spinner-inner:after {
  content: '';
  display: inline-block;
  transform: rotate(45deg);
  border-radius: 50%;
  border: 4px solid #007db3;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 100%;
  height: 200%;
  animation: spinnerAnimInner1 0.75s cubic-bezier(0.25, 0.1, 0.5, 1) infinite alternate;
}
.it-grid-item-wrapper {
  position: relative;
}
.it-grid-item-wrapper .img-responsive-wrapper, .it-grid-item-wrapper .argomenti-evidenza-block img, .argomenti-evidenza-block .it-grid-item-wrapper img {
  border-radius: 4px;
}
.it-grid-item-wrapper .img-responsive-wrapper .img-responsive, .it-grid-item-wrapper .argomenti-evidenza-block img .img-responsive, .argomenti-evidenza-block .it-grid-item-wrapper img .img-responsive {
  padding-bottom: 66.8122270742%;
}
.it-grid-item-wrapper .it-griditem-text-wrapper, .it-grid-item-wrapper .argomenti-evidenza-block .el-content, .argomenti-evidenza-block .it-grid-item-wrapper .el-content {
  display: flex;
  justify-content: space-between;
  padding: 16px 8px;
  align-items: center;
}
.it-grid-item-wrapper .it-griditem-text-wrapper .it-griditem-text, .it-grid-item-wrapper .argomenti-evidenza-block .el-content .it-griditem-text, .argomenti-evidenza-block .it-grid-item-wrapper .el-content .it-griditem-text {
  font-size: 0.8rem;
  color: #435a70;
  font-weight: 600;
}
.it-grid-item-wrapper .it-griditem-text-wrapper .icon, .it-grid-item-wrapper .argomenti-evidenza-block .el-content .icon, .argomenti-evidenza-block .it-grid-item-wrapper .el-content .icon {
  flex-shrink: 0;
  position: relative;
  right: -8px;
  fill: #008fcc;
  width: 24px;
  height: 24px;
}
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper, .it-grid-item-wrapper.it-grid-item-overlay .argomenti-evidenza-block .el-content, .argomenti-evidenza-block .it-grid-item-wrapper.it-grid-item-overlay .el-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(23, 50, 77, 0.85);
  padding: 8px 16px;
}
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .it-griditem-text, .it-grid-item-wrapper.it-grid-item-overlay .argomenti-evidenza-block .el-content .it-griditem-text, .argomenti-evidenza-block .it-grid-item-wrapper.it-grid-item-overlay .el-content .it-griditem-text {
  color: #fff;
}
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .icon, .it-grid-item-wrapper.it-grid-item-overlay .argomenti-evidenza-block .el-content .icon, .argomenti-evidenza-block .it-grid-item-wrapper.it-grid-item-overlay .el-content .icon {
  fill: #fff;
}
.it-grid-item-wrapper a:hover .it-griditem-text {
  text-decoration: underline;
}
.it-grid-item-wrapper.it-grid-item-double-w .img-responsive-wrapper .img-responsive, .it-grid-item-wrapper.it-grid-item-double-w .argomenti-evidenza-block img .img-responsive, .argomenti-evidenza-block .it-grid-item-wrapper.it-grid-item-double-w img .img-responsive {
  padding-bottom: calc(33.4061135371% - 2px);
}
.it-grid-item-wrapper.it-grid-item-overlay {
  position: relative;
}
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper, .it-grid-item-wrapper.it-grid-item-overlay .argomenti-evidenza-block .el-content, .argomenti-evidenza-block .it-grid-item-wrapper.it-grid-item-overlay .el-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  background-color: transparent;
}
.it-grid-list-wrapper {
  padding-left: 4px;
  padding-right: 4px;
}
.it-grid-list-wrapper div[class^='col-'] {
  padding: 0 2px 4px 2px;
}
.it-grid-list-wrapper .grid-row {
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
  flex-wrap: wrap;
}
.it-grid-list-wrapper.it-image-label-grid {
  padding-left: 16px;
  padding-right: 16px;
}
.it-grid-list-wrapper.it-image-label-grid div[class^='col-'] {
  padding: 0 8px 16px 8px;
}
.it-grid-list-wrapper.it-image-label-grid .grid-row {
  margin-left: -20px;
  margin-right: -20px;
}
.it-grid-list-wrapper.it-masonry .card-columns {
  margin-left: -20px;
  margin-right: -20px;
  column-gap: 0;
}
.it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper {
  break-inside: avoid-column;
}
.it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive {
  padding-bottom: initial;
  height: auto;
}
.it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive .img-wrapper, .it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive .argomenti-evidenza-block img, .argomenti-evidenza-block .it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive img {
  position: inherit;
  left: initial;
  right: initial;
  width: initial;
  height: initial;
}
.it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive .img-wrapper img, .it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive .argomenti-evidenza-block img img, .argomenti-evidenza-block .it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive img img {
  height: auto;
  object-fit: initial;
}
@media (min-width: 992px) {
  .it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper, .it-grid-item-wrapper.it-grid-item-overlay .argomenti-evidenza-block .el-content, .argomenti-evidenza-block .it-grid-item-wrapper.it-grid-item-overlay .el-content {
    padding: 16px 24px;
  }
  .it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .it-griditem-text, .it-grid-item-wrapper.it-grid-item-overlay .argomenti-evidenza-block .el-content .it-griditem-text, .argomenti-evidenza-block .it-grid-item-wrapper.it-grid-item-overlay .el-content .it-griditem-text {
    font-size: 1rem;
  }
  .it-grid-item-wrapper .it-griditem-text-wrapper .it-griditem-text, .it-grid-item-wrapper .argomenti-evidenza-block .el-content .it-griditem-text, .argomenti-evidenza-block .it-grid-item-wrapper .el-content .it-griditem-text {
    font-size: 1rem;
  }
  .it-grid-item-wrapper .it-griditem-text-wrapper .icon, .it-grid-item-wrapper .argomenti-evidenza-block .el-content .icon, .argomenti-evidenza-block .it-grid-item-wrapper .el-content .icon {
    width: 32px;
    height: 32px;
  }
}
.popover {
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
}
.popover.bs-popover-top, .bs-popover-auto[x-placement^="top"].popover {
  margin-bottom: 16px;
}
.popover.bs-popover-top .arrow:after, .bs-popover-auto[x-placement^="top"].popover .arrow:after {
  bottom: 2px;
}
.popover.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"].popover {
  margin-top: 16px;
}
.popover.bs-popover-bottom .arrow:after, .bs-popover-auto[x-placement^="bottom"].popover .arrow:after {
  top: 2px;
}
.popover.bs-popover-left, .bs-popover-auto[x-placement^="left"].popover {
  margin-right: 16px;
}
.popover.bs-popover-left .arrow:after, .bs-popover-auto[x-placement^="left"].popover .arrow:after {
  right: 2px;
}
.popover.bs-popover-right, .bs-popover-auto[x-placement^="right"].popover {
  margin-left: 16px;
}
.popover.bs-popover-right .arrow:after, .bs-popover-auto[x-placement^="right"].popover .arrow:after {
  left: 2px;
}
.popover .arrow:before {
  display: none;
}
.popover .popover-header {
  background: none;
  border: none;
  text-transform: uppercase;
  color: #17324d;
  font-size: 0.938rem;
  padding: 16px 24px 0;
  letter-spacing: 0.05em;
}
.popover .popover-header .icon {
  fill: #007db3;
  margin-right: 8px;
  height: 24px;
  width: 24px;
}
.popover .popover-body {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #5a768a;
  padding: 16px 24px;
}
.popover .popover-body a.popover-inner-link {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 16px;
  font-size: 0.857em;
  text-align: right;
  font-weight: 600;
}
.popover .popover-body a.popover-inner-link:hover {
  color: #007db3;
}
.popover .popover-body a.popover-inner-link .icon {
  fill: #007db3;
  height: 16px;
  width: 16px;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (min-width: 576px) {
  .popover .popover-header {
    font-size: 0.833rem;
  }
  .popover .popover-body {
    font-size: 0.778rem;
  }
}
.tooltip {
  border-radius: 4px;
  font-size: 0.75rem;
}
.tooltip .arrow {
  display: none;
}
.tooltip .tooltip-inner {
  padding: 7px 16px;
  background-color: #455b71;
}
.tooltip .tooltip-inner a {
  color: #fff;
  text-decoration: underline;
}
.tooltip.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"].tooltip, .tooltip.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"].tooltip {
  padding: 8px 0;
}
.tooltip.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"].tooltip, .tooltip.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"].tooltip {
  padding: 0 8px;
}
@media (min-width: 576px) {
  .tooltip {
    font-size: 0.667rem;
  }
}
@media (min-width: 768px) {
  .tooltip {
    font-size: 0.556rem;
  }
  .tooltip .tooltip-inner {
    padding: 4.5px 8px;
  }
}
.it-list-wrapper .it-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.it-list-wrapper .it-list a {
  display: block;
  transition: all 0.3s;
  margin-top: -1px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.it-list-wrapper .it-list a .avatar, .it-list-wrapper .it-list a .it-rounded-icon, .it-list-wrapper .it-list a .it-thumb {
  flex-shrink: 0;
  margin-left: 24px;
}
.it-list-wrapper .it-list a .it-rounded-icon {
  width: 40px;
}
.it-list-wrapper .it-list a .it-rounded-icon svg {
  fill: #20a0d6;
}
.it-list-wrapper .it-list a .form-check {
  margin: 0;
  width: 40px;
  height: 32px;
  text-align: center;
}
.it-list-wrapper .it-list a .form-check label {
  padding-left: 0;
  margin-bottom: 0;
}
.it-list-wrapper .it-list a .it-thumb {
  width: 40px;
  height: 40px;
}
.it-list-wrapper .it-list a .it-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.it-list-wrapper .it-list a .it-right-zone {
  padding: 16px 0 16px 0;
  border-bottom: 1px solid #c5c7c9;
  margin-left: 24px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.it-list-wrapper .it-list a .it-right-zone svg {
  fill: #20a0d6;
  margin-right: 24px;
  width: 24px;
  height: 24px;
}
.it-list-wrapper .it-list a .it-right-zone span.it-multiple {
  margin-right: 24px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.it-list-wrapper .it-list a .it-right-zone span.it-multiple span.metadata {
  margin-right: 0;
  width: 100%;
  text-align: right;
}
.it-list-wrapper .it-list a .it-right-zone span.it-multiple svg {
  margin-left: 8px;
  margin-right: 0;
}
.it-list-wrapper .it-list a .it-right-zone .toggles {
  height: 32px;
  margin-right: 24px;
}
.it-list-wrapper .it-list a .it-right-zone span.metadata {
  color: #5b6f82;
  margin-right: 24px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.it-list-wrapper .it-list a span.text {
  font-size: 1rem;
  font-weight: 600;
  display: block;
}
.it-list-wrapper .it-list a span.text em {
  display: block;
  font-size: 14px;
  color: #435a70;
  font-style: normal;
  font-weight: normal;
}
.it-list-wrapper .it-list a.active, .it-list-wrapper .it-list .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-list-wrapper .it-list a {
  color: #17324d;
}
.it-list-wrapper .it-list li:last-child a span.text {
  border-bottom: 1px solid transparent;
}
@media (min-width: 1200px) {
  .it-list-wrapper .it-list a:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    color: #20a0d6;
    text-decoration: none;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: none;
  }
  .it-list-wrapper .it-list a:hover .it-right-zone {
    border-bottom: 1px solid transparent;
  }
  .it-list-wrapper .it-list a:hover span.text {
    text-decoration: underline;
  }
}
.chip {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  background: #fcfdff;
  border: 1px solid #dfe4f2;
  border-radius: 12px;
  height: 24px;
  min-width: 100px;
  padding: 0 16px 2px 8px;
  transition: all 0.05s;
  margin-right: 4px;
}
.chip .chip-label, .chip .altri-argomenti-layoutsection > div.uk-container .chip-primary .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip .el-title, .chip .chip.chip-primary .el-title, .chip.chip-primary .chip .el-title {
  font-size: 0.875rem;
  height: 16px;
  font-weight: 600;
  color: #5c6f82;
  margin-bottom: 0;
  transform: translateY(-2px);
  transition: color 0.05s;
  text-decoration: none;
}
.chip .chip-label:hover, .chip .altri-argomenti-layoutsection > div.uk-container .chip-primary .el-title:hover, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip .el-title:hover, .chip .chip.chip-primary .el-title:hover, .chip.chip-primary .chip .el-title:hover {
  text-decoration: none;
}
.chip button {
  padding: 0;
  background: transparent;
  border: none;
  margin-left: auto;
  width: 8px;
  height: 8px;
  position: relative;
}
.chip button:hover:not([disabled]) {
  cursor: pointer;
}
.chip button:hover[disabled] {
  cursor: not-allowed;
}
.chip button .icon {
  width: 22px;
  height: 22px;
  fill: #5c6f82;
  position: absolute;
  top: -6px;
  left: 0;
  transition: fill 0.05s;
}
.chip > .icon {
  fill: #007db3;
  transform: translateX(-5px) translateY(1px);
  transition: fill 0.05s;
}
.chip .avatar {
  transform: translateX(-5px) translateY(1px);
}
.chip.chip-lg {
  height: 32px;
  min-width: 120px;
  border-radius: 16px;
  padding: 2px 24px 0 16px;
  margin: 4px 8px 4px auto;
}
.chip.chip-lg .chip-label, .chip.chip-lg .altri-argomenti-layoutsection > div.uk-container .chip-primary .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-lg .el-title, .chip.chip-lg .chip.chip-primary .el-title, .chip.chip-primary .chip.chip-lg .el-title {
  font-size: 1rem;
  height: 12px;
  transform: translateY(-8px);
}
.chip.chip-lg button .icon {
  width: 28px;
  height: 28px;
  top: -12px;
  left: 0;
}
.chip.chip-lg > .icon {
  height: 24px;
  width: 24px;
  margin-right: -8px;
  fill: #007db3;
  transform: translateX(-13px) translateY(-1px);
}
.chip.chip-lg .avatar {
  width: 24px;
  height: 24px;
  margin-right: -4px;
  transform: translateX(-12px) translateY(-1px);
}
.chip.chip-lg.chip-simple {
  padding-right: 16px;
}
.chip.chip-simple {
  padding-right: 8px;
  margin: 4px auto;
}
.chip:hover:not(.chip-disabled) {
  background: #8b98a6;
  border-color: #8b98a6;
  transition: background-color 0.1s;
}
.chip:hover:not(.chip-disabled) .chip-label, .chip:hover:not(.chip-disabled) .altri-argomenti-layoutsection > div.uk-container .chip-primary .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip:hover:not(.chip-disabled) .el-title, .chip:hover:not(.chip-disabled) .chip.chip-primary .el-title, .chip.chip-primary .chip:hover:not(.chip-disabled) .el-title {
  color: #fff;
  transition: color 0.1s;
}
.chip:hover:not(.chip-disabled) button .icon {
  fill: #fff;
  transition: fill 0.1s;
}
.chip:hover:not(.chip-disabled) > .icon {
  fill: #fff;
  transition: fill 0.1s;
}
.chip.chip-disabled {
  background: #fff;
}
.chip.chip-disabled:hover {
  cursor: not-allowed;
}
.chip.chip-disabled .chip-label, .chip.chip-disabled .altri-argomenti-layoutsection > div.uk-container .chip-primary .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-disabled .el-title, .chip.chip-disabled .chip.chip-primary .el-title, .chip.chip-primary .chip.chip-disabled .el-title {
  color: #5b6f82;
}
.chip.chip-disabled button .icon {
  fill: #ebeced;
}
.chip.chip-disabled > .icon {
  fill: #ebeced;
}
.chip.chip-disabled .avatar img {
  filter: grayscale(100%);
}
.chip.chip-primary {
  background-color: transparent;
  border-color: #007db3;
  color: #007db3;
}
.chip.chip-primary > .chip-label, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-primary > .el-title, .chip.chip-primary > .el-title {
  color: #007db3;
}
.chip.chip-primary:hover {
  background-color: #007db3;
  border-color: #007db3;
}
.chip.chip-primary:hover > .chip-label, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-primary:hover > .el-title, .chip.chip-primary .chip.chip-primary:hover > .el-title {
  color: #fff;
}
.chip.chip-secondary {
  background-color: transparent;
  border-color: #ffd400;
  color: #007db3;
}
.chip.chip-secondary > .chip-label, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-secondary > .el-title, .chip.chip-primary .chip.chip-secondary > .el-title {
  color: #ffd400;
}
.chip.chip-secondary:hover {
  background-color: #ffd400;
  border-color: #ffd400;
}
.chip.chip-secondary:hover > .chip-label, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-secondary:hover > .el-title, .chip.chip-primary .chip.chip-secondary:hover > .el-title {
  color: #fff;
}
.chip.chip-success {
  background-color: transparent;
  border-color: #008758;
  color: #008758;
}
.chip.chip-success > .chip-label, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-success > .el-title, .chip.chip-primary .chip.chip-success > .el-title {
  color: #008758;
}
.chip.chip-success:hover {
  background-color: #008758;
  border-color: #008758;
}
.chip.chip-success:hover > .chip-label, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-success:hover > .el-title, .chip.chip-primary .chip.chip-success:hover > .el-title {
  color: #fff;
}
.chip.chip-danger {
  background-color: transparent;
  border-color: #d92828;
  color: #d92828;
}
.chip.chip-danger > .chip-label, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-danger > .el-title, .chip.chip-primary .chip.chip-danger > .el-title {
  color: #d92828;
}
.chip.chip-danger:hover {
  background-color: #d92828;
  border-color: #d92828;
}
.chip.chip-danger:hover > .chip-label, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-danger:hover > .el-title, .chip.chip-primary .chip.chip-danger:hover > .el-title {
  color: #fff;
}
.chip.chip-info {
  background-color: transparent;
  border-color: #979899;
  color: #979899;
}
.chip.chip-info > .chip-label, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-info > .el-title, .chip.chip-primary .chip.chip-info > .el-title {
  color: #979899;
}
.chip.chip-info:hover {
  background-color: #979899;
  border-color: #979899;
}
.chip.chip-info:hover > .chip-label, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-info:hover > .el-title, .chip.chip-primary .chip.chip-info:hover > .el-title {
  color: #fff;
}
.chip.chip-warning {
  background-color: transparent;
  border-color: #a66300;
  color: #a66300;
}
.chip.chip-warning > .chip-label, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-warning > .el-title, .chip.chip-primary .chip.chip-warning > .el-title {
  color: #a66300;
}
.chip.chip-warning:hover {
  background-color: #a66300;
  border-color: #a66300;
}
.chip.chip-warning:hover > .chip-label, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-warning:hover > .el-title, .chip.chip-primary .chip.chip-warning:hover > .el-title {
  color: #fff;
}
@media (min-width: 576px) {
  .chip .chip-label, .chip .altri-argomenti-layoutsection > div.uk-container .chip-primary .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip .el-title, .chip .chip.chip-primary .el-title, .chip.chip-primary .chip .el-title {
    font-size: 0.778rem;
  }
  .chip.chip-lg .chip-label, .chip.chip-lg .altri-argomenti-layoutsection > div.uk-container .chip-primary .el-title, .altri-argomenti-layoutsection > div.uk-container .chip-primary .chip.chip-lg .el-title, .chip.chip-lg .chip.chip-primary .el-title, .chip.chip-primary .chip.chip-lg .el-title {
    font-size: 0.889rem;
  }
}
.rating {
  border: none;
  float: left;
}
.rating > input {
  position: absolute;
  left: -9999px;
}
.rating > label {
  float: right;
  margin: 0;
  padding-right: 2px;
}
.rating > label:first-of-type {
  margin-right: 0;
}
.rating > label svg {
  fill: #c3cfdb;
  position: relative;
  transform-origin: center center;
  transition: transform 0.1s;
}
.rating > label:hover {
  cursor: pointer;
}
.rating > label:hover svg {
  transform: scale(1.1);
}
.rating > legend {
  display: inline-block;
  color: #17324d;
  font-size: 0.875rem;
  float: right;
  width: auto;
  margin: 4px 0 0 16px;
  font-weight: 500;
}
.rating.rating-read-only > input, .rating.rating-read-only > label {
  pointer-events: none;
}
.rating > input:checked ~ label svg, .rating:not(:checked) > label:hover svg, .rating:not(:checked) > label:hover ~ label svg {
  fill: #007db3;
}
.rating > input:checked + label:hover + svg, .rating > input:checked ~ label:hover + svg, .rating > label:hover ~ input:checked ~ label + svg, .rating > input:checked ~ label:hover ~ label + svg {
  fill: #007db3;
}
@media (min-width: 576px) {
  .rating > legend {
    font-size: 0.778rem;
  }
}
.dimmable {
  position: relative;
}
.dimmer {
  display: none;
  background-color: #1f2933;
  opacity: 0.92;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 32px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.dimmer.dimmer-primary {
  background-color: #007db3;
  opacity: 0.95;
}
.dimmer h1, .dimmer h2, .dimmer h3, .dimmer h4, .dimmer h5, .dimmer h6, .dimmer p {
  color: #fff;
  margin-bottom: 0;
}
.dimmer h4 {
  text-align: center;
  font-size: 2.222rem;
}
.dimmer p {
  text-align: justify;
  font-family: Lora, Georgia, serif;
  font-size: 1rem;
}
.dimmer .dimmer-inner {
  width: 100%;
  max-width: 480px;
}
.dimmer .dimmer-icon {
  text-align: center;
  margin-bottom: 24px;
}
.dimmer .dimmer-icon .icon {
  fill: #fff;
}
.dimmer .dimmer-buttons {
  background-color: transparent !important;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dimmer .dimmer-buttons button {
  width: 100%;
}
.dimmer .dimmer-buttons button:last-child {
  margin-top: 16px;
}
.dimmer .dimmer-buttons.single-button button {
  margin-top: 0;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .dimmer {
    padding: 24px;
  }
  .dimmer .dimmer-icon {
    margin-bottom: 48px;
  }
  .dimmer .dimmer-buttons {
    flex-wrap: nowrap;
  }
  .dimmer .dimmer-buttons button {
    width: 50%;
    margin-top: 0 !important;
  }
  .dimmer .dimmer-buttons button:last-child {
    margin-left: 24px;
  }
  .dimmer .dimmer-buttons.single-button button {
    width: auto;
    min-width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .dimmer {
    align-items: center;
  }
}
.it-timeline-wrapper .it-now-label {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 1rem;
  font-family: 'Roboto Mono', monospace;
  color: #008fcc;
  font-weight: 600;
}
.it-timeline-wrapper .row, .it-timeline-wrapper .edufe-argomenti-layoutsection .four-columns-layout, .edufe-argomenti-layoutsection .it-timeline-wrapper .four-columns-layout, .it-timeline-wrapper .attachments-detail ul, .attachments-detail .it-timeline-wrapper ul, .it-timeline-wrapper .edufe-argomenti-layoutsection.pug .five-columns-layout, .edufe-argomenti-layoutsection.pug .it-timeline-wrapper .five-columns-layout, .it-timeline-wrapper .section-missioni .three-columns-layout, .section-missioni .it-timeline-wrapper .three-columns-layout, .it-timeline-wrapper .edufe-argomenti-layoutsection.pnrr .five-columns-layout, .edufe-argomenti-layoutsection.pnrr .it-timeline-wrapper .five-columns-layout, .it-timeline-wrapper .edufe-argomenti-layoutsection.matrimoni .five-columns-layout, .edufe-argomenti-layoutsection.matrimoni .it-timeline-wrapper .five-columns-layout, .it-timeline-wrapper .edufe-argomenti-layoutsection.ssui .five-columns-layout, .edufe-argomenti-layoutsection.ssui .it-timeline-wrapper .five-columns-layout {
  position: relative;
  padding-top: 48px;
}
.it-timeline-wrapper .row:after, .it-timeline-wrapper .edufe-argomenti-layoutsection .four-columns-layout:after, .edufe-argomenti-layoutsection .it-timeline-wrapper .four-columns-layout:after, .it-timeline-wrapper .attachments-detail ul:after, .attachments-detail .it-timeline-wrapper ul:after, .it-timeline-wrapper .edufe-argomenti-layoutsection.pug .five-columns-layout:after, .edufe-argomenti-layoutsection.pug .it-timeline-wrapper .five-columns-layout:after, .it-timeline-wrapper .section-missioni .three-columns-layout:after, .section-missioni .it-timeline-wrapper .three-columns-layout:after, .it-timeline-wrapper .edufe-argomenti-layoutsection.pnrr .five-columns-layout:after, .edufe-argomenti-layoutsection.pnrr .it-timeline-wrapper .five-columns-layout:after, .it-timeline-wrapper .edufe-argomenti-layoutsection.matrimoni .five-columns-layout:after, .edufe-argomenti-layoutsection.matrimoni .it-timeline-wrapper .five-columns-layout:after, .it-timeline-wrapper .edufe-argomenti-layoutsection.ssui .five-columns-layout:after, .edufe-argomenti-layoutsection.ssui .it-timeline-wrapper .five-columns-layout:after {
  content: '';
  width: 4px;
  background: linear-gradient(0deg, #007db3 0%, #004080 100%);
  position: absolute;
  left: 40px;
  top: -16px;
  bottom: -16px;
}
.it-timeline-wrapper .timeline-element {
  padding: 18px 0 18px 40px;
}
.it-timeline-wrapper .it-pin-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: -24px;
  z-index: 5;
  left: 18px;
}
.it-timeline-wrapper .it-pin-wrapper .pin-icon {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border: 8px solid #fff;
  margin-right: 16px;
  background: #fff;
}
.it-timeline-wrapper .it-pin-wrapper svg {
  width: 24px;
  height: 24px;
  fill: #008fcc;
}
.it-timeline-wrapper .it-pin-wrapper .pin-text {
  color: #435a70;
  font-weight: 600;
  text-transform: uppercase;
  background: #c1d0d6;
  border-radius: 4px;
  font-family: 'Roboto Mono', monospace;
}
.it-timeline-wrapper .it-pin-wrapper .pin-text span {
  padding: 4px 16px;
  display: block;
  position: relative;
}
.it-timeline-wrapper .it-pin-wrapper .pin-text span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #c1d0d6;
  border-radius: 3px;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.it-timeline-wrapper .it-pin-wrapper.it-now .pin-icon {
  background: #008fcc;
}
.it-timeline-wrapper .it-pin-wrapper.it-now svg {
  fill: #fff;
}
.it-timeline-wrapper .it-pin-wrapper.it-now .pin-text {
  color: #fff;
  background: #008fcc;
}
.it-timeline-wrapper .it-pin-wrapper.it-now .pin-text span:after {
  background: #008fcc;
}
.it-timeline-wrapper .it-pin-wrapper.it-evidence .pin-icon {
  background: #004766;
}
.it-timeline-wrapper .it-pin-wrapper.it-evidence svg {
  fill: #fff;
}
.it-timeline-wrapper .it-pin-wrapper.it-evidence .pin-text {
  color: #fff;
  background: #004766;
}
.it-timeline-wrapper .it-pin-wrapper.it-evidence .pin-text span:after {
  background: #004766;
}
@media (min-width: 992px) {
  .it-timeline-wrapper .row:after, .it-timeline-wrapper .edufe-argomenti-layoutsection .four-columns-layout:after, .edufe-argomenti-layoutsection .it-timeline-wrapper .four-columns-layout:after, .it-timeline-wrapper .attachments-detail ul:after, .attachments-detail .it-timeline-wrapper ul:after, .it-timeline-wrapper .edufe-argomenti-layoutsection.pug .five-columns-layout:after, .edufe-argomenti-layoutsection.pug .it-timeline-wrapper .five-columns-layout:after, .it-timeline-wrapper .section-missioni .three-columns-layout:after, .section-missioni .it-timeline-wrapper .three-columns-layout:after, .it-timeline-wrapper .edufe-argomenti-layoutsection.pnrr .five-columns-layout:after, .edufe-argomenti-layoutsection.pnrr .it-timeline-wrapper .five-columns-layout:after, .it-timeline-wrapper .edufe-argomenti-layoutsection.matrimoni .five-columns-layout:after, .edufe-argomenti-layoutsection.matrimoni .it-timeline-wrapper .five-columns-layout:after, .it-timeline-wrapper .edufe-argomenti-layoutsection.ssui .five-columns-layout:after, .edufe-argomenti-layoutsection.ssui .it-timeline-wrapper .five-columns-layout:after {
    content: '';
    left: calc(50% - 4px);
  }
  .it-timeline-wrapper .timeline-element {
    padding: 18px 0 18px 40px;
    width: 50%;
  }
  .it-timeline-wrapper .col-12 .card-wrapper .card, .it-timeline-wrapper .pagination .card-wrapper .card, .it-timeline-wrapper .pagination .card-wrapper .attachments-detail ul li, .attachments-detail ul .it-timeline-wrapper .pagination .card-wrapper li, .it-timeline-wrapper .col-12 .card-wrapper .attachments-detail ul li, .attachments-detail ul .it-timeline-wrapper .col-12 .card-wrapper li {
    border: none;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .it-now-label, .it-timeline-wrapper .pagination:nth-child(odd) .it-now-label {
    right: 50%;
    transform: translateX(100%);
    display: flex;
    align-items: center;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .it-now-label:before, .it-timeline-wrapper .pagination:nth-child(odd) .it-now-label:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 16px;
    background: #008fcc;
    margin-right: 16px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .timeline-element, .it-timeline-wrapper .pagination:nth-child(odd) .timeline-element {
    padding: 18px 40px 18px 18px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card, .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .card, .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .attachments-detail ul li, .attachments-detail ul .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper li, .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .attachments-detail ul li, .attachments-detail ul .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper li {
    text-align: right;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card:after, .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .card:after, .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .attachments-detail ul li:after, .attachments-detail ul .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper li:after, .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .attachments-detail ul li:after, .attachments-detail ul .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper li:after {
    margin-left: auto;
    display: inline-block;
    margin-right: 24px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card a.read-more, .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .card a.read-more, .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .attachments-detail ul li a.read-more, .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .attachments-detail ul li a, .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .attachments-detail ul li a, .attachments-detail ul .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper li a.read-more, .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .card .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .card a, .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .card .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .it-timeline-wrapper .pagination:nth-child(odd) .card-wrapper .card a, .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .attachments-detail ul li a.read-more, .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .attachments-detail ul li a, .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .attachments-detail ul li a, .attachments-detail ul .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper li a.read-more, .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card a, .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card a {
    right: 24px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper, .it-timeline-wrapper .pagination:nth-child(odd) .it-pin-wrapper {
    flex-direction: row-reverse;
    left: auto;
    right: -62px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper .pin-icon, .it-timeline-wrapper .pagination:nth-child(odd) .it-pin-wrapper .pin-icon {
    margin-right: 0;
    margin-left: 16px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper .pin-text span:after, .it-timeline-wrapper .pagination:nth-child(odd) .it-pin-wrapper .pin-text span:after {
    left: auto;
    right: -4px;
  }
  .it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper.it-evidence .pin-text span:after, .it-timeline-wrapper .pagination:nth-child(odd) .it-pin-wrapper.it-evidence .pin-text span:after {
    border-color: transparent transparent transparent #008fcc;
  }
  .it-timeline-wrapper .col-12:nth-child(even) .it-now-label, .it-timeline-wrapper .pagination:nth-child(even) .it-now-label {
    left: 0;
    transform: translateX(-100%);
    display: flex;
    align-items: center;
  }
  .it-timeline-wrapper .col-12:nth-child(even) .it-now-label:after, .it-timeline-wrapper .pagination:nth-child(even) .it-now-label:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 16px;
    background: #008fcc;
    margin-left: 16px;
  }
  .it-timeline-wrapper .col-12:nth-child(even) .timeline-element, .it-timeline-wrapper .pagination:nth-child(even) .timeline-element {
    position: relative;
    left: 50%;
  }
  .it-timeline-wrapper .col-12:nth-child(even) .timeline-element .it-pin-wrapper, .it-timeline-wrapper .pagination:nth-child(even) .timeline-element .it-pin-wrapper {
    left: -66px;
  }
  .it-timeline-wrapper .it-pin-wrapper {
    position: relative;
  }
  .it-timeline-wrapper .it-pin-wrapper .pin-text {
    font-size: 16px;
  }
}
.anchor-offset:before, .headline-anchor a:before {
  content: "";
  display: block;
  height: 96px;
  margin-top: -96px;
}
@media (min-width: 992px) {
  .anchor-offset:before, .headline-anchor a:before {
    height: 72px;
    margin-top: -72px;
  }
}
.map-wrapper {
  min-height: 280px;
}
.map-wrapper.map-column {
  margin: 0 -24px;
}
@media (min-width: 992px) {
  .map-wrapper.map-column {
    margin-left: -3rem;
    margin-right: 0;
  }
}
.point-list-wrapper .point-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.point-list-wrapper .point-list .point-list-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #007db3;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #007db3;
}
.point-list-wrapper .point-list .point-list-aside:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: -5px;
  transform: translateY(-5px);
  border-radius: 50%;
  background-color: #007db3;
}
.point-list-wrapper .point-list .point-list-aside .point-date {
  flex: 1;
  font-size: 2.75rem;
  line-height: 1.1;
}
.point-list-wrapper .point-list .point-list-aside .point-month {
  flex: 1;
  font-size: 1rem;
  text-transform: uppercase;
}
.point-list-wrapper .point-list .point-list-aside.point-list-primary {
  color: #007db3;
  border-color: #007db3;
}
.point-list-wrapper .point-list .point-list-aside.point-list-primary:after {
  background-color: #007db3;
}
.point-list-wrapper .point-list .point-list-aside.point-list-secondary {
  color: #ffd400;
  border-color: #ffd400;
}
.point-list-wrapper .point-list .point-list-aside.point-list-secondary:after {
  background-color: #ffd400;
}
.point-list-wrapper .point-list .point-list-aside.point-list-success {
  color: #008758;
  border-color: #008758;
}
.point-list-wrapper .point-list .point-list-aside.point-list-success:after {
  background-color: #008758;
}
.point-list-wrapper .point-list .point-list-aside.point-list-info {
  color: #979899;
  border-color: #979899;
}
.point-list-wrapper .point-list .point-list-aside.point-list-info:after {
  background-color: #979899;
}
.point-list-wrapper .point-list .point-list-aside.point-list-warning {
  color: #a66300;
  border-color: #a66300;
}
.point-list-wrapper .point-list .point-list-aside.point-list-warning:after {
  background-color: #a66300;
}
.point-list-wrapper .point-list .point-list-aside.point-list-danger {
  color: #d92828;
  border-color: #d92828;
}
.point-list-wrapper .point-list .point-list-aside.point-list-danger:after {
  background-color: #d92828;
}
.point-list-wrapper .point-list .point-list-aside.point-list-light {
  color: #e9e6f2;
  border-color: #e9e6f2;
}
.point-list-wrapper .point-list .point-list-aside.point-list-light:after {
  background-color: #e9e6f2;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark {
  color: #17324d;
  border-color: #17324d;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark:after {
  background-color: #17324d;
}
.point-list-wrapper .point-list .point-list-aside.point-list-black {
  color: #000;
  border-color: #000;
}
.point-list-wrapper .point-list .point-list-aside.point-list-black:after {
  background-color: #000;
}
.point-list-wrapper .point-list .point-list-aside.point-list-white {
  color: #fff;
  border-color: #fff;
}
.point-list-wrapper .point-list .point-list-aside.point-list-white:after {
  background-color: #fff;
}
.point-list-wrapper .point-list .point-list-aside.point-list-100 {
  color: #e3e4e6;
  border-color: #e3e4e6;
}
.point-list-wrapper .point-list .point-list-aside.point-list-100:after {
  background-color: #e3e4e6;
}
.point-list-wrapper .point-list .point-list-aside.point-list-200 {
  color: #cacacc;
  border-color: #cacacc;
}
.point-list-wrapper .point-list .point-list-aside.point-list-200:after {
  background-color: #cacacc;
}
.point-list-wrapper .point-list .point-list-aside.point-list-300 {
  color: #b1b1b3;
  border-color: #b1b1b3;
}
.point-list-wrapper .point-list .point-list-aside.point-list-300:after {
  background-color: #b1b1b3;
}
.point-list-wrapper .point-list .point-list-aside.point-list-400 {
  color: #979899;
  border-color: #979899;
}
.point-list-wrapper .point-list .point-list-aside.point-list-400:after {
  background-color: #979899;
}
.point-list-wrapper .point-list .point-list-aside.point-list-500 {
  color: #7e7f80;
  border-color: #7e7f80;
}
.point-list-wrapper .point-list .point-list-aside.point-list-500:after {
  background-color: #7e7f80;
}
.point-list-wrapper .point-list .point-list-aside.point-list-600 {
  color: #656566;
  border-color: #656566;
}
.point-list-wrapper .point-list .point-list-aside.point-list-600:after {
  background-color: #656566;
}
.point-list-wrapper .point-list .point-list-aside.point-list-700 {
  color: #4c4c4d;
  border-color: #4c4c4d;
}
.point-list-wrapper .point-list .point-list-aside.point-list-700:after {
  background-color: #4c4c4d;
}
.point-list-wrapper .point-list .point-list-aside.point-list-800 {
  color: #323333;
  border-color: #323333;
}
.point-list-wrapper .point-list .point-list-aside.point-list-800:after {
  background-color: #323333;
}
.point-list-wrapper .point-list .point-list-aside.point-list-900 {
  color: #19191a;
  border-color: #19191a;
}
.point-list-wrapper .point-list .point-list-aside.point-list-900:after {
  background-color: #19191a;
}
.point-list-wrapper .point-list .point-list-aside.point-list-tertiary {
  color: #000;
  border-color: #000;
}
.point-list-wrapper .point-list .point-list-aside.point-list-tertiary:after {
  background-color: #000;
}
.point-list-wrapper .point-list .point-list-aside.point-list-card-preference-bg {
  color: #e1f5e5;
  border-color: #e1f5e5;
}
.point-list-wrapper .point-list .point-list-aside.point-list-card-preference-bg:after {
  background-color: #e1f5e5;
}
.point-list-wrapper .point-list .point-list-aside.point-list-tags-list-bg {
  color: #e1f5e5;
  border-color: #e1f5e5;
}
.point-list-wrapper .point-list .point-list-aside.point-list-tags-list-bg:after {
  background-color: #e1f5e5;
}
.point-list-wrapper .point-list .point-list-aside.point-list-tooltip-bg {
  color: #5e7887;
  border-color: #5e7887;
}
.point-list-wrapper .point-list .point-list-aside.point-list-tooltip-bg:after {
  background-color: #5e7887;
}
.point-list-wrapper .point-list .point-list-aside.point-list-text-muted {
  color: #435960;
  border-color: #435960;
}
.point-list-wrapper .point-list .point-list-aside.point-list-text-muted:after {
  background-color: #435960;
}
.point-list-wrapper .point-list .point-list-aside.point-list-linkedin {
  color: #0177b5;
  border-color: #0177b5;
}
.point-list-wrapper .point-list .point-list-aside.point-list-linkedin:after {
  background-color: #0177b5;
}
.point-list-wrapper .point-list .point-list-aside.point-list-facebook {
  color: #4867aa;
  border-color: #4867aa;
}
.point-list-wrapper .point-list .point-list-aside.point-list-facebook:after {
  background-color: #4867aa;
}
.point-list-wrapper .point-list .point-list-aside.point-list-google {
  color: #ea4335;
  border-color: #ea4335;
}
.point-list-wrapper .point-list .point-list-aside.point-list-google:after {
  background-color: #ea4335;
}
.point-list-wrapper .point-list .point-list-aside.point-list-twitter {
  color: #32ccfe;
  border-color: #32ccfe;
}
.point-list-wrapper .point-list .point-list-aside.point-list-twitter:after {
  background-color: #32ccfe;
}
.point-list-wrapper .point-list .point-list-aside.point-list-youtube {
  color: #be1b1e;
  border-color: #be1b1e;
}
.point-list-wrapper .point-list .point-list-aside.point-list-youtube:after {
  background-color: #be1b1e;
}
.point-list-wrapper .point-list .point-list-aside.point-list-spid {
  color: #06c;
  border-color: #06c;
}
.point-list-wrapper .point-list .point-list-aside.point-list-spid:after {
  background-color: #06c;
}
.point-list-wrapper .point-list .point-list-aside.point-list-google-drive {
  color: #3c83f7;
  border-color: #3c83f7;
}
.point-list-wrapper .point-list .point-list-aside.point-list-google-drive:after {
  background-color: #3c83f7;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-gray {
  color: #333;
  border-color: #333;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-gray:after {
  background-color: #333;
}
.point-list-wrapper .point-list .point-list-aside.point-list-card-gray {
  color: #455b71;
  border-color: #455b71;
}
.point-list-wrapper .point-list .point-list-aside.point-list-card-gray:after {
  background-color: #455b71;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-fe {
  color: #338c32;
  border-color: #338c32;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-fe:after {
  background-color: #338c32;
}
.point-list-wrapper .point-list .point-list-aside.point-list-light-edufe-header {
  color: #fff2db;
  border-color: #fff2db;
}
.point-list-wrapper .point-list .point-list-aside.point-list-light-edufe-header:after {
  background-color: #fff2db;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-edufe-header {
  color: #ffd48c;
  border-color: #ffd48c;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-edufe-header:after {
  background-color: #ffd48c;
}
.point-list-wrapper .point-list .point-list-aside.point-list-pink-edufe-header {
  color: #dc7e72;
  border-color: #dc7e72;
}
.point-list-wrapper .point-list .point-list-aside.point-list-pink-edufe-header:after {
  background-color: #dc7e72;
}
.point-list-wrapper .point-list .point-list-aside.point-list-first-card-theme-edufe {
  color: #ffbd89;
  border-color: #ffbd89;
}
.point-list-wrapper .point-list .point-list-aside.point-list-first-card-theme-edufe:after {
  background-color: #ffbd89;
}
.point-list-wrapper .point-list .point-list-aside.point-list-second-card-theme-edufe {
  color: #ffa987;
  border-color: #ffa987;
}
.point-list-wrapper .point-list .point-list-aside.point-list-second-card-theme-edufe:after {
  background-color: #ffa987;
}
.point-list-wrapper .point-list .point-list-aside.point-list-third-card-theme-edufe {
  color: #ff9386;
  border-color: #ff9386;
}
.point-list-wrapper .point-list .point-list-aside.point-list-third-card-theme-edufe:after {
  background-color: #ff9386;
}
.point-list-wrapper .point-list .point-list-aside.point-list-fourth-card-theme-edufe {
  color: #dc7e72;
  border-color: #dc7e72;
}
.point-list-wrapper .point-list .point-list-aside.point-list-fourth-card-theme-edufe:after {
  background-color: #dc7e72;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-pug {
  color: #94c01f;
  border-color: #94c01f;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-pug:after {
  background-color: #94c01f;
}
.point-list-wrapper .point-list .point-list-aside.point-list-$green-cta-pug {
  color: #597212;
  border-color: #597212;
}
.point-list-wrapper .point-list .point-list-aside.point-list-$green-cta-pug:after {
  background-color: #597212;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-card-pug {
  color: #609868;
  border-color: #609868;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-card-pug:after {
  background-color: #609868;
}
.point-list-wrapper .point-list .point-list-aside.point-list-light-orange-card-pug {
  color: #466949;
  border-color: #466949;
}
.point-list-wrapper .point-list .point-list-aside.point-list-light-orange-card-pug:after {
  background-color: #466949;
}
.point-list-wrapper .point-list .point-list-aside.point-list-orange-card-pug {
  color: #dd8553;
  border-color: #dd8553;
}
.point-list-wrapper .point-list .point-list-aside.point-list-orange-card-pug:after {
  background-color: #dd8553;
}
.point-list-wrapper .point-list .point-list-aside.point-list-purple-card-pug {
  color: #908fc2;
  border-color: #908fc2;
}
.point-list-wrapper .point-list .point-list-aside.point-list-purple-card-pug:after {
  background-color: #908fc2;
}
.point-list-wrapper .point-list .point-list-aside.point-list-pink-card-pug {
  color: #df4967;
  border-color: #df4967;
}
.point-list-wrapper .point-list .point-list-aside.point-list-pink-card-pug:after {
  background-color: #df4967;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-purple-card-pug {
  color: #887c94;
  border-color: #887c94;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-purple-card-pug:after {
  background-color: #887c94;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-pink-card-pug {
  color: #739ba5;
  border-color: #739ba5;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-pink-card-pug:after {
  background-color: #739ba5;
}
.point-list-wrapper .point-list .point-list-aside.point-list-yellow-card-pug {
  color: #96ae42;
  border-color: #96ae42;
}
.point-list-wrapper .point-list .point-list-aside.point-list-yellow-card-pug:after {
  background-color: #96ae42;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-green-card-pug {
  color: #b6506a;
  border-color: #b6506a;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-green-card-pug:after {
  background-color: #b6506a;
}
.point-list-wrapper .point-list .point-list-aside.point-list-cyan-pnrr {
  color: #1cafe2;
  border-color: #1cafe2;
}
.point-list-wrapper .point-list .point-list-aside.point-list-cyan-pnrr:after {
  background-color: #1cafe2;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-cta-pnrr {
  color: #597212;
  border-color: #597212;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-cta-pnrr:after {
  background-color: #597212;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-card-pnrr {
  color: #609868;
  border-color: #609868;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-card-pnrr:after {
  background-color: #609868;
}
.point-list-wrapper .point-list .point-list-aside.point-list-mission-digitalizzazione {
  color: #c5dcee;
  border-color: #c5dcee;
}
.point-list-wrapper .point-list .point-list-aside.point-list-mission-digitalizzazione:after {
  background-color: #c5dcee;
}
.point-list-wrapper .point-list .point-list-aside.point-list-mission-rivoluzione-verde {
  color: #92d051;
  border-color: #92d051;
}
.point-list-wrapper .point-list .point-list-aside.point-list-mission-rivoluzione-verde:after {
  background-color: #92d051;
}
.point-list-wrapper .point-list .point-list-aside.point-list-mission-infrastrutture {
  color: #ff807e;
  border-color: #ff807e;
}
.point-list-wrapper .point-list .point-list-aside.point-list-mission-infrastrutture:after {
  background-color: #ff807e;
}
.point-list-wrapper .point-list .point-list-aside.point-list-mission-istruzione {
  color: #ffc284;
  border-color: #ffc284;
}
.point-list-wrapper .point-list .point-list-aside.point-list-mission-istruzione:after {
  background-color: #ffc284;
}
.point-list-wrapper .point-list .point-list-aside.point-list-mission-coesione {
  color: #e2d6ec;
  border-color: #e2d6ec;
}
.point-list-wrapper .point-list .point-list-aside.point-list-mission-coesione:after {
  background-color: #e2d6ec;
}
.point-list-wrapper .point-list .point-list-aside.point-list-mission-salute {
  color: #fff2d0;
  border-color: #fff2d0;
}
.point-list-wrapper .point-list .point-list-aside.point-list-mission-salute:after {
  background-color: #fff2d0;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-matrimoni {
  color: #889f8c;
  border-color: #889f8c;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-matrimoni:after {
  background-color: #889f8c;
}
.point-list-wrapper .point-list .point-list-aside.point-list-pink-matrimoni {
  color: #f4a596;
  border-color: #f4a596;
}
.point-list-wrapper .point-list .point-list-aside.point-list-pink-matrimoni:after {
  background-color: #f4a596;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-pink-matrimoni {
  color: rgba(244, 165, 150, 0.19);
  border-color: rgba(244, 165, 150, 0.19);
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-pink-matrimoni:after {
  background-color: rgba(244, 165, 150, 0.19);
}
.point-list-wrapper .point-list .point-list-aside.point-list-red-inferrara {
  color: #842722;
  border-color: #842722;
}
.point-list-wrapper .point-list .point-list-aside.point-list-red-inferrara:after {
  background-color: #842722;
}
.point-list-wrapper .point-list .point-list-aside.point-list-primary-geoportale {
  color: #2f8287;
  border-color: #2f8287;
}
.point-list-wrapper .point-list .point-list-aside.point-list-primary-geoportale:after {
  background-color: #2f8287;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-azul-geoportale {
  color: #3b707b;
  border-color: #3b707b;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-azul-geoportale:after {
  background-color: #3b707b;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-geoportale {
  color: #165f24;
  border-color: #165f24;
}
.point-list-wrapper .point-list .point-list-aside.point-list-green-geoportale:after {
  background-color: #165f24;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-purple-geoportale {
  color: #67586d;
  border-color: #67586d;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-purple-geoportale:after {
  background-color: #67586d;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-yellow-geoportale {
  color: #7a5a29;
  border-color: #7a5a29;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-yellow-geoportale:after {
  background-color: #7a5a29;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-green-geoportale {
  color: #2f4133;
  border-color: #2f4133;
}
.point-list-wrapper .point-list .point-list-aside.point-list-dark-green-geoportale:after {
  background-color: #2f4133;
}
.point-list-wrapper .point-list .point-list-aside.point-list-orange-geoportale {
  color: #ae4929;
  border-color: #ae4929;
}
.point-list-wrapper .point-list .point-list-aside.point-list-orange-geoportale:after {
  background-color: #ae4929;
}
.point-list-wrapper .point-list .point-list-aside.point-list-purple-geoportale {
  color: #7a2972;
  border-color: #7a2972;
}
.point-list-wrapper .point-list .point-list-aside.point-list-purple-geoportale:after {
  background-color: #7a2972;
}
.point-list-wrapper .point-list .point-list-aside.point-list-blue-geoportale {
  color: #41488c;
  border-color: #41488c;
}
.point-list-wrapper .point-list .point-list-aside.point-list-blue-geoportale:after {
  background-color: #41488c;
}
.point-list-wrapper .point-list .point-list-aside.point-list-azul-geoportale {
  color: #6795c5;
  border-color: #6795c5;
}
.point-list-wrapper .point-list .point-list-aside.point-list-azul-geoportale:after {
  background-color: #6795c5;
}
.point-list-wrapper .point-list .point-list-aside.point-list-red-geoportale {
  color: #a72947;
  border-color: #a72947;
}
.point-list-wrapper .point-list .point-list-aside.point-list-red-geoportale:after {
  background-color: #a72947;
}
.point-list-wrapper .point-list .point-list-aside.point-list-brown-geoportale {
  color: #7a6329;
  border-color: #7a6329;
}
.point-list-wrapper .point-list .point-list-aside.point-list-brown-geoportale:after {
  background-color: #7a6329;
}
.point-list-wrapper .point-list .point-list-aside.point-list-grey-geoportale {
  color: #414642;
  border-color: #414642;
}
.point-list-wrapper .point-list .point-list-aside.point-list-grey-geoportale:after {
  background-color: #414642;
}
.point-list-wrapper .point-list .point-list-aside.point-list-light-green-geoportale {
  color: #3e883c;
  border-color: #3e883c;
}
.point-list-wrapper .point-list .point-list-aside.point-list-light-green-geoportale:after {
  background-color: #3e883c;
}
.point-list-wrapper .point-list .point-list-aside.point-list-brown-ssui {
  color: #735238;
  border-color: #735238;
}
.point-list-wrapper .point-list .point-list-aside.point-list-brown-ssui:after {
  background-color: #735238;
}
.point-list-wrapper .point-list .point-list-aside.point-list-light-brown-ssui {
  color: #ba7b4a;
  border-color: #ba7b4a;
}
.point-list-wrapper .point-list .point-list-aside.point-list-light-brown-ssui:after {
  background-color: #ba7b4a;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-red {
  color: #9c2b2b;
  border-color: #9c2b2b;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-red:after {
  background-color: #9c2b2b;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-orange {
  color: #bf5818;
  border-color: #bf5818;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-orange:after {
  background-color: #bf5818;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-yellow {
  color: #d8b509;
  border-color: #d8b509;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-yellow:after {
  background-color: #d8b509;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-turquoise {
  color: #009d74;
  border-color: #009d74;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-turquoise:after {
  background-color: #009d74;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-green {
  color: #7c9f4a;
  border-color: #7c9f4a;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-green:after {
  background-color: #7c9f4a;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-lightblue {
  color: #5ca8a1;
  border-color: #5ca8a1;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-lightblue:after {
  background-color: #5ca8a1;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-darkblue {
  color: #354f66;
  border-color: #354f66;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-darkblue:after {
  background-color: #354f66;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-purple {
  color: #786372;
  border-color: #786372;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-purple:after {
  background-color: #786372;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-green-xmas {
  color: #287233;
  border-color: #287233;
}
.point-list-wrapper .point-list .point-list-aside.point-list-sititematici-green-xmas:after {
  background-color: #287233;
}
.point-list-wrapper .point-list .point-list-content {
  flex: 1;
  margin-left: 2em;
  align-self: center;
}
.point-list-wrapper .point-list .point-list-content > * {
  width: 100%;
}
.point-list-wrapper .point-list.point-list-step .point-list-aside {
  min-width: 54px;
  padding: 0.3rem 1rem 0.3rem 0;
}
.point-list-wrapper .point-list.point-list-step .point-list-aside .point-date {
  flex: 0;
  font-size: 1.6rem;
  line-height: 1;
  min-width: 32px;
}
.point-list-wrapper .point-list.point-list-step .point-list-aside .point-month {
  flex: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.point-list-wrapper .point-list.point-list-step .point-list-content {
  margin-left: 1em;
}
@media (min-width: 992px) {
  .point-list-wrapper.point-list-step-wrapper {
    display: flex;
    flex-direction: row;
  }
  .point-list-wrapper.point-list-step-wrapper .point-list-step {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .point-list-wrapper.point-list-step-wrapper .point-list-step .point-list-aside {
    padding: 16px 0;
    min-height: 65px;
    width: 100%;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  .point-list-wrapper.point-list-step-wrapper .point-list-step .point-list-aside .point-month {
    margin-left: 8px;
    margin-bottom: -2px;
  }
  .point-list-wrapper.point-list-step-wrapper .point-list-step .point-list-aside:after {
    top: 100%;
    right: 50%;
    transform: translate(2px, -4px);
  }
  .point-list-wrapper.point-list-step-wrapper .point-list-step .point-list-content {
    margin: 0;
    text-align: center;
  }
}
.rating-list-wrapper .rating-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.rating-list-wrapper .rating-list .rating-list-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #007db3;
  border-right: 1px solid #007db3;
}
.rating-list-wrapper .rating-list .rating-list-aside .rating-value {
  display: flex;
  flex: 1.2;
  font-size: 2.75rem;
  line-height: 1;
  align-items: flex-end;
}
.rating-list-wrapper .rating-list .rating-list-aside .rating-total {
  display: flex;
  flex: 0.8;
  font-size: 1rem;
  line-height: 1;
  text-transform: lowercase;
  align-items: flex-start;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-primary {
  color: #007db3;
  border-right: 1px solid #007db3;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-secondary {
  color: #ffd400;
  border-right: 1px solid #ffd400;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-success {
  color: #008758;
  border-right: 1px solid #008758;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-info {
  color: #979899;
  border-right: 1px solid #979899;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-warning {
  color: #a66300;
  border-right: 1px solid #a66300;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-danger {
  color: #d92828;
  border-right: 1px solid #d92828;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-light {
  color: #e9e6f2;
  border-right: 1px solid #e9e6f2;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark {
  color: #17324d;
  border-right: 1px solid #17324d;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-black {
  color: #000;
  border-right: 1px solid #000;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-white {
  color: #fff;
  border-right: 1px solid #fff;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-100 {
  color: #e3e4e6;
  border-right: 1px solid #e3e4e6;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-200 {
  color: #cacacc;
  border-right: 1px solid #cacacc;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-300 {
  color: #b1b1b3;
  border-right: 1px solid #b1b1b3;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-400 {
  color: #979899;
  border-right: 1px solid #979899;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-500 {
  color: #7e7f80;
  border-right: 1px solid #7e7f80;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-600 {
  color: #656566;
  border-right: 1px solid #656566;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-700 {
  color: #4c4c4d;
  border-right: 1px solid #4c4c4d;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-800 {
  color: #323333;
  border-right: 1px solid #323333;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-900 {
  color: #19191a;
  border-right: 1px solid #19191a;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-tertiary {
  color: #000;
  border-right: 1px solid #000;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-card-preference-bg {
  color: #e1f5e5;
  border-right: 1px solid #e1f5e5;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-tags-list-bg {
  color: #e1f5e5;
  border-right: 1px solid #e1f5e5;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-tooltip-bg {
  color: #5e7887;
  border-right: 1px solid #5e7887;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-text-muted {
  color: #435960;
  border-right: 1px solid #435960;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-linkedin {
  color: #0177b5;
  border-right: 1px solid #0177b5;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-facebook {
  color: #4867aa;
  border-right: 1px solid #4867aa;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-google {
  color: #ea4335;
  border-right: 1px solid #ea4335;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-twitter {
  color: #32ccfe;
  border-right: 1px solid #32ccfe;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-youtube {
  color: #be1b1e;
  border-right: 1px solid #be1b1e;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-spid {
  color: #06c;
  border-right: 1px solid #06c;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-google-drive {
  color: #3c83f7;
  border-right: 1px solid #3c83f7;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark-gray {
  color: #333;
  border-right: 1px solid #333;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-card-gray {
  color: #455b71;
  border-right: 1px solid #455b71;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-green-fe {
  color: #338c32;
  border-right: 1px solid #338c32;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-light-edufe-header {
  color: #fff2db;
  border-right: 1px solid #fff2db;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark-edufe-header {
  color: #ffd48c;
  border-right: 1px solid #ffd48c;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-pink-edufe-header {
  color: #dc7e72;
  border-right: 1px solid #dc7e72;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-first-card-theme-edufe {
  color: #ffbd89;
  border-right: 1px solid #ffbd89;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-second-card-theme-edufe {
  color: #ffa987;
  border-right: 1px solid #ffa987;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-third-card-theme-edufe {
  color: #ff9386;
  border-right: 1px solid #ff9386;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-fourth-card-theme-edufe {
  color: #dc7e72;
  border-right: 1px solid #dc7e72;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-green-pug {
  color: #94c01f;
  border-right: 1px solid #94c01f;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-$green-cta-pug {
  color: #597212;
  border-right: 1px solid #597212;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-green-card-pug {
  color: #609868;
  border-right: 1px solid #609868;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-light-orange-card-pug {
  color: #466949;
  border-right: 1px solid #466949;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-orange-card-pug {
  color: #dd8553;
  border-right: 1px solid #dd8553;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-purple-card-pug {
  color: #908fc2;
  border-right: 1px solid #908fc2;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-pink-card-pug {
  color: #df4967;
  border-right: 1px solid #df4967;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark-purple-card-pug {
  color: #887c94;
  border-right: 1px solid #887c94;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark-pink-card-pug {
  color: #739ba5;
  border-right: 1px solid #739ba5;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-yellow-card-pug {
  color: #96ae42;
  border-right: 1px solid #96ae42;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark-green-card-pug {
  color: #b6506a;
  border-right: 1px solid #b6506a;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-cyan-pnrr {
  color: #1cafe2;
  border-right: 1px solid #1cafe2;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-green-cta-pnrr {
  color: #597212;
  border-right: 1px solid #597212;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-green-card-pnrr {
  color: #609868;
  border-right: 1px solid #609868;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-mission-digitalizzazione {
  color: #c5dcee;
  border-right: 1px solid #c5dcee;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-mission-rivoluzione-verde {
  color: #92d051;
  border-right: 1px solid #92d051;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-mission-infrastrutture {
  color: #ff807e;
  border-right: 1px solid #ff807e;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-mission-istruzione {
  color: #ffc284;
  border-right: 1px solid #ffc284;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-mission-coesione {
  color: #e2d6ec;
  border-right: 1px solid #e2d6ec;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-mission-salute {
  color: #fff2d0;
  border-right: 1px solid #fff2d0;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-green-matrimoni {
  color: #889f8c;
  border-right: 1px solid #889f8c;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-pink-matrimoni {
  color: #f4a596;
  border-right: 1px solid #f4a596;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark-pink-matrimoni {
  color: rgba(244, 165, 150, 0.19);
  border-right: 1px solid rgba(244, 165, 150, 0.19);
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-red-inferrara {
  color: #842722;
  border-right: 1px solid #842722;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-primary-geoportale {
  color: #2f8287;
  border-right: 1px solid #2f8287;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark-azul-geoportale {
  color: #3b707b;
  border-right: 1px solid #3b707b;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-green-geoportale {
  color: #165f24;
  border-right: 1px solid #165f24;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark-purple-geoportale {
  color: #67586d;
  border-right: 1px solid #67586d;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark-yellow-geoportale {
  color: #7a5a29;
  border-right: 1px solid #7a5a29;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark-green-geoportale {
  color: #2f4133;
  border-right: 1px solid #2f4133;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-orange-geoportale {
  color: #ae4929;
  border-right: 1px solid #ae4929;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-purple-geoportale {
  color: #7a2972;
  border-right: 1px solid #7a2972;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-blue-geoportale {
  color: #41488c;
  border-right: 1px solid #41488c;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-azul-geoportale {
  color: #6795c5;
  border-right: 1px solid #6795c5;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-red-geoportale {
  color: #a72947;
  border-right: 1px solid #a72947;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-brown-geoportale {
  color: #7a6329;
  border-right: 1px solid #7a6329;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-grey-geoportale {
  color: #414642;
  border-right: 1px solid #414642;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-light-green-geoportale {
  color: #3e883c;
  border-right: 1px solid #3e883c;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-brown-ssui {
  color: #735238;
  border-right: 1px solid #735238;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-light-brown-ssui {
  color: #ba7b4a;
  border-right: 1px solid #ba7b4a;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-sititematici-red {
  color: #9c2b2b;
  border-right: 1px solid #9c2b2b;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-sititematici-orange {
  color: #bf5818;
  border-right: 1px solid #bf5818;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-sititematici-yellow {
  color: #d8b509;
  border-right: 1px solid #d8b509;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-sititematici-turquoise {
  color: #009d74;
  border-right: 1px solid #009d74;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-sititematici-green {
  color: #7c9f4a;
  border-right: 1px solid #7c9f4a;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-sititematici-lightblue {
  color: #5ca8a1;
  border-right: 1px solid #5ca8a1;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-sititematici-darkblue {
  color: #354f66;
  border-right: 1px solid #354f66;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-sititematici-purple {
  color: #786372;
  border-right: 1px solid #786372;
}
.rating-list-wrapper .rating-list .rating-list-aside.rating-list-sititematici-green-xmas {
  color: #287233;
  border-right: 1px solid #287233;
}
.rating-list-wrapper .rating-list .rating-list-content {
  flex: 1;
  align-self: center;
}
.rating-list-wrapper .rating-list .rating-list-content .rating-list-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars {
  flex: 0.3;
}
.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars > .rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  float: none !important;
  height: 0.7em;
}
.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars > .rating .icon {
  width: 0.7em;
  height: 0.7em;
}
.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress {
  flex: 0.65;
  display: flex;
  height: 3.5em;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress > .progress {
  width: 100%;
}
@media (min-width: 576px) {
  .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars {
    flex: 0.2;
  }
  .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars > .rating {
    height: 1em;
  }
  .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars > .rating .icon {
    width: 1em;
    height: 1em;
  }
  .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress {
    flex: 0.75;
    height: 5em;
  }
}
@media (min-width: 992px) {
  .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars {
    flex: 0.25;
  }
  .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress {
    flex: 0.7;
  }
}
.badge.badge-outline-primary {
  color: #007db3;
  border: 1px solid #007db3;
  background-color: transparent !important;
}
.badge.badge-outline-secondary {
  color: #ffd400;
  border: 1px solid #ffd400;
  background-color: transparent !important;
}
.badge.badge-outline-success {
  color: #008758;
  border: 1px solid #008758;
  background-color: transparent !important;
}
.badge.badge-outline-info {
  color: #979899;
  border: 1px solid #979899;
  background-color: transparent !important;
}
.badge.badge-outline-warning {
  color: #a66300;
  border: 1px solid #a66300;
  background-color: transparent !important;
}
.badge.badge-outline-danger {
  color: #d92828;
  border: 1px solid #d92828;
  background-color: transparent !important;
}
.badge.badge-outline-light {
  color: #e9e6f2;
  border: 1px solid #e9e6f2;
  background-color: transparent !important;
}
.badge.badge-outline-dark {
  color: #17324d;
  border: 1px solid #17324d;
  background-color: transparent !important;
}
.badge.badge-outline-black {
  color: #000;
  border: 1px solid #000;
  background-color: transparent !important;
}
.badge.badge-outline-white {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent !important;
}
.badge.badge-outline-100 {
  color: #e3e4e6;
  border: 1px solid #e3e4e6;
  background-color: transparent !important;
}
.badge.badge-outline-200 {
  color: #cacacc;
  border: 1px solid #cacacc;
  background-color: transparent !important;
}
.badge.badge-outline-300 {
  color: #b1b1b3;
  border: 1px solid #b1b1b3;
  background-color: transparent !important;
}
.badge.badge-outline-400 {
  color: #979899;
  border: 1px solid #979899;
  background-color: transparent !important;
}
.badge.badge-outline-500 {
  color: #7e7f80;
  border: 1px solid #7e7f80;
  background-color: transparent !important;
}
.badge.badge-outline-600 {
  color: #656566;
  border: 1px solid #656566;
  background-color: transparent !important;
}
.badge.badge-outline-700 {
  color: #4c4c4d;
  border: 1px solid #4c4c4d;
  background-color: transparent !important;
}
.badge.badge-outline-800 {
  color: #323333;
  border: 1px solid #323333;
  background-color: transparent !important;
}
.badge.badge-outline-900 {
  color: #19191a;
  border: 1px solid #19191a;
  background-color: transparent !important;
}
.badge.badge-outline-tertiary {
  color: #000;
  border: 1px solid #000;
  background-color: transparent !important;
}
.badge.badge-outline-card-preference-bg {
  color: #e1f5e5;
  border: 1px solid #e1f5e5;
  background-color: transparent !important;
}
.badge.badge-outline-tags-list-bg {
  color: #e1f5e5;
  border: 1px solid #e1f5e5;
  background-color: transparent !important;
}
.badge.badge-outline-tooltip-bg {
  color: #5e7887;
  border: 1px solid #5e7887;
  background-color: transparent !important;
}
.badge.badge-outline-text-muted {
  color: #435960;
  border: 1px solid #435960;
  background-color: transparent !important;
}
.badge.badge-outline-linkedin {
  color: #0177b5;
  border: 1px solid #0177b5;
  background-color: transparent !important;
}
.badge.badge-outline-facebook {
  color: #4867aa;
  border: 1px solid #4867aa;
  background-color: transparent !important;
}
.badge.badge-outline-google {
  color: #ea4335;
  border: 1px solid #ea4335;
  background-color: transparent !important;
}
.badge.badge-outline-twitter {
  color: #32ccfe;
  border: 1px solid #32ccfe;
  background-color: transparent !important;
}
.badge.badge-outline-youtube {
  color: #be1b1e;
  border: 1px solid #be1b1e;
  background-color: transparent !important;
}
.badge.badge-outline-spid {
  color: #06c;
  border: 1px solid #06c;
  background-color: transparent !important;
}
.badge.badge-outline-google-drive {
  color: #3c83f7;
  border: 1px solid #3c83f7;
  background-color: transparent !important;
}
.badge.badge-outline-dark-gray {
  color: #333;
  border: 1px solid #333;
  background-color: transparent !important;
}
.badge.badge-outline-card-gray {
  color: #455b71;
  border: 1px solid #455b71;
  background-color: transparent !important;
}
.badge.badge-outline-green-fe {
  color: #338c32;
  border: 1px solid #338c32;
  background-color: transparent !important;
}
.badge.badge-outline-light-edufe-header {
  color: #fff2db;
  border: 1px solid #fff2db;
  background-color: transparent !important;
}
.badge.badge-outline-dark-edufe-header {
  color: #ffd48c;
  border: 1px solid #ffd48c;
  background-color: transparent !important;
}
.badge.badge-outline-pink-edufe-header {
  color: #dc7e72;
  border: 1px solid #dc7e72;
  background-color: transparent !important;
}
.badge.badge-outline-first-card-theme-edufe {
  color: #ffbd89;
  border: 1px solid #ffbd89;
  background-color: transparent !important;
}
.badge.badge-outline-second-card-theme-edufe {
  color: #ffa987;
  border: 1px solid #ffa987;
  background-color: transparent !important;
}
.badge.badge-outline-third-card-theme-edufe {
  color: #ff9386;
  border: 1px solid #ff9386;
  background-color: transparent !important;
}
.badge.badge-outline-fourth-card-theme-edufe {
  color: #dc7e72;
  border: 1px solid #dc7e72;
  background-color: transparent !important;
}
.badge.badge-outline-green-pug {
  color: #94c01f;
  border: 1px solid #94c01f;
  background-color: transparent !important;
}
.badge.badge-outline-$green-cta-pug {
  color: #597212;
  border: 1px solid #597212;
  background-color: transparent !important;
}
.badge.badge-outline-green-card-pug {
  color: #609868;
  border: 1px solid #609868;
  background-color: transparent !important;
}
.badge.badge-outline-light-orange-card-pug {
  color: #466949;
  border: 1px solid #466949;
  background-color: transparent !important;
}
.badge.badge-outline-orange-card-pug {
  color: #dd8553;
  border: 1px solid #dd8553;
  background-color: transparent !important;
}
.badge.badge-outline-purple-card-pug {
  color: #908fc2;
  border: 1px solid #908fc2;
  background-color: transparent !important;
}
.badge.badge-outline-pink-card-pug {
  color: #df4967;
  border: 1px solid #df4967;
  background-color: transparent !important;
}
.badge.badge-outline-dark-purple-card-pug {
  color: #887c94;
  border: 1px solid #887c94;
  background-color: transparent !important;
}
.badge.badge-outline-dark-pink-card-pug {
  color: #739ba5;
  border: 1px solid #739ba5;
  background-color: transparent !important;
}
.badge.badge-outline-yellow-card-pug {
  color: #96ae42;
  border: 1px solid #96ae42;
  background-color: transparent !important;
}
.badge.badge-outline-dark-green-card-pug {
  color: #b6506a;
  border: 1px solid #b6506a;
  background-color: transparent !important;
}
.badge.badge-outline-cyan-pnrr {
  color: #1cafe2;
  border: 1px solid #1cafe2;
  background-color: transparent !important;
}
.badge.badge-outline-green-cta-pnrr {
  color: #597212;
  border: 1px solid #597212;
  background-color: transparent !important;
}
.badge.badge-outline-green-card-pnrr {
  color: #609868;
  border: 1px solid #609868;
  background-color: transparent !important;
}
.badge.badge-outline-mission-digitalizzazione {
  color: #c5dcee;
  border: 1px solid #c5dcee;
  background-color: transparent !important;
}
.badge.badge-outline-mission-rivoluzione-verde {
  color: #92d051;
  border: 1px solid #92d051;
  background-color: transparent !important;
}
.badge.badge-outline-mission-infrastrutture {
  color: #ff807e;
  border: 1px solid #ff807e;
  background-color: transparent !important;
}
.badge.badge-outline-mission-istruzione {
  color: #ffc284;
  border: 1px solid #ffc284;
  background-color: transparent !important;
}
.badge.badge-outline-mission-coesione {
  color: #e2d6ec;
  border: 1px solid #e2d6ec;
  background-color: transparent !important;
}
.badge.badge-outline-mission-salute {
  color: #fff2d0;
  border: 1px solid #fff2d0;
  background-color: transparent !important;
}
.badge.badge-outline-green-matrimoni {
  color: #889f8c;
  border: 1px solid #889f8c;
  background-color: transparent !important;
}
.badge.badge-outline-pink-matrimoni {
  color: #f4a596;
  border: 1px solid #f4a596;
  background-color: transparent !important;
}
.badge.badge-outline-dark-pink-matrimoni {
  color: rgba(244, 165, 150, 0.19);
  border: 1px solid rgba(244, 165, 150, 0.19);
  background-color: transparent !important;
}
.badge.badge-outline-red-inferrara {
  color: #842722;
  border: 1px solid #842722;
  background-color: transparent !important;
}
.badge.badge-outline-primary-geoportale {
  color: #2f8287;
  border: 1px solid #2f8287;
  background-color: transparent !important;
}
.badge.badge-outline-dark-azul-geoportale {
  color: #3b707b;
  border: 1px solid #3b707b;
  background-color: transparent !important;
}
.badge.badge-outline-green-geoportale {
  color: #165f24;
  border: 1px solid #165f24;
  background-color: transparent !important;
}
.badge.badge-outline-dark-purple-geoportale {
  color: #67586d;
  border: 1px solid #67586d;
  background-color: transparent !important;
}
.badge.badge-outline-dark-yellow-geoportale {
  color: #7a5a29;
  border: 1px solid #7a5a29;
  background-color: transparent !important;
}
.badge.badge-outline-dark-green-geoportale {
  color: #2f4133;
  border: 1px solid #2f4133;
  background-color: transparent !important;
}
.badge.badge-outline-orange-geoportale {
  color: #ae4929;
  border: 1px solid #ae4929;
  background-color: transparent !important;
}
.badge.badge-outline-purple-geoportale {
  color: #7a2972;
  border: 1px solid #7a2972;
  background-color: transparent !important;
}
.badge.badge-outline-blue-geoportale {
  color: #41488c;
  border: 1px solid #41488c;
  background-color: transparent !important;
}
.badge.badge-outline-azul-geoportale {
  color: #6795c5;
  border: 1px solid #6795c5;
  background-color: transparent !important;
}
.badge.badge-outline-red-geoportale {
  color: #a72947;
  border: 1px solid #a72947;
  background-color: transparent !important;
}
.badge.badge-outline-brown-geoportale {
  color: #7a6329;
  border: 1px solid #7a6329;
  background-color: transparent !important;
}
.badge.badge-outline-grey-geoportale {
  color: #414642;
  border: 1px solid #414642;
  background-color: transparent !important;
}
.badge.badge-outline-light-green-geoportale {
  color: #3e883c;
  border: 1px solid #3e883c;
  background-color: transparent !important;
}
.badge.badge-outline-brown-ssui {
  color: #735238;
  border: 1px solid #735238;
  background-color: transparent !important;
}
.badge.badge-outline-light-brown-ssui {
  color: #ba7b4a;
  border: 1px solid #ba7b4a;
  background-color: transparent !important;
}
.badge.badge-outline-sititematici-red {
  color: #9c2b2b;
  border: 1px solid #9c2b2b;
  background-color: transparent !important;
}
.badge.badge-outline-sititematici-orange {
  color: #bf5818;
  border: 1px solid #bf5818;
  background-color: transparent !important;
}
.badge.badge-outline-sititematici-yellow {
  color: #d8b509;
  border: 1px solid #d8b509;
  background-color: transparent !important;
}
.badge.badge-outline-sititematici-turquoise {
  color: #009d74;
  border: 1px solid #009d74;
  background-color: transparent !important;
}
.badge.badge-outline-sititematici-green {
  color: #7c9f4a;
  border: 1px solid #7c9f4a;
  background-color: transparent !important;
}
.badge.badge-outline-sititematici-lightblue {
  color: #5ca8a1;
  border: 1px solid #5ca8a1;
  background-color: transparent !important;
}
.badge.badge-outline-sititematici-darkblue {
  color: #354f66;
  border: 1px solid #354f66;
  background-color: transparent !important;
}
.badge.badge-outline-sititematici-purple {
  color: #786372;
  border: 1px solid #786372;
  background-color: transparent !important;
}
.badge.badge-outline-sititematici-green-xmas {
  color: #287233;
  border: 1px solid #287233;
  background-color: transparent !important;
}
a.datepicker-button {
  cursor: pointer;
}
a.datepicker-button.default:hover, a.datepicker-button.default:focus, .toggles label input[type='checkbox']:focus + a.lever.datepicker-button.default {
  background-color: #ddd;
}
.datepicker-calendar {
  margin: 0 10px 10px 0;
  font-size: 0.9em;
  padding: 2px;
  position: absolute;
  width: 261px;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 50;
}
.datepicker-calendar .datepicker-month-wrap {
  margin: 0;
  padding-top: 1px;
  text-align: center;
  height: 30px;
}
.datepicker-calendar .datepicker-month-fast-prev.disabled, .datepicker-calendar .datepicker-month-fast-next.disabled, .datepicker-calendar .datepicker-month-prev.disabled, .datepicker-calendar .datepicker-month-next.disabled {
  border: none;
  cursor: default;
  color: #999;
}
.datepicker-calendar .datepicker-month-fast-prev, .datepicker-calendar .datepicker-month-fast-next, .datepicker-calendar .datepicker-month-prev, .datepicker-calendar .datepicker-month-next {
  cursor: pointer;
  margin: 3px;
  width: 24px;
  height: 24px;
  padding-top: 3px;
}
.datepicker-calendar .datepicker-month-fast-prev {
  padding-right: 2px;
}
.datepicker-calendar .datepicker-month-fast-next {
  padding-left: 2px;
}
.datepicker-calendar .datepicker-month-fast-prev.enabled:hover, .datepicker-calendar .datepicker-month-fast-prev.enabled:focus, .datepicker-calendar .form-check [type='checkbox']:focus + label.datepicker-month-fast-prev.enabled, .form-check .datepicker-calendar [type='checkbox']:focus + label.datepicker-month-fast-prev.enabled, .datepicker-calendar .form-check [type='radio']:focus + label.datepicker-month-fast-prev.enabled, .form-check .datepicker-calendar [type='radio']:focus + label.datepicker-month-fast-prev.enabled, .datepicker-calendar .toggles label input[type='checkbox']:focus + .lever.datepicker-month-fast-prev.enabled, .toggles label .datepicker-calendar input[type='checkbox']:focus + .lever.datepicker-month-fast-prev.enabled, .datepicker-calendar .datepicker-month-fast-next.enabled:hover, .datepicker-calendar .datepicker-month-fast-next.enabled:focus, .datepicker-calendar .form-check [type='checkbox']:focus + label.datepicker-month-fast-next.enabled, .form-check .datepicker-calendar [type='checkbox']:focus + label.datepicker-month-fast-next.enabled, .datepicker-calendar .form-check [type='radio']:focus + label.datepicker-month-fast-next.enabled, .form-check .datepicker-calendar [type='radio']:focus + label.datepicker-month-fast-next.enabled, .datepicker-calendar .toggles label input[type='checkbox']:focus + .lever.datepicker-month-fast-next.enabled, .toggles label .datepicker-calendar input[type='checkbox']:focus + .lever.datepicker-month-fast-next.enabled, .datepicker-calendar .datepicker-month-prev.enabled:hover, .datepicker-calendar .datepicker-month-prev.enabled:focus, .datepicker-calendar .form-check [type='checkbox']:focus + label.datepicker-month-prev.enabled, .form-check .datepicker-calendar [type='checkbox']:focus + label.datepicker-month-prev.enabled, .datepicker-calendar .form-check [type='radio']:focus + label.datepicker-month-prev.enabled, .form-check .datepicker-calendar [type='radio']:focus + label.datepicker-month-prev.enabled, .datepicker-calendar .toggles label input[type='checkbox']:focus + .lever.datepicker-month-prev.enabled, .toggles label .datepicker-calendar input[type='checkbox']:focus + .lever.datepicker-month-prev.enabled, .datepicker-calendar .datepicker-month-next.enabled:hover, .datepicker-calendar .datepicker-month-next.enabled:focus, .datepicker-calendar .form-check [type='checkbox']:focus + label.datepicker-month-next.enabled, .form-check .datepicker-calendar [type='checkbox']:focus + label.datepicker-month-next.enabled, .datepicker-calendar .form-check [type='radio']:focus + label.datepicker-month-next.enabled, .form-check .datepicker-calendar [type='radio']:focus + label.datepicker-month-next.enabled, .datepicker-calendar .toggles label input[type='checkbox']:focus + .lever.datepicker-month-next.enabled, .toggles label .datepicker-calendar input[type='checkbox']:focus + .lever.datepicker-month-next.enabled {
  margin-top: 2px;
  border: 1px solid #800;
  border-radius: 4px;
}
.datepicker-calendar .datepicker-month {
  margin: 3px 56px 2px 56px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  padding-top: 1px;
}
.datepicker-calendar .datepicker-month:after {
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em;
  display: inline-block;
  content: '\e252';
}
.datepicker-calendar .datepicker-month:hover, .datepicker-calendar .datepicker-month:focus, .datepicker-calendar .form-check [type='checkbox']:focus + label.datepicker-month, .form-check .datepicker-calendar [type='checkbox']:focus + label.datepicker-month, .datepicker-calendar .form-check [type='radio']:focus + label.datepicker-month, .form-check .datepicker-calendar [type='radio']:focus + label.datepicker-month, .datepicker-calendar .toggles label input[type='checkbox']:focus + .lever.datepicker-month, .toggles label .datepicker-calendar input[type='checkbox']:focus + .lever.datepicker-month {
  padding-top: 0;
  border: 1px solid #800;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker-calendar table.datepicker-grid {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
}
.datepicker-calendar table.datepicker-grid.rtl {
  direction: rtl;
}
.datepicker-calendar table.datepicker-grid:focus, .datepicker-calendar .toggles label input[type='checkbox']:focus + table.lever.datepicker-grid, .toggles label .datepicker-calendar input[type='checkbox']:focus + table.lever.datepicker-grid {
  outline: none;
}
.datepicker-calendar table.datepicker-grid th, .datepicker-calendar table.datepicker-grid td {
  text-align: center;
  padding: 0;
}
.datepicker-calendar table.datepicker-grid th {
  height: 30px;
}
.datepicker-calendar table.datepicker-grid th abbr {
  border: none;
}
.datepicker-calendar table.datepicker-grid td {
  border: 1px solid #999;
  cursor: pointer;
}
.datepicker-calendar table.datepicker-grid td.unselectable {
  cursor: default;
}
.datepicker-calendar table.datepicker-grid td.day {
  height: 30px;
}
.datepicker-calendar table.datepicker-grid td.month {
  height: 60px;
}
.datepicker-calendar table.datepicker-grid td.year {
  height: 45px;
}
.datepicker-calendar table.datepicker-grid td.curDay, .datepicker-calendar table.datepicker-grid td.curMonth, .datepicker-calendar table.datepicker-grid td.curYear {
  border: 1px solid #999;
}
.datepicker-calendar table.datepicker-grid td.empty {
  border: 1px solid #999;
  cursor: default;
}
.datepicker-calendar .offscreen {
  position: absolute;
  left: -200em;
  top: -100em;
}
.datepicker-calendar button.datepicker-close {
  height: 30px;
  width: 100%;
  font-weight: bold;
  margin-top: 1px;
  border: 1px solid #eee;
  border-radius: 2px;
}
.datepicker-calendar.default {
  background-color: #fff;
}
.datepicker-calendar.default button.datepicker-close:focus, .datepicker-calendar.default .toggles label input[type='checkbox']:focus + button.lever.datepicker-close, .toggles label .datepicker-calendar.default input[type='checkbox']:focus + button.lever.datepicker-close, .datepicker-calendar.default button.datepicker-close:hover, .datepicker-calendar.default .datepicker-month-fast-next.enabled:focus, .datepicker-calendar.default .form-check [type='checkbox']:focus + label.datepicker-month-fast-next.enabled, .form-check .datepicker-calendar.default [type='checkbox']:focus + label.datepicker-month-fast-next.enabled, .datepicker-calendar.default .form-check [type='radio']:focus + label.datepicker-month-fast-next.enabled, .form-check .datepicker-calendar.default [type='radio']:focus + label.datepicker-month-fast-next.enabled, .datepicker-calendar.default .toggles label input[type='checkbox']:focus + .lever.datepicker-month-fast-next.enabled, .toggles label .datepicker-calendar.default input[type='checkbox']:focus + .lever.datepicker-month-fast-next.enabled, .datepicker-calendar.default .datepicker-month-fast-next.enabled:hover, .datepicker-calendar.default .datepicker-month-fast-prev.enabled:focus, .datepicker-calendar.default .form-check [type='checkbox']:focus + label.datepicker-month-fast-prev.enabled, .form-check .datepicker-calendar.default [type='checkbox']:focus + label.datepicker-month-fast-prev.enabled, .datepicker-calendar.default .form-check [type='radio']:focus + label.datepicker-month-fast-prev.enabled, .form-check .datepicker-calendar.default [type='radio']:focus + label.datepicker-month-fast-prev.enabled, .datepicker-calendar.default .toggles label input[type='checkbox']:focus + .lever.datepicker-month-fast-prev.enabled, .toggles label .datepicker-calendar.default input[type='checkbox']:focus + .lever.datepicker-month-fast-prev.enabled, .datepicker-calendar.default .datepicker-month-fast-prev.enabled:hover, .datepicker-calendar.default .datepicker-month-next.enabled:focus, .datepicker-calendar.default .form-check [type='checkbox']:focus + label.datepicker-month-next.enabled, .form-check .datepicker-calendar.default [type='checkbox']:focus + label.datepicker-month-next.enabled, .datepicker-calendar.default .form-check [type='radio']:focus + label.datepicker-month-next.enabled, .form-check .datepicker-calendar.default [type='radio']:focus + label.datepicker-month-next.enabled, .datepicker-calendar.default .toggles label input[type='checkbox']:focus + .lever.datepicker-month-next.enabled, .toggles label .datepicker-calendar.default input[type='checkbox']:focus + .lever.datepicker-month-next.enabled, .datepicker-calendar.default .datepicker-month-next.enabled:hover, .datepicker-calendar.default .datepicker-month-prev.enabled:focus, .datepicker-calendar.default .form-check [type='checkbox']:focus + label.datepicker-month-prev.enabled, .form-check .datepicker-calendar.default [type='checkbox']:focus + label.datepicker-month-prev.enabled, .datepicker-calendar.default .form-check [type='radio']:focus + label.datepicker-month-prev.enabled, .form-check .datepicker-calendar.default [type='radio']:focus + label.datepicker-month-prev.enabled, .datepicker-calendar.default .toggles label input[type='checkbox']:focus + .lever.datepicker-month-prev.enabled, .toggles label .datepicker-calendar.default input[type='checkbox']:focus + .lever.datepicker-month-prev.enabled, .datepicker-calendar.default .datepicker-month-prev.enabled:hover, .datepicker-calendar.default .datepicker-month:focus, .datepicker-calendar.default .form-check [type='checkbox']:focus + label.datepicker-month, .form-check .datepicker-calendar.default [type='checkbox']:focus + label.datepicker-month, .datepicker-calendar.default .form-check [type='radio']:focus + label.datepicker-month, .form-check .datepicker-calendar.default [type='radio']:focus + label.datepicker-month, .datepicker-calendar.default .toggles label input[type='checkbox']:focus + .lever.datepicker-month, .toggles label .datepicker-calendar.default input[type='checkbox']:focus + .lever.datepicker-month, .datepicker-calendar.default .datepicker-month:hover {
  background-color: #eee;
  border-color: #999;
  border: none;
  margin: 0;
  padding: 0;
}
.datepicker-calendar.default .datepicker-month-fast-next, .datepicker-calendar.default .datepicker-month-fast-prev, .datepicker-calendar.default .datepicker-month-next, .datepicker-calendar.default .datepicker-month-prev {
  margin: 0;
  padding: 0;
}
.datepicker-calendar.default table.datepicker-grid {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.datepicker-calendar.default table.datepicker-grid:focus, .datepicker-calendar.default .toggles label input[type='checkbox']:focus + table.lever.datepicker-grid, .toggles label .datepicker-calendar.default input[type='checkbox']:focus + table.lever.datepicker-grid {
  outline: none;
}
.datepicker-calendar.default table.datepicker-grid th {
  background-color: transparent;
  border: none;
}
.datepicker-calendar.default table.datepicker-grid td {
  border: none;
  color: #000;
  background: transparent;
}
.datepicker-calendar.default table.datepicker-grid td span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s;
}
.datepicker-calendar.default table.datepicker-grid td:hover {
  background: transparent;
}
.datepicker-calendar.default table.datepicker-grid td:hover span {
  background: #ebeced;
}
.datepicker-calendar.default table.datepicker-grid td.unselectable {
  color: #999;
}
.datepicker-calendar.default table.datepicker-grid td.curDay, .datepicker-calendar.default table.datepicker-grid td.curMonth, .datepicker-calendar.default table.datepicker-grid td.curYear {
  background: transparent;
}
.datepicker-calendar.default table.datepicker-grid td.curDay span, .datepicker-calendar.default table.datepicker-grid td.curMonth span, .datepicker-calendar.default table.datepicker-grid td.curYear span {
  background: #e6f0fa;
}
.datepicker-calendar.default table.datepicker-grid td.empty {
  border: none;
  color: #ccc;
}
.datepicker-calendar.default table.datepicker-grid td.empty:hover {
  background: transparent;
}
.datepicker-calendar.default table.datepicker-grid td.empty:hover span {
  background: #008fcc;
  color: #fff;
}
.datepicker-calendar.default table.datepicker-grid td.selectable:hover, .datepicker-calendar.default table.datepicker-grid td.selectable.focus {
  background-color: transparent;
}
.datepicker-calendar.default table.datepicker-grid td.selectable.focus span {
  background: #008fcc;
  color: #fff;
}
.datepicker-calendar.default tr.datepicker-weekdays {
  border: none;
}
.datepicker-calendar.default button.datepicker-close {
  background-color: #ddd;
  border-color: #999;
  color: #000;
}
.datepicker-overlay {
  background: #777;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  height: 100%;
  min-height: 100%;
  z-index: 40;
}
abbr[data-original-title], abbr[title] {
  text-decoration: none;
  cursor: default;
}
.it-datepicker-wrapper {
  position: relative;
}
.it-datepicker-wrapper .form-group > label {
  background-color: rgba(255, 255, 255, 0);
  transform: translateY(-75%);
  font-size: 0.777rem;
}
.it-datepicker-wrapper input[type='time'] {
  color: #435a70;
}
.it-datepicker-wrapper label.pickerlabel {
  color: #5c6f82;
  font-weight: 600;
  line-height: 2.5rem;
  transition: 0.2s ease-out;
  top: 1rem;
  font-size: 0.777rem;
  cursor: text;
  display: block;
  width: 100%;
  padding: 0 0.5rem;
  z-index: 6;
}
.it-datepicker-wrapper .datepicker-calendar {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: none;
  width: 100%;
  border-top: 2px solid #435a70;
  margin-top: -8px;
  color: #435a70;
  padding: 24px;
}
.it-datepicker-wrapper .datepicker-calendar[aria-hidden='true'] {
  display: inherit;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap {
  padding: 0;
  color: #435a70;
  margin-bottom: 16px;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month {
  font-size: 0.8333333333rem;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month:after {
  display: none;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .icon-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  transform: translateY(-3px);
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .icon-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 6px 3px 0;
  border-color: transparent #000 transparent transparent;
  display: inline-block;
  transform: translateY(-3px);
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-next {
  float: right;
  display: inline-block;
  min-width: 32px;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-next svg:first-child {
  margin-right: -8px;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-next {
  float: right;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-prev {
  float: left;
  display: inline-block;
  min-width: 32px;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-prev svg:last-child {
  margin-left: -8px;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-prev {
  float: left;
}
.it-datepicker-wrapper .datepicker-calendar .datepicker-month {
  margin: 0;
  padding: 0;
}
.it-datepicker-wrapper .input-group {
  position: relative;
}
.it-datepicker-wrapper .input-group:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #435a70;
  transform-origin: bottom;
  transition: all 0.3s;
  left: 0;
}
.it-datepicker-wrapper .input-group .it-date-datepicker {
  border-bottom: none;
  background: transparent;
}
.it-datepicker-wrapper .input-group .it-date-datepicker::placeholder {
  color: #435a70;
}
.it-datepicker-wrapper .input-group .datepicker-button {
  padding: 0;
  all: unset;
  margin-right: 16px;
  position: relative;
  height: 40px;
  cursor: pointer;
}
.it-datepicker-wrapper .input-group .datepicker-button:hover {
  all: unset;
  margin-right: 16px;
  height: 40px;
}
.it-datepicker-wrapper .input-group .datepicker-button:hover .icon {
  fill: #008fcc;
}
.it-datepicker-wrapper .input-group .datepicker-button .icon {
  fill: #435a70;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default button.datepicker-close:focus, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type='checkbox']:focus + button.lever.datepicker-close, .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type='checkbox']:focus + button.lever.datepicker-close, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default button.datepicker-close:hover, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-fast-next.enabled:focus, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type='checkbox']:focus + div.lever.datepicker-month-fast-next.enabled, .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type='checkbox']:focus + div.lever.datepicker-month-fast-next.enabled, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-fast-next.enabled:hover, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-fast-prev.enabled:focus, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type='checkbox']:focus + div.lever.datepicker-month-fast-prev.enabled, .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type='checkbox']:focus + div.lever.datepicker-month-fast-prev.enabled, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-fast-prev.enabled:hover, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-next.enabled:focus, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type='checkbox']:focus + div.lever.datepicker-month-next.enabled, .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type='checkbox']:focus + div.lever.datepicker-month-next.enabled, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-next.enabled:hover, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-prev.enabled:focus, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type='checkbox']:focus + div.lever.datepicker-month-prev.enabled, .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type='checkbox']:focus + div.lever.datepicker-month-prev.enabled, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-prev.enabled:hover, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month:focus, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type='checkbox']:focus + div.lever.datepicker-month, .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type='checkbox']:focus + div.lever.datepicker-month, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month:hover {
  background: transparent;
  border-color: transparent;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td {
  background: transparent;
  color: #fff;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td:hover {
  background: transparent;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td:hover span {
  background: rgba(255, 255, 255, 0.1);
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.empty:hover {
  background: transparent;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.empty:hover span {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.selectable.focus, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.selectable:hover {
  background-color: transparent;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.selectable.focus {
  background: transparent;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.selectable.focus span {
  background: #fff;
  color: #008fcc;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curDay, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curMonth, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curYear {
  background: transparent;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curDay span, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curMonth span, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curYear span {
  background: rgba(255, 255, 255, 0.1);
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.empty {
  opacity: 0.3;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td, .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid th {
  background: transparent;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar {
  border-top: 2px solid #435a70;
  color: #fff;
  background-color: #008fcc;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap {
  color: #fff;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap svg {
  fill: #fff;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .icon-right {
  border-color: transparent transparent transparent #fff;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .icon-left {
  border-color: transparent #fff transparent transparent;
}
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .datepicker-month-next {
  float: right;
}
.it-datepicker-wrapper.theme-dark .input-group:after {
  background: #435a70;
}
.it-datepicker-wrapper.theme-dark .input-group .it-date-datepicker {
  background: transparent;
}
.it-datepicker-wrapper.theme-dark .input-group .it-date-datepicker::placeholder {
  color: #435a70;
}
.calendar-input-container {
  z-index: 1;
}
#error_container {
  color: #8b0000;
  font-weight: bold;
}
div[aria-hidden='true'] {
  display: none;
}
.off-screen {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
.error_container {
  color: #8b0000;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  margin-top: -12px;
}
.error-label {
  color: #8b0000;
}
/*SPINNER*/
.spinner-control > div .ui-spinner {
  display: block;
  text-align: center;
}
.spinner-control > div button {
  background-color: transparent;
  border: 1px solid transparent;
}
.spinner-control > div button:hover {
  border: 1px solid #777;
  cursor: pointer;
}
.it-timepicker-wrapper .form-group label {
  left: 0;
}
.it-timepicker-wrapper label.pickerlabel {
  color: #5c6f82;
  font-weight: 600;
  line-height: 2.5rem;
  transition: 0.2s ease-out;
  top: 1rem;
  font-size: 0.777rem;
  cursor: text;
  display: block;
  width: 100%;
  padding: 0 0.5rem;
  z-index: 6;
}
.it-timepicker-wrapper .calendar-input-container {
  position: relative;
  display: flex;
}
.it-timepicker-wrapper .calendar-input-container .form-group {
  padding-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.it-timepicker-wrapper .calendar-input-container:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #435a70;
  transform-origin: bottom;
  transition: all 0.3s;
  left: 0;
}
.it-timepicker-wrapper .calendar-input-container input.form-control {
  border-bottom: none;
  background: transparent;
  color: #435a70;
  flex: 1;
}
.it-timepicker-wrapper .calendar-input-container input.form-control::placeholder {
  color: #435a70;
}
.it-timepicker-wrapper .calendar-input-container .btn-time {
  border: none;
  background: transparent;
}
.it-timepicker-wrapper .calendar-input-container .btn-time:hover svg {
  fill: #008fcc;
}
.it-timepicker-wrapper .calendar-input-container .btn-time svg {
  fill: #435a70;
  transition: all 0.3s;
}
.it-timepicker-wrapper .time-spinner {
  position: relative;
}
.it-timepicker-wrapper .spinner-control {
  position: absolute;
  padding: 24px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-top: 1px solid #435a70;
  display: none;
  margin-top: -2px;
}
.it-timepicker-wrapper .spinner-control .spinner {
  float: left;
  position: relative;
}
.it-timepicker-wrapper .spinner-control .spinner:not(:last-child) {
  margin-right: 24px;
}
.it-timepicker-wrapper .spinner-control .spinner .button-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  bottom: 0;
  flex-direction: column;
}
.it-timepicker-wrapper .spinner-control .spinner .button-wrapper button {
  position: relative;
  flex-basis: 50%;
}
.it-timepicker-wrapper .spinner-control .spinner .button-wrapper button .icon-up {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  left: 1px;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #000 transparent;
  display: block;
}
.it-timepicker-wrapper .spinner-control .spinner .button-wrapper button .icon-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  left: 1px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  display: block;
}
.it-timepicker-wrapper .spinner-control input {
  color: #435a70;
  max-width: 80px;
  border: none;
  border-bottom: 1px solid #435a70;
  background: transparent;
  border-radius: 0;
  font-weight: 600;
  box-shadow: none;
}
.it-timepicker-wrapper .spinner-control input[type='number'] {
  -moz-appearance: textfield;
}
.it-timepicker-wrapper .spinner-control input::-webkit-outer-spin-button, .it-timepicker-wrapper .spinner-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.it-timepicker-wrapper.theme-dark .calendar-input-container:after {
  content: '';
  background: #435a70;
}
.it-timepicker-wrapper.theme-dark .calendar-input-container input.form-control {
  background: transparent;
}
.it-timepicker-wrapper.theme-dark .calendar-input-container input.form-control::placeholder {
  color: #435a70;
}
.it-timepicker-wrapper.theme-dark .calendar-input-container .btn-time {
  background: transparent;
}
.it-timepicker-wrapper.theme-dark .spinner-control {
  background: #008fcc;
}
.it-timepicker-wrapper.theme-dark .spinner-control .spinner .button-wrapper button .icon-up {
  border-color: transparent transparent #fff transparent;
}
.it-timepicker-wrapper.theme-dark .spinner-control .spinner .button-wrapper button .icon-down {
  border-color: #fff transparent transparent transparent;
}
.it-timepicker-wrapper.theme-dark .spinner-control input {
  color: #fff;
  border-bottom: 1px solid #fff;
  background: transparent;
}
.it-header-slim-wrapper {
  background: #007db3;
  padding: 6.5px 18px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
  top: -9px !important;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a {
  color: #fff;
  text-decoration: none;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a:hover:not(.active) {
  text-decoration: underline;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a .icon {
  width: 18px;
  height: 18px;
  transition: all 0.3s;
  transform-origin: center;
  fill: #fff;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle {
  text-transform: uppercase;
  font-size: 0.778em;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle[aria-expanded='true'] .icon {
  transform: scaleY(-1);
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.it-opener {
  font-size: 0.778em;
  padding: 0.5rem 0;
  display: block;
  text-decoration: none;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.it-opener[aria-expanded='true'] .icon {
  transform: scaleY(-1);
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand {
  color: #fff;
  font-size: 0.778em;
  padding: 0;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone, .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone {
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone button, .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone button {
  background: #005980;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone button:hover, .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone button:hover {
  background: #006b99;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list {
  margin-top: 16px;
  margin-bottom: 24px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a.list-item.active, .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a.list-item {
  color: #fff;
  cursor: default;
  text-decoration: none;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a.list-item:hover:not(.active) {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .it-header-slim-wrapper {
    height: 48px;
    padding: 0;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content {
    padding: 0 18px;
    height: 48px;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
    top: -14px !important;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile {
    flex-grow: 2;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list {
    margin: 0;
    display: flex;
    padding: 0 24px;
    margin-right: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 48px;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a.active, .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a {
    border-bottom: 2px solid #fff;
    text-decoration: none;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle .icon {
    margin-left: 4px;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone, .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone {
    height: 48px;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content {
    align-items: center;
  }
  .it-header-slim-wrapper .collapse:not(.show) {
    display: flex;
    justify-content: flex-end;
  }
}
.it-header-slim-wrapper.theme-light {
  background: #fff;
  border-bottom: 1px solid rgba(0, 125, 179, 0.2);
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu:before, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu:before {
  background: #007db3;
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu {
  background-color: #007db3;
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu a, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu a, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu a span, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu a span {
  color: #fff;
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone button, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone button {
  background: #007db3;
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone button:hover, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone button:hover {
  background: #008fcc;
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a {
  color: #007db3;
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a .icon {
  fill: #007db3;
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a.it-opener[aria-expanded='true'] .icon {
  fill: #007db3;
}
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .navbar-brand {
  color: #007db3;
}
.it-header-slim-wrapper.theme-light .btn-full.btn-info, .it-header-slim-wrapper.theme-light .assistance.btn-full, .it-header-slim-wrapper.theme-light .btn-full.btn-danger, .it-header-slim-wrapper.theme-light .banner-covid a.uk-button-danger.btn-full, .banner-covid .it-header-slim-wrapper.theme-light a.uk-button-danger.btn-full, .it-header-slim-wrapper.theme-light .btn-full.btn-success, .it-header-slim-wrapper.theme-light .btn-full.btn-warning, .it-header-slim-wrapper.theme-light .btn-full.btn-secondary, .it-header-slim-wrapper.theme-light .banner-covid a.uk-button-secondary.btn-full, .banner-covid .it-header-slim-wrapper.theme-light a.uk-button-secondary.btn-full, .it-header-slim-wrapper.theme-light .btn-full.btn-primary, .it-header-slim-wrapper.theme-light .banner-covid a.uk-button-primary.btn-full, .banner-covid .it-header-slim-wrapper.theme-light a.uk-button-primary.btn-full, .it-header-slim-wrapper.theme-light .feedback-button a.btn-full, .feedback-button .it-header-slim-wrapper.theme-light a.btn-full {
  color: #fff !important;
}
@media (min-width: 992px) {
  .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul.link-list {
    border-left: 1px solid rgba(0, 125, 179, 0.2);
    border-right: 1px solid rgba(0, 125, 179, 0.2);
  }
  .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul.link-list a.list-item.active, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul.link-list .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul.link-list a.list-item {
    color: #007db3;
    border-bottom: 2px solid #007db3;
  }
}
.it-user-wrapper .dropdown-menu.show {
  transform: translate3d(-120px, 42px, 0) !important;
}
.it-user-wrapper .dropdown-menu.show::before {
  right: 12px;
  left: auto !important;
}
.it-user-wrapper.cloned {
  margin-left: 1em;
  align-self: center;
}
.it-user-wrapper .link-list-wrapper > ul > li > a {
  line-height: 3em;
}
@media (min-width: 576px) {
  .it-user-wrapper .dropdown-menu.show {
    transform: translate3d(-132px, 50px, 0) !important;
  }
  .it-user-wrapper .dropdown-menu.show::before {
    right: 12px;
    left: auto !important;
  }
}
@media (min-width: 992px) {
  .it-user-wrapper .dropdown-menu.show {
    transform: translate3d(0, 56px, 0) !important;
  }
  .it-user-wrapper .dropdown-menu.show::before {
    right: auto;
    left: 27px !important;
  }
  .it-user-wrapper.dropdown .icon {
    margin-left: 4px;
  }
  .it-user-wrapper.dropdown.cloned .btn-full {
    height: 56px;
  }
}
.it-header-center-wrapper {
  background: #008fcc;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
}
.it-header-center-wrapper.it-small-header {
  height: 64px;
}
.it-header-center-wrapper .it-header-center-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text {
  padding-right: 24px;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a {
  display: flex;
  color: #fff;
  align-items: center;
  text-decoration: none;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2, .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h2, .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .event-container .time-event .date .day-event, .event-container .time-event .date .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .day-event {
  font-size: 1.25em;
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: unset;
  line-height: 1.1;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h3, .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h3, .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .argomenti-evidenza-block .el-content h2, .argomenti-evidenza-block .el-content .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2 {
  font-size: 0.889em;
  font-weight: 600;
  margin-bottom: 0;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a:hover {
  text-decoration: none;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
  fill: #fff;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  flex-shrink: 0;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone {
  color: #fff;
  display: flex;
  align-items: center;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials {
  align-items: center;
  font-size: 0.889em;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
  fill: #fff;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
  display: flex;
  align-items: center;
  font-size: 0.889em;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
  width: 24px;
  height: 24px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
    margin-left: 40px;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .it-header-center-wrapper {
    height: 120px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
  }
  .it-header-center-wrapper.it-small-header {
    height: 104px;
  }
  .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a h2, .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a .h2, .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a .event-container .time-event .date .day-event, .event-container .time-event .date .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a .day-event {
    font-size: 1.333em;
  }
  .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a h3, .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a .h3, .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a .argomenti-evidenza-block .el-content h2, .argomenti-evidenza-block .el-content .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a h2 {
    font-size: 0.778em;
    margin-top: 4px;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper {
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 100%;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper {
    margin-left: 0;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a {
    display: flex;
    align-items: center;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2, .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h2, .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .event-container .time-event .date .day-event, .event-container .time-event .date .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .day-event {
    font-size: 1.778em;
    margin-bottom: 0;
    font-weight: bold;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h3, .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h3, .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .argomenti-evidenza-block .el-content h2, .argomenti-evidenza-block .el-content .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2 {
    font-size: 0.889em;
    font-weight: 600;
    margin-bottom: 0;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a:hover {
    text-decoration: none;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
    width: 82px;
    height: 82px;
    margin-right: 16px;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone {
    display: flex;
    align-items: center;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials {
    align-items: center;
    font-size: 0.889em;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
    width: 24px;
    height: 24px;
    margin-left: 16px;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul a:hover svg {
    fill: #f2f2f2;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
    display: flex;
    align-items: center;
    margin-left: 80px;
    font-size: 0.889em;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    display: block;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    transition: all 0.3s;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon:hover {
    background: #f2f2f2;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: #008fcc;
    width: 24px;
    height: 24px;
  }
}
.it-header-center-wrapper.theme-light {
  background: #fff;
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper a {
  color: #008fcc;
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper a .icon {
  fill: #008fcc;
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone {
  color: #008fcc;
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
  fill: #008fcc;
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
  fill: #008fcc;
}
@media (min-width: 992px) {
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .it-socials ul a:hover svg {
    fill: #007db3;
  }
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a {
    background: #008fcc;
  }
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: #fff;
  }
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon:hover {
    background: #007db3;
  }
}
.it-header-navbar-wrapper nav {
  background: transparent;
}
@media (min-width: 992px) {
  .it-header-navbar-wrapper {
    background: #008fcc;
  }
  .it-header-navbar-wrapper .nav-item.megamenu > a.dropdown-toggle:before {
    bottom: -14px;
  }
  .it-header-navbar-wrapper nav a {
    text-decoration: none;
  }
  .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav {
    padding: 0;
  }
  .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav.navbar-secondary {
    display: flex;
    justify-content: flex-end;
  }
  .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav.navbar-secondary a {
    font-size: 0.85em;
    line-height: 1.6;
  }
}
@media (max-width: 992px) {
  .it-header-navbar-wrapper.theme-light-desk .custom-navbar-toggler .icon {
    fill: #007db3;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable {
    /*lista menu*/
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper {
    background: #007db3;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn:before, .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .pagination:not(:first-child) .it-heading-megacolumn:before {
    background: #6bb6d6;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .link-list h3 {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3:before, .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .pagination:not(:first-child) .link-list-wrapper h3:before {
    background: #6bb6d6;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav .it-external .link-list-wrapper .link-list li.it-more a:before {
    background: #6bb6d6;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .it-megamenu-footer {
    background: #007db3;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical {
    background: #007db3;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical .link-list-wrapper .link-list li .divider {
    background: #6bb6d6;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description p {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description .description-content:before {
    background: #6bb6d6;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li a.nav-link.active, .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    border-left-color: #fff;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .close-div .close-menu {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu h3 {
    font-weight: 600;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu h3.it-heading-megacolumn {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active, .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a.list-item {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span, .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a.list-item span {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a span {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a i {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a h3 {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li h3 {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li .divider {
    background: #6bb6d6;
  }
}
/*
 ++++++++++++++++++++++++++++++Desktop light Theme+++++++++++++++++++++++++++++++++++++++++++++++++
 */
@media (min-width: 992px) {
  .it-header-navbar-wrapper.theme-light-desk {
    background: #fff;
    box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
    fill: #007db3;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar {
    background: transparent;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable {
    /*lista menu*/
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper {
    background: #fff;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .link-list h3 {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .it-external .link-list-wrapper .link-list li.it-more a:before {
    background: #6bb6d6;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu a.nav-link:before {
    background-color: #007db3;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .it-megamenu-footer {
    background: #007db3;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical {
    background: #007db3;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical .link-list-wrapper .link-list li .divider {
    background: #6bb6d6;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .it-description p {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    color: #007db3;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.active, .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    border-bottom-color: #007db3;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu {
    background: #007db3;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu h3 {
    font-weight: 600;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu h3.it-heading-megacolumn {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu:before {
    background: #007db3;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active, .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a.list-item {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span, .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a.list-item span {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a span {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a i {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a h3 {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li h3 {
    color: #fff;
  }
  .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li .divider {
    background: #d9dadb;
  }
}
.it-header-wrapper .it-nav-wrapper {
  position: relative;
}
.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
  padding-left: 32px;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
  transition: padding-top 0.3s ease;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
  padding-left: 18px;
  padding-right: 18px;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav .custom-navbar-toggler {
  padding: 0;
  transform: translateX(-2px);
  cursor: pointer;
}
.it-header-wrapper.it-header-sticky.is-sticky .it-nav-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 992px) {
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-slim-wrapper, .it-header-wrapper.it-header-sticky.is-sticky .it-header-center-wrapper {
    display: none;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper {
    align-self: center;
  }
  .it-header-wrapper.it-header-sticky.bs-is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element .it-brand-text {
    display: none;
  }
  .it-header-wrapper.it-header-sticky.bs-is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element a {
    color: #fff;
  }
  .it-header-wrapper.it-header-sticky.bs-is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element a:hover {
    text-decoration: none;
  }
  .it-header-wrapper.it-header-sticky.bs-is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element a .icon {
    fill: #fff;
    width: 41px;
    height: 41px;
    margin-right: 16px;
    flex-shrink: 0;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper {
    display: flex;
    align-items: center;
    align-self: center;
    margin-left: 26.6666666667px;
    font-size: 0.889em;
    color: #fff;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    display: block;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    transition: all 0.3s;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon:hover {
    background: #f2f2f2;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: #008fcc;
    width: 24px;
    height: 24px;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned a {
    width: 35px;
    height: 35px;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned a svg {
    width: 20px;
    height: 20px;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav {
    flex: 1;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav.navbar-secondary {
    display: none;
  }
}
.it-header-wrapper.it-header-sticky.is-sticky ~ * .owl-carousel {
  z-index: auto;
}
@media (min-width: 992px) {
  .it-header-wrapper .it-nav-wrapper {
    position: relative;
  }
  .it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    padding-left: 0;
  }
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
    position: inherit;
    left: auto;
    top: inherit;
    margin-top: 0;
  }
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
    padding-left: 18px;
    padding-right: 18px;
  }
  .it-header-wrapper .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu {
    left: 0;
    right: 0;
  }
}
.it-footer-main {
  background-color: #004766;
  color: #fff;
  font-size: 16px;
}
.it-footer-main h4 a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
.it-footer-main .link-list-wrapper ul li a {
  padding: 0;
  font-size: 1em;
  line-height: 2em;
  color: #fff;
}
.it-footer-main .link-list-wrapper ul li a:hover:not(.disabled) {
  text-decoration: underline;
}
.it-footer-main .it-brand-wrapper {
  padding: 32px 0;
}
.it-footer-main .it-brand-wrapper .it-brand-text {
  padding-right: 24px;
}
.it-footer-main .it-brand-wrapper a {
  display: flex;
  color: #fff;
  align-items: center;
  text-decoration: none;
}
.it-footer-main .it-brand-wrapper a h2 {
  font-size: 1.25em;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: unset;
  line-height: 1.1;
}
.it-footer-main .it-brand-wrapper a h3 {
  font-size: 0.889em;
  font-weight: normal;
  margin-bottom: 0;
}
.it-footer-main .it-brand-wrapper a:hover {
  text-decoration: none;
}
.it-footer-main .it-brand-wrapper a .icon {
  fill: #fff;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  flex-shrink: 0;
}
.it-footer-main section {
  padding: 0 16px;
}
.it-footer-main label {
  font-weight: 600;
}
.it-footer-small-prints {
  background-color: #002433;
}
.it-footer-small-prints ul.it-footer-small-prints-list {
  padding: 1.5rem 1rem;
}
.it-footer-small-prints ul.it-footer-small-prints-list li {
  padding: 0.5rem 0;
}
.it-footer-small-prints ul.it-footer-small-prints-list li:first-child {
  padding-top: 0;
}
.it-footer-small-prints ul.it-footer-small-prints-list li:last-child {
  padding-bottom: 0;
}
.it-footer-small-prints a, .it-footer-small-prints a:hover:not(.disabled) {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.form-newsletter input[type='email'] {
  font-size: 1em;
}
.form-newsletter input[type='email'] ~ * {
  margin-top: 1em;
}
.form-newsletter button {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .form-newsletter button {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 768px) {
  .it-footer-small-prints ul.it-footer-small-prints-list li {
    padding: 0 1rem;
  }
  .it-footer-small-prints ul.it-footer-small-prints-list li:first-child {
    padding-left: 0;
  }
  .it-footer-small-prints ul.it-footer-small-prints-list li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .navbar.theme-dark-mobile .navbar-collapsable {
    /*lista menu*/
  }
  .navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper {
    background: #007db3;
  }
  .navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn:before, .navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .pagination:not(:first-child) .it-heading-megacolumn:before {
    background: #6bb6d6;
  }
  .navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .link-list h3 {
    color: #fff;
  }
  .navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3:before, .navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .pagination:not(:first-child) .link-list-wrapper h3:before {
    background: #6bb6d6;
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav .it-external .link-list-wrapper .link-list li.it-more a:before {
    background: #6bb6d6;
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .it-megamenu-footer {
    background: #007db3;
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical {
    background: #007db3;
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical .link-list-wrapper .link-list li .divider {
    background: #6bb6d6;
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description p {
    color: #fff;
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description .description-content:before {
    background: #6bb6d6;
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li a.nav-link {
    color: #fff;
  }
  .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li a.nav-link.active, .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li a.nav-link {
    border-left-color: #fff;
  }
  .navbar.theme-dark-mobile .close-div .close-menu {
    color: #fff;
  }
  .navbar.theme-dark-mobile .dropdown-menu h3 {
    font-weight: 600;
  }
  .navbar.theme-dark-mobile .dropdown-menu h3.it-heading-megacolumn {
    color: #fff;
  }
  .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a.list-item.active, .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a.list-item {
    color: #fff;
  }
  .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a.list-item.active span, .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a.list-item span {
    color: #fff;
  }
  .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a span {
    color: #fff;
  }
  .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a i {
    color: #fff;
  }
  .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a h3 {
    color: #fff;
  }
  .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li h3 {
    color: #fff;
  }
  .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li .divider {
    background: #6bb6d6;
  }
}
/*
 ++++++++++++++++++++++++++++++Desktop light Theme+++++++++++++++++++++++++++++++++++++++++++++++++
 */
@media (min-width: 992px) {
  .navbar.theme-light-desk {
    background: #fff;
    box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
  }
  .navbar.theme-light-desk .navbar-collapsable {
    /*lista menu*/
  }
  .navbar.theme-light-desk .navbar-collapsable .menu-wrapper {
    background: #fff;
  }
  .navbar.theme-light-desk .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .link-list h3 {
    color: #fff;
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .it-external .link-list-wrapper .link-list li.it-more a:before {
    background: #6bb6d6;
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu a.nav-link:before {
    background-color: #007db3;
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .it-megamenu-footer {
    background: #007db3;
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical {
    background: #007db3;
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical .link-list-wrapper .link-list li .divider {
    background: #6bb6d6;
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .it-description p {
    color: #fff;
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li a.nav-link {
    color: #007db3;
  }
  .navbar.theme-light-desk .navbar-collapsable .navbar-nav li a.nav-link.active, .navbar.theme-light-desk .navbar-collapsable .navbar-nav li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.theme-light-desk .navbar-collapsable .navbar-nav li a.nav-link {
    border-bottom-color: #007db3;
  }
  .navbar.theme-light-desk .dropdown-menu {
    background: #007db3;
  }
  .navbar.theme-light-desk .dropdown-menu h3 {
    font-weight: 600;
  }
  .navbar.theme-light-desk .dropdown-menu h3.it-heading-megacolumn {
    color: #fff;
  }
  .navbar.theme-light-desk .dropdown-menu:before {
    background: #007db3;
  }
  .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a.list-item.active, .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a.list-item {
    color: #fff;
  }
  .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a.list-item.active span, .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a.list-item span {
    color: #fff;
  }
  .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a span {
    color: #fff;
  }
  .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a i {
    color: #fff;
  }
  .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a h3 {
    color: #fff;
  }
  .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li h3 {
    color: #fff;
  }
  .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li .divider {
    background: #d9dadb;
  }
}
.componente-base {
  background-color: #007db3;
  color: #fff;
  cursor: pointer;
  padding: 8px 8px;
}
:focus, .form-check [type='checkbox']:focus + label, .form-check [type='radio']:focus + label, .toggles label input[type='checkbox']:focus + .lever {
  border-color: #f90;
  box-shadow: 0 0 0 2px #f90;
  outline: none;
}
.focus--mouse, .form-check [type='checkbox']:focus.focus--mouse + label, .form-check [type='radio']:focus.focus--mouse + label, .toggles label input[type='checkbox']:focus.focus--mouse + .lever {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}
.icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.icon.icon-padded, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .icon, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg.icon, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg.icon, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg.icon, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg.icon, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg.icon, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg.icon, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card svg.icon {
  padding: 8px;
}
.icon.icon-xs {
  width: 16px;
  height: 16px;
}
.icon.icon-xs.icon-padded, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .icon.icon-xs, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg.icon.icon-xs, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg.icon.icon-xs, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg.icon.icon-xs, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg.icon.icon-xs, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg.icon.icon-xs, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg.icon.icon-xs, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card svg.icon.icon-xs {
  padding: 4px;
}
.icon.icon-sm {
  width: 24px;
  height: 24px;
}
.icon.icon-sm.icon-padded, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .icon.icon-sm, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg.icon.icon-sm, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg.icon.icon-sm, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg.icon.icon-sm, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg.icon.icon-sm, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg.icon.icon-sm, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg.icon.icon-sm, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card svg.icon.icon-sm {
  padding: 6px;
}
.icon.icon-lg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg.icon, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg.icon, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg.icon, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg.icon, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg.icon, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg.icon, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card svg.icon {
  width: 48px;
  height: 48px;
}
.icon.icon-lg.icon-padded, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg.icon.icon-padded, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg.icon.icon-padded, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg.icon.icon-padded, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg.icon, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li .card.card-teaser svg.icon, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .attachments-detail ul .attachments-detail ul li svg.icon, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg.icon.icon-padded, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg.icon, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser .card.card-teaser svg.icon, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .attachments-detail ul li.card-teaser svg.icon, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg.icon.icon-padded, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg.icon.icon-padded, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg.icon, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card .card.card-teaser svg.icon, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .attachments-detail ul li.card svg.icon, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card svg.icon.icon-padded, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg.icon, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg.icon, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .icon.icon-lg, .attachments-detail ul .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg.icon, .attachments-detail ul .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg.icon, .attachments-detail ul .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .card-argomenti-container .agid-evidence-topic-container li.card svg.icon, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg.icon.icon-lg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg.icon.icon-lg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg.icon.icon-lg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg.icon.icon-lg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg.icon.icon-lg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg.icon.icon-lg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card svg.icon.icon-lg {
  padding: 12px;
}
.icon.icon-xl {
  width: 64px;
  height: 64px;
}
.icon.icon-xl.icon-padded, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .icon.icon-xl, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg.icon.icon-xl, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg.icon.icon-xl, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg.icon.icon-xl, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg.icon.icon-xl, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg.icon.icon-xl, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg.icon.icon-xl, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card svg.icon.icon-xl {
  padding: 16px;
}
.icon-primary {
  fill: #007db3 !important;
}
.icon-secondary {
  fill: #ffd400 !important;
}
.icon-success {
  fill: #008758 !important;
}
.icon-info {
  fill: #979899 !important;
}
.icon-warning {
  fill: #a66300 !important;
}
.icon-danger {
  fill: #d92828 !important;
}
.icon-light {
  fill: #e9e6f2 !important;
}
.icon-dark {
  fill: #17324d !important;
}
.icon-black, .it-nav-wrapper .it-header-navbar-wrapper .navbar-nav:not(.navbar-secondary) .nav-item .nav-link.nav-link-plugin svg {
  fill: #000 !important;
}
.icon-white, .servizi-edufe-evidenza .notizie-block-layoutsection .box-card .categoria-box-card .icon, .active-filter svg, .card-argomenti-container .agid-evidence-topic-container .card.card-teaser svg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card-teaser svg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul .attachments-detail ul li svg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li svg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card-teaser svg, .card-argomenti-container .agid-evidence-topic-container .attachments-detail ul li.card svg, .attachments-detail ul .card-argomenti-container .agid-evidence-topic-container li.card svg, .event-container.light-theme .time-event .hour .icon, .event-container.dark-theme .time-event .hour .icon {
  fill: #fff !important;
}
.icon-100 {
  fill: #e3e4e6 !important;
}
.icon-200 {
  fill: #cacacc !important;
}
.icon-300 {
  fill: #b1b1b3 !important;
}
.icon-400 {
  fill: #979899 !important;
}
.icon-500 {
  fill: #7e7f80 !important;
}
.icon-600 {
  fill: #656566 !important;
}
.icon-700 {
  fill: #4c4c4d !important;
}
.icon-800 {
  fill: #323333 !important;
}
.icon-900 {
  fill: #19191a !important;
}
.icon-tertiary {
  fill: #000 !important;
}
.icon-card-preference-bg {
  fill: #e1f5e5 !important;
}
.icon-tags-list-bg {
  fill: #e1f5e5 !important;
}
.icon-tooltip-bg {
  fill: #5e7887 !important;
}
.icon-text-muted {
  fill: #435960 !important;
}
.icon-linkedin {
  fill: #0177b5 !important;
}
.icon-facebook {
  fill: #4867aa !important;
}
.icon-google {
  fill: #ea4335 !important;
}
.icon-twitter {
  fill: #32ccfe !important;
}
.icon-youtube {
  fill: #be1b1e !important;
}
.icon-spid {
  fill: #06c !important;
}
.icon-google-drive {
  fill: #3c83f7 !important;
}
.icon-dark-gray {
  fill: #333 !important;
}
.icon-card-gray {
  fill: #455b71 !important;
}
.icon-green-fe {
  fill: #338c32 !important;
}
.icon-light-edufe-header {
  fill: #fff2db !important;
}
.icon-dark-edufe-header {
  fill: #ffd48c !important;
}
.icon-pink-edufe-header {
  fill: #dc7e72 !important;
}
.icon-first-card-theme-edufe {
  fill: #ffbd89 !important;
}
.icon-second-card-theme-edufe {
  fill: #ffa987 !important;
}
.icon-third-card-theme-edufe {
  fill: #ff9386 !important;
}
.icon-fourth-card-theme-edufe {
  fill: #dc7e72 !important;
}
.icon-green-pug {
  fill: #94c01f !important;
}
.icon-$green-cta-pug {
  fill: #597212 !important;
}
.icon-green-card-pug {
  fill: #609868 !important;
}
.icon-light-orange-card-pug {
  fill: #466949 !important;
}
.icon-orange-card-pug {
  fill: #dd8553 !important;
}
.icon-purple-card-pug {
  fill: #908fc2 !important;
}
.icon-pink-card-pug {
  fill: #df4967 !important;
}
.icon-dark-purple-card-pug {
  fill: #887c94 !important;
}
.icon-dark-pink-card-pug {
  fill: #739ba5 !important;
}
.icon-yellow-card-pug {
  fill: #96ae42 !important;
}
.icon-dark-green-card-pug {
  fill: #b6506a !important;
}
.icon-cyan-pnrr {
  fill: #1cafe2 !important;
}
.icon-green-cta-pnrr {
  fill: #597212 !important;
}
.icon-green-card-pnrr {
  fill: #609868 !important;
}
.icon-mission-digitalizzazione {
  fill: #c5dcee !important;
}
.icon-mission-rivoluzione-verde {
  fill: #92d051 !important;
}
.icon-mission-infrastrutture {
  fill: #ff807e !important;
}
.icon-mission-istruzione {
  fill: #ffc284 !important;
}
.icon-mission-coesione {
  fill: #e2d6ec !important;
}
.icon-mission-salute {
  fill: #fff2d0 !important;
}
.icon-green-matrimoni {
  fill: #889f8c !important;
}
.icon-pink-matrimoni {
  fill: #f4a596 !important;
}
.icon-dark-pink-matrimoni {
  fill: rgba(244, 165, 150, 0.19) !important;
}
.icon-red-inferrara {
  fill: #842722 !important;
}
.icon-primary-geoportale {
  fill: #2f8287 !important;
}
.icon-dark-azul-geoportale {
  fill: #3b707b !important;
}
.icon-green-geoportale {
  fill: #165f24 !important;
}
.icon-dark-purple-geoportale {
  fill: #67586d !important;
}
.icon-dark-yellow-geoportale {
  fill: #7a5a29 !important;
}
.icon-dark-green-geoportale {
  fill: #2f4133 !important;
}
.icon-orange-geoportale {
  fill: #ae4929 !important;
}
.icon-purple-geoportale {
  fill: #7a2972 !important;
}
.icon-blue-geoportale {
  fill: #41488c !important;
}
.icon-azul-geoportale {
  fill: #6795c5 !important;
}
.icon-red-geoportale {
  fill: #a72947 !important;
}
.icon-brown-geoportale {
  fill: #7a6329 !important;
}
.icon-grey-geoportale {
  fill: #414642 !important;
}
.icon-light-green-geoportale {
  fill: #3e883c !important;
}
.icon-brown-ssui {
  fill: #735238 !important;
}
.icon-light-brown-ssui {
  fill: #ba7b4a !important;
}
.icon-sititematici-red {
  fill: #9c2b2b !important;
}
.icon-sititematici-orange {
  fill: #bf5818 !important;
}
.icon-sititematici-yellow {
  fill: #d8b509 !important;
}
.icon-sititematici-turquoise {
  fill: #009d74 !important;
}
.icon-sititematici-green {
  fill: #7c9f4a !important;
}
.icon-sititematici-lightblue {
  fill: #5ca8a1 !important;
}
.icon-sititematici-darkblue {
  fill: #354f66 !important;
}
.icon-sititematici-purple {
  fill: #786372 !important;
}
.icon-sititematici-green-xmas {
  fill: #287233 !important;
}
.avatar.size-sm p {
  font-size: 12px;
}
.alert {
  background-color: #fff;
}
.skiplinks {
  background-color: transparent;
}
h1, .h1, h2, .h2, .event-container .time-event .date .day-event, h3, .h3, .argomenti-evidenza-block .el-content h2, h4, .h4, .notizia-principale h1, .calendary .it-calendar-wrapper .fullcalendar .fc-header-toolbar h2, .index-right-container ul.uk-subnav:not(.internal):nth-child(1) > li:not(.internal), .event-container .time-event .date .month-event, h5, .h5, .calendary .it-calendar-wrapper .fullcalendar .fc-basic-view .fc-head .fc-day-header a, .event-container .time-event .date .year-event, h6, .h6, .notizie-layoutsection .notizie-block-layoutsection > div .box-card > .uk-container .categoria-box-card > .uk-container .title-category {
  font-weight: bold;
}
/**
 Array used for create font-text utility class
 width equal-font-size mixin and bootstrap-italia vars
 */
/**
 Override bs4 text-muted class not implemented by BI
 ps: need #mainContent
 */
.text-muted, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .text-box-card p, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .text-box-card p, .breadcrumb-container .breadcrumb ul li:not(:last-child) a {
  color: #435960 !important;
}
.it-header-wrapper {
  /** override BI padding header for boxed header */
  /* end override */
}
.it-header-wrapper .it-header-slim-wrapper, .it-header-wrapper .it-header-center-wrapper {
  padding-left: 6px;
  padding-right: 6px;
}
.it-header-wrapper .it-nav-wrapper {
  background-color: #fff;
}
@media (min-width: 992px) {
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
    padding-left: 0;
    padding-right: 0;
  }
}
.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    padding-left: 45px;
  }
}
.it-header-slim-wrapper {
  height: 56px;
  /* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .it-header-slim-wrapper {
    height: 58px;
  }
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.nav-link {
  padding: 0.5rem 0.6rem;
  position: relative;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.nav-link .badge {
  position: absolute;
  top: 4px;
  right: 0px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.nav-link .badge.badge-pill {
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  font-size: 0.66rem;
  border-radius: 50%;
  border: 1px solid #007db3;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle {
  padding: 0.5rem 0.6rem;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle .icon {
  margin-left: 0px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a.icon-menu .icon {
  width: 28px;
  height: 28px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content.btn:hover, .it-header-slim-wrapper .banner-covid a.uk-button-primary.it-header-slim-wrapper-content:hover, .banner-covid .it-header-slim-wrapper a.uk-button-primary.it-header-slim-wrapper-content:hover, .it-header-slim-wrapper .banner-covid a.uk-button-secondary.it-header-slim-wrapper-content:hover, .banner-covid .it-header-slim-wrapper a.uk-button-secondary.it-header-slim-wrapper-content:hover, .it-header-slim-wrapper .banner-covid a.uk-button-danger.it-header-slim-wrapper-content:hover, .banner-covid .it-header-slim-wrapper a.uk-button-danger.it-header-slim-wrapper-content:hover, .it-header-slim-wrapper .edufehome-banner .btn-container .btn-old-site a.it-header-slim-wrapper-content:hover, .edufehome-banner .btn-container .btn-old-site .it-header-slim-wrapper a.it-header-slim-wrapper-content:hover, .it-header-slim-wrapper .edufehome-banner .btn-container .btn-sosi a.it-header-slim-wrapper-content:hover, .edufehome-banner .btn-container .btn-sosi .it-header-slim-wrapper a.it-header-slim-wrapper-content:hover, .it-header-slim-wrapper .feedback-button a.it-header-slim-wrapper-content:hover, .feedback-button .it-header-slim-wrapper a.it-header-slim-wrapper-content:hover, .it-header-slim-wrapper .pug-button a.it-header-slim-wrapper-content:hover, .pug-button .it-header-slim-wrapper a.it-header-slim-wrapper-content:hover, .it-header-slim-wrapper .pnrr-button a.it-header-slim-wrapper-content:hover, .pnrr-button .it-header-slim-wrapper a.it-header-slim-wrapper-content:hover, .it-header-slim-wrapper .assistance.it-header-slim-wrapper-content:hover {
  text-decoration: none;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu-right {
  padding: 0.5rem;
  top: 0px !important;
  min-width: 13rem;
  right: 0;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu-right:before {
  left: auto;
  right: 24px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .menu-profile a.dropdown-toggle {
  text-transform: none;
  font-size: 16px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .menu-profile a.dropdown-toggle .icon {
  margin-left: 0px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .menu-profile a.dropdown-toggle[aria-expanded="true"] .icon {
  transform: none;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .menu-profile a.btn-full {
  padding-top: 16px;
  padding-bottom: 16px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .menu-profile .dropdown-menu .link-list h3 {
  line-height: 1.5em;
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone {
  color: #007db3;
}
.it-header-center-wrapper.it-small-header {
  height: 64px;
  /* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .it-header-center-wrapper.it-small-header {
    height: 94px;
  }
}
#searchModal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 100%;
}
#searchModal .modal-dialog .modal-content {
  height: 100%;
  overflow-y: auto;
}
.navbar-brand a {
  display: block;
}
.navbar-brand a img {
  height: 40px;
}
.shrink .it-small-header {
  height: 60px;
  /* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.shrink .it-small-header .it-brand-text {
  height: 40px;
}
.shrink .it-small-header .it-brand-text img {
  max-height: 40px;
  height: 40px;
}
.shrink .it-header-slim-wrapper {
  height: 40px;
  /* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.shrink .menu-profile a.btn-full {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.shrink .sidebar {
  top: 100px;
  /* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.shrink .navbar-brand a img {
  height: 30px;
}
.it-brand-text {
  max-height: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.it-brand-text img {
  max-height: 40px;
  height: 40px;
  max-width: 270px;
}
@media (min-width: 992px) {
  .it-brand-text {
    max-height: 55px;
    height: 54px;
  }
  .it-brand-text img {
    max-height: 55px;
    height: 54px;
  }
}
.it-header-navbar-wrapper .navbar .close-div {
  padding-right: 12px;
  z-index: 0;
}
.btn-always-hamburger-menu {
  position: absolute;
  top: 25%;
  bottom: 25%;
}
.btn-always-hamburger-menu .icon {
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio:0) {
  .it-search-wrapper a.rounded-icon {
    -webkit-appearance: initial;
  }
}
.it-footer {
  height: 0;
}
.it-footer p {
  color: #fff;
}
.it-footer .it-footer-main {
  font-size: 18px;
}
.it-footer .it-footer-main .link-list-wrapper ul li a.list-item {
  text-decoration: none;
  width: max-content;
}
.it-footer .it-footer-main .link-list-wrapper ul li a.list-item.disabled {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}
.it-footer .it-footer-main .link-list-wrapper ul li a.list-item.disabled:hover {
  text-decoration: none;
}
.it-footer .it-footer-main .link-list-wrapper ul li a.list-item.active, .it-footer .it-footer-main .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.list-item, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-footer .it-footer-main .link-list-wrapper ul li a.list-item {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.it-footer .it-footer-main .link-list-wrapper ul li a.list-item:hover {
  text-decoration: underline;
}
.it-footer .it-footer-main .link-list-wrapper ul li a.list-item span {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .it-footer .it-footer-main .link-list-wrapper ul li a.list-item {
    text-decoration: underline;
  }
  .it-footer .it-footer-main .link-list-wrapper ul li a.list-item:hover {
    opacity: 0.8;
  }
}
.it-footer .it-footer-main .link-list-wrapper ul li a.nav-link {
  text-decoration: none;
  width: max-content;
}
.it-footer .it-footer-main .link-list-wrapper ul li a.nav-link.disabled {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}
.it-footer .it-footer-main .link-list-wrapper ul li a.nav-link.disabled:hover {
  text-decoration: none;
}
.it-footer .it-footer-main .link-list-wrapper ul li a.nav-link.active, .it-footer .it-footer-main .link-list-wrapper ul li .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.nav-link, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .it-footer .it-footer-main .link-list-wrapper ul li a.nav-link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.it-footer .it-footer-main .link-list-wrapper ul li a.nav-link:hover {
  text-decoration: underline;
}
.it-footer .it-footer-main .link-list-wrapper ul li a.nav-link span {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
@media (max-width: 575.98px) {
  .it-footer .it-footer-main .link-list-wrapper ul li a.nav-link span {
    text-decoration: underline;
  }
  .it-footer .it-footer-main .link-list-wrapper ul li a.nav-link span:hover {
    opacity: 0.8;
  }
}
@media (max-width: 575.98px) {
  .it-footer .it-footer-main .link-list-wrapper ul li a.nav-link {
    text-decoration: underline;
  }
  .it-footer .it-footer-main .link-list-wrapper ul li a.nav-link:hover {
    opacity: 0.8;
  }
}
.it-footer .it-footer-main .link-list-wrapper.footer-social ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .it-footer .it-footer-main .link-list-wrapper.footer-social ul {
    flex-direction: row;
    display: flex;
  }
  .it-footer .it-footer-main .link-list-wrapper.footer-social ul li {
    margin-right: 5px;
  }
  .it-footer .it-footer-main .link-list-wrapper ul li {
    display: inline-block;
  }
  .it-footer .it-footer-main .link-list-wrapper ul li:not(:last-child) a.list-item:after {
    content: " | ";
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
  }
  .it-footer .it-footer-main .link-list-wrapper ul li:not(:last-child) a.nav-link:after {
    content: " | ";
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
  }
}
body {
  background-color: #fff;
}
#mainContent main {
  margin-top: 120px;
}
@media (min-width: 992px) {
  #mainContent main {
    margin-top: 152px;
  }
}
.affix-top {
  top: 120px;
}
@media (max-width: 991.98px) {
  .container, .uk-container {
    max-width: 100% !important;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.assistance {
  position: fixed;
  bottom: -4px !important;
  right: 25px !important;
  -webkit-transform: translateX(90%);
  transform: translateX(90%);
  -webkit-transition: 0.7s cubic-bezier(0.29, 0.85, 0.5, 0.99);
  transition: 0.7s cubic-bezier(0.29, 0.85, 0.5, 0.99);
  text-decoration: none;
}
.dashed {
  border-top: 3px dashed #979797;
}
.dashed-1 {
  border-top: 1px dashed #979797;
}
.step {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50px;
  text-align: center;
  background-color: #007db3;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .table_switch table, .table_switch tbody, .table_switch th, .table_switch td, .table_switch tr {
    display: block;
    float: left;
    width: 100%;
  }
  .table_switch table.table > thead {
    display: none;
  }
  .table_switch table.table > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 40%;
    min-height: 40px;
    white-space: normal;
  }
  .table_switch table.table > tbody > tr > td:before {
    /* get table header attribute and insert before */
    content: attr(title);
    font-weight: bold;
    position: absolute;
    top: 1em;
    left: 6px;
    width: 45%;
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) and (max-width: 500px) {
  .table_switch table.table > tbody > tr > td:not(:last-child) {
    padding-left: 50%;
  }
}
.tooltip .tooltip-inner {
  background-color: #5e7887;
}
.equal-font-size-h1 {
  font-size: 2.5rem;
}
.equal-font-size-h2 {
  font-size: 2rem;
}
.equal-font-size-h3 {
  font-size: 1.75rem;
}
.equal-font-size-h4 {
  font-size: 1.5rem;
}
.equal-font-size-h5 {
  font-size: 1.25rem;
}
.equal-font-size-h6 {
  font-size: 1rem;
}
.brandbook-theme-color-brandbook-primary {
  color: #2a7a38;
}
.brandbook-theme-color-brandbook-secondary {
  color: #003354;
}
.brandbook-theme-color-brandbook-neutral-1 {
  color: #e6e9f2;
}
.brandbook-theme-color-brandbook-neutral-2 {
  color: #fcfcff;
}
.brandbook-theme-color-brandbook-neutral-3 {
  color: #003354;
}
.brandbook-theme-color-brandbook-triadic-1 {
  color: #a66300;
}
.brandbook-theme-color-brandbook-triadic-2 {
  color: #008758;
}
.brandbook-theme-color-brandbook-triadic-3 {
  color: #d92828;
}
.brandbook-theme-color-brandbook-btn-primary {
  color: #2a7a38;
}
.brandbook-theme-color-brandbook-btn-secondary {
  color: white;
}
.brandbook-theme-color-brandbook-btn-tertiary {
  color: #5e7887;
}
.brandbook-theme-bg-brandbook-primary {
  background-color: #2a7a38;
  color: #fff;
}
.brandbook-theme-bg-brandbook-secondary {
  background-color: #003354;
  color: #fff;
}
.brandbook-theme-bg-brandbook-neutral-1 {
  background-color: #e6e9f2;
  color: #000;
}
.brandbook-theme-bg-brandbook-neutral-2 {
  background-color: #fcfcff;
  color: #000;
}
.brandbook-theme-bg-brandbook-neutral-3 {
  background-color: #003354;
  color: #fff;
}
.brandbook-theme-bg-brandbook-triadic-1 {
  background-color: #a66300;
  color: #fff;
}
.brandbook-theme-bg-brandbook-triadic-2 {
  background-color: #008758;
  color: #fff;
}
.brandbook-theme-bg-brandbook-triadic-3 {
  background-color: #d92828;
  color: #fff;
}
.brandbook-theme-bg-brandbook-btn-primary {
  background-color: #2a7a38;
  color: #fff;
}
.brandbook-theme-bg-brandbook-btn-secondary {
  background-color: white;
  color: #000;
}
.brandbook-theme-bg-brandbook-btn-tertiary {
  background-color: #5e7887;
  color: #fff;
}
.design-theme-color-primary {
  color: #007db3;
}
.design-theme-color-secondary {
  color: #ffd400;
}
.design-theme-color-success {
  color: #008758;
}
.design-theme-color-info {
  color: #979899;
}
.design-theme-color-warning {
  color: #a66300;
}
.design-theme-color-danger {
  color: #d92828;
}
.design-theme-color-light {
  color: #e9e6f2;
}
.design-theme-color-dark {
  color: #17324d;
}
.design-theme-color-black {
  color: #000;
}
.design-theme-color-white {
  color: #fff;
}
.design-theme-color-100 {
  color: #e3e4e6;
}
.design-theme-color-200 {
  color: #cacacc;
}
.design-theme-color-300 {
  color: #b1b1b3;
}
.design-theme-color-400 {
  color: #979899;
}
.design-theme-color-500 {
  color: #7e7f80;
}
.design-theme-color-600 {
  color: #656566;
}
.design-theme-color-700 {
  color: #4c4c4d;
}
.design-theme-color-800 {
  color: #323333;
}
.design-theme-color-900 {
  color: #19191a;
}
.design-theme-color-tertiary {
  color: #000;
}
.design-theme-color-card-preference-bg {
  color: #e1f5e5;
}
.design-theme-color-tags-list-bg {
  color: #e1f5e5;
}
.design-theme-color-tooltip-bg {
  color: #5e7887;
}
.design-theme-color-text-muted {
  color: #435960;
}
.design-theme-color-linkedin {
  color: #0177b5;
}
.design-theme-color-facebook {
  color: #4867aa;
}
.design-theme-color-google {
  color: #ea4335;
}
.design-theme-color-twitter {
  color: #32ccfe;
}
.design-theme-color-youtube {
  color: #be1b1e;
}
.design-theme-color-spid {
  color: #06c;
}
.design-theme-color-google-drive {
  color: #3c83f7;
}
.design-theme-color-dark-gray {
  color: #333;
}
.design-theme-color-card-gray {
  color: #455b71;
}
.design-theme-color-green-fe {
  color: #338c32;
}
.design-theme-color-light-edufe-header {
  color: #fff2db;
}
.design-theme-color-dark-edufe-header {
  color: #ffd48c;
}
.design-theme-color-pink-edufe-header {
  color: #dc7e72;
}
.design-theme-color-first-card-theme-edufe {
  color: #ffbd89;
}
.design-theme-color-second-card-theme-edufe {
  color: #ffa987;
}
.design-theme-color-third-card-theme-edufe {
  color: #ff9386;
}
.design-theme-color-fourth-card-theme-edufe {
  color: #dc7e72;
}
.design-theme-color-green-pug {
  color: #94c01f;
}
.design-theme-color-$green-cta-pug {
  color: #597212;
}
.design-theme-color-green-card-pug {
  color: #609868;
}
.design-theme-color-light-orange-card-pug {
  color: #466949;
}
.design-theme-color-orange-card-pug {
  color: #dd8553;
}
.design-theme-color-purple-card-pug {
  color: #908fc2;
}
.design-theme-color-pink-card-pug {
  color: #df4967;
}
.design-theme-color-dark-purple-card-pug {
  color: #887c94;
}
.design-theme-color-dark-pink-card-pug {
  color: #739ba5;
}
.design-theme-color-yellow-card-pug {
  color: #96ae42;
}
.design-theme-color-dark-green-card-pug {
  color: #b6506a;
}
.design-theme-color-cyan-pnrr {
  color: #1cafe2;
}
.design-theme-color-green-cta-pnrr {
  color: #597212;
}
.design-theme-color-green-card-pnrr {
  color: #609868;
}
.design-theme-color-mission-digitalizzazione {
  color: #c5dcee;
}
.design-theme-color-mission-rivoluzione-verde {
  color: #92d051;
}
.design-theme-color-mission-infrastrutture {
  color: #ff807e;
}
.design-theme-color-mission-istruzione {
  color: #ffc284;
}
.design-theme-color-mission-coesione {
  color: #e2d6ec;
}
.design-theme-color-mission-salute {
  color: #fff2d0;
}
.design-theme-color-green-matrimoni {
  color: #889f8c;
}
.design-theme-color-pink-matrimoni {
  color: #f4a596;
}
.design-theme-color-dark-pink-matrimoni {
  color: rgba(244, 165, 150, 0.19);
}
.design-theme-color-red-inferrara {
  color: #842722;
}
.design-theme-color-primary-geoportale {
  color: #2f8287;
}
.design-theme-color-dark-azul-geoportale {
  color: #3b707b;
}
.design-theme-color-green-geoportale {
  color: #165f24;
}
.design-theme-color-dark-purple-geoportale {
  color: #67586d;
}
.design-theme-color-dark-yellow-geoportale {
  color: #7a5a29;
}
.design-theme-color-dark-green-geoportale {
  color: #2f4133;
}
.design-theme-color-orange-geoportale {
  color: #ae4929;
}
.design-theme-color-purple-geoportale {
  color: #7a2972;
}
.design-theme-color-blue-geoportale {
  color: #41488c;
}
.design-theme-color-azul-geoportale {
  color: #6795c5;
}
.design-theme-color-red-geoportale {
  color: #a72947;
}
.design-theme-color-brown-geoportale {
  color: #7a6329;
}
.design-theme-color-grey-geoportale {
  color: #414642;
}
.design-theme-color-light-green-geoportale {
  color: #3e883c;
}
.design-theme-color-brown-ssui {
  color: #735238;
}
.design-theme-color-light-brown-ssui {
  color: #ba7b4a;
}
.design-theme-color-sititematici-red {
  color: #9c2b2b;
}
.design-theme-color-sititematici-orange {
  color: #bf5818;
}
.design-theme-color-sititematici-yellow {
  color: #d8b509;
}
.design-theme-color-sititematici-turquoise {
  color: #009d74;
}
.design-theme-color-sititematici-green {
  color: #7c9f4a;
}
.design-theme-color-sititematici-lightblue {
  color: #5ca8a1;
}
.design-theme-color-sititematici-darkblue {
  color: #354f66;
}
.design-theme-color-sititematici-purple {
  color: #786372;
}
.design-theme-color-sititematici-green-xmas {
  color: #287233;
}
.design-theme-fill-primary {
  fill: #007db3;
}
.design-theme-fill-secondary {
  fill: #ffd400;
}
.design-theme-fill-success {
  fill: #008758;
}
.design-theme-fill-info {
  fill: #979899;
}
.design-theme-fill-warning {
  fill: #a66300;
}
.design-theme-fill-danger {
  fill: #d92828;
}
.design-theme-fill-light {
  fill: #e9e6f2;
}
.design-theme-fill-dark {
  fill: #17324d;
}
.design-theme-fill-black {
  fill: #000;
}
.design-theme-fill-white {
  fill: #fff;
}
.design-theme-fill-100 {
  fill: #e3e4e6;
}
.design-theme-fill-200 {
  fill: #cacacc;
}
.design-theme-fill-300 {
  fill: #b1b1b3;
}
.design-theme-fill-400 {
  fill: #979899;
}
.design-theme-fill-500 {
  fill: #7e7f80;
}
.design-theme-fill-600 {
  fill: #656566;
}
.design-theme-fill-700 {
  fill: #4c4c4d;
}
.design-theme-fill-800 {
  fill: #323333;
}
.design-theme-fill-900 {
  fill: #19191a;
}
.design-theme-fill-tertiary {
  fill: #000;
}
.design-theme-fill-card-preference-bg {
  fill: #e1f5e5;
}
.design-theme-fill-tags-list-bg {
  fill: #e1f5e5;
}
.design-theme-fill-tooltip-bg {
  fill: #5e7887;
}
.design-theme-fill-text-muted {
  fill: #435960;
}
.design-theme-fill-linkedin {
  fill: #0177b5;
}
.design-theme-fill-facebook {
  fill: #4867aa;
}
.design-theme-fill-google {
  fill: #ea4335;
}
.design-theme-fill-twitter {
  fill: #32ccfe;
}
.design-theme-fill-youtube {
  fill: #be1b1e;
}
.design-theme-fill-spid {
  fill: #06c;
}
.design-theme-fill-google-drive {
  fill: #3c83f7;
}
.design-theme-fill-dark-gray {
  fill: #333;
}
.design-theme-fill-card-gray {
  fill: #455b71;
}
.design-theme-fill-green-fe {
  fill: #338c32;
}
.design-theme-fill-light-edufe-header {
  fill: #fff2db;
}
.design-theme-fill-dark-edufe-header {
  fill: #ffd48c;
}
.design-theme-fill-pink-edufe-header {
  fill: #dc7e72;
}
.design-theme-fill-first-card-theme-edufe {
  fill: #ffbd89;
}
.design-theme-fill-second-card-theme-edufe {
  fill: #ffa987;
}
.design-theme-fill-third-card-theme-edufe {
  fill: #ff9386;
}
.design-theme-fill-fourth-card-theme-edufe {
  fill: #dc7e72;
}
.design-theme-fill-green-pug {
  fill: #94c01f;
}
.design-theme-fill-$green-cta-pug {
  fill: #597212;
}
.design-theme-fill-green-card-pug {
  fill: #609868;
}
.design-theme-fill-light-orange-card-pug {
  fill: #466949;
}
.design-theme-fill-orange-card-pug {
  fill: #dd8553;
}
.design-theme-fill-purple-card-pug {
  fill: #908fc2;
}
.design-theme-fill-pink-card-pug {
  fill: #df4967;
}
.design-theme-fill-dark-purple-card-pug {
  fill: #887c94;
}
.design-theme-fill-dark-pink-card-pug {
  fill: #739ba5;
}
.design-theme-fill-yellow-card-pug {
  fill: #96ae42;
}
.design-theme-fill-dark-green-card-pug {
  fill: #b6506a;
}
.design-theme-fill-cyan-pnrr {
  fill: #1cafe2;
}
.design-theme-fill-green-cta-pnrr {
  fill: #597212;
}
.design-theme-fill-green-card-pnrr {
  fill: #609868;
}
.design-theme-fill-mission-digitalizzazione {
  fill: #c5dcee;
}
.design-theme-fill-mission-rivoluzione-verde {
  fill: #92d051;
}
.design-theme-fill-mission-infrastrutture {
  fill: #ff807e;
}
.design-theme-fill-mission-istruzione {
  fill: #ffc284;
}
.design-theme-fill-mission-coesione {
  fill: #e2d6ec;
}
.design-theme-fill-mission-salute {
  fill: #fff2d0;
}
.design-theme-fill-green-matrimoni {
  fill: #889f8c;
}
.design-theme-fill-pink-matrimoni {
  fill: #f4a596;
}
.design-theme-fill-dark-pink-matrimoni {
  fill: rgba(244, 165, 150, 0.19);
}
.design-theme-fill-red-inferrara {
  fill: #842722;
}
.design-theme-fill-primary-geoportale {
  fill: #2f8287;
}
.design-theme-fill-dark-azul-geoportale {
  fill: #3b707b;
}
.design-theme-fill-green-geoportale {
  fill: #165f24;
}
.design-theme-fill-dark-purple-geoportale {
  fill: #67586d;
}
.design-theme-fill-dark-yellow-geoportale {
  fill: #7a5a29;
}
.design-theme-fill-dark-green-geoportale {
  fill: #2f4133;
}
.design-theme-fill-orange-geoportale {
  fill: #ae4929;
}
.design-theme-fill-purple-geoportale {
  fill: #7a2972;
}
.design-theme-fill-blue-geoportale {
  fill: #41488c;
}
.design-theme-fill-azul-geoportale {
  fill: #6795c5;
}
.design-theme-fill-red-geoportale {
  fill: #a72947;
}
.design-theme-fill-brown-geoportale {
  fill: #7a6329;
}
.design-theme-fill-grey-geoportale {
  fill: #414642;
}
.design-theme-fill-light-green-geoportale {
  fill: #3e883c;
}
.design-theme-fill-brown-ssui {
  fill: #735238;
}
.design-theme-fill-light-brown-ssui {
  fill: #ba7b4a;
}
.design-theme-fill-sititematici-red {
  fill: #9c2b2b;
}
.design-theme-fill-sititematici-orange {
  fill: #bf5818;
}
.design-theme-fill-sititematici-yellow {
  fill: #d8b509;
}
.design-theme-fill-sititematici-turquoise {
  fill: #009d74;
}
.design-theme-fill-sititematici-green {
  fill: #7c9f4a;
}
.design-theme-fill-sititematici-lightblue {
  fill: #5ca8a1;
}
.design-theme-fill-sititematici-darkblue {
  fill: #354f66;
}
.design-theme-fill-sititematici-purple {
  fill: #786372;
}
.design-theme-fill-sititematici-green-xmas {
  fill: #287233;
}
.design-theme-bg-primary {
  background-color: #007db3;
  color: #fff;
}
.design-theme-bg-secondary {
  background-color: #ffd400;
  color: #000;
}
.design-theme-bg-success {
  background-color: #008758;
  color: #fff;
}
.design-theme-bg-info {
  background-color: #979899;
  color: #000;
}
.design-theme-bg-warning {
  background-color: #a66300;
  color: #fff;
}
.design-theme-bg-danger {
  background-color: #d92828;
  color: #fff;
}
.design-theme-bg-light {
  background-color: #e9e6f2;
  color: #000;
}
.design-theme-bg-dark {
  background-color: #17324d;
  color: #fff;
}
.design-theme-bg-black {
  background-color: #000;
  color: #fff;
}
.design-theme-bg-white {
  background-color: #fff;
  color: #000;
}
.design-theme-bg-100 {
  background-color: #e3e4e6;
  color: #000;
}
.design-theme-bg-200 {
  background-color: #cacacc;
  color: #000;
}
.design-theme-bg-300 {
  background-color: #b1b1b3;
  color: #000;
}
.design-theme-bg-400 {
  background-color: #979899;
  color: #000;
}
.design-theme-bg-500 {
  background-color: #7e7f80;
  color: #fff;
}
.design-theme-bg-600 {
  background-color: #656566;
  color: #fff;
}
.design-theme-bg-700 {
  background-color: #4c4c4d;
  color: #fff;
}
.design-theme-bg-800 {
  background-color: #323333;
  color: #fff;
}
.design-theme-bg-900 {
  background-color: #19191a;
  color: #fff;
}
.design-theme-bg-tertiary {
  background-color: #000;
  color: #fff;
}
.design-theme-bg-card-preference-bg {
  background-color: #e1f5e5;
  color: #000;
}
.design-theme-bg-tags-list-bg {
  background-color: #e1f5e5;
  color: #000;
}
.design-theme-bg-tooltip-bg {
  background-color: #5e7887;
  color: #fff;
}
.design-theme-bg-text-muted {
  background-color: #435960;
  color: #fff;
}
.design-theme-bg-linkedin {
  background-color: #0177b5;
  color: #fff;
}
.design-theme-bg-facebook {
  background-color: #4867aa;
  color: #fff;
}
.design-theme-bg-google {
  background-color: #ea4335;
  color: #fff;
}
.design-theme-bg-twitter {
  background-color: #32ccfe;
  color: #000;
}
.design-theme-bg-youtube {
  background-color: #be1b1e;
  color: #fff;
}
.design-theme-bg-spid {
  background-color: #06c;
  color: #fff;
}
.design-theme-bg-google-drive {
  background-color: #3c83f7;
  color: #fff;
}
.design-theme-bg-dark-gray {
  background-color: #333;
  color: #fff;
}
.design-theme-bg-card-gray {
  background-color: #455b71;
  color: #fff;
}
.design-theme-bg-green-fe {
  background-color: #338c32;
  color: #fff;
}
.design-theme-bg-light-edufe-header {
  background-color: #fff2db;
  color: #000;
}
.design-theme-bg-dark-edufe-header {
  background-color: #ffd48c;
  color: #000;
}
.design-theme-bg-pink-edufe-header {
  background-color: #dc7e72;
  color: #000;
}
.design-theme-bg-first-card-theme-edufe {
  background-color: #ffbd89;
  color: #000;
}
.design-theme-bg-second-card-theme-edufe {
  background-color: #ffa987;
  color: #000;
}
.design-theme-bg-third-card-theme-edufe {
  background-color: #ff9386;
  color: #000;
}
.design-theme-bg-fourth-card-theme-edufe {
  background-color: #dc7e72;
  color: #000;
}
.design-theme-bg-green-pug {
  background-color: #94c01f;
  color: #000;
}
.design-theme-bg-$green-cta-pug {
  background-color: #597212;
  color: #fff;
}
.design-theme-bg-green-card-pug {
  background-color: #609868;
  color: #000;
}
.design-theme-bg-light-orange-card-pug {
  background-color: #466949;
  color: #fff;
}
.design-theme-bg-orange-card-pug {
  background-color: #dd8553;
  color: #000;
}
.design-theme-bg-purple-card-pug {
  background-color: #908fc2;
  color: #000;
}
.design-theme-bg-pink-card-pug {
  background-color: #df4967;
  color: #fff;
}
.design-theme-bg-dark-purple-card-pug {
  background-color: #887c94;
  color: #000;
}
.design-theme-bg-dark-pink-card-pug {
  background-color: #739ba5;
  color: #000;
}
.design-theme-bg-yellow-card-pug {
  background-color: #96ae42;
  color: #000;
}
.design-theme-bg-dark-green-card-pug {
  background-color: #b6506a;
  color: #fff;
}
.design-theme-bg-cyan-pnrr {
  background-color: #1cafe2;
  color: #000;
}
.design-theme-bg-green-cta-pnrr {
  background-color: #597212;
  color: #fff;
}
.design-theme-bg-green-card-pnrr {
  background-color: #609868;
  color: #000;
}
.design-theme-bg-mission-digitalizzazione {
  background-color: #c5dcee;
  color: #000;
}
.design-theme-bg-mission-rivoluzione-verde {
  background-color: #92d051;
  color: #000;
}
.design-theme-bg-mission-infrastrutture {
  background-color: #ff807e;
  color: #000;
}
.design-theme-bg-mission-istruzione {
  background-color: #ffc284;
  color: #000;
}
.design-theme-bg-mission-coesione {
  background-color: #e2d6ec;
  color: #000;
}
.design-theme-bg-mission-salute {
  background-color: #fff2d0;
  color: #000;
}
.design-theme-bg-green-matrimoni {
  background-color: #889f8c;
  color: #000;
}
.design-theme-bg-pink-matrimoni {
  background-color: #f4a596;
  color: #000;
}
.design-theme-bg-dark-pink-matrimoni {
  background-color: rgba(244, 165, 150, 0.19);
  color: #000;
}
.design-theme-bg-red-inferrara {
  background-color: #842722;
  color: #fff;
}
.design-theme-bg-primary-geoportale {
  background-color: #2f8287;
  color: #fff;
}
.design-theme-bg-dark-azul-geoportale {
  background-color: #3b707b;
  color: #fff;
}
.design-theme-bg-green-geoportale {
  background-color: #165f24;
  color: #fff;
}
.design-theme-bg-dark-purple-geoportale {
  background-color: #67586d;
  color: #fff;
}
.design-theme-bg-dark-yellow-geoportale {
  background-color: #7a5a29;
  color: #fff;
}
.design-theme-bg-dark-green-geoportale {
  background-color: #2f4133;
  color: #fff;
}
.design-theme-bg-orange-geoportale {
  background-color: #ae4929;
  color: #fff;
}
.design-theme-bg-purple-geoportale {
  background-color: #7a2972;
  color: #fff;
}
.design-theme-bg-blue-geoportale {
  background-color: #41488c;
  color: #fff;
}
.design-theme-bg-azul-geoportale {
  background-color: #6795c5;
  color: #000;
}
.design-theme-bg-red-geoportale {
  background-color: #a72947;
  color: #fff;
}
.design-theme-bg-brown-geoportale {
  background-color: #7a6329;
  color: #fff;
}
.design-theme-bg-grey-geoportale {
  background-color: #414642;
  color: #fff;
}
.design-theme-bg-light-green-geoportale {
  background-color: #3e883c;
  color: #fff;
}
.design-theme-bg-brown-ssui {
  background-color: #735238;
  color: #fff;
}
.design-theme-bg-light-brown-ssui {
  background-color: #ba7b4a;
  color: #000;
}
.design-theme-bg-sititematici-red {
  background-color: #9c2b2b;
  color: #fff;
}
.design-theme-bg-sititematici-orange {
  background-color: #bf5818;
  color: #000;
}
.design-theme-bg-sititematici-yellow {
  background-color: #d8b509;
  color: #000;
}
.design-theme-bg-sititematici-turquoise {
  background-color: #009d74;
  color: #fff;
}
.design-theme-bg-sititematici-green {
  background-color: #7c9f4a;
  color: #000;
}
.design-theme-bg-sititematici-lightblue {
  background-color: #5ca8a1;
  color: #000;
}
.design-theme-bg-sititematici-darkblue {
  background-color: #354f66;
  color: #fff;
}
.design-theme-bg-sititematici-purple {
  background-color: #786372;
  color: #fff;
}
.design-theme-bg-sititematici-green-xmas {
  background-color: #287233;
  color: #fff;
}
.design-theme-border-primary {
  border-color: #007db3;
}
.design-theme-border-secondary {
  border-color: #ffd400;
}
.design-theme-border-success {
  border-color: #008758;
}
.design-theme-border-info {
  border-color: #979899;
}
.design-theme-border-warning {
  border-color: #a66300;
}
.design-theme-border-danger {
  border-color: #d92828;
}
.design-theme-border-light {
  border-color: #e9e6f2;
}
.design-theme-border-dark {
  border-color: #17324d;
}
.design-theme-border-black {
  border-color: #000;
}
.design-theme-border-white {
  border-color: #fff;
}
.design-theme-border-100 {
  border-color: #e3e4e6;
}
.design-theme-border-200 {
  border-color: #cacacc;
}
.design-theme-border-300 {
  border-color: #b1b1b3;
}
.design-theme-border-400 {
  border-color: #979899;
}
.design-theme-border-500 {
  border-color: #7e7f80;
}
.design-theme-border-600 {
  border-color: #656566;
}
.design-theme-border-700 {
  border-color: #4c4c4d;
}
.design-theme-border-800 {
  border-color: #323333;
}
.design-theme-border-900 {
  border-color: #19191a;
}
.design-theme-border-tertiary {
  border-color: #000;
}
.design-theme-border-card-preference-bg {
  border-color: #e1f5e5;
}
.design-theme-border-tags-list-bg {
  border-color: #e1f5e5;
}
.design-theme-border-tooltip-bg {
  border-color: #5e7887;
}
.design-theme-border-text-muted {
  border-color: #435960;
}
.design-theme-border-linkedin {
  border-color: #0177b5;
}
.design-theme-border-facebook {
  border-color: #4867aa;
}
.design-theme-border-google {
  border-color: #ea4335;
}
.design-theme-border-twitter {
  border-color: #32ccfe;
}
.design-theme-border-youtube {
  border-color: #be1b1e;
}
.design-theme-border-spid {
  border-color: #06c;
}
.design-theme-border-google-drive {
  border-color: #3c83f7;
}
.design-theme-border-dark-gray {
  border-color: #333;
}
.design-theme-border-card-gray {
  border-color: #455b71;
}
.design-theme-border-green-fe {
  border-color: #338c32;
}
.design-theme-border-light-edufe-header {
  border-color: #fff2db;
}
.design-theme-border-dark-edufe-header {
  border-color: #ffd48c;
}
.design-theme-border-pink-edufe-header {
  border-color: #dc7e72;
}
.design-theme-border-first-card-theme-edufe {
  border-color: #ffbd89;
}
.design-theme-border-second-card-theme-edufe {
  border-color: #ffa987;
}
.design-theme-border-third-card-theme-edufe {
  border-color: #ff9386;
}
.design-theme-border-fourth-card-theme-edufe {
  border-color: #dc7e72;
}
.design-theme-border-green-pug {
  border-color: #94c01f;
}
.design-theme-border-$green-cta-pug {
  border-color: #597212;
}
.design-theme-border-green-card-pug {
  border-color: #609868;
}
.design-theme-border-light-orange-card-pug {
  border-color: #466949;
}
.design-theme-border-orange-card-pug {
  border-color: #dd8553;
}
.design-theme-border-purple-card-pug {
  border-color: #908fc2;
}
.design-theme-border-pink-card-pug {
  border-color: #df4967;
}
.design-theme-border-dark-purple-card-pug {
  border-color: #887c94;
}
.design-theme-border-dark-pink-card-pug {
  border-color: #739ba5;
}
.design-theme-border-yellow-card-pug {
  border-color: #96ae42;
}
.design-theme-border-dark-green-card-pug {
  border-color: #b6506a;
}
.design-theme-border-cyan-pnrr {
  border-color: #1cafe2;
}
.design-theme-border-green-cta-pnrr {
  border-color: #597212;
}
.design-theme-border-green-card-pnrr {
  border-color: #609868;
}
.design-theme-border-mission-digitalizzazione {
  border-color: #c5dcee;
}
.design-theme-border-mission-rivoluzione-verde {
  border-color: #92d051;
}
.design-theme-border-mission-infrastrutture {
  border-color: #ff807e;
}
.design-theme-border-mission-istruzione {
  border-color: #ffc284;
}
.design-theme-border-mission-coesione {
  border-color: #e2d6ec;
}
.design-theme-border-mission-salute {
  border-color: #fff2d0;
}
.design-theme-border-green-matrimoni {
  border-color: #889f8c;
}
.design-theme-border-pink-matrimoni {
  border-color: #f4a596;
}
.design-theme-border-dark-pink-matrimoni {
  border-color: rgba(244, 165, 150, 0.19);
}
.design-theme-border-red-inferrara {
  border-color: #842722;
}
.design-theme-border-primary-geoportale {
  border-color: #2f8287;
}
.design-theme-border-dark-azul-geoportale {
  border-color: #3b707b;
}
.design-theme-border-green-geoportale {
  border-color: #165f24;
}
.design-theme-border-dark-purple-geoportale {
  border-color: #67586d;
}
.design-theme-border-dark-yellow-geoportale {
  border-color: #7a5a29;
}
.design-theme-border-dark-green-geoportale {
  border-color: #2f4133;
}
.design-theme-border-orange-geoportale {
  border-color: #ae4929;
}
.design-theme-border-purple-geoportale {
  border-color: #7a2972;
}
.design-theme-border-blue-geoportale {
  border-color: #41488c;
}
.design-theme-border-azul-geoportale {
  border-color: #6795c5;
}
.design-theme-border-red-geoportale {
  border-color: #a72947;
}
.design-theme-border-brown-geoportale {
  border-color: #7a6329;
}
.design-theme-border-grey-geoportale {
  border-color: #414642;
}
.design-theme-border-light-green-geoportale {
  border-color: #3e883c;
}
.design-theme-border-brown-ssui {
  border-color: #735238;
}
.design-theme-border-light-brown-ssui {
  border-color: #ba7b4a;
}
.design-theme-border-sititematici-red {
  border-color: #9c2b2b;
}
.design-theme-border-sititematici-orange {
  border-color: #bf5818;
}
.design-theme-border-sititematici-yellow {
  border-color: #d8b509;
}
.design-theme-border-sititematici-turquoise {
  border-color: #009d74;
}
.design-theme-border-sititematici-green {
  border-color: #7c9f4a;
}
.design-theme-border-sititematici-lightblue {
  border-color: #5ca8a1;
}
.design-theme-border-sititematici-darkblue {
  border-color: #354f66;
}
.design-theme-border-sititematici-purple {
  border-color: #786372;
}
.design-theme-border-sititematici-green-xmas {
  border-color: #287233;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}
.z-index-1 {
  z-index: 1;
}
.z-index-8 {
  z-index: 8;
}
.z-index-9 {
  z-index: 9;
}
.z-index-99 {
  z-index: 99;
}
.link-list-title {
  color: #000;
  text-decoration: none;
}
.link-list-title:hover {
  text-decoration: underline;
  color: #000;
}
.title-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.title-two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.title-three-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.title-four-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.mdi {
  line-height: 1;
}
.mdi.md-18 {
  font-size: 18px;
}
.mdi.md-24 {
  font-size: 24px;
}
.mdi.md-36 {
  font-size: 36px;
}
.mdi.md-48 {
  font-size: 48px;
}
.mdi.md-56 {
  font-size: 56px;
}
.mdi.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.mdi.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.mdi.md-light {
  color: #fff;
}
.mdi.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
.wizard-steps {
  margin-bottom: 30px;
  overflow: hidden;
  color: #ffd400;
  padding-left: 0px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.wizard-steps:after {
  content: '';
  width: calc(100% - 30px);
  height: 2px;
  background: #ffd400;
  position: absolute;
  left: 12.5%;
  width: 75%;
  top: 50%;
  z-index: 0;
}
.wizard-steps li {
  list-style-type: none;
  width: 100%;
  position: relative;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.wizard-steps li.active-step:before:first-child {
  left: 50%;
}
.wizard-steps li.active-step div {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.wizard-steps li.active-step.current-step div {
  width: 40px;
  height: 40px;
  font-weight: bold;
}
.wizard-steps li div {
  z-index: 2;
  width: 28px;
  height: 28px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  background: #f7f9fa;
  border-radius: 50%;
  border: 1px solid #ffd400;
  color: #ffd400;
  position: relative;
  margin: auto;
}
.wizard-steps li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
}
.wizard-steps li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
}
.wizard-steps li.active-step:after {
  background: #000;
  z-index: 1;
  content: '';
  height: 2px;
  position: absolute;
  width: 100%;
  top: 50%;
}
@media (-ms-high-contrast: none) {
  .wizard-steps li.active-step:after {
    width: 0px;
  }
}
@media (-ms-high-contrast:none) {
  .wizard-steps li.active-step:after {
    -webkit-appearance: initial;
  }
}
@media (-ms-high-contrast: none) {
  .tags-list.tags-list-checkbox .card .categoryicon-top, .tags-list.tags-list-checkbox .attachments-detail ul li .categoryicon-top, .attachments-detail ul .tags-list.tags-list-checkbox li .categoryicon-top {
    display: inline-block;
  }
}
.tags-list.tags-list-checkbox .card:hover, .tags-list.tags-list-checkbox .attachments-detail ul li:hover, .attachments-detail ul .tags-list.tags-list-checkbox li:hover {
  border-color: #007db3;
}
.tags-list.card-wrapper .card, .tags-list.card-wrapper .attachments-detail ul li, .attachments-detail ul .tags-list.card-wrapper li {
  border: 2px solid #e1f5e5;
  transition: 0.2s ease-out;
}
.tags-list.card-wrapper .card:hover, .tags-list.card-wrapper .attachments-detail ul li:hover, .attachments-detail ul .tags-list.card-wrapper li:hover {
  border-color: #007db3;
}
.tags-list.card-wrapper .card .categoryicon-top, .tags-list.card-wrapper .attachments-detail ul li .categoryicon-top, .attachments-detail ul .tags-list.card-wrapper li .categoryicon-top {
  align-items: flex-start;
}
.tags-list.card-wrapper .card .categoryicon-top .icon, .tags-list.card-wrapper .attachments-detail ul li .categoryicon-top .icon, .attachments-detail ul .tags-list.card-wrapper li .categoryicon-top .icon {
  fill: #000;
  width: 56px;
  height: 56px;
}
.tags-list.card-wrapper .card .categoryicon-top span, .tags-list.card-wrapper .attachments-detail ul li .categoryicon-top span, .attachments-detail ul .tags-list.card-wrapper li .categoryicon-top span {
  margin: 0;
}
.tags-list.card-wrapper .card .card-body, .tags-list.card-wrapper .attachments-detail ul li .card-body, .tags-list.card-wrapper .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .tags-list.card-wrapper .attachments-detail ul li li, .attachments-detail ul .tags-list.card-wrapper li .card-body, .tags-list.card-wrapper .card .attachments-detail ul li, .attachments-detail ul .tags-list.card-wrapper .card li {
  margin-right: 30px;
}
.tags-list.card-wrapper .card .card-body .card-title, .tags-list.card-wrapper .attachments-detail ul li .card-body .card-title, .tags-list.card-wrapper .attachments-detail ul li .attachments-detail ul li .card-title, .attachments-detail ul .tags-list.card-wrapper .attachments-detail ul li li .card-title, .attachments-detail ul .tags-list.card-wrapper li .card-body .card-title, .tags-list.card-wrapper .card .attachments-detail ul li .card-title, .attachments-detail ul .tags-list.card-wrapper .card li .card-title {
  font-size: 1rem;
  word-break: break-word !important;
}
.tags-list.card-wrapper .card .card-body .card-text, .tags-list.card-wrapper .attachments-detail ul li .card-body .card-text, .tags-list.card-wrapper .attachments-detail ul li .attachments-detail ul li .card-text, .attachments-detail ul .tags-list.card-wrapper .attachments-detail ul li li .card-text, .attachments-detail ul .tags-list.card-wrapper li .card-body .card-text, .tags-list.card-wrapper .card .attachments-detail ul li .card-text, .attachments-detail ul .tags-list.card-wrapper .card li .card-text {
  font-size: 0.9rem;
  font-family: 'Titillium Web';
  color: #000;
  margin: 0;
  padding-bottom: 10px;
}
.tags-list.card-wrapper .card .card-body small, .tags-list.card-wrapper .attachments-detail ul li .card-body small, .tags-list.card-wrapper .attachments-detail ul li .attachments-detail ul li small, .attachments-detail ul .tags-list.card-wrapper .attachments-detail ul li li small, .attachments-detail ul .tags-list.card-wrapper li .card-body small, .tags-list.card-wrapper .card .attachments-detail ul li small, .attachments-detail ul .tags-list.card-wrapper .card li small {
  font-size: 14px;
}
.tags-list.card-wrapper .card .card-body .icon-tags-list img, .tags-list.card-wrapper .attachments-detail ul li .card-body .icon-tags-list img, .tags-list.card-wrapper .attachments-detail ul li .attachments-detail ul li .icon-tags-list img, .attachments-detail ul .tags-list.card-wrapper .attachments-detail ul li li .icon-tags-list img, .attachments-detail ul .tags-list.card-wrapper li .card-body .icon-tags-list img, .tags-list.card-wrapper .card .attachments-detail ul li .icon-tags-list img, .attachments-detail ul .tags-list.card-wrapper .card li .icon-tags-list img {
  width: 56px;
}
.tags-list.card-wrapper .card .card-body .simple-link, .tags-list.card-wrapper .attachments-detail ul li .card-body .simple-link, .tags-list.card-wrapper .attachments-detail ul li .attachments-detail ul li .simple-link, .attachments-detail ul .tags-list.card-wrapper .attachments-detail ul li li .simple-link, .attachments-detail ul .tags-list.card-wrapper li .card-body .simple-link, .tags-list.card-wrapper .card .attachments-detail ul li .simple-link, .attachments-detail ul .tags-list.card-wrapper .card li .simple-link, .tags-list.card-wrapper .card .card-body .form-check, .tags-list.card-wrapper .attachments-detail ul li .card-body .form-check, .tags-list.card-wrapper .attachments-detail ul li .attachments-detail ul li .form-check, .attachments-detail ul .tags-list.card-wrapper .attachments-detail ul li li .form-check, .attachments-detail ul .tags-list.card-wrapper li .card-body .form-check, .tags-list.card-wrapper .card .attachments-detail ul li .form-check, .attachments-detail ul .tags-list.card-wrapper .card li .form-check {
  margin-top: auto;
  text-align: right;
  line-height: 32px;
  text-decoration: none;
}
.tags-list.card-wrapper .card .card-body .simple-link label, .tags-list.card-wrapper .attachments-detail ul li .card-body .simple-link label, .tags-list.card-wrapper .attachments-detail ul li .attachments-detail ul li .simple-link label, .attachments-detail ul .tags-list.card-wrapper .attachments-detail ul li li .simple-link label, .attachments-detail ul .tags-list.card-wrapper li .card-body .simple-link label, .tags-list.card-wrapper .card .attachments-detail ul li .simple-link label, .attachments-detail ul .tags-list.card-wrapper .card li .simple-link label, .tags-list.card-wrapper .card .card-body .form-check label, .tags-list.card-wrapper .attachments-detail ul li .card-body .form-check label, .tags-list.card-wrapper .attachments-detail ul li .attachments-detail ul li .form-check label, .attachments-detail ul .tags-list.card-wrapper .attachments-detail ul li li .form-check label, .attachments-detail ul .tags-list.card-wrapper li .card-body .form-check label, .tags-list.card-wrapper .card .attachments-detail ul li .form-check label, .attachments-detail ul .tags-list.card-wrapper .card li .form-check label {
  font-size: 0.88rem;
  color: #007db3;
  margin: 0;
  font-weight: 600;
  text-decoration: underline;
}
.tags-list.card-wrapper .card .card-body .simple-link span, .tags-list.card-wrapper .attachments-detail ul li .card-body .simple-link span, .tags-list.card-wrapper .attachments-detail ul li .attachments-detail ul li .simple-link span, .attachments-detail ul .tags-list.card-wrapper .attachments-detail ul li li .simple-link span, .attachments-detail ul .tags-list.card-wrapper li .card-body .simple-link span, .tags-list.card-wrapper .card .attachments-detail ul li .simple-link span, .attachments-detail ul .tags-list.card-wrapper .card li .simple-link span, .tags-list.card-wrapper .card .card-body .form-check span, .tags-list.card-wrapper .attachments-detail ul li .card-body .form-check span, .tags-list.card-wrapper .attachments-detail ul li .attachments-detail ul li .form-check span, .attachments-detail ul .tags-list.card-wrapper .attachments-detail ul li li .form-check span, .attachments-detail ul .tags-list.card-wrapper li .card-body .form-check span, .tags-list.card-wrapper .card .attachments-detail ul li .form-check span, .attachments-detail ul .tags-list.card-wrapper .card li .form-check span {
  text-decoration: underline;
}
.tags-list.card-wrapper .card::after, .tags-list.card-wrapper .attachments-detail ul li::after, .attachments-detail ul .tags-list.card-wrapper li::after {
  content: inherit;
}
.tags-list.card-wrapper::after {
  content: '';
  margin-bottom: 24px;
}
.tags-list.action-disabled.active .card, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.tags-list.action-disabled .card, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.tags-list.action-disabled .attachments-detail ul li, .attachments-detail ul .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.tags-list.action-disabled li, .tags-list.action-disabled.active .attachments-detail ul li, .attachments-detail ul .tags-list.action-disabled.active li {
  border: 2px solid #656566;
}
.tags-list.action-disabled .card .card-body a, .tags-list.action-disabled .attachments-detail ul li .card-body a, .tags-list.action-disabled .attachments-detail ul li .attachments-detail ul li a, .attachments-detail ul .tags-list.action-disabled .attachments-detail ul li li a, .attachments-detail ul .tags-list.action-disabled li .card-body a, .tags-list.action-disabled .card .attachments-detail ul li a, .attachments-detail ul .tags-list.action-disabled .card li a {
  cursor: not-allowed;
  pointer-events: none;
  color: #656566;
}
.tags-list.action-disabled .card .card-body a svg, .tags-list.action-disabled .attachments-detail ul li .card-body a svg, .tags-list.action-disabled .attachments-detail ul li .attachments-detail ul li a svg, .attachments-detail ul .tags-list.action-disabled .attachments-detail ul li li a svg, .attachments-detail ul .tags-list.action-disabled li .card-body a svg, .tags-list.action-disabled .card .attachments-detail ul li a svg, .attachments-detail ul .tags-list.action-disabled .card li a svg {
  fill: #656566 !important;
}
.tags-list.active .card, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.tags-list .card, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.tags-list .attachments-detail ul li, .attachments-detail ul .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.tags-list li, .tags-list.active .attachments-detail ul li, .attachments-detail ul .tags-list.active li {
  border: 2px solid #007db3;
  transition: 0.2s ease-out;
  background: #e1f5e5;
}
.tags-list.empty .card, .tags-list.empty .attachments-detail ul li, .attachments-detail ul .tags-list.empty li {
  background-color: transparent;
  border: 1px dashed #ffd400;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}
.tags-list.empty .card .card-body, .tags-list.empty .attachments-detail ul li .card-body, .tags-list.empty .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .tags-list.empty .attachments-detail ul li li, .attachments-detail ul .tags-list.empty li .card-body, .tags-list.empty .card .attachments-detail ul li, .attachments-detail ul .tags-list.empty .card li {
  justify-content: center;
}
.tags-list.empty .card .card-body .categoryicon-top, .tags-list.empty .attachments-detail ul li .card-body .categoryicon-top, .tags-list.empty .attachments-detail ul li .attachments-detail ul li .categoryicon-top, .attachments-detail ul .tags-list.empty .attachments-detail ul li li .categoryicon-top, .attachments-detail ul .tags-list.empty li .card-body .categoryicon-top, .tags-list.empty .card .attachments-detail ul li .categoryicon-top, .attachments-detail ul .tags-list.empty .card li .categoryicon-top {
  align-self: center;
}
.tags-list::after {
  content: inherit;
}
.tags-list.tags-list-checkbox .categoryicon-top {
  align-items: flex-start;
}
.tags-list.tags-list-checkbox .pretty {
  height: 100%;
  width: 100%;
  position: absolute;
  margin-right: 0;
}
.tags-list.tags-list-checkbox .pretty input {
  min-width: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.tags-list.tags-list-checkbox .pretty.p-icon .state {
  width: 100%;
  text-align: right;
}
.tags-list.tags-list-checkbox .pretty.p-icon .state .icon {
  position: inherit;
  margin: 0;
  left: auto;
  right: 14px;
  width: 24px;
  height: 24px;
}
.tags-list.tags-list-checkbox .pretty.p-icon .state .icon.icon-xs {
  right: 10px;
  width: 16px;
  height: 16px;
  top: 1px;
}
.tags-list.tags-list-checkbox .pretty.p-icon .state label {
  width: 0;
  max-width: 0;
  min-width: 0;
}
.tags-list.tags-list-checkbox .pretty.p-icon .state label:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  cursor: pointer;
}
.tags-list.tags-list-checkbox .pretty.p-icon .state label:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  cursor: pointer;
}
.tags-list.tags-list-checkbox .pretty .p-off, .tags-list.tags-list-checkbox .pretty .p-on {
  display: initial !important;
  position: absolute;
}
.tag-checkbox-container {
  margin-right: 8px;
}
.tag-checkbox-container .card, .tag-checkbox-container .attachments-detail ul li, .attachments-detail ul .tag-checkbox-container li {
  width: auto;
  margin-right: 0;
}
.tag-checkbox-container:last-child {
  margin-right: 0;
}
.owl-carousel-news, .owl-carousel-preference-centre {
  overflow: hidden;
}
@media (-ms-high-contrast:none) {
  .owl-carousel-news .owl-carousel .owl-item img, .owl-carousel-preference-centre .owl-carousel .owl-item img {
    width: auto;
  }
}
.owl-carousel-news .owl-carousel .owl-stage, .owl-carousel-preference-centre .owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper {
  height: 100%;
}
.owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper {
  height: 100%;
}
@media (min-width: 1200px) {
  .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .img-responsive-wrapper, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .img-responsive-wrapper, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .argomenti-evidenza-block img, .argomenti-evidenza-block .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li img, .attachments-detail ul .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper li .img-responsive-wrapper, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .argomenti-evidenza-block img, .argomenti-evidenza-block .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card img, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .img-responsive-wrapper, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .img-responsive-wrapper, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .argomenti-evidenza-block img, .argomenti-evidenza-block .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li img, .attachments-detail ul .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper li .img-responsive-wrapper, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .argomenti-evidenza-block img, .argomenti-evidenza-block .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card img, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .card-body, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .card-body, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li li, .attachments-detail ul .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper li .card-body, .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .attachments-detail ul li, .attachments-detail ul .owl-carousel-news .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card li, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .card-body, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .card-body, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li .attachments-detail ul li, .attachments-detail ul .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .attachments-detail ul li li, .attachments-detail ul .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper li .card-body, .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card .attachments-detail ul li, .attachments-detail ul .owl-carousel-preference-centre .owl-carousel .owl-stage .it-single-slide-wrapper .container-news .card-wrapper .card li {
    width: 50%;
  }
}
.owl-carousel-news .owl-carousel .owl-nav, .owl-carousel-preference-centre .owl-carousel .owl-nav {
  display: block;
  font-size: 50px !important;
}
@media (max-width: 991.98px) {
  .owl-carousel-news .owl-carousel .owl-nav, .owl-carousel-preference-centre .owl-carousel .owl-nav {
    margin-top: 0;
  }
}
.owl-carousel-news .owl-carousel .owl-nav .owl-prev, .owl-carousel-preference-centre .owl-carousel .owl-nav .owl-prev, .owl-carousel-news .owl-carousel .owl-nav .owl-next, .owl-carousel-preference-centre .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.owl-carousel-news .owl-carousel .owl-nav .owl-prev span, .owl-carousel-preference-centre .owl-carousel .owl-nav .owl-prev span, .owl-carousel-news .owl-carousel .owl-nav .owl-next span, .owl-carousel-preference-centre .owl-carousel .owl-nav .owl-next span {
  color: #007db3;
}
.owl-carousel-news .owl-carousel .owl-nav .owl-prev, .owl-carousel-preference-centre .owl-carousel .owl-nav .owl-prev {
  left: -1rem;
}
.owl-carousel-news .owl-carousel .owl-nav .owl-next, .owl-carousel-preference-centre .owl-carousel .owl-nav .owl-next {
  right: -1rem;
}
.owl-carousel-news .owl-carousel .owl-dots, .owl-carousel-preference-centre .owl-carousel .owl-dots {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel-news .owl-carousel .owl-dots button.active, .owl-carousel-preference-centre .owl-carousel .owl-dots button.active {
  border-radius: 100%;
  border: 2px solid #007db3;
  width: 20px;
  height: 20px;
  background: #e1f5e5;
}
.owl-carousel-news .owl-carousel .owl-dots .owl-dot, .owl-carousel-preference-centre .owl-carousel .owl-dots .owl-dot {
  transition: inherit;
}
.owl-carousel-news .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel-news .owl-carousel .owl-dots .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.owl-dot span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .owl-carousel-news .owl-carousel .owl-dots a.owl-dot span, .owl-carousel-preference-centre .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel-preference-centre .owl-carousel .owl-dots .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item a.owl-dot span, .index-left-container aside .navbar.it-navscroll-wrapper .menu-wrapper ul.link-list.collapse li.nav-item .owl-carousel-preference-centre .owl-carousel .owl-dots a.owl-dot span {
  background-color: #007db3;
  margin: 2px 3px;
}
.owl-carousel-news .owl-carousel .owl-dots .owl-dot span, .owl-carousel-preference-centre .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.calendar-section .it-carousel-wrapper .owl-stage {
  display: flex;
}
.collapse-lg .collapse-header *[data-toggle='collapse'] {
  outline: none;
}
.collapse-lg .collapse-header *[data-toggle='collapse']:before {
  width: 2.5rem;
}
.collapse-lg .collapse-header *[data-toggle='collapse'] img {
  max-width: 60px;
}
.modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .modal .modal-dialog {
    margin: 24px;
  }
}
.modal .modal-dialog .nav-tabs {
  overflow-x: auto;
}
.modal-dialog-right.modal-lg, .modal-dialog-left.modal-lg {
  width: 100%;
}
@media (min-width: 576px) {
  .modal-dialog-right.modal-lg, .modal-dialog-left.modal-lg {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .modal-dialog-right.modal-lg, .modal-dialog-left.modal-lg {
    width: 700px;
  }
}
.form-row .form-group {
  margin-bottom: 2rem;
}
.form-group {
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}
.form-group label {
  width: auto !important;
  color: #003354;
}
.form-group input.js-fake-not-readonly[readonly] {
  background-color: #fff;
  cursor: auto;
}
.form-group input.js-fake-not-readonly[readonly] + label {
  cursor: auto;
}
.form-group input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.form-group input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.form-group input[type="search"]::-webkit-search-decoration, .form-group input[type="search"]::-webkit-search-cancel-button, .form-group input[type="search"]::-webkit-search-results-button, .form-group input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.form-group .input-password ~ .password-icon {
  background-color: transparent;
  /* FIX per IE ed EDGE per far si che non venga fuori la doppia icona di visualizzazione in chiaro della password*/
}
@media (-ms-high-contrast: none) {
  .form-group .input-password ~ .password-icon {
    background-color: #fff;
  }
}
@supports (-ms-ime-align: auto) {
  .form-group .input-password ~ .password-icon {
    background-color: #fff;
  }
}
.form-group .bi-form-field-tooltip-helper {
  position: absolute;
  top: -1.7rem;
  right: 0;
}
.form-group small[id^="describedBy"] {
  position: relative;
}
@media (min-width: 1200px) {
  .form-group small[id^="describedBy"] {
    width: 95%;
  }
}
.form-group small[id^="describedBy"] .bi-form-field-tooltip-info {
  position: relative;
  top: -0.2em;
  left: 1em;
}
.form-group.has-error input[type="password"] + .password-strength-meter .form-text {
  position: relative;
}
textarea::placeholder {
  color: #656566;
  opacity: 1;
}
.form-rounded input[type="date"], .form-rounded input[type="datetime-local"], .form-rounded input[type="email"], .form-rounded input[type="number"], .form-rounded input[type="password"], .form-rounded input[type="search"], .form-rounded input[type="tel"], .form-rounded input[type="text"], .form-rounded input[type="time"], .form-rounded input[type="url"], .form-rounded textarea {
  border: 1px solid #5c6f82;
  border-radius: 4px;
}
.form-rounded .it-datepicker-wrapper .input-group {
  border: 1px solid #5c6f82;
  border-radius: 4px;
}
.form-rounded .it-datepicker-wrapper .input-group input {
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #fff;
  border: 0;
  height: 2.35rem;
}
.form-rounded .it-datepicker-wrapper .input-group::after {
  content: inherit;
}
.form-rounded .it-datepicker-wrapper .input-group .datepicker-button {
  height: 2.35rem;
  margin-right: 0;
  width: 40px;
}
@media (min-width: 576px) {
  .form-rounded .it-datepicker-wrapper .input-group .datepicker-button {
    height: 2.4rem;
  }
}
.form-rounded.was-validated .form-control:invalid, .form-rounded .form-control.is-invalid {
  border-color: #d92828;
}
.form-rounded.was-validated .datepicker-button, .form-rounded .is-invalid .datepicker-button {
  border-color: #d92828 !important;
}
.form-rounded.was-validated .datepicker-button, .form-rounded .is-valid .datepicker-button {
  border-color: #008758 !important;
}
.form-rounded .bootstrap-select-wrapper button {
  border: 1px solid #5c6f82;
  border-radius: 4px;
  background: #fff;
}
.form-rounded .bootstrap-select-wrapper button .filter-option::after {
  content: inherit;
}
.form-rounded .bootstrap-select-wrapper .bs-searchbox input {
  border: 0;
  border-bottom: 1px solid #5c6f82;
  border-radius: 0;
}
.form-rounded .password-icon {
  right: 1px;
}
.label-style {
  font-size: 0.777rem;
  margin-top: -22px;
  font-weight: bold;
}
.bootstrap-select-wrapper .bootstrap-select .dropdown-menu .inner {
  max-height: 200px !important;
}
.container-news .card-calendar {
  top: 0;
  left: 20px;
  height: 85px;
  width: 60px;
}
.container-news .card-body .card-text, .container-news .attachments-detail ul li .card-text, .attachments-detail ul .container-news li .card-text {
  font-family: inherit;
}
.container-news .card-body a.read-more, .container-news .attachments-detail ul li a.read-more, .container-news .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .container-news .attachments-detail ul li a, .container-news .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .container-news .attachments-detail ul li a, .attachments-detail ul .container-news li a.read-more, .container-news .card-body .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .container-news .card-body a, .container-news .card-body .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .container-news .card-body a {
  position: relative;
  bottom: 0;
}
.container-news .other-info-item {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
}
.news-item-list-wrapper .card::after, .news-item-list-wrapper .attachments-detail ul li::after, .attachments-detail ul .news-item-list-wrapper li::after {
  content: inherit;
}
.news-item-list-wrapper .card .read-more, .news-item-list-wrapper .attachments-detail ul li .read-more, .news-item-list-wrapper .attachments-detail ul li .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .news-item-list-wrapper .attachments-detail ul li a, .news-item-list-wrapper .attachments-detail ul li .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .news-item-list-wrapper .attachments-detail ul li a, .attachments-detail ul .news-item-list-wrapper li .read-more, .news-item-list-wrapper .card .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card a, .notizie-layoutsection .notizie-block-layoutsection > div .box-card .cta-box-card .news-item-list-wrapper .card a, .news-item-list-wrapper .card .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card a, .argomenti-layoutsection.evidenza-layoutsection > div .argomenti-block-layoutsection > div .box-card .cta-box-card .news-item-list-wrapper .card a {
  position: relative;
  bottom: inherit;
}
.discussion-container .generic-info .community-title {
  font-size: 0.8rem;
}
.discussion-container-card .other-info-item {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
}
.community-container {
  height: auto;
}
.community-container .community-image {
  height: 60px;
  width: 86px;
  overflow: hidden;
}
.community-container .community-image img {
  object-position: center;
  object-fit: cover;
}
.community-container .community-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.community-container .position-relative a, .community-container .argomenti-evidenza-block img a, .argomenti-evidenza-block .community-container img a, .community-container .feedback-form form label a, .feedback-form form .community-container label a, .community-container .edufe-argomenti-layoutsection.pug .five-columns-layout > div .card.card-teaser a, .community-container .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card-teaser a, .community-container .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul .attachments-detail ul li a, .attachments-detail ul .community-container .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li a, .attachments-detail ul .community-container .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card-teaser a, .community-container .edufe-argomenti-layoutsection.pug .five-columns-layout > div .attachments-detail ul li.card a, .attachments-detail ul .community-container .edufe-argomenti-layoutsection.pug .five-columns-layout > div li.card a, .edufe-argomenti-layoutsection.pug .five-columns-layout > div .community-container .card.card-teaser a, .community-container .section-missioni .three-columns-layout > div .card.card-teaser a, .community-container .section-missioni .three-columns-layout > div .attachments-detail ul li.card-teaser a, .community-container .section-missioni .three-columns-layout > div .attachments-detail ul .attachments-detail ul li a, .attachments-detail ul .community-container .section-missioni .three-columns-layout > div .attachments-detail ul li a, .attachments-detail ul .community-container .section-missioni .three-columns-layout > div li.card-teaser a, .community-container .section-missioni .three-columns-layout > div .attachments-detail ul li.card a, .attachments-detail ul .community-container .section-missioni .three-columns-layout > div li.card a, .section-missioni .three-columns-layout > div .community-container .card.card-teaser a, .community-container .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .card.card-teaser a, .community-container .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card-teaser a, .community-container .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul .attachments-detail ul li a, .attachments-detail ul .community-container .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li a, .attachments-detail ul .community-container .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card-teaser a, .community-container .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .attachments-detail ul li.card a, .attachments-detail ul .community-container .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div li.card a, .edufe-argomenti-layoutsection.pnrr .five-columns-layout > div .community-container .card.card-teaser a, .community-container .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .card.card-teaser a, .community-container .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card-teaser a, .community-container .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul .attachments-detail ul li a, .attachments-detail ul .community-container .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li a, .attachments-detail ul .community-container .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card-teaser a, .community-container .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .attachments-detail ul li.card a, .attachments-detail ul .community-container .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div li.card a, .edufe-argomenti-layoutsection.matrimoni .five-columns-layout > div .community-container .card.card-teaser a, .community-container .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .card.card-teaser a, .community-container .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card-teaser a, .community-container .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul .attachments-detail ul li a, .attachments-detail ul .community-container .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li a, .attachments-detail ul .community-container .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card-teaser a, .community-container .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .attachments-detail ul li.card a, .attachments-detail ul .community-container .edufe-argomenti-layoutsection.ssui .five-columns-layout > div li.card a, .edufe-argomenti-layoutsection.ssui .five-columns-layout > div .community-container .card.card-teaser a {
  bottom: -5px;
  right: -5px;
}
@media (-ms-high-contrast: none) {
  .community-container .community-title-container {
    width: 250px;
    text-align: center;
  }
  .community-container .community-title-container .community-title {
    position: relative;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 2.4em;
    /* (Number of lines you want visible) * (line-height) */
    line-height: 1.2em;
  }
}
.event-container .time-event {
  font-size: 16px;
}
@media (min-width: 576px) {
  .event-container .time-event {
    font-size: 22px;
  }
}
.event-container .time-event .date {
  background-color: #f7f9fa;
}
.event-container.light-theme .time-event {
  background: #000;
}
.event-container.light-theme .time-event .date {
  color: #fff;
}
.event-container.light-theme .time-event .hour {
  background: #ffd400;
  color: #000;
}
.event-container.dark-theme {
  color: #fff;
}
.event-container.dark-theme .time-event {
  background: #fff;
}
.event-container.dark-theme .time-event .date {
  color: #000;
}
.event-container.dark-theme .time-event .hour {
  background: #ffd400;
  color: #000;
}
.event-container.dark-theme .link-list-title {
  color: #fff;
}
@media (min-width: 768px) {
  .event-container.date-dark {
    background-color: #fff;
  }
}
@media (max-width: 767.98px) {
  .event-container.date-dark > p {
    color: #fff;
  }
}
.event-container .external-image-container {
  position: relative;
}
.event-container .external-image-container .image-wrapper img {
  object-position: center;
  object-fit: cover;
}
.event-container .external-image-container .other-info-item {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
}
.event-list-item-container a:hover h5 {
  text-decoration: underline;
}
.event-calendar {
  width: 60px;
}
.organizzazioni-wrapper .organizzazioni img {
  object-position: center;
  object-fit: cover;
}
.document-container .last-info a:hover svg {
  fill: #1d719c !important;
}
.documenti-card-wrapper {
  position: relative;
}
.documenti-card-wrapper .categoryicon-top {
  position: relative;
}
.documenti-card-wrapper .categoryicon-top .icon-overlay {
  position: absolute;
  width: 26px;
  height: 26px;
  top: -5px;
  left: -7px;
  border: 2px solid #fff;
}
.documenti-card-wrapper.card-type-folder .card-bg {
  background: #fef6e0;
}
.documenti-card-wrapper.card-type-folder .card-bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 0 0 48px;
  border-color: #fad165 transparent transparent transparent;
  margin: 0;
}
.documenti-card-wrapper .info-doc {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.dropdown-manage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.dropdown-manage a#dropdownManageMenu .icon {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  transform: translateY(-2px);
}
.dropdown-manage a#dropdownManageMenu:after {
  content: inherit;
}
.dropdown-manage .dropdown-menu {
  left: -6px !important;
  top: -6px !important;
  border-radius: 4px;
}
.dropdown-manage .dropdown-menu::before {
  top: 10px;
  right: -6px;
  left: auto;
}
.dropdown-manage.dropleft .dropdown-toggle::before {
  content: inherit;
}
.bi-assistance {
  position: fixed;
  right: 16px;
  bottom: 64px;
  margin-bottom: -48px;
  transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out;
}
.bi-assistance.push-up {
  margin-bottom: 0;
  transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .bi-assistance {
    bottom: 70px;
    right: 32px;
  }
}
.bi-assistance a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: block;
}
@media (-ms-high-contrast:none) {
  /* IE11 */
  *::-ms-backdrop, *:focus, .form-check [type='checkbox']:focus + label, .form-check [type='radio']:focus + label, .toggles label input[type='checkbox']:focus + *.lever {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .radio input[type="radio"], #event-event_location_entrance_id input[type="radio"], .radio input[type="checkbox"], #event-event_location_entrance_id input[type="checkbox"] {
    margin-right: 15px;
  }
  .checkbox input[type="radio"], .checkbox input[type="checkbox"] {
    margin-right: 15px;
  }
  .input-group-addon {
    display: inline;
  }
}


.evidenza-section.bg-100 .advanced-subnav.right-subnav a[data-element], .espandi-voci a{
  color: #000;
}

.evidenza-section.bg-100 .advanced-subnav.right-subnav a[data-element], .espandi-voci a:hover{
  text-decoration: underline
}

.evidenza-section.bg-100 .advanced-subnav.right-subnav svg{
  fill: #000 !important;
}


.ricerca-risultati ul.pagination li a{
  color: #000 ; 
}

@media(min-width:992px){
  .altri-argomenti-section{
      width: 75%;
      display: flex;
      justify-content: center;
      margin: auto;
  }
}
.altri-argomenti-section .argomenti-label{
      color: #5C6F82;
      text-transform: uppercase;
      font-weight: 600;
      white-space: nowrap;
}

.contatta-comune{
  background-image: url('/img/homepage/sfondo_contatta_comune.webp');
  background-size: cover;
  background-position-y: bottom;
}

.calendary .it-calendar-wrapper .it-header-block-title{
  background-color: #000;
}

.calendary .it-calendar-wrapper .owl-nav{
  display: none !important;
}

.calendary .it-calendar-wrapper .card-wrapper .card h5 span{
  padding-left: 0 !important;
  font-family: 'Titillium Web';
}


a.read-more{
  color: #007db3 !important

}

.card-bg-orange-agid-fe{
  background-color: #bf5818;
}
  
.card-bg-green-agid-fe{
  background-color: #47700c;
}
  
.card-bg-red-agid-fe{
  background-color: #9c2b2b;
}

.news-description img{
  max-width: 100%;
  height: auto;
  
}

@media(max-width:768px){
  .news-description img{
    max-width: 100%; 
     
  }
}