@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,700");
@font-face {
  font-family: 'BreraCondensedSemiBold';
  src: url("/fonts/brecnsb-webfont.eot");
  src: url("/fonts/brecnsb-webfont.woff2") format("woff2"), url("/fonts/brecnsb-webfont.woff") format("woff"), url("/fonts/brecnsb-webfont.ttf") format("truetype"), url("/fonts/brecnsb-webfont.svg") format("svg");
  /* Legacy iOS */
  font-weight: 600; }

@font-face {
  font-family: 'SolferinoDisplayRegular';
  src: url("/fonts/SolferinoDisplay-Regular.eot");
  src: url("/fonts/SolferinoDisplay-Regular.woff2") format("woff2"), url("/fonts/SolferinoDisplay-Regular.woff") format("woff"), url("/fonts/SolferinoDisplay-Regular.ttf") format("truetype"), url("/fonts/SolferinoDisplay-Regular.svg") format("svg");
  /* Legacy iOS */
  font-weight: normal; }

@font-face {
  font-family: 'SolferinoDisplayBold';
  src: url("/fonts/SolferinoDisplay-Bold.eot");
  src: url("/fonts/SolferinoDisplay-Bold.woff2") format("woff2"), url("/fonts/SolferinoDisplay-Bold.woff") format("woff"), url("/fonts/SolferinoDisplay-Bold.ttf") format("truetype"), url("/fonts/SolferinoDisplay-Bold.svg") format("svg");
  /* Legacy iOS */
  font-weight: 700; }

@font-face {
  font-family: 'SolferinoTextBold';
  src: url("/fonts/solferinotext-bold-webfont.eot");
  src: url("/fonts/solferinotext-bold-webfont.woff2") format("woff2"), url("/fonts/solferinotext-bold-webfont.woff") format("woff"), url("/fonts/solferinotext-bold-webfont.ttf") format("truetype"), url("/fonts/solferinotext-bold-webfont.svg") format("svg");
  /* Legacy iOS */
  font-weight: 700; }

@font-face {
  font-family: 'SolferinoTextRegular';
  src: url("/fonts/solferinotext-regular-webfont.eot");
  src: url("/fonts/solferinotext-regular-webfont.woff2") format("woff2"), url("/fonts/solferinotext-regular-webfont.woff") format("woff"), url("/fonts/solferinotext-regular-webfont.ttf") format("truetype"), url("/fonts/solferinotext-regular-webfont.svg") format("svg");
  /* Legacy iOS */
  font-weight: normal; }

/* HASHTAG-QUALITY COLORS */
/* GRADIENT */
/* BOX-SHADOWS */
/* FONTS */
/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 30px */
/* 36px */
/* 38px */
/* 40px */
/* 48px */
/* 50px */
/* 54px */
/* 60px */
/* 130px */
/* SIZES & RESPONSIVENESS */
/* Z-INDEXES */
/* BORDER-RADIUS */
/* EXPORT VARIABLES USEFUL IN JS */
:export {
  colorRoyalBlue: #0099ce;
  colorMineShaft: #333;
  fontSizeLarge: 1.125rem; }

/* corporate */
/* */
/* COMPONENTS OVERRIDES /* */
/* */
.nxt-corriere .nxt-top-line .nxt-right .nxt-growth-box .nxt-box-right, .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info .nxt-growth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'BreraCondensedSemiBold';
  font-size: 1rem; }
  .nxt-corriere .nxt-top-line .nxt-right .nxt-growth-box .nxt-box-right h3, .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info .nxt-growth h3 {
    font-family: 'SolferinoDisplayBold';
    font-size: 1.125rem;
    margin: 0;
    line-height: 1; }
  @media screen and (min-width: 720px) {
    .nxt-corriere .nxt-top-line .nxt-right .nxt-growth-box .nxt-box-right h3, .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info .nxt-growth h3 {
      font-size: 1.875rem; } }

.nxt-corriere .nxt-top-insights .nxt-wrapper .nxt-top-insight .nxt-top-insight-cover .nxt-bg, .nxt-corriere .nxt-business-cases .nxt-wrapper .nxt-case .nxt-bg {
  position: relative;
  background-size: cover;
  background-position: center; }
  .nxt-corriere .nxt-top-insights .nxt-wrapper .nxt-top-insight .nxt-top-insight-cover .nxt-bg:before, .nxt-corriere .nxt-business-cases .nxt-wrapper .nxt-case .nxt-bg:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }

.nxt-corriere {
  width: 100%;
  color: #333; }
  .nxt-corriere a {
    color: #333;
    text-decoration: underline; }
    .nxt-corriere a:hover {
      color: #333;
      text-decoration: none; }
  .nxt-corriere .nxt-header-logo {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    margin-bottom: 30px; }
    .nxt-corriere .nxt-header-logo > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .nxt-corriere .nxt-header-logo span {
      font-family: 'BreraCondensedSemiBold';
      font-size: 21px;
      text-transform: uppercase;
      line-height: 1; }
    .nxt-corriere .nxt-header-logo img {
      width: auto;
      height: 25px;
      margin-left: 6px; }
    .nxt-corriere .nxt-header-logo::after {
      content: '';
      height: 2px;
      width: 100%;
      background-color: #26AE93;
      position: absolute;
      left: 0;
      bottom: 0; }
  .nxt-corriere .nxt-tabs-mobile {
    display: block; }
    .nxt-corriere .nxt-tabs-mobile .fake-select {
      position: relative;
      border-radius: 3px;
      overflow: hidden;
      width: 70%;
      margin: 0 auto 20px; }
      .nxt-corriere .nxt-tabs-mobile .fake-select .nxt-fake-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        background-color: #A4DCD1;
        pointer-events: none;
        padding: 5px; }
        .nxt-corriere .nxt-tabs-mobile .fake-select .nxt-fake-wrapper span {
          font-family: 'BreraCondensedSemiBold';
          color: #26AE93;
          font-size: 14px; }
        .nxt-corriere .nxt-tabs-mobile .fake-select .nxt-fake-wrapper .nxt-arrow-down {
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 6px solid #00846A;
          margin-left: 5px; }
      .nxt-corriere .nxt-tabs-mobile .fake-select select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .nxt-corriere .nxt-tabs {
    display: none;
    font-family: 'BreraCondensedSemiBold'; }
    .nxt-corriere .nxt-tabs ul {
      display: flex; }
      .nxt-corriere .nxt-tabs ul li a {
        display: block;
        padding: 10px 38px;
        font-size: 12px;
        color: #979797;
        line-height: 22px;
        text-decoration: none; }
      .nxt-corriere .nxt-tabs ul li.active a {
        background-color: #A4DCD1;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-size: 18px;
        color: #26AE93; }
  .nxt-corriere .nxt-top-line {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #a4dcd1; }
    .nxt-corriere .nxt-top-line .nxt-left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .nxt-corriere .nxt-top-line .nxt-left span {
        font-family: 'BreraCondensedSemiBold';
        font-size: 10px;
        color: #fff; }
      .nxt-corriere .nxt-top-line .nxt-left h2 {
        font-family: 'SolferinoDisplayBold';
        color: #000;
        margin: 0;
        font-size: 24px; }
    .nxt-corriere .nxt-top-line .nxt-right .nxt-growth-box {
      display: flex;
      font-family: 'BreraCondensedSemiBold';
      font-size: 0.875rem; }
      .nxt-corriere .nxt-top-line .nxt-right .nxt-growth-box .nxt-box-left {
        display: none;
        width: 0;
        height: 0;
        border-top: 55px solid transparent;
        border-right: 60px solid #fff;
        border-bottom: 55px solid transparent; }
      .nxt-corriere .nxt-top-line .nxt-right .nxt-growth-box .nxt-box-right {
        padding: 5px 23px;
        background-color: #fff; }
  .nxt-corriere .nxt-head-line {
    display: flex;
    flex-direction: column-reverse;
    margin: 20px 0; }
    .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card {
      margin-top: 15px; }
      .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-cover {
        display: none;
        background-position: center;
        background-size: cover;
        position: relative; }
        .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-cover:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 100%; }
      .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        border-bottom: 2px solid #757575;
        padding-bottom: 20px; }
        .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info .nxt-description {
          display: flex;
          flex-direction: column-reverse;
          justify-content: space-between; }
          .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info .nxt-description h4 {
            width: fit-content;
            position: relative;
            font-family: 'BreraCondensedSemiBold';
            color: #979797;
            font-weight: 500;
            font-size: 12px;
            margin: 30px 0 0; }
          .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info .nxt-description h3 {
            font-family: 'SolferinoDisplayBold';
            margin: 0;
            font-size: 2rem;
            line-height: 1.1; }
        .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info .nxt-growth {
          position: absolute;
          bottom: 13px;
          right: 0;
          align-items: center;
          font-size: 12px;
          padding-top: 22px; }
          .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info .nxt-growth h3 {
            width: 100%;
            position: absolute;
            text-align: center;
            top: 0;
            left: 0; }
    .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-video {
      display: flex;
      flex-direction: column; }
      .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-video .nxt-video-title {
        background-color: #28ac93;
        color: #fff;
        padding: 20px;
        font-family: 'BreraCondensedSemiBold';
        font-weight: 700;
        font-size: 1.25rem; }
  .nxt-corriere .nxt-main-content .nxt-main-content-wrapper {
    font-family: 'SolferinoTextRegular';
    line-height: 26px; }
    .nxt-corriere .nxt-main-content .nxt-main-content-wrapper ul {
      list-style: disc;
      padding-left: 20px; }
    .nxt-corriere .nxt-main-content .nxt-main-content-wrapper p {
      margin-bottom: 20px; }
    .nxt-corriere .nxt-main-content .nxt-main-content-wrapper h3 {
      margin: 30px 0 15px; }
  .nxt-corriere .nxt-main-content .nxt-charts {
    display: flex;
    flex-direction: column;
    margin-top: 30px; }
    .nxt-corriere .nxt-main-content .nxt-charts .nxt-about {
      background-color: #fafafa;
      margin-bottom: 24px; }
      .nxt-corriere .nxt-main-content .nxt-charts .nxt-about blockquote {
        border-left: 10px solid #00FAAD;
        padding: 20px 20px 23px;
        font-style: italic;
        font-size: 0.875rem;
        font-family: 'Raleway', sans-serif;
        line-height: 1.3; }
    .nxt-corriere .nxt-main-content .nxt-charts .nxt-chart {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px; }
      .nxt-corriere .nxt-main-content .nxt-charts .nxt-chart h4 {
        font-family: 'BreraCondensedSemiBold';
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 20px; }
  .nxt-corriere .nxt-top-insights {
    margin-top: 40px; }
    .nxt-corriere .nxt-top-insights h3 {
      font-size: 24px;
      text-transform: uppercase;
      font-family: 'SolferinoDisplayBold'; }
    .nxt-corriere .nxt-top-insights .nxt-wrapper {
      display: flex;
      flex-direction: column; }
      .nxt-corriere .nxt-top-insights .nxt-wrapper .nxt-top-insight {
        font-family: 'SolferinoDisplayRegular';
        margin-bottom: 40px; }
        .nxt-corriere .nxt-top-insights .nxt-wrapper .nxt-top-insight .nxt-top-insight-cover .nxt-bg {
          margin: 20px 0 15px; }
        .nxt-corriere .nxt-top-insights .nxt-wrapper .nxt-top-insight .nxt-top-insight-description {
          line-height: 1.2; }
  .nxt-corriere .nxt-business-cases h3 {
    font-family: 'BreraCondensedSemiBold';
    margin-bottom: 10px; }
  .nxt-corriere .nxt-business-cases .nxt-wrapper .nxt-case {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-family: 'SolferinoDisplayRegular'; }
    .nxt-corriere .nxt-business-cases .nxt-wrapper .nxt-case .nxt-bg {
      width: 49%; }
    .nxt-corriere .nxt-business-cases .nxt-wrapper .nxt-case article {
      width: 49%; }
      .nxt-corriere .nxt-business-cases .nxt-wrapper .nxt-case article h4 {
        font-family: 'BreraCondensedSemiBold'; }
    .nxt-corriere .nxt-business-cases .nxt-wrapper .nxt-case:nth-child(even) {
      flex-direction: row-reverse; }
      .nxt-corriere .nxt-business-cases .nxt-wrapper .nxt-case:nth-child(even) article {
        text-align: right; }
  .nxt-corriere .nxt-banner {
    background-image: url(/images/bg-banner-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative; }
    .nxt-corriere .nxt-banner:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75%; }
    .nxt-corriere .nxt-banner .nxt-banner-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: flex;
      flex-direction: column; }
      .nxt-corriere .nxt-banner .nxt-banner-wrapper > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .nxt-corriere .nxt-banner .nxt-banner-wrapper span {
        display: block;
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        font-size: 5.5vw;
        padding: 9% 28% 0 10%;
        line-height: 1.4; }
      .nxt-corriere .nxt-banner .nxt-banner-wrapper .nxt-button {
        background-color: #00FAAD;
        padding: 3% 6%;
        border-radius: 5px;
        align-self: flex-end;
        line-height: 1;
        margin: 6% 4% 0 0;
        color: #000;
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 4.5vw; }
  @media screen and (min-width: 720px) {
    .nxt-corriere {
      padding: 0 40px; }
      .nxt-corriere .nxt-header-logo span {
        font-size: 28px; }
      .nxt-corriere .nxt-header-logo img {
        height: 41px;
        margin-left: 9px; }
      .nxt-corriere .nxt-tabs-mobile {
        display: none; }
      .nxt-corriere .nxt-tabs {
        display: block; }
      .nxt-corriere .nxt-top-line {
        flex-direction: row;
        align-items: initial; }
        .nxt-corriere .nxt-top-line .nxt-left {
          width: 60%;
          align-items: flex-start;
          padding-left: 40px; }
          .nxt-corriere .nxt-top-line .nxt-left span {
            font-size: 1rem; }
          .nxt-corriere .nxt-top-line .nxt-left h2 {
            font-size: 2rem; }
        .nxt-corriere .nxt-top-line .nxt-right {
          flex: 1; }
          .nxt-corriere .nxt-top-line .nxt-right .nxt-growth-box {
            display: flex;
            font-family: 'BreraCondensedSemiBold';
            font-size: 0.875rem; }
            .nxt-corriere .nxt-top-line .nxt-right .nxt-growth-box .nxt-box-left {
              display: block; }
            .nxt-corriere .nxt-top-line .nxt-right .nxt-growth-box .nxt-box-right {
              flex: 1;
              padding: 10px 0; }
      .nxt-corriere .nxt-head-line {
        flex-direction: row; }
        .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          width: calc(70% - 30px);
          margin: 0 30px 0 0; }
          .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-cover {
            display: block;
            flex: 1; }
            .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-cover::before {
              display: none; }
          .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info .nxt-description {
            flex-direction: column;
            justify-content: flex-start; }
            .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info .nxt-description h4 {
              font-size: 1rem;
              margin: 0; }
          .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info .nxt-growth {
            position: static;
            font-size: 1rem;
            padding-top: 0; }
            .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-card .nxt-card-info .nxt-growth h3 {
              position: static; }
        .nxt-corriere .nxt-head-line .nxt-head-line-column.nxt-video {
          width: 30%; }
      .nxt-corriere .nxt-main-content {
        display: flex; }
        .nxt-corriere .nxt-main-content .nxt-main-content-wrapper {
          width: calc(70% - 30px);
          margin-right: 30px; }
          .nxt-corriere .nxt-main-content .nxt-main-content-wrapper ul {
            list-style: disc;
            padding-left: 20px; }
        .nxt-corriere .nxt-main-content .nxt-charts {
          width: 30%;
          margin-top: 0; }
          .nxt-corriere .nxt-main-content .nxt-charts .nxt-chart:not(:last-child) {
            margin-bottom: 24px; }
      .nxt-corriere .nxt-top-insights {
        width: 70%; }
        .nxt-corriere .nxt-top-insights .nxt-wrapper {
          flex-direction: row;
          justify-content: space-between;
          flex-wrap: wrap; }
          .nxt-corriere .nxt-top-insights .nxt-wrapper .nxt-top-insight {
            width: 46%; }
      .nxt-corriere .nxt-banner {
        width: 70%;
        background-image: url(/images/bg-banner.png);
        background-size: cover;
        padding-bottom: 46px; }
        .nxt-corriere .nxt-banner .nxt-banner-wrapper {
          position: static; }
          .nxt-corriere .nxt-banner .nxt-banner-wrapper span {
            font-size: 24px;
            padding: 35px 0 0 60px;
            line-height: 1.1; }
          .nxt-corriere .nxt-banner .nxt-banner-wrapper .nxt-button {
            align-self: flex-start;
            margin: 30px 0 0 60px;
            font-size: 16px;
            padding: 2% 5%; }
        .nxt-corriere .nxt-banner::before {
          display: none; } }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem; }
