body {
  font-family: "urw-din", sans-serif;
  font-weight: 400;
  color: #545454;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

figure {
  margin: 0; }

/***TYPOGRAPHY***/
.font-sm {
  font-size: 0.825rem;
  line-height: 1.3; }

.font-2 {
  font-size: .825rem; }
  @media (min-width: 768px) {
    .font-2 {
      font-size: 1.5rem; } }
  @media (min-width: 992px) {
    .font-2 {
      font-size: 1rem; } }
  @media (min-width: 1280px) {
    .font-2 {
      font-size: 1.5rem; } }

.font-3 {
  font-size: .825rem; }
  @media (min-width: 450px) {
    .font-3 {
      font-size: 1.25rem; } }
  @media (min-width: 1280px) {
    .font-3 {
      font-size: 1.35rem; } }

.font-4 {
  font-size: 1rem; }
  @media (min-width: 768px) {
    .font-4 {
      font-size: 1rem; } }
  @media (min-width: 992px) {
    .font-4 {
      font-size: 1.125rem; } }
  @media (min-width: 1280px) {
    .font-4 {
      font-size: 1.125rem; } }

/*Title*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #1d1d1f;
  margin-bottom: 1rem; }

h1, .h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 2.75rem; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 3rem; } }

h2, .h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2.5rem; } }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 2.75rem; } }

h3, .h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 2rem; } }

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.75rem; } }

h5, .h5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 1.25rem; } }

h6, .h6 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 1.25rem; } }

.page-title {
  font-size: 3rem; }

.claim {
  font-size: 1.5rem;
  font-weight: 300; }

.estratto {
  font-size: 1.5rem;
  font-weight: 300; }

/***SPACES***/
.mt-6,
.my-6 {
  margin-top: 3.5rem !important; }

.mt-7,
.my-7 {
  margin-top: 4rem !important; }

.mt-8,
.my-8 {
  margin-top: 4.5rem !important; }

.mt-9,
.my-9 {
  margin-top: 5rem !important; }

.mt-10,
.my-10 {
  margin-top: 5.5rem !important; }

.mt-18,
.my-18 {
  margin-top: 10rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 3.5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 4rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 4.5rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 5rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 5.5rem !important; }

.mb-18,
.my-18 {
  margin-bottom: 10rem !important; }

.pt-6,
.py-6 {
  padding-top: 3.5rem !important; }

.pt-7,
.py-7 {
  padding-top: 4rem !important; }

.pt-8,
.py-8 {
  padding-top: 4.5rem !important; }

.pt-9,
.py-9 {
  padding-top: 5rem !important; }

.pt-10,
.py-10 {
  padding-top: 5.5rem !important; }

.pt-18,
.py-18 {
  padding-top: 10rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 3.5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 4rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 4.5rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 5rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 5.5rem !important; }

.pb-18,
.py-18 {
  padding-bottom: 10rem !important; }

.p-45 {
  padding: 2rem !important; }

/*Color*/
.bg-white {
  background-color: #F6F6F6; }

.green .bg-white {
  background-color: #4A772D !important;
  color: #F6F6F6 !important; }
  .green .bg-white h4 {
    color: white !important; }

.bg-red {
  background-color: #FD0114;
  color: #FFF; }

.bg-black {
  background-color: #1d1d1f;
  color: #FFF; }

.text-white {
  color: white !important; }

/***BASE ELEMENTS***/
dl, ol, ul {
  padding: 0 0 0 1rem;
  list-style: circle; }

.container {
  width: 100%;
  max-width: 1600px; }

.container-fluid {
  width: 100%;
  max-width: 1920px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.no-scroll {
  overflow: hidden; }

.hide,
.hidden {
  display: none; }

section {
  position: relative; }

.full-bg {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .full-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    z-index: 0; }
  .full-bg::after {
    position: absolute;
    content: "";
    background-image: url("../img/diagonal_white.svg");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .full-bg .position-absolute {
    z-index: 2;
    bottom: 15rem; }
  .full-bg video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1; }

.full-bg-vid {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .full-bg-vid::after {
    position: absolute;
    content: "";
    background-image: url("../img/diagonal_white.svg");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .full-bg-vid .position-absolute {
    z-index: 2;
    bottom: 15rem; }
  .full-bg-vid video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1; }

.full-bg-1 {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: sticky;
  top: 0;
  left: 0; }

.half-bg {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .half-bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.55));
    z-index: 0; }
  .half-bg .position-absolute {
    z-index: 1;
    bottom: 4rem;
    bottom: 4rem; }

.square {
  width: 100%;
  padding-bottom: 100%;
  position: relative; }
  .square .square-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .square .square-content::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(black, rgba(0, 0, 0, 0));
      z-index: -1; }
  .square .rotate {
    width: 2.25rem;
    height: 2.25rem;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden; }

.square:hover > .square-content > div > .rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.square-1 {
  width: 100%;
  padding-bottom: 100%;
  position: relative; }
  .square-1 .square-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }

.square-before .square-1 {
  box-shadow: 0 0px 0px #909090;
  transition: box-shadow 1s; }
  .square-before .square-1:hover {
    box-shadow: 0 5px 10px #909090; }

.rect-v {
  width: 100%;
  padding-bottom: 130%;
  position: relative; }
  .rect-v .rect-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .rect-v .rect-content::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(rgba(0, 0, 0, 0), black);
      z-index: -1; }
  .rect-v .rotate {
    width: 2.25rem;
    height: 2.25rem;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden; }

.rect-v:hover > .rect-content > div > .rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.rectangle-1 {
  width: 100%;
  position: relative;
  padding-bottom: 65%; }
  .rectangle-1-short {
    padding-bottom: 65%; }
  .rectangle-1 .rectangle-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    .rectangle-1 .rectangle-content .rectangle-text img {
      width: 40px; }
      @media (min-width: 768px) {
        .rectangle-1 .rectangle-content .rectangle-text img {
          width: 68px; } }

.rectangle-2 {
  width: 100%;
  position: relative;
  padding-bottom: 50%; }
  .rectangle-2-short {
    padding-bottom: 60%; }
  .rectangle-2 .rectangle-content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .rectangle-2 .rectangle-content::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: -1; }

.rectangle-bg {
  width: 100%;
  padding-bottom: 65%;
  position: relative; }
  .rectangle-bg-short {
    padding-bottom: 65%; }
  .rectangle-bg .rectangle-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .rectangle-bg .rectangle-content::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(rgba(0, 0, 0, 0), black);
      z-index: -1; }
  .rectangle-bg .rotate {
    width: 2.25rem;
    height: 2.25rem;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden; }

.rectangle-bg:hover > .rectangle-content > div > .rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.bg-th {
  background-position: center;
  background-size: cover;
  position: relative; }
  .bg-th::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75));
    z-index: 0; }
  .bg-th section {
    z-index: 1; }

.banner-cta .position-absolute {
  bottom: 0;
  padding: 1.5rem;
  z-index: 3; }
.banner-cta .bg-op {
  position: relative; }
  .banner-cta .bg-op:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    border-radius: 1.5rem;
    z-index: 1; }
.banner-cta .button {
  max-width: 210px !important; }

.stiky {
  position: sticky;
  top: 0; }
  .stiky .context-nav ul {
    list-style: none !important; }
    .stiky .context-nav ul li a {
      display: inline-block;
      margin-bottom: .5rem;
      margin-left: 1rem;
      position: relative;
      text-decoration: none; }

.br {
  border: 1px solid #FD0114; }

.lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  background-color: white;
  display: none; }
  .lightbox .close-icon {
    color: black;
    position: absolute;
    z-index: 9999;
    right: 1rem;
    top: 1rem;
    font-size: 48px;
    line-height: 24px;
    cursor: pointer; }
  .lightbox .image-container {
    height: 100%; }
    .lightbox .image-container img {
      max-height: 90vh;
      width: auto;
      /*display: block;*/
      margin: 5vh auto auto auto;
      max-width: 100%;
      position: relative; }
  .lightbox .caption-container {
    position: absolute;
    bottom: 40px;
    width: 100%; }
    .lightbox .caption-container .caption {
      font-size: 16px; }

/***LINK***/
a {
  color: #000;
  position: relative;
  text-decoration: none; }
  a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background-color: #FD0114;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out; }
  a:hover {
    color: #1d1d1f;
    text-decoration: none; }
    a:hover::before {
      transform-origin: left;
      transform: scaleX(1); }

/***HEADER***/
.site-header {
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0; }
  .site-header .container-fluid .site-branding {
    margin: 1.25rem 0; }
    .site-header .container-fluid .site-branding .site-title {
      line-height: 1; }
    .site-header .container-fluid .site-branding a {
      text-decoration: none; }
      .site-header .container-fluid .site-branding a::before {
        content: none;
        text-decoration: none; }
    .site-header .container-fluid .site-branding img {
      width: 180px; }
  .site-header .container-fluid nav {
    display: flex;
    justify-content: flex-end; }
    .site-header .container-fluid nav .side-menu {
      background: #fff;
      width: 100vw;
      position: fixed;
      top: 0;
      right: -200%;
      height: 100vh;
      box-shadow: -100vw 0 0 rgba(0, 0, 0, 0.75);
      padding: 4rem 2rem;
      transition: all 0.7s ease-in; }
      @media (min-width: 992px) {
        .site-header .container-fluid nav .side-menu {
          display: block;
          background: none;
          width: auto;
          position: relative;
          height: auto;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          padding: 0rem;
          right: 0; } }
      .site-header .container-fluid nav .side-menu .menu-main-menu-container {
        height: 100%; }
      .site-header .container-fluid nav .side-menu .menu {
        display: none;
        font-size: 1.125rem;
        font-weight: 500;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .site-header .container-fluid nav .side-menu .menu li {
          position: relative; }
          .site-header .container-fluid nav .side-menu .menu li a {
            color: #1d1d1f; }
            .site-header .container-fluid nav .side-menu .menu li a::before {
              background-color: #1d1d1f; }
          .site-header .container-fluid nav .side-menu .menu li .sub-menu {
            display: block;
            margin: 0 auto;
            position: absolute;
            background: #FFFFFF;
            left: -2rem;
            width: 300px;
            padding: 0;
            list-style: none;
            opacity: 0;
            transition: opacity 1s;
            height: 0;
            overflow: hidden;
            box-shadow: 0 0.15rem 3rem rgba(0, 0, 0, 0.1); }
            .site-header .container-fluid nav .side-menu .menu li .sub-menu li {
              margin-bottom: .75rem; }
              .site-header .container-fluid nav .side-menu .menu li .sub-menu li a {
                color: #1d1d1f; }
                .site-header .container-fluid nav .side-menu .menu li .sub-menu li a::before {
                  background-color: #FD0114; }
              .site-header .container-fluid nav .side-menu .menu li .sub-menu li .sub-menu {
                border-radius: 0;
                left: 0;
                position: relative;
                background: none;
                display: block;
                list-style: circle;
                padding: 0 0 0 0.5rem;
                margin: 1rem 0;
                box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
                .site-header .container-fluid nav .side-menu .menu li .sub-menu li .sub-menu li {
                  width: 100%; }
                  .site-header .container-fluid nav .side-menu .menu li .sub-menu li .sub-menu li a {
                    color: #1d1d1f; }
                    .site-header .container-fluid nav .side-menu .menu li .sub-menu li .sub-menu li a::before {
                      background-color: #FD0114; }
          .site-header .container-fluid nav .side-menu .menu li:hover .sub-menu {
            opacity: 1;
            height: auto;
            overflow: hidden;
            padding: 2rem; }
        @media (max-width: 992px) {
          .site-header .container-fluid nav .side-menu .menu {
            height: 100%;
            list-style: none;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start; }
            .site-header .container-fluid nav .side-menu .menu li {
              width: 100%;
              border-top: 1px solid #e3e3e3;
              margin-bottom: 1.25rem; }
              .site-header .container-fluid nav .side-menu .menu li a {
                font-weight: 600;
                color: #000000; }
                .site-header .container-fluid nav .side-menu .menu li a::before {
                  background-color: #1d1d1f; }
              .site-header .container-fluid nav .side-menu .menu li .sub-menu {
                display: block;
                margin: 0 auto;
                position: relative;
                background: none;
                left: 0;
                right: 0;
                max-width: 100%;
                opacity: 1;
                height: auto;
                box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
                .site-header .container-fluid nav .side-menu .menu li .sub-menu li {
                  border-top: none;
                  line-height: 1.8;
                  width: 100%;
                  margin-bottom: 0rem; }
                  .site-header .container-fluid nav .side-menu .menu li .sub-menu li a {
                    font-weight: 500;
                    color: #1d1d1f; }
                  .site-header .container-fluid nav .side-menu .menu li .sub-menu li .sub-menu {
                    left: 0.5rem;
                    border-radius: 0;
                    position: relative;
                    background: none;
                    display: block;
                    list-style: none;
                    padding: 0;
                    margin: 0; }
                    .site-header .container-fluid nav .side-menu .menu li .sub-menu li .sub-menu li {
                      border-top: none;
                      width: 100%; }
                      .site-header .container-fluid nav .side-menu .menu li .sub-menu li .sub-menu li a {
                        font-weight: 500;
                        color: #1d1d1f; }
                        .site-header .container-fluid nav .side-menu .menu li .sub-menu li .sub-menu li a::before {
                          background-color: #FD0114; }
              .site-header .container-fluid nav .side-menu .menu li:hover .sub-menu {
                display: block;
                opacity: 1;
                height: auto;
                overflow: hidden;
                padding: 0; } }
    .site-header .container-fluid nav .sidebarshow {
      right: 0; }
    .site-header .container-fluid nav .hamburger-toggle {
      position: fixed !important;
      top: .55rem;
      right: 1rem;
      border: none;
      z-index: 9999;
      position: relative;
      height: 3rem;
      cursor: pointer;
      background-color: #FD0114;
      padding: 1rem;
      border-radius: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: white;
      font-size: 1rem;
      width: 105px; }
      @media (min-width: 992px) {
        .site-header .container-fluid nav .hamburger-toggle {
          display: none; } }
      .site-header .container-fluid nav .hamburger-toggle span {
        width: 2rem;
        height: 2px;
        background-color: #FFF;
        display: block;
        position: relative;
        cursor: pointer; }
        @media (min-width: 768px) {
          .site-header .container-fluid nav .hamburger-toggle span {
            width: .25rem; } }
        .site-header .container-fluid nav .hamburger-toggle span::before {
          top: -.35rem;
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #FFF;
          transition: all 0.3s ease-out; }
        .site-header .container-fluid nav .hamburger-toggle span::after {
          top: .35rem;
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #FFF;
          transition: all 0.3s ease-out; }
      .site-header .container-fluid nav .hamburger-toggle .toggle {
        width: 100%;
        height: .1rem;
        background-color: none;
        display: block;
        position: relative;
        cursor: pointer;
        width: 1.5rem;
        background: transparent; }
        .site-header .container-fluid nav .hamburger-toggle .toggle::before {
          top: 0;
          transform: rotate(-45deg);
          background: #FFF;
          border-radius: 0; }
        .site-header .container-fluid nav .hamburger-toggle .toggle::after {
          top: 0;
          transform: rotate(45deg);
          background: #FFF;
          border-radius: 0; }
    @media (min-width: 992px) {
      .site-header .container-fluid nav {
        display: block;
        justify-content: flex-end; } }
  .site-header .container-fluid .wpml-ls-legacy-list-horizontal a {
    padding: 0.5rem .5rem; }
  .site-header .container-fluid .wpml-ls-current-language {
    border-bottom: 1px solid red; }

#toggle {
  width: 48px !important; }

/***FOOTER***/
footer {
  font-size: 0.875rem;
  color: #1d1d1f; }
  footer .hr {
    border-top: 1px solid #bdbdbd; }
  footer h4, footer .h4 {
    font-size: 0.875rem;
    font-weight: 700; }
  footer ul {
    padding-left: 0;
    list-style: none; }
    footer ul li {
      line-height: 1.5; }
  footer .social a {
    font-style: italic; }

/***COMPONENT***/
/*form*/
.form-cta input, .form-cta textarea {
  width: 100%;
  background: #f6f6f6;
  border: none;
  border-bottom: 1px solid #FD0114;
  height: 3rem;
  margin-bottom: 2.5rem;
  padding: 0rem;
  font-size: 1.25rem; }
.form-cta textarea {
  height: 100%;
  border-bottom: none;
  padding: 1rem; }
.form-cta input[type=checkbox] {
  height: auto;
  margin: 0;
  padding: 0; }
.form-cta .privacy-policy {
  font-size: .825rem; }
.form-cta .input-container {
  position: relative; }
  .form-cta .input-container label {
    position: absolute; }
.form-cta .placeholder {
  color: #6e6e73;
  left: 1.5rem;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 1rem; }
.form-cta input:focus ~ .placeholder, .form-cta .input:not(:placeholder-shown) ~ .placeholder,
.form-cta textarea:focus ~ .placeholder, .form-cta .textarea:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-40px) scale(0.75); }
.form-cta .input:not(:placeholder-shown) ~ .placeholder, .form-cta .textarea:not(:placeholder-shown) ~ .placeholder {
  color: #black; }
.form-cta .input:focus ~ .placeholder, .form-cta .textarea:focus ~ .placeholder {
  color: #1d1d1f; }

.button, .submit, .wpcf7-form-control.wpcf7-submit.has-spinner, button {
  background-color: #FD0114;
  border: 2px solid red;
  letter-spacing: .05rem;
  color: white !important;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
  font-weight: 600;
  cursor: pointer;
  padding: 0 1.5rem;
  height: 2rem;
  transition-duration: 0.4s;
  max-width: 150px; }
  .button:not(.hamburger-toggle):hover, .submit:not(.hamburger-toggle):hover, .wpcf7-form-control.wpcf7-submit.has-spinner:not(.hamburger-toggle):hover, button:not(.hamburger-toggle):hover {
    color: #FD0114 !important;
    background-color: white !important;
    border: 2px solid #FD0114; }
  .button::before, .submit::before, .wpcf7-form-control.wpcf7-submit.has-spinner::before, button::before {
    content: none !important; }
  .button a, .submit a, .wpcf7-form-control.wpcf7-submit.has-spinner a, button a {
    color: white !important;
    font-size: 1rem !important; }
    .button a:hover, .submit a:hover, .wpcf7-form-control.wpcf7-submit.has-spinner a:hover, button a:hover {
      color: #FD0114 !important; }

.cta .button {
  background: none !important;
  border: 2px solid red;
  letter-spacing: .05rem;
  color: white !important;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
  font-weight: 600;
  cursor: pointer;
  padding: 0 1.1rem;
  height: 2rem;
  transition-duration: 0.4s;
  max-width: 150px; }
  .cta .button:hover {
    color: white !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 2px solid white; }
  .cta .button a {
    color: white !important;
    font-size: 1rem !important; }
    .cta .button a:hover {
      color: #FD0114 !important; }
.cta .secondary {
  background-color: none;
  border: 2px solid white;
  letter-spacing: .05rem;
  color: white !important;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  font-weight: 600;
  cursor: pointer;
  padding: 0 1.5rem;
  height: 2rem;
  transition-duration: 0.4s;
  max-width: 150px; }
  .cta .secondary:hover {
    color: white !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 2px solid #FD0114; }
  .cta .secondary::before {
    content: none !important; }
  .cta .secondary a {
    color: #FD0114 !important;
    font-size: 1rem !important; }
    .cta .secondary a:hover {
      color: white !important; }

.button-q {
  width: 48px;
  height: 48px;
  position: relative;
  display: flex;
  padding: .75rem;
  cursor: pointer;
  opacity: 1;
  transition: .3s; }
  .button-q:hover {
    opacity: .8; }

.scroll-to-top {
  position: fixed;
  bottom: 4rem;
  right: .5rem;
  text-align: center;
  padding: 1rem .7rem;
  line-height: 0;
  height: 48px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
  display: none;
  transition: all .5s;
  z-index: 10; }
  .scroll-to-top:hover {
    color: white !important;
    background-color: #FD0114 !important;
    border: 2px solid white; }
  .scroll-to-top img {
    width: 1.25rem;
    height: auto; }

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  background-color: #F3F3F3;
  color: #6e6e73 !important;
  border: none; }

.abstract {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400; }
  @media (min-width: 768px) {
    .abstract {
      font-size: 1.5rem; } }

.column {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.drayer-model article ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.assistance img {
  width: 40px;
  height: auto;
  opacity: .8; }

.etichetta {
  color: #FD0114;
  text-transform: uppercase;
  font-size: .825rem;
  font-weight: 600; }

.image-container {
  height: 100vh;
  z-index: 0;
  position: relative;
  width: auto;
  display: flex;
  align-items: center; }

.image-container img {
  width: auto;
  max-height: 80%;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0; }

.card-container {
  min-height: 100vh;
  position: relative; }

.wp-video {
  width: 100% !important; }
  .wp-video #mep_0 {
    width: 100% !important;
    height: auto; }

@media (max-width: 768px) {
  .card-container {
    z-index: 1; } }
.placeholder-focus {
  transform: translateY(-40px) scale(0.75); }

@media screen and (max-width: 767px) {
  [data-aos] {
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: none !important; }

  .rectangle-1, .rectangle-2 {
    padding-bottom: 0; }

  .rectangle-1 .rectangle-content,
  .rectangle-2 .rectangle-content {
    position: relative; } }
.wpcf7-not-valid-tip {
  font-size: .75rem;
  margin-top: -2rem;
  padding-left: 1.825rem; }
