:root {
  --primary-brand-color: var(--accent--light);
  --secondary-brand-color: var(--t-bright--light);
}

@media only screen and (min-width: 1200px) {
  .mxd-hero-01__marquee {
    right: 20px;
    width: 480px;
  }
  .mxd-hero-01__marquee .marquee__item.item-regular svg {
    width: 6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mxd-hero-01__marquee {
    right: 90px;
    width: 560px;
  }
  .mxd-hero-01__marquee .marquee__item.item-regular svg {
    width: 6rem;
  }
}
.text-brand-primary {
  color: var(--primary-brand-color);
}

.text-brand-secondary {
  color: var(--secondary-brand-color);
}

.menu-logo {
  width: 250px;
  margin-top: -45px;
}

.menu-icon {
  width: 200px;
}

.menu-logo-dark {
  display: none;
}

[color-scheme=dark] .menu-logo-light {
  display: none;
}

[color-scheme=dark] .menu-logo-dark {
  display: inline;
}

.menu-icon-dark {
  display: none;
}

[color-scheme=dark] .menu-icon-light {
  display: none;
}

[color-scheme=dark] .menu-icon-dark {
  display: inline;
}

.mxd-logo .logo-dark {
  display: none;
}

[color-scheme=dark] .mxd-logo .logo-light {
  display: none;
}

[color-scheme=dark] .mxd-logo .logo-dark {
  display: inline;
}

[color-scheme=dark] body {
  background-color: #09172b;
}

[color-scheme=dark] .services-stack .mxd-services-stack__inner.bg-base-opp {
  background-color: var(--base-opp--light);
}

[color-scheme=dark] .services-stack .mxd-services-stack__title .opposite {
  color: var(--t-opp-bright--light);
}

[color-scheme=dark] .services-stack .mxd-services-stack__info .t-opposite {
  color: var(--t-opp-medium--light);
}

[color-scheme=dark] .services-stack .tag-outline-opposite {
  color: var(--t-opp-bright--light);
  border-color: var(--st-opp-bright--light);
}

.mxd-wrapper-opposite .mxd-project-item__name a {
  color: var(--t-opp-medium);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, var(--t-opp-bright), var(--t-opp-bright));
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
}

.no-touch .mxd-wrapper-opposite .mxd-project-item__name a:hover {
  color: var(--t-opp-bright);
  background-size: 0 1px, 100% 1px;
}

.mxd-wrapper-opposite .mxd-project-item__name a span {
  color: var(--t-opp-bright);
}

@media only screen and (min-width: 1200px) {
  .menu-logo {
    width: 350px;
    margin-top: 0px;
  }
}
.richtext-content h1,
.richtext-content h2,
.richtext-content h3,
.richtext-content h4,
.richtext-content h5,
.richtext-content h6,
.richtext-content p,
.richtext-content ul,
.richtext-content ol {
  margin-bottom: 1rem;
}
.richtext-content ul,
.richtext-content ol {
  margin-left: 1.25rem;
  padding-left: 0.75rem;
}
.richtext-content ul {
  list-style: disc;
}
.richtext-content ol {
  list-style: decimal;
}
.richtext-content li {
  margin-bottom: 0.25rem;
}
.richtext-content a {
  text-decoration: underline;
}
.richtext-content strong {
  font-weight: 700;
}
.richtext-content em {
  font-style: italic;
}
.richtext-content blockquote {
  margin: 1.5rem 0;
  padding-left: 1rem;
  border-left: 3px solid var(--primary-brand-color, #00e5d4);
}
.richtext-content h1 a,
.richtext-content h2 a,
.richtext-content h3 a,
.richtext-content h4 a,
.richtext-content h5 a,
.richtext-content h6 a {
  color: inherit;
  text-decoration: none;
}

.richtext-content-opposite h1,
.richtext-content-opposite h2,
.richtext-content-opposite h3,
.richtext-content-opposite h4,
.richtext-content-opposite h5,
.richtext-content-opposite h6 {
  color: var(--t-opp-bright);
}
.richtext-content-opposite p,
.richtext-content-opposite ul,
.richtext-content-opposite ol,
.richtext-content-opposite li {
  color: var(--t-opp-medium);
}
.richtext-content-opposite a {
  color: var(--t-opp-bright);
  background: linear-gradient(to right, var(--t-opp-medium), var(--t-opp-medium)), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
}

.footer-legal__dash {
  margin-bottom: 0.35rem;
}

.footer-legal__claim {
  font-size: 1.6rem;
}

.footer-legal__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 24px;
  margin-top: 12px;
}
.footer-legal__grid p,
.footer-legal__grid ul,
.footer-legal__grid ol {
  font-size: 1.6rem;
}

.footer-legal__item {
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .footer-legal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.btn {
  cursor: pointer;
}

.full-link {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.full-link:hover {
  cursor: pointer;
}

@media only screen and (min-width: 1400px) {
  .mxd-promo__caption {
    font-size: 9rem;
  }
}
.mxd-services-list__tagslist ul.unordered-list li {
  position: relative;
  padding-left: 1.3rem;
  line-height: 1.3;
  color: var(--t-bright);
}
.mxd-services-list__tagslist ul.unordered-list li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 1.1rem;
  background-color: var(--t-bright);
  position: absolute;
}
.mxd-services-list__tagslist ul.unordered-list li > * {
  color: inherit;
  line-height: inherit;
}
.mxd-services-list__tagslist ul.unordered-list li:not(:first-of-type) {
  margin-top: 0.5rem;
}

@media only screen and (min-width: 1200px) {
  .hover-reveal__image {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .mxd-divider__video video {
    -o-object-fit: unset;
       object-fit: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .services-stack__image {
    width: 75%;
    overflow: hidden;
    mask-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  }
  .services-stack__image .service-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    bottom: unset;
    display: block;
  }
}
.mxd-services-list__title p {
  line-height: 1;
}

@media only screen and (min-width: 1200px) {
  .mxd-services-list__title p {
    line-height: 0.75;
  }
}
.richtext-content h2,
.richtext-content h3,
.richtext-content h4,
.richtext-content h5 {
  margin-bottom: 2rem;
}
.richtext-content * ~ h2,
.richtext-content * ~ h3,
.richtext-content * ~ h4,
.richtext-content * ~ h5,
.richtext-content * ~ h6 {
  margin-top: 3.25rem;
}
.richtext-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.richtext-content ul li {
  position: relative;
  padding-left: 1.3rem;
  line-height: 1.3;
  color: var(--t-medium);
}
.richtext-content ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 1.1rem;
  background-color: var(--t-medium);
  position: absolute;
}
.richtext-content ul li > * {
  color: inherit;
  line-height: inherit;
}
.richtext-content ul li:not(:first-of-type) {
  margin-top: 0.5rem;
}

.mxd-wrapper-opposite *,
.mxd-wrapper-opposite h1,
.mxd-wrapper-opposite h2,
.mxd-wrapper-opposite h3,
.mxd-wrapper-opposite h4,
.mxd-wrapper-opposite h5,
.mxd-wrapper-opposite p,
.mxd-wrapper-opposite ul,
.mxd-wrapper-opposite ol,
.mxd-wrapper-opposite li {
  color: var(--t-opp-bright);
}
.mxd-wrapper-opposite .richtext-content ul li {
  color: var(--t-opp-bright);
}
.mxd-wrapper-opposite .richtext-content ul li:before {
  background-color: var(--t-opp-bright);
}

@media screen and (max-width: 767.98px) {
  .mxd-hero-05 {
    padding-top: 8rem;
  }
  .inner-headline__title {
    font-size: 4.75rem;
  }
  .mxd-divider img.parallax-img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.mxd-page-content .mxd-section.padding-default:first-child {
  padding-top: 8rem;
}

@media screen and (min-width: 1600px) {
  .mxd-page-content:first-child {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  .case-studies--index .mxd-services-list .mxd-services-list__title > p,
  .industries--index .mxd-services-list .mxd-services-list__title > p,
  .competenze--index .mxd-services-list .mxd-services-list__title > p {
    font-size: 6.5rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) {
  .mxd-promo__content {
    margin: 10rem 0 10rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .mxd-promo__content {
    margin: 10rem 0 10rem 0;
  }
}
.team-member-grid {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .team-member-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .team-member-grid .team-member-grid-item.span-2 {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767.98px) {
  .mxd-section#contatti .mxd-promo__bg {
    width: 100%;
    top: 0;
    right: 0;
    opacity: 0.2;
  }
  .mxd-section#contatti .btn-large {
    font-size: 1.3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }
}
@media only screen and (min-width: 1600px) {
  .marquee__item {
    width: 540px;
  }
  .marquee__item.image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.certification-docs--container {
  text-align: center;
}
.certification-docs--container img {
  display: block;
  max-width: 500px;
  margin: 0px auto;
}/*# sourceMappingURL=custom.css.map */