h1,
h2,
h3 {
  margin-bottom: 1rem;
  color: #2D64AD;
}
h3 {
  font-size: 1.5rem;
}
#page-header:has(img) {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
}
#page-header:has(img) h1 {
  position: absolute;
  left: 1rem;
  bottom: 1.5rem;
  margin: 0;
  color: #FFFFFF;
}
a {
  color: #008CDB;
  text-decoration: none;
}
a:hover {
  color: #FF6600;
  text-decoration: underline;
}
table.visually-hidden {
  display: block;
}
.btn {
  padding: 5px 20px;
  border: 0;
  border-radius: 30px;
  background-color: #008CDB;
  color: #FFFFFF;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus,
.btn:active {
  background-color: #FF6600 !important;
  color: #FFFFFF !important;
  text-decoration: none;
}
.card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.card .card-body .card-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.card.workpackage {
  margin-top: 2rem;
  padding: 1rem;
}
.card.workpackage .card-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 0.25rem;
  background: linear-gradient(to right, #FFFFFF, #008CDB 500%);
}
.card.workpackage .card-header .status {
  margin-bottom: 0.5rem;
  white-space: normal;
}
.card.workpackage .card-header .end_month {
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1.1;
}
.card.workpackage .card-header .end_month .value {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .card.workpackage .card-header {
    flex-direction: row;
    padding-left: 0;
  }
  .card.workpackage .card-header .status {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }
  .card.workpackage .card-header .end_month {
    display: flex;
    flex-direction: column;
  }
}
.card.workpackage .card-body .card-title {
  display: flex;
  flex-direction: row;
  align-items: start;
}
.card.workpackage .card-footer {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #DEDEDE;
  background: none;
  font-size: 0.8125rem;
  text-align: center;
}
.card.workpackage .card-footer .milestone {
  border-bottom: 1px solid #DEDEDE;
}
.card.workpackage .card-footer .milestone h4 {
  font-size: inherit;
  text-transform: uppercase;
}
.card.workpackage .card-footer .milestone .milestone_info {
  display: flex;
  justify-content: space-between;
}
.card.workpackage .card-footer .milestone .milestone_name {
  text-align: left;
  color: #2D64AD;
  font-size: 0.875rem;
}
.card.workpackage .card-footer .milestone .milestone_date {
  text-align: right;
  white-space: nowrap;
}
.card.workpackage .card-footer .milestone .milestone_date .value {
  font-weight: 600;
}
.card.workpackage .card-footer .milestone,
.card.workpackage .card-footer .task_count {
  padding: 0.9rem 0;
}
.card.workpackage .card-footer .btn {
  padding: 2px 15px;
  font-size: inherit;
}
.card.article,
.card.publication {
  padding: 0;
  border: none;
  background: none;
}
.card.article .card-header,
.card.publication .card-header {
  position: relative;
  height: 11rem;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
.card.article .card-header .card-img,
.card.publication .card-header .card-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.card.article .card-header .published_at,
.card.publication .card-header .published_at {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.6rem;
  background-color: #FF6600;
  color: #FFFFFF;
  text-transform: uppercase;
}
.card.article .card-body .card-title,
.card.publication .card-body .card-title {
  min-height: 2.5rem;
  padding-left: 3rem;
  background: url('../images/ico_articolo.svg') no-repeat top left;
}
.card.publication .card-body .card-title {
  background-image: url('../images/ico_pubblicazione.svg');
}
.text ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
  position: relative;
}
.text ul li:before {
  content: '●';
  position: absolute;
  left: 0;
  font-size: 0.8125rem;
}
.text ul li + li {
  margin-top: 0.5rem;
}
.tabs-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #F8F8F8;
  box-shadow: 0 0 0 100vmax #F8F8F8;
  clip-path: inset(0 -100vmax);
}
.nav-tabs {
  border: none;
  column-gap: 2rem;
}
.nav-tabs .nav-item:only-child .nav-link.active {
  text-decoration: none;
}
.nav-tabs .nav-link {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  color: #A1D2EE !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  text-transform: inherit !important;
  text-align: left;
}
.nav-tabs .nav-link:hover {
  color: #FF6600 !important;
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  cursor: default;
  color: #2D64AD !important;
  text-decoration: underline;
}
.paginator {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.paginator li {
  display: inline-block;
}
.paginator li a,
.paginator li span {
  display: inline-block;
  margin: 0 0.25rem;
}
.paginator li a:not(.ellipsis),
.paginator li span:not(.ellipsis) {
  background-color: #008CDB;
  width: 2rem;
  line-height: 2rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}
.paginator li a:not(.ellipsis).prev,
.paginator li span:not(.ellipsis).prev,
.paginator li a:not(.ellipsis).next,
.paginator li span:not(.ellipsis).next {
  width: auto;
  padding: 0 0.625rem;
}
.paginator li a:not(.ellipsis):hover,
.paginator li span:not(.ellipsis):hover {
  background-color: #FF6600;
}
.paginator li a:not(.ellipsis).active,
.paginator li span:not(.ellipsis).active {
  background-color: #2D64AD;
}
.progetto_costo,
.progetto_trasferimenti {
  padding: 0.5em 0;
  text-align: center;
  white-space: nowrap;
}
.progetto_costo .value,
.progetto_trasferimenti .value {
  display: block;
  font-size: 3.375rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -3px;
}
.progetto_costo .value {
  color: #2D64AD;
}
.progetto_costo .value .amount {
  font-weight: 400;
}
.progetto_trasferimenti .value {
  color: #FF6600;
}
.progetto_trasferimenti .value .amount {
  font-weight: 500;
}
ul.properties {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
ul.properties > li {
  margin: 0.875rem 2rem 0.875rem 0;
  white-space: nowrap;
}
ul.properties > li .label {
  color: #888888;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
}
ul.properties ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.properties ul li {
  display: inline-block;
}
ul.properties ul li .code {
  margin-right: 0;
}
ul.properties ul li .code + .code {
  margin-left: 0.4rem;
}
a.attachment {
  display: inline-block;
  padding-left: 1.75rem;
  background: url('../images/ico_allegato.svg') no-repeat left top;
}
.workpackage .code {
  --code-font-size: 1rem;
  display: inline-block;
  margin-right: 0.8rem;
  padding: 0 0.6rem !important;
  border-radius: 0.25rem;
  background-color: #2D64AD;
  color: #FFFFFF;
  font-size: var(--code-font-size);
  white-space: nowrap;
}
.workpackage .code.task-code {
  --code-font-size: 0.8125rem;
}
.workpackage a.code {
  background-color: #008CDB;
}
.workpackage a.code:hover {
  background-color: #FF6600;
  text-decoration: none;
}
.workpackage .task_count {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.workpackage .task_count .value {
  display: inline-block;
  border-radius: 50%;
  width: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  background-color: #FF6600;
  color: #FFFFFF;
}
.workpackage .status {
  display: inline-block;
  border: 1px solid #ABABAB;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  padding: 0 0.5rem;
  white-space: nowrap;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}
.workpackage .status:before {
  content: '';
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background-color: currentColor;
}
.workpackage .status.status_0 {
  color: #ABABAB;
}
.workpackage .status.status_0:before {
  background-color: #D0D0D0;
}
.workpackage .status.status_1 {
  color: #414141;
}
.workpackage .status.status_1:before {
  background-color: #B9B9B9;
}
.workpackage .status.status_2,
.workpackage .status.status_7 {
  color: #D31A1A;
}
.workpackage .status.status_3 {
  color: #008CDB;
}
.workpackage .status.status_3:before {
  background-color: #FFFFFF;
  border: 2px solid currentColor;
}
.workpackage .status.status_4 {
  color: #008CDB;
}
.workpackage .status.status_5,
.workpackage .status.status_6 {
  color: #31C32E;
}
#breadcrumbs {
  margin: 1rem 0 3rem 0;
  font-size: 1.125rem;
}
#entities ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
}
#entities ul img {
  height: 3.75rem;
  margin-top: 1rem;
  margin-right: 3rem;
}
#resources h2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
#resources h2 .total_amount {
  font-weight: normal;
}
#resources table {
  --bs-border-color: #ABABAB;
}
#resources table tr > *:first-of-type {
  padding-left: 0;
}
#resources table tr > *:last-of-type {
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}
#tasks h2 {
  display: flex;
  align-items: center;
}
#tasks .task_count {
  display: inline-block;
  border-radius: 50%;
  width: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  background-color: #FF6600;
  color: #FFFFFF;
  margin-left: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
}
#tasks table tr th {
  font-weight: normal;
}
#tasks table tr > *:first-of-type {
  padding-left: 0;
}
#tasks table tr > *:last-of-type {
  padding-right: 0;
  text-align: right;
}
#tasks table a {
  margin-right: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}
#tasks table a.code {
  font-size: 0.8125rem;
  font-weight: normal;
}
#attachments {
  margin-top: 2.5rem;
}
#attachments ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-weight: 500;
}
#attachments ul li + li {
  margin-top: 1rem;
}
#workpackages {
  margin-top: 2.5rem;
}
#workpackages ul {
  padding-left: 0;
}
#workpackages .workpackage {
  margin: 1.5rem 0;
  display: flex;
  align-items: start;
}
#workpackages .workpackage img {
  width: 4rem;
  margin-right: 1rem;
}
#workpackages .workpackage h3 {
  display: flex;
  flex-direction: row;
  align-items: start;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}
#workpackage_list .workpackage {
  margin: 3.375rem 0;
}
#workpackage_list .workpackage .header {
  display: flex;
  column-gap: 1rem;
}
#workpackage_list .workpackage .header img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
}
#workpackage_list .workpackage .header h2 {
  display: flex;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
#workpackage_detail .navbar-nav,
#task_detail .navbar-nav {
  flex-direction: row;
  justify-content: end;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
#workpackage_detail .navbar-nav .nav-item:last-of-type .code,
#task_detail .navbar-nav .nav-item:last-of-type .code {
  margin-right: 0;
}
#workpackage_detail h1,
#task_detail h1 {
  --h1-font-size: calc(1.375rem + 1.5vw);
  --h1-line-height: 1.2;
  display: flex;
  flex-direction: row;
  align-items: start;
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
}
@media (min-width: 1200px) {
  #workpackage_detail h1,
  #task_detail h1 {
    --h1-font-size: 2.5rem;
  }
}
#workpackage_detail h1 .code,
#task_detail h1 .code {
  --code-line-height: 1.5;
  --code-my: calc((var(--h1-font-size) * var(--h1-line-height) - var(--code-font-size) * var(--code-line-height)) / 2);
  line-height: var(--code-line-height);
  margin-top: var(--code-my);
  margin-bottom: var(--code-my);
}
#workpackage_detail > p,
#task_detail > p {
  font-size: 0.9375rem;
}
#workpackage_detail > p:last-of-type,
#task_detail > p:last-of-type {
  margin-bottom: 2rem;
}
#workpackage_detail #entities,
#task_detail #entities,
#workpackage_detail #resources,
#task_detail #resources,
#workpackage_detail #tasks,
#task_detail #tasks,
#workpackage_detail #impacts,
#task_detail #impacts,
#workpackage_detail .tabs-container,
#task_detail .tabs-container {
  margin-top: 4rem;
}
#workpackage_detail .tabs-container .article,
#workpackage_detail .tabs-container .publication {
  display: flex;
  margin-top: 2rem;
}
#workpackage_detail .tabs-container .article:first-of-type,
#workpackage_detail .tabs-container .publication:first-of-type {
  margin-top: 1rem;
}
#workpackage_detail .tabs-container .article img,
#workpackage_detail .tabs-container .publication img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  margin-right: 1.5rem;
}
#workpackage_detail .tabs-container .article .info,
#workpackage_detail .tabs-container .publication .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#workpackage_detail .tabs-container .article h3,
#workpackage_detail .tabs-container .publication h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
  padding-left: 2.5rem;
  background: url('../images/ico_articolo.svg') no-repeat top left / 2rem;
}
#workpackage_detail .tabs-container .article .published_at,
#workpackage_detail .tabs-container .publication .published_at {
  color: #FF6600;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
}
#workpackage_detail .tabs-container .publication h3 {
  background-image: url('../images/ico_pubblicazione.svg');
}
#task_detail .navbar-nav .nav-item:first-of-type {
  margin-right: auto;
}
#task_detail .tabs-container table {
  --bs-border-color: #ABABAB;
  font-size: 0.875rem;
}
#task_detail .tabs-container table tr th {
  vertical-align: middle;
  font-weight: normal;
  color: #616161;
}
#task_detail .tabs-container table tr td:first-of-type {
  font-size: 1rem;
  font-weight: 500;
}
#task_detail .tabs-container table tr > *:nth-of-type(4),
#task_detail .tabs-container table tr > *:nth-of-type(5),
#task_detail .tabs-container table tr > *:nth-of-type(6) {
  text-align: center;
}
#task_detail .tabs-container table a.attachment {
  width: 0;
  overflow: hidden;
  padding-left: 1.1875rem;
}
#article_list,
#publication_list {
  --bs-gutter-x: 2.5rem;
  margin-top: 2.5rem;
  font-size: 0.875rem;
}
#article_detail,
#publication_detail {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#article_detail #page-header,
#publication_detail #page-header {
  position: relative;
  margin-bottom: 1.5rem;
}
#article_detail #page-header img,
#publication_detail #page-header img {
  width: 100%;
}
#article_detail #page-header .published_at,
#publication_detail #page-header .published_at {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.6rem;
  background-color: #FF6600;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.6;
}
#article_detail h1,
#publication_detail h1 {
  min-height: 2.5rem;
  margin-bottom: 2rem;
  padding-left: 3rem;
  background: url('../images/ico_articolo.svg') no-repeat top left;
  font-size: 2rem;
}
#publication_detail h1 {
  background-image: url('../images/ico_pubblicazione.svg');
}
#partners_detail {
  margin-top: 3rem;
}
#partners_detail .entity {
  margin-top: 3rem;
}
#partners_detail .entity img {
  height: 4rem;
  margin-bottom: 1rem;
}
#partners_detail .entity h3 {
  margin-bottom: 0.5rem;
}
#partners_detail .person {
  margin-top: 3rem;
}
#partners_detail .person .header {
  display: flex;
  align-items: start;
  column-gap: 1rem;
}
#partners_detail .person .header img {
  width: 4rem;
}
#partners_detail .person .header h3 {
  margin-bottom: 0.5rem;
}
#resources_detail #resources0 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 3rem;
  margin: 2.5rem 0 4.5rem 0;
  background: url('../images/chevron-double-right.svg') no-repeat center center / 2.5rem;
}
@media (max-width: 767px) {
  #resources_detail #resources0 {
    flex-direction: column;
    background-image: url('../images/chevron-double-down.svg');
  }
}
#resources_detail #resources1,
#resources_detail #resources2 {
  margin-bottom: 4.5rem;
}
#resources_detail #resources3 table {
  --bs-border-color: #ABABAB;
}
#resources_detail #resources3 table thead th {
  vertical-align: middle;
  text-align: right;
  font-size: 0.875rem;
  font-weight: normal;
  color: #616161;
}
#resources_detail #resources3 table tbody th {
  font-weight: 500;
}
#resources_detail #resources3 table tbody tr:last-of-type > * {
  border-bottom: none;
}
#resources_detail #resources3 table tbody tr:last-of-type th {
  text-align: right;
}
#resources_detail #resources3 table td {
  vertical-align: middle;
  text-align: right;
  font-size: 0.875rem;
  white-space: nowrap;
}
g.breadcrumbs g .text {
  fill: #008CDB;
  font-size: 1.25rem;
  cursor: pointer;
}
g.breadcrumbs g .text:hover {
  fill: #FF6600;
  text-decoration: underline;
}
g.breadcrumbs g:last-of-type .text {
  fill: #000000;
  font-weight: normal;
  cursor: default;
}
g.breadcrumbs g:last-of-type .text:hover {
  fill: #000000;
  text-decoration: none;
}
g.breadcrumbs g:only-of-type .text {
  fill: #2D64AD;
}
g.breadcrumbs g:only-of-type .text:hover {
  fill: #2D64AD;
  text-decoration: none;
}
.highcharts-breadcrumbs-group text {
  font-weight: normal !important;
}
.highcharts-breadcrumbs-group .highcharts-button-box {
  fill: none !important;
}
body {
  font-family: 'Ubuntu', sans-serif;
}
@media (max-width: 767px) {
  .astra_logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .lang_switch {
    margin-top: 1rem;
  }
}
.lang_switch a:hover {
  color: #FF6600;
  text-decoration: none;
}
.navbar-nav {
  width: 100%;
  justify-content: center;
}
.nav-link,
.navbar-toggler {
  padding: 0.3125rem 0.875rem !important;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 400;
}
.nav-link:active,
.navbar-toggler:active,
.nav-link:focus,
.navbar-toggler:focus {
  color: #FFFFFF;
}
.nav-link:hover,
.navbar-toggler:hover {
  background-color: #FF6600;
  color: #FFFFFF;
  text-decoration: none;
}
.nav-link.active,
.navbar-toggler.active {
  background-color: #2D64AD;
  color: #FFFFFF !important;
}
.navbar-toggler {
  padding-top: 0.5625rem !important;
  padding-bottom: 0.5625rem !important;
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
header {
  background: url('../images/bg_header.jpg') no-repeat top left / cover;
}
@media (min-width: 768px) {
  header #logo_lang {
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 67%);
  }
}
header #logo_lang .row {
  padding: 1.5rem 0.5rem;
  justify-content: center;
  align-items: flex-end;
}
header #primary-menu {
  background-color: #008CDB;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  justify-content: center;
}
@media (max-width: 1199px) {
  header .navbar-nav {
    margin-bottom: 1rem;
  }
}
header a {
  color: #2D64AD;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
}
header a:hover {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  header a {
    color: #FFFFFF;
  }
}
footer {
  background-color: #F8F8F8;
  margin-top: 7rem;
  border-top: 1px solid #008CDB;
}
footer #secondary-menu > * {
  justify-content: center;
}
@media (min-width: 768px) {
  footer #secondary-menu > * {
    justify-content: flex-end;
  }
}
footer nav {
  background-color: #008CDB;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  footer nav {
    flex: 0 0 auto;
    width: auto !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}
footer nav .navbar-nav {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer nav .navbar-nav {
    flex-direction: row;
  }
}
footer nav .navbar-nav .nav-link {
  padding: 1px 14px !important;
}
footer .astra_logo {
  padding: 1.5rem 0.5rem;
}
@media (min-width: 992px) {
  footer .astra_logo {
    padding-top: 0.5rem;
  }
}
footer #entities,
footer #logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer #entities {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
footer #entities > * {
  margin-bottom: 3rem;
}
footer #entities .label {
  display: flex;
  flex-direction: row;
  font-size: 0.8125rem;
  color: #878787;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media (min-width: 992px) {
  footer #entities .label {
    margin-bottom: 1rem;
  }
}
footer #entities .label:before,
footer #entities .label:after {
  content: '';
  flex: 1 1;
  border-bottom: 1px solid #DEDEDE;
  margin: auto;
}
footer #entities .label:before {
  margin-right: 10px;
}
footer #entities .label:after {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  footer #entities .logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
footer #entities .logo_group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  footer #entities .logo_group {
    flex-direction: row;
  }
  footer #entities .logo_group .logo {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  footer #entities {
    justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  footer #entities {
    flex-direction: row;
    align-items: stretch;
    padding-bottom: 3rem;
  }
  footer #entities > * {
    margin-bottom: 0;
  }
}
footer #logos {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #DEDEDE;
}
footer #logos .logo {
  padding: 1.5rem 3rem;
}
@media (min-width: 1200px) {
  footer #logos {
    flex-direction: row;
  }
  footer #logos .logo {
    padding-top: 0;
    padding-bottom: 0;
  }
}
main > .container {
  max-width: calc(1140px + var(--bs-gutter-x));
}
@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  15% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#hero {
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.15);
  text-align: center;
}
@media (min-width: 768px) {
  #hero {
    padding: 160px 0;
  }
}
#hero h1,
#hero p {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  #hero h1,
  #hero p {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
#hero h1 {
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  #hero h1 {
    font-size: 3.75rem;
  }
}
#hero p {
  font-size: 1.125rem;
}
.homesection {
  overflow: hidden;
  margin-top: 3.5rem;
  font-size: 0.875rem;
}
.homesection > .container {
  max-width: 1140px;
}
.homesection h2 {
  font-size: 2.5rem;
}
.homesection p:last-of-type {
  margin: 0;
}
.homesection .in_depth {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}
.homesection .in_depth:before,
.homesection .in_depth:after {
  content: '';
  flex: 1 1;
  border-bottom: 1px solid #008CDB;
  margin: auto;
}
#partners-home .row {
  --bs-gutter-x: 5rem;
  align-items: stretch;
}
#partners-home .row > *:not(:first-of-type) {
  align-self: self-end;
}
#partners-home h2 {
  margin-bottom: 0;
}
#partners-home h3 {
  margin: 2rem 0 1.4rem 0;
  color: #000000;
  font-size: inherit;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #partners-home h3:first-of-type {
    margin-top: 0;
  }
}
#partners-home p {
  margin-top: 1rem;
}
#partners-home .persons {
  display: flex;
  justify-content: center;
  align-items: center;
}
#partners-home .persons svg {
  margin: 0 1.5rem;
}
#partners-home .persons svg path.bkg {
  fill: #2D64AD;
}
#partners-home .persons svg path.arc {
  fill: #53ADDF;
}
#partners-home .persons .total,
#partners-home .persons .women_percentage {
  text-align: center;
}
#partners-home .persons .total .value,
#partners-home .persons .women_percentage .value {
  display: block;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.5rem;
}
@media (min-width: 992px) {
  #partners-home .persons .total .value,
  #partners-home .persons .women_percentage .value {
    font-size: 5.5rem;
  }
}
#partners-home .persons .total .value {
  color: #2D64AD;
}
#partners-home .persons .women_percentage .value {
  color: #53ADDF;
}
#workpackages-home {
  position: relative;
  padding: 2.5rem 0;
}
#workpackages-home figure {
  animation: imageAnimation 24s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
#workpackages-home figure:nth-child(1) {
  animation-delay: 0s;
  background-image: linear-gradient(270deg, #00000025 0%, rgba(0, 0, 0, 0.4) 67%), url('../images/homepage/bg_attivita_1.jpg');
}
#workpackages-home figure:nth-child(2) {
  animation-delay: 6s;
  background-image: linear-gradient(270deg, #00000025 0%, rgba(0, 0, 0, 0.4) 67%), url('../images/homepage/bg_attivita_2.jpg');
}
#workpackages-home figure:nth-child(3) {
  animation-delay: 12s;
  background-image: linear-gradient(270deg, #00000025 0%, rgba(0, 0, 0, 0.4) 67%), url('../images/homepage/bg_attivita_3.jpg');
}
#workpackages-home figure:nth-child(4) {
  animation-delay: 18s;
  background-image: linear-gradient(270deg, #00000025 0%, rgba(0, 0, 0, 0.4) 67%), url('../images/homepage/bg_attivita_4.jpg');
}
#workpackages-home .container {
  position: relative;
}
#workpackages-home .container h2,
#workpackages-home .container .text {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #FFFFFF;
}
#workpackages-home .container .text {
  font-size: 1.125rem;
}
#workpackages-home .container .text strong {
  font-weight: 500;
}
#articles-home .row,
#publications-home .row {
  --bs-gutter-x: 2.5rem;
}
#articles-home .card,
#publications-home .card {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#articles-home {
  background-color: #F8F8F8;
  padding: 2.5rem 0;
}
#banner_report {
  max-width: 728px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 95%), url('../images/homepage/banner_report.jpg') lightgray center center;
  background-size: cover;
  padding: 0 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #banner_report {
    flex-direction: column;
    height: auto;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0.75) 35%), url('../images/homepage/banner_report.jpg') lightgray center center;
    gap: 20px;
    padding: 30px;
  }
}
#banner_report .btn {
  font-size: 13px;
}
/*# sourceMappingURL=project.css.map */