::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F2F2F2;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
  background: #313131;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:active, ::-webkit-scrollbar-thumb:horizontal:active {
  background: #313131;
  -webkit-border-radius: 0;
}

html {
  scroll-padding-top: 150px;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  color: #353535;
}

strong {
  font-weight: 600;
}

a, a:hover {
  color: #B2094B;
}

#header {
  z-index: 10;
}
body.landing #header {
  display: none;
}
#header .bg-color {
  background: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.4s ease-out;
  position: absolute;
}
#header #service {
  position: relative;
  z-index: 12;
  /* margin-top: 1.75rem;*/
  padding-bottom: 0 !important;
  padding-top: 20px !important;
}
#header #service .align-self-end {
  align-self: center !important;
}
@media (min-width: 576px) {
  #header #service {
    margin-top: calc(-1 * var(--bs-gutter-y));
    background: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
    padding-top: 0 !important;
  }
}
#header #service #menu-info {
  position: relative;
  right: -1.25rem;
  gap: 0.5rem;
}
@media (min-width: 576px) {
  #header #service #menu-info {
    right: unset;
    gap: unset;
  }
}
#header #service #menu-info ul.mod-menu__sub {
  display: none;
}
#header #service #menu-info li a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.5em;
  color: #fff;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
@media (min-width: 576px) {
  #header #service #menu-info li a {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}
#header #service #menu-info li a .image-title {
  display: none;
}
@media (min-width: 576px) {
  #header #service #menu-info li a .image-title {
    display: inline;
  }
}
@media (min-width: 576px) {
  #header #service #menu-info li a img {
    display: none;
  }
}
#header #service #menu-info li a.showicon {
  position: relative;
  text-align: center;
}
@media (min-width: 576px) {
  #header #service #menu-info li a.showicon:before {
    content: "";
    background: #eba645;
    width: 90%;
    /*         height: 40px;*/
    height: 56px;
    display: block;
    position: absolute;
    z-index: -1;
    top: -8px;
  }
}
@media (min-width: 576px) {
  #header #service #menu-info li a.showicon img {
    display: inline-block;
    width: 20px;
    height: auto;
    margin: 0 10px;
  }
}
#header #service .language a {
  display: block;
  line-height: 3em;
  text-decoration: none;
  color: #fff;
}
#header #menu-button {
  position: absolute;
  top: 2.25rem;
  left: 1.25rem;
  background: url("../../../images/icons/menu-show.svg") no-repeat;
  background-size: contain;
  width: 34px;
  height: 22px;
  transition: top 0.4s ease-out;
  z-index: 14;
}
@media (min-width: 576px) {
  #header #menu-button {
    width: 49px;
    height: 27px;
    top: 4.25rem;
  }
}
#header #menu-button .text {
  visibility: hidden;
}
#header #logo {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  margin-left: -105px;
  transition: top 0.4s ease-out;
  z-index: 14;
}
@media (min-width: 576px) {
  #header #logo {
    top: 3.25rem;
    left: 5.25rem;
    margin-left: unset;
  }
}
@media (min-width: 992px) {
  #header #logo {
    left: 2.25rem;
  }
}
#header #logo a {
  display: block;
}
#header #logo a img {
  width: 180px;
  height: auto;
  transition: width 0.4s ease-out, height 0.4s ease-out;
}
@media (min-width: 576px) {
  #header #logo a img {
    width: 250px;
    height: 69px;
  }
}
#header #nav {
  transform: translateX(40%);
  visibility: hidden;
  opacity: 0;
  transition: padding-top 0.4s ease-out, margin-left 0.4s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 7;
  overflow: hidden;
}
@media (min-width: 992px) {
  #header #nav {
    transform: none;
    visibility: visible;
    opacity: 1;
    margin-left: 320px;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
  }
}
#header #nav #box-menu {
  height: 100%;
  background: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
}
@media (min-width: 992px) {
  #header #nav #box-menu {
    height: auto;
    background: none;
  }
}
#header #nav #box-menu .language {
  margin-left: 19px;
  margin-bottom: 1.25rem;
}
#header #nav #box-menu .language ul {
  display: flex;
  list-style: none;
  gap: 1.75rem;
}
#header #nav #box-menu .language ul a {
  display: block;
  line-height: 1.5em;
  text-decoration: none;
  color: #fff;
}
#header #nav #box-menu > .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  #header #nav #box-menu > .inner {
    align-items: center;
    height: auto;
    display: block;
  }
}
#header #nav #menu {
  justify-content: flex-end;
  flex-direction: column;
}
@media (min-width: 992px) {
  #header #nav #menu {
    flex-direction: row;
  }
}
#header #nav #menu li a {
  display: block;
  font-size: 22.4px;
  text-decoration: none;
  line-height: 1.5em;
  padding: 0.3em 0.8em;
  color: #fff;
}
@media (min-width: 992px) {
  #header #nav #menu li a {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
#header #nav #menu li a .icon {
  font-size: 1.4em;
  line-height: 1em;
  margin-left: 16px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  #header #nav #menu li a .icon {
    display: none;
  }
}
#header #nav #menu li ul {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  box-shadow: 5px 8px 16px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
@media (min-width: 992px) {
  #header #nav #menu li ul {
    position: absolute;
  }
}
#header #nav #menu li ul a {
  padding: 0.3em 1.3em;
  color: #B2094B;
  font-size: 15px;
}
#header #nav #menu li.hover ul {
  max-height: 30vh;
  padding: 23px 0;
}
#header.scrolled .bg-color, body.noPhoto #header .bg-color {
  height: 6rem;
}
@media (min-width: 992px) {
  #header.scrolled .bg-color, body.noPhoto #header .bg-color {
    height: 8rem;
  }
}
@media (min-width: 1200px) {
  #header.scrolled .bg-color, body.noPhoto #header .bg-color {
    height: 6rem;
  }
}
#header.scrolled #menu-button, body.noPhoto #header #menu-button {
  top: 2.25rem;
}
#header.scrolled #logo, body.noPhoto #header #logo {
  top: 1.5rem;
}
@media (min-width: 576px) {
  #header.scrolled #logo, body.noPhoto #header #logo {
    top: 1.25rem;
  }
}
#header.scrolled #logo img, body.noPhoto #header #logo img {
  width: 180px;
  height: auto;
}
@media (min-width: 576px) {
  #header.scrolled #logo img, body.noPhoto #header #logo img {
    width: 210px;
  }
}
@media (min-width: 992px) {
  #header.scrolled #nav, body.noPhoto #header #nav {
    padding-top: 0.5rem;
    margin-left: 280px;
  }
}

#foto {
  height: 50vh;
  /*body.homepage & {
    height: 100vh;
  }*/
}
#foto:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
}
@media (min-width: 992px) {
  #foto {
    height: 100vh;
  }
}
#foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#foto #foto-after {
  background-color: rgba(0, 0, 0, 0.2);
}
#foto #foto-after .slogan {
  font-size: 4.3vh;
  color: #fff;
  font-weight: 300;
  line-height: 1.1em;
  padding-bottom: 12.9vh;
}
@media (min-width: 992px) {
  #foto #foto-after .slogan {
    font-size: 5.3vw;
    padding-bottom: 0;
  }
}
#foto #foto-after .slogan strong {
  font-weight: 700;
  color: #B2094B;
  font-size: 1.32em;
  line-height: 1.1em;
}

h1, .h1 {
  font-size: 42px;
  line-height: 1.14em;
  margin-bottom: 0.92em;
  font-weight: 600;
  background: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  h1.news-title, .h1.news-title {
    font-size: 58.8px;
  }
}

h2, .h2 {
  font-size: 36.4px;
  line-height: 1.14em;
  margin-bottom: 0.92em;
  font-weight: 600;
  background: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 52px;
  }
}

h2:has(+ h3) {
  margin-bottom: 0.5rem;
}

p + h2 {
  margin-top: 1.22em;
}

h3 {
  font-size: 25.6px;
  line-height: 1.14em;
  margin-bottom: 0.92em;
  font-weight: 300;
  background: #B2094B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}

p + h3 {
  margin-top: 1.22em;
}

.icon-link a {
  display: flex;
  color: #B2094B;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  align-items: flex-end;
  gap: 11px;
  margin-top: 4.1vh;
  letter-spacing: 0.08em;
}
.icon-link a:before {
  content: "";
  background: url("../../../images/icons/icon-laborfonds.png") no-repeat;
  width: 32px;
  height: 32px;
}
.icon-link:has(+ p) a {
  margin-bottom: 4.1vh;
}

.frame-decoration {
  position: relative;
  border: 2px solid;
  border-image-slice: 2;
  border-image-source: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
  margin: 7% 0;
}
.frame-decoration .decoration-detail {
  position: absolute;
  top: 0;
  right: 0;
}
.frame-decoration .decoration-detail > div {
  position: absolute;
}
.frame-decoration .decoration-detail > div.top-show {
  width: 2px;
  height: 100%;
  background-color: #8E2B76;
  left: 100%;
  bottom: 100%;
  margin-bottom: 2px;
}
.frame-decoration .decoration-detail > div.right-show {
  width: 100%;
  height: 2px;
  background-color: #8E2B76;
  left: 100%;
  margin-left: 2px;
  bottom: 100%;
}
.frame-decoration .decoration-detail > div.bottom-hide {
  width: 4px;
  height: 100%;
  background-color: #fff;
  left: 100%;
  margin-left: -1px;
  bottom: -100%;
}
.grey-background .frame-decoration .decoration-detail > div.bottom-hide {
  background-color: #F2F2F2;
}
.frame-decoration .decoration-detail > div.left-hide {
  width: 100%;
  height: 4px;
  background-color: #fff;
  left: -100%;
  bottom: 100%;
  margin-bottom: -1px;
}
.grey-background .frame-decoration .decoration-detail > div.left-hide {
  background-color: #F2F2F2;
}

.griglia {
  display: grid;
  grid-template-columns: minmax(200px, 1fr);
  gap: 2.3em;
  margin: 5.4vh 0;
  text-align: center;
}
@media (min-width: 576px) {
  .griglia {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media (min-width: 992px) {
  .griglia {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}
.griglia > * {
  position: relative;
  border: 2px solid;
  border-image-slice: 2;
  border-image-source: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
  padding: 1.9em 1.3em;
  margin: 0;
}
.griglia > * .decoration-detail {
  position: absolute;
  top: 0;
  right: 0;
}
.griglia > * .decoration-detail > div {
  position: absolute;
}
.griglia > * .decoration-detail > div.top-show {
  width: 2px;
  height: 100%;
  background-color: #8E2B76;
  left: 100%;
  bottom: 100%;
  margin-bottom: 2px;
}
.griglia > * .decoration-detail > div.right-show {
  width: 100%;
  height: 2px;
  background-color: #8E2B76;
  left: 100%;
  margin-left: 2px;
  bottom: 100%;
}
.griglia > * .decoration-detail > div.bottom-hide {
  width: 2px;
  height: 100%;
  background-color: #fff;
  left: 100%;
  bottom: -100%;
}
.grey-background .griglia > * .decoration-detail > div.bottom-hide {
  background-color: #F2F2F2;
}
.griglia > * .decoration-detail > div.left-hide {
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: -100%;
  bottom: 100%;
}
.grey-background .griglia > * .decoration-detail > div.left-hide {
  background-color: #F2F2F2;
}
.griglia a {
  text-decoration: none;
  color: #353535;
  transition: color 0.4s ease-out;
}
.griglia a:hover {
  color: #B2094B;
}

.outer-list {
  margin-top: 8.1vh;
}
.outer-list.list-square .list-item > .inner {
  position: relative;
}
.outer-list.list-square .list-item > .inner:before {
  content: "";
  background: url("../../../images/icons/icon-laborfonds-white.png") no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 5;
}
.outer-list.list-square .list-item .image-box {
  position: relative;
}
.outer-list.list-square .list-item .image-box img {
  display: block;
  width: 100%;
  height: auto;
}
.outer-list.list-square .list-item .image-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: radial-gradient(100% 100% at 0% 100%, rgba(178, 9, 75, 0.325) 0%, rgba(178, 9, 75, 0) 100%);
}
.outer-list.list-square .list-item:nth-child(2n) .image-box:after {
  background: radial-gradient(100% 100% at 0% 100%, rgba(255, 153, 0, 0.345) 0%, rgba(255, 153, 0, 0) 56.25%);
}
.outer-list.list-square .list-item .text-box {
  color: #fff;
  font-size: 1.4em;
  z-index: 5;
}
.outer-list.list-square .list-item .text-box a {
  color: #fff;
  text-decoration: none;
}
.outer-list.list-rows {
  color: #B2094B;
  margin: 6.3vh 0;
}
.outer-list.list-rows .list-item {
  border-bottom: 1px solid #B2094B;
}
@media (min-width: 576px) {
  .outer-list.list-rows .list-item {
    border-right: 1px solid #B2094B;
  }
  .outer-list.list-rows .list-item:nth-child(2n) {
    border-right-color: transparent;
  }
  .outer-list.list-rows .list-item:nth-child(n+5) {
    border-bottom-color: transparent;
  }
}
@media (min-width: 992px) {
  .outer-list.list-rows .list-item:nth-child(2n) {
    border-right-color: unset;
  }
  .outer-list.list-rows .list-item:nth-child(3n) {
    border-right-color: transparent;
  }
  .outer-list.list-rows .list-item:nth-child(n+4) {
    border-bottom-color: transparent;
  }
}
.outer-list.list-rows .list-item .image-box {
  max-width: 80%;
  margin: 0 auto 1.9em auto;
}
.outer-list.list-rows .list-item .image-box img {
  display: block;
  margin: 0 auto;
}

body.noPhoto #content {
  padding-top: 110px;
}
@media (min-width: 992px) {
  body.noPhoto #content {
    padding-top: 170px;
  }
}

#content {
  line-height: 1.7em;
}
#content .section-accordion:last-child {
  margin-bottom: 7.9vh;
}
@media (min-width: 992px) {
  #content .section-accordion:last-child {
    margin-bottom: 12.9vh;
  }
}
#content .container-table-rendimenti {
  height: 70vh;
  overflow-y: auto;
}
#content .table-rendimenti {
  width: 100%;
}
#content .table-rendimenti th {
  text-align: center;
  padding: 2.3rem 0;
  border: 2px solid #fff;
  border-width: 0 2px;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  #content .table-rendimenti th {
    font-size: 1rem;
  }
}
#content .table-rendimenti th .smaller {
  font-size: 0.7em;
  color: rgb(91, 91, 91);
}
#content .table-rendimenti td {
  text-align: center;
  border: 2px solid #fff;
  border-width: 0 2px;
  padding: 0.4rem 0;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  #content .table-rendimenti td {
    font-size: 1rem;
  }
}
#content .table-rendimenti .table-col-1 {
  background-color: rgba(255, 202, 150, 0.2);
}
#content .table-rendimenti .table-col-2 {
  background-color: rgba(9, 170, 58, 0.1);
}
#content .table-rendimenti .table-col-3 {
  background-color: rgba(0, 152, 176, 0.1);
}
#content .table-rendimenti .table-col-4 {
  background-color: rgba(221, 109, 0, 0.2);
}
#content .table-rendimenti tbody tr:nth-child(odd) td {
  background-color: rgba(128, 128, 127, 0.1);
}
#content .table-rendimenti tbody tr:nth-child(odd) td.table-col-1 {
  background-color: rgba(255, 202, 150, 0.3);
}
#content .table-rendimenti tbody tr:nth-child(odd) td.table-col-2 {
  background-color: rgba(9, 170, 58, 0.2);
}
#content .table-rendimenti tbody tr:nth-child(odd) td.table-col-3 {
  background-color: rgba(0, 152, 176, 0.2);
}
#content .table-rendimenti tbody tr:nth-child(odd) td.table-col-4 {
  background-color: rgba(221, 109, 0, 0.3);
}
#content .graph-rendimenti {
  width: 100%;
  height: 60vh;
}
#content .list-news {
  max-width: 1140px;
  padding: 0 3%;
  margin: 0 auto;
}
#content .list-news .item-news {
  margin-bottom: 13%;
}
#content .list-news .item-news .date {
  font-size: 25px;
  color: #B2094B;
  line-height: 1.2em;
}
#content .list-news .item-news .title {
  font-size: 25px;
  color: #B2094B;
  line-height: 1.2em;
}
#content img {
  max-width: 100%;
  height: auto;
}

.article {
  position: relative;
  margin: 7.9vh 0;
}
@media (min-width: 992px) {
  .article {
    margin-top: 12.9vh;
    margin-bottom: 12.9vh;
  }
}
.article .item-page {
  max-width: 1140px;
  padding: 0 3%;
  margin: 0 auto;
}
.article .item-page figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
.article .item-page .date {
  font-size: 25px;
  color: #B2094B;
  line-height: 1.2em;
}
.article .item-page mark.ais-Highlight-highlighted {
  padding: 0;
}
.article .alteaForm {
  padding: 3rem 0;
}
.article .alteaForm .form-row {
  margin-bottom: 3rem;
}
.article .alteaForm .form-row label {
  display: inline-block;
  margin-bottom: 0.25rem;
}
.article .alteaForm .form-row input,
.article .alteaForm .form-row textarea {
  border-radius: 0;
  border: 1px solid black;
}
.article .alteaForm .inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
@media (min-width: 992px) {
  .article .alteaForm .inputs {
    gap: 5%;
  }
}
.article .alteaForm .inputs .input-ct {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .article .alteaForm .inputs .input-ct {
    width: 30%;
  }
}
.article .alteaForm .inputs .input-ct label {
  display: block;
}
.article .alteaForm .inputs .input-ct input {
  padding: 0.5rem 0.25rem;
  min-width: 100%;
}
.article .alteaForm .radio .radio-ct input {
  cursor: pointer;
}
.article .alteaForm .textarea p {
  margin-bottom: 2rem;
}
.article .alteaForm .textarea textarea {
  display: block;
  width: 100%;
}
.article .alteaForm .submit {
  display: flex;
  justify-content: space-between;
}
.article .alteaForm .submit .privacy-ct #privacy-ok {
  cursor: pointer;
}
.article .alteaForm .submit .privacy-ct a {
  display: block;
  margin-left: 15px;
}
.article .alteaForm .submit .btn-ct button {
  padding: 0.75rem 2.5rem;
  background-color: #B2094B;
  color: #fff;
  border: none;
}
.article .alteaForm .submit .btn-ct button:hover {
  cursor: pointer;
}
.article .alteaForm .error {
  background-color: #FDF4F8;
  border-color: #E83C42;
}
.article .alteaForm .errorMessages {
  display: none;
  font-size: 15px;
  text-align: left;
  border: 1px solid #E83C42;
  padding: 10px;
  background-color: #FDF4F8;
  margin-bottom: 20px;
}
.article .alteaForm .errorMessages label {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 2px;
}
.article .alteaForm .errorMessages p {
  color: #E83C42;
  font-weight: bold;
  margin-top: 0;
}
.article .alteaForm .errorMessages label.error.valid {
  display: none !important;
}

.section-item {
  position: relative;
  margin: 7.9vh 0;
  /*&.section-team-member {

    .team-member-single {
      max-width: 400px;
      margin: 0 auto;
    }

    .member-card {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;

      &:hover {
        transform: translateY(-5px);

        .image-box img {
          transform: scale(1.05);
        }

        .hover-overlay {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .inner {
        position: relative;
        aspect-ratio: 1/1;
      }

      .image-box {
        width: 100%;
        height: 100%;
        overflow: hidden;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.3s ease;
        }
      }

      .text-box {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
        color: white;
        z-index: 2;
      }

      .member-name {
        font-size: 1.2rem;
        font-weight: 600;
        margin: 0;
        color: white;
      }
    }

    // Overlay hover
    .hover-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(2px);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transform: translateY(100%);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 3;
    }

    .hover-content {
      text-align: center;
      width: 100%;
      color: #333;
    }

    .member-name-hover {
      font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: #2c3e50;
    }

    .member-description {
      font-size: 0.95rem;
      line-height: 1.5;
      color: #666;

      p {
        margin-bottom: 0.8rem;

        &:last-child {
          margin-bottom: 0;
        }
      }
    }

    // Responsive
    @media (max-width: 768px) {
      .team-member-single {
        max-width: 300px;
      }

      .member-name-hover {
        font-size: 1.1rem;
      }

      .member-description {
        font-size: 0.9rem;
      }

      .hover-content {
        padding: 1.5rem !important;
      }
    }
  }*/
}
@media (min-width: 992px) {
  .section-item {
    margin-top: 12.9vh;
    margin-bottom: 12.9vh;
  }
}
.section-item > .inner {
  max-width: 1140px;
  padding: 0 3%;
  margin: 0 auto;
}
.section-item.grey-background-40 {
  background: linear-gradient(180deg, rgba(128, 128, 127, 0.2) 60%, #fff 60%);
  padding-top: 12.9vh;
}
@media (min-width: 992px) {
  .section-item.grey-background-40 {
    background: linear-gradient(180deg, rgba(128, 128, 127, 0.2) 45%, #fff 45%);
  }
}
.section-item.grey-background {
  background-color: rgba(128, 128, 127, 0.1);
  padding: 12.9vh 0;
}
.section-item.section-faq {
  margin-bottom: 0;
}
.section-item.section-faq h2 {
  color: #B2094B;
  background: none;
  -webkit-text-fill-color: unset;
}
.section-item.faq .show-hide-outer h3.show-hide-btn {
  color: #353535;
  background: none;
  -webkit-text-fill-color: unset;
  font-size: 25px;
  padding: 0.8em 0;
}
.section-item.gradient-background {
  background: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
  padding: 12.9vh 0;
  color: #fff;
}
.section-item.gradient-background h2 {
  color: #fff;
  background: none;
  -webkit-text-fill-color: unset;
}
.section-item.gradient-background .icon-link a {
  display: inline-flex;
  color: #fff;
}
.section-item.gradient-background .icon-link a:before {
  background: url("../../../images/icons/icon-laborfonds-white.png") no-repeat;
  background-size: contain;
}
.section-item.section-image-background {
  position: relative;
}
.section-item.section-image-background.white-gradient .image > .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, #fff 25%);
}
@media (min-width: 992px) {
  .section-item.section-image-background.white-gradient .image > .inner:after {
    background: linear-gradient(transparent 0%, #fff 55%);
  }
}
.section-item.section-image-background .section-main .image > .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-item.section-image-background .section-main .image > .inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-item.section-image-background .section-main .content {
  position: relative;
  z-index: 5;
}
.section-item.section-image-background .section-main .content > .inner {
  padding: 26vh 0 11.2vh 0;
}
@media (min-width: 992px) {
  .section-item.section-image-background .section-main .content > .inner {
    padding: 49vh 0 19.2vh 0;
  }
}
.section-item.section-image-background .section-main .content h3 {
  margin-bottom: 5.2vh;
}
@media (min-width: 576px) {
  .section-item.section-image-background .section-main .content h3 {
    margin-bottom: 13vh;
  }
}
.section-item.section-image-background .section-main .content .frame-decoration {
  padding: 27px;
  margin-left: calc(var(--bs-gutter-x) * 1.5);
  margin-right: calc(var(--bs-gutter-x) * 1.5);
}
@media (min-width: 576px) {
  .section-item.section-image-background .section-main .content .frame-decoration {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .section-item.section-image-background .section-main .content .frame-decoration {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section-item.section-image-background .section-main .content .highlight {
  color: #B2094B;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0.7em;
  display: inline-block;
}
.section-item.section-slider-boxes > .inner {
  max-width: none;
  padding: 0;
  margin: 0;
}
.section-item.section-slider-boxes .outer-list {
  margin-top: 0;
}
.section-item.section-slider-boxes .outer-list .list .list-item {
  width: 70vw;
  margin-right: 19px;
}
@media (min-width: 992px) {
  .section-item.section-slider-boxes .outer-list .list .list-item {
    width: 790px;
    margin-right: 49px;
  }
}
@media (min-width: 1200px) {
  .section-item.section-slider-boxes .outer-list .list .list-item {
    width: 1140px;
    margin-right: 69px;
  }
}
.section-item.section-slider-boxes .outer-list .list .list-item > .inner {
  padding: 30px;
  transform: scale(0.89);
  transition: transform 0.4s ease-out;
}
@media (min-width: 576px) {
  .section-item.section-slider-boxes .outer-list .list .list-item > .inner {
    padding: 80px;
  }
}
@media (min-width: 992px) {
  .section-item.section-slider-boxes .outer-list .list .list-item > .inner {
    padding: 120px;
  }
}
.section-item.section-slider-boxes .outer-list .list .list-item.is-selected > .inner {
  transform: scale(1);
}
.section-item.section-slider-boxes .outer-list .list .list-item.is-selected .text-box {
  opacity: 1;
}
.section-item.section-slider-boxes .outer-list .list .list-item .text-box {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.section-item.section-slider-boxes .outer-list .list .list-item .text-box .title {
  font-weight: 600;
  color: #B2094B;
  font-size: 39.2px;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-item.section-slider-boxes .outer-list .list .list-item .text-box .title {
    font-size: 49px;
  }
}
.section-item.section-slider-boxes .outer-list .list .list-item .text-box .title:has(+ .subtitle) {
  margin-bottom: 0;
}
.section-item.section-slider-boxes .outer-list .list .list-item .text-box .subtitle {
  color: #B2094B;
  font-size: 25px;
  line-height: 1.2em;
}
.section-item.section-news {
  overflow: hidden;
}
.section-item.section-news .outer-list {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}
.section-item.section-news .outer-list.no-slide {
  display: flex;
  justify-content: center;
}
.section-item.section-news .outer-list .list {
  margin-left: 5%;
}
.section-item.section-news .outer-list .list .list-item {
  width: 300px;
  margin-right: 30px;
}
@media (min-width: 576px) {
  .section-item.section-news .outer-list .list .list-item {
    width: 500px;
    height: 500px;
    margin-right: 50px;
  }
}
.section-item.section-news .outer-list .list .list-item .text-box .date {
  font-size: 25px;
  line-height: 1.2em;
}
.section-item.section-news .outer-list .list .list-item .text-box .title {
  font-size: 25px;
  color: #B2094B;
  line-height: 1.2em;
}
.section-item.section-news .outer-list .slide-nav {
  display: flex;
  justify-content: center;
  margin-top: 5.6vh;
}
.section-item.section-news .outer-list .slide-nav a {
  width: 20px;
  height: 20px;
  border: 1px solid #B2094B;
  font-size: 0;
  margin: 0 5px;
  transition: background-color 0.4s ease-out;
}
.section-item.section-news .outer-list .slide-nav a.active {
  background-color: #B2094B;
}
.section-item.section-accordion {
  margin-top: 0;
  margin-bottom: 0;
}
.section-item.section-accordion .show-hide-outer {
  padding: 0.56em 0;
  border-bottom: 1px solid #B2094B;
}
.section-item.section-accordion .show-hide-outer .show-hide-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0.3em 0;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
}
.section-item.section-accordion .show-hide-outer .show-hide-btn .icon {
  margin: 0 13px;
  position: relative;
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  flex-shrink: 0;
}
.section-item.section-accordion .show-hide-outer .show-hide-btn .icon .line1 {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  background-color: #B2094B;
}
.section-item.section-accordion .show-hide-outer .show-hide-btn .icon .line2 {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #B2094B;
}
.section-item.section-accordion .show-hide-outer .show-hide-text {
  display: none;
}
.section-item.section-accordion .show-hide-outer .show-hide-text > *:first-child {
  margin-top: 1rem;
}
.section-item.section-accordion .show-hide-outer .show-hide-text img {
  max-width: 100%;
  height: auto;
}
.section-item.section-table .section-main .table-ct {
  max-width: 100vw;
  overflow-x: scroll;
}
.section-item.section-table .section-main .table-ct table tbody tr {
  position: relative;
}
.section-item.section-table .section-main .table-ct table tbody tr td:first-of-type {
  position: sticky;
  left: 0;
  background-color: #fff;
}
.section-item.section-team-member .list-item {
  position: relative;
  overflow: hidden;
}
.section-item.section-team-member .list-item .inner {
  position: relative;
  height: 100%;
}
.section-item.section-team-member .list-item h2 {
  font-size: 40px;
}
.section-item.section-team-member .list-item h3 {
  font-size: 25px;
}
.section-item.section-team-member .list-item p {
  font-size: 18px;
}
.section-item.section-team-member .list-item .text-box-before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  z-index: 5;
  pointer-events: none;
}
.section-item.section-team-member .list-item .text-box-before h2, .section-item.section-team-member .list-item .text-box-before h3 {
  all: unset;
  display: block;
  font-family: "Raleway", sans-serif;
  z-index: 3;
}
.section-item.section-team-member .list-item .text-box-before h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px; /* 87.5% */
}
.section-item.section-team-member .list-item .text-box-before h3 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px; /* 183.333% */
}
.section-item.section-team-member .list-item .text-box-after {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #d1005a;
  padding: 2rem;
  opacity: 0;
  z-index: 6;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.section-item.section-team-member .list-item .text-box-after p img {
  margin-right: 0.5rem;
}
.section-item.section-team-member .list-item:hover .text-box-after {
  border: 1px solid #d1005a;
  bottom: 0;
  opacity: 1;
}
.section-item.section-team-member .list-item:hover .inner:before {
  z-index: 7;
  background: url(../../../images/icons/icon-laborfonds-xl.png) no-repeat;
}

@media (min-width: 992px) {
  .storyboard {
    display: flex;
    gap: 0.8rem;
    height: 76vh;
  }
}
.storyboard .storyboard-navigation {
  display: none;
  background-color: #fff;
  flex-basis: 320px;
  flex-shrink: 0;
  height: 100%;
  padding: 3rem 4.5rem 3rem 3rem;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .storyboard .storyboard-navigation {
    display: block;
  }
}
.storyboard .storyboard-navigation > .inner {
  font-size: 0.85em;
  line-height: 1.4em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-right: 1px solid #B2094B;
}
.storyboard .storyboard-navigation .nav-item {
  text-align: right;
  color: #B2094B;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
.storyboard .storyboard-navigation .nav-item .dot {
  position: absolute;
  top: 50%;
  right: -13px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  border: 1px solid #B2094B;
  border-radius: 50%;
  background-color: #fff;
}
.storyboard .storyboard-navigation .nav-item.active {
  font-weight: 600;
}
.storyboard .storyboard-navigation .nav-item.active .dot {
  background-color: #B2094B;
}
@media (min-width: 992px) {
  .storyboard .storyboard-items {
    background-color: #fff;
    position: relative;
    flex-grow: 1;
  }
  .storyboard .storyboard-items > .inner {
    padding: 4.5rem;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.storyboard .storyboard-items .list {
  overflow: auto;
  max-height: 100%;
}
.storyboard .storyboard-items .list-item {
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .storyboard .storyboard-items .list-item {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    display: none;
  }
  .storyboard .storyboard-items .list-item.active {
    display: block;
  }
}
.storyboard .storyboard-items .list-item .text-box {
  font-size: 0.9em;
}
.storyboard .storyboard-items .list-item .text-box .section-highlight {
  background-color: rgba(128, 128, 127, 0.2);
  padding: 1.5rem;
}
.storyboard .storyboard-items .list-item .text-box h3 {
  font-weight: 600;
  background: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.storyboard .storyboard-items .icon-link a {
  font-size: 0.9em;
}
.storyboard .storyboard-items .slide-nav {
  display: none;
  color: #B2094B;
  font-size: 0.8em;
}
@media (min-width: 992px) {
  .storyboard .storyboard-items .slide-nav {
    display: block;
  }
}
.storyboard .storyboard-items .slide-nav .back {
  position: absolute;
  bottom: 2rem;
  left: 4.5rem;
  cursor: pointer;
}
.storyboard .storyboard-items .slide-nav .next {
  position: absolute;
  bottom: 2rem;
  right: 4.5rem;
  cursor: pointer;
}

#footer {
  color: #353535;
  padding: 8.9vh 7vw;
  position: relative;
}
@media (min-width: 1200px) {
  #footer {
    padding: 8.9vh 12vw;
  }
}
#footer a {
  color: #B2094B;
  text-decoration: none;
}
#footer .logo-footer {
  margin-bottom: 6vh;
}
#footer .logo-footer img {
  display: block;
}
#footer .col-sx {
  font-size: 15px;
}
#footer .col-sx > * {
  max-width: 470px;
}
#footer .col-middle {
  line-height: 1.6em;
}
#footer .col-middle > * {
  margin-bottom: 2.3em;
}
#footer .col-middle > *:last-child {
  margin-bottom: 0;
}
#footer .col-dx {
  line-height: 1.6em;
}
#footer .col-dx > * {
  margin-bottom: 2.3em;
}
#footer .col-dx > *:last-child {
  margin-bottom: 1rem;
}
#footer .col-dx ul {
  text-transform: uppercase;
}
#footer .col-dx .socials a {
  display: inline-block;
  margin-right: 0.5em;
}
#footer .col-dx .logo-pensplan img {
  display: block;
  max-width: 240px;
  height: auto;
}
#footer #menu-footer {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.1em;
}
#footer .by-altea {
  position: absolute;
  left: 17vw;
  bottom: 100px;
}
@media (min-width: 576px) {
  #footer .by-altea {
    left: auto;
    right: 17vw;
  }
}
#footer .scroll {
  padding-top: 33px;
}
@media (min-width: 576px) {
  #footer .scroll {
    padding-top: 73px;
  }
}
#footer .scroll svg {
  transform: rotate(180deg);
  cursor: pointer;
  width: 90px;
  display: block;
  margin: 0 auto;
}

.fixed {
  position: fixed;
  right: 0;
  bottom: 4.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 5;
}
@media (min-width: 576px) {
  .fixed {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    gap: 1rem;
  }
}
.fixed a {
  background: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  gap: 1rem;
  border-radius: 23px 0 0 23px;
  width: 160px;
  transform: translateX(100px);
  transition: transform 0.4s ease-out;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .fixed a:hover {
    transform: translateX(0);
  }
}

.fixedtwo {
  position: fixed;
  right: 0;
  bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 5;
}
@media (min-width: 576px) {
  .fixedtwo {
    bottom: auto;
    top: 135%;
    transform: translateY(-50%);
    gap: 1rem;
  }
}
.fixedtwo a {
  background: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  gap: 1rem;
  border-radius: 23px 0 0 23px;
  width: 300px;
  transform: translateX(240px);
  transition: transform 0.4s ease-out;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .fixedtwo a:hover {
    transform: translateX(0);
  }
}

body.landing #content {
  padding-top: 0;
}
body.landing #content .article {
  background: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
  box-sizing: border-box;
  min-height: 100vh;
  padding-top: 7.9vh;
  padding-bottom: 7.9vh;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.landing #content .article .item-page {
  text-align: center;
  color: #fff;
}
body.landing #content .article .item-page h1, body.landing #content .article .item-page h2 {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  color: #fff;
  background: none;
  font-weight: 400;
}
body.landing #content .article .item-page a {
  color: #fff;
}
body.landing #content .article .item-page .icon-link a {
  justify-content: center;
}
body.landing #content .article .item-page .icon-link a:before {
  background-image: url("../../../images/icons/icon-laborfonds-white-sm.png");
}
body.landing #content .article .item-page .logo {
  margin-bottom: 8.3vh;
}
body.landing #content .article .item-page .logo img {
  display: block;
  margin: 0 auto;
}
body.landing #content .griglia > * {
  border: 1px solid #fff;
  border-image-slice: unset;
  border-image-source: unset;
  font-size: 1.3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.landing #content .griglia > * .decoration-detail {
  display: none;
}
body.landing #content .section-item {
  text-align: center;
}
body.landing #content .landingForm {
  padding: 3rem 0;
}
body.landing #content .landingForm p {
  margin: 0;
}
body.landing #content .landingForm .highlight {
  color: #B2094B;
}
body.landing #content .landingForm .form-row {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  body.landing #content .landingForm .form-row {
    margin-bottom: 2rem;
  }
}
body.landing #content .landingForm .form-row input, body.landing #content .landingForm .form-row textarea {
  border: 2px solid;
  border-image-slice: 2;
  border-image-source: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
  padding: 0.7em 0.8em;
  width: 100%;
  box-sizing: border-box;
}
body.landing #content .landingForm .form-row.inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  body.landing #content .landingForm .form-row.inputs {
    gap: 5%;
    flex-wrap: unset;
  }
}
body.landing #content .landingForm .form-row.inputs > * {
  flex-basis: 100%;
  position: relative;
}
@media (min-width: 992px) {
  body.landing #content .landingForm .form-row.inputs > * {
    flex: 1 0 0;
  }
}
body.landing #content .landingForm .form-row.inputs > * label {
  position: absolute;
  top: -0.8em;
  left: 1.5rem;
  background-color: #fff;
  color: #B2094B;
  padding: 0 0.5rem;
}
body.landing #content .landingForm .form-row.radio {
  text-align: left;
}
body.landing #content .landingForm .form-row.radio .radio-row {
  display: flex;
  gap: 1.5rem;
}
body.landing #content .landingForm .form-row.radio input {
  width: auto;
}
body.landing #content .landingForm .form-row.checkbox {
  text-align: left;
}
body.landing #content .landingForm .form-row.checkbox .privacy-ct {
  display: flex;
  gap: 21px;
}
body.landing #content .landingForm .form-row.checkbox .privacy-ct:has(input.error) {
  background-color: #FDF4F8;
  border: 1px solid #E83C42;
  padding: 0.5rem;
}
body.landing #content .landingForm .form-row.checkbox input {
  width: auto;
}
body.landing #content .landingForm .form-row.textarea {
  display: flex;
  gap: 0;
}
body.landing #content .landingForm .form-row.textarea > * {
  flex: 1 0 0;
  position: relative;
}
body.landing #content .landingForm .form-row.textarea > * label {
  position: absolute;
  top: -0.8em;
  left: 1.5rem;
  background-color: #fff;
  color: #B2094B;
  padding: 0 0.5rem;
}
body.landing #content .landingForm .form-row.submit .btn-ct {
  display: flex;
  justify-content: flex-end;
}
body.landing #content .landingForm .form-row.submit button {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  color: #B2094B;
  gap: 0.75rem;
}
body.landing #content .landingForm .error {
  background-color: #FDF4F8;
  border-color: #E83C42;
}
body.landing #content .landingForm .errorMessages {
  display: none;
  font-size: 15px;
  text-align: left;
  border: 1px solid #E83C42;
  padding: 10px;
  background-color: #FDF4F8;
  margin-bottom: 20px;
}
body.landing #content .landingForm .errorMessages label {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 2px;
}
body.landing #content .landingForm .errorMessages p {
  color: #E83C42;
  font-weight: bold;
  margin-top: 0;
}
body.landing #content .landingForm .errorMessages label.error.valid {
  display: none !important;
}
body.landing .section-image img {
  display: block;
  width: 100%;
  height: auto;
}

#jmap_sitemap {
  width: 64%;
  margin: 0 auto 5rem auto;
}
#jmap_sitemap .folder {
  display: none;
}

.topbar li a {
  line-height: 3em !important;
}

.topbar li ul li a {
  line-height: 1.8em !important;
}

.topbar li.hover > .mod-menu__sub {
  display: block !important;
}

.topbar .mod-menu__sub {
  display: none;
  position: absolute;
  padding: 10px 0 10px 0;
  /* max-height: 0;*/
  overflow: hidden;
  top: 20px;
  left: 30px;
  z-index: 999;
  background-color: #fff;
  margin: 20px 0 0 0;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  box-shadow: 5px 8px 16px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.topbar .mod-menu__sub li {
  /*  padding-bottom:5px;*/
}
.topbar .mod-menu__sub li a {
  color: #B2094B !important;
}

.topbar li.deeper.parent {
  position: relative;
}

.topbar li.deeper.parent:hover > .mod-menu__sub {
  display: block;
}

.icona-item-menu {
  display: none !important;
}
@media (min-width: 992px) {
  .icona-item-menu {
    display: inline-block !important;
  }
}
.icona-item-menu img {
  display: inline-block !important;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.4s, opacity 0.4s ease-out;
}
.popup.active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.4s ease-out;
}
.popup.active .popup-overlay {
  opacity: 1;
}
.popup.active .popup-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease-out;
  cursor: pointer;
}
.popup .popup-content {
  position: relative;
  background: #fff;
  max-width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 101;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(-30px) scale(0.95);
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  padding: 2rem;
}
@media (min-width: 576px) {
  .popup .popup-content {
    max-width: 600px;
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .popup .popup-content {
    max-width: 800px;
    padding: 4rem;
  }
}
.popup .popup-content .closed {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #EBA645 0.76%, #D95950 26.55%, #D22B5C 59.67%, #8E2B76 100%);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-out;
  z-index: 102;
}
@media (min-width: 576px) {
  .popup .popup-content .closed {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.popup .popup-content .closed:hover {
  transform: rotate(90deg) scale(1.1);
}
.popup .popup-content .closed:before, .popup .popup-content .closed:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.popup .popup-content .closed:before {
  transform: rotate(45deg);
}
.popup .popup-content .closed:after {
  transform: rotate(-45deg);
}
.popup .popup-content .popup-header {
  margin-bottom: 2rem;
  padding-right: 3rem;
}
.popup .popup-content .popup-header h2 {
  margin-bottom: 0.5rem;
}
.popup .popup-content .popup-body {
  line-height: 1.7em;
}
.popup .popup-content .popup-body p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=laborfonds.css.map */
