.node-landing-page-full--body {
  text-align: center; }

.node-landing-page-full--info {
  width: 100%;
  color: #FFF;
  position: absolute;
  top: 0;
  max-width: 800px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 767px) {
    .node-landing-page-full--info {
      width: 100%;
      margin: auto;
      text-align: center;
      padding: 0;
      position: relative;
      margin-bottom: 1.88rem; } }
  .node-landing-page-full--info .btn-freedome {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 1.88rem; }
    .node-landing-page-full--info .btn-freedome .button {
      background-color: var(--white);
      color: var(--green); }

.node-landing-page-full--top {
  position: relative; }
  .node-landing-page-full--top-content {
    position: absolute;
    width: 100%;
    left: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    z-index: 2;
    height: 100%;
    top: 0; }
    @media (max-width: 767px) {
      .node-landing-page-full--top-content {
        padding-top: 0;
        padding-bottom: 0;
        -ms-flex-align: end;
            align-items: flex-end; } }

.node-landing-page-full--visual .media-image {
  position: relative; }
  .node-landing-page-full--visual .media-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }

.node-landing-page-full--visual img {
  display: block;
  width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    .node-landing-page-full--visual img {
      display: none; } }

.node-landing-page-full--visual-mobile {
  background: linear-gradient(#036242 0%, #88cc7a 100%); }
  .node-landing-page-full--visual-mobile img {
    display: none;
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .node-landing-page-full--visual-mobile img {
        display: block; } }
  .node-landing-page-full--visual-mobile .media-image {
    position: relative; }
    .node-landing-page-full--visual-mobile .media-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }

.node-landing-page-full--titolo, .node-landing-page-full--title {
  font-size: 3.13rem;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
  font-style: italic; }
  @media (max-width: 767px) {
    .node-landing-page-full--titolo, .node-landing-page-full--title {
      font-size: 1.88rem; } }

@media (max-width: 767px) {
  .node-landing-page-full--title {
    text-align: center; } }
