/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 15 version
*/

@charset "UTF-8";
.u-block {
  display: block; }

.u-rel {
  position: relative; }

.u-center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.u-center-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.u-center-horizontal {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.u-bold {
  font-weight: bold; }

.u-text-right {
  text-align: right; }

.u-text-left {
  text-align: left; }

.u-text-center {
  text-align: center; }

.u-upp {
  text-transform: uppercase; }

.u-first-uppercase:first-letter {
  text-transform: uppercase; }

.u-no-margins {
  margin-left: 0;
  margin-right: 0; }

.my-spacer {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media screen and (max-width: 575px) {
    .my-spacer {
      margin-top: 50px;
      margin-bottom: 50px; } }

.my-xs {
  margin-top: 8px;
  margin-bottom: 8px; }

.my-sm {
  margin-top: 16px;
  margin-bottom: 16px; }

.my-md {
  margin-top: 24px;
  margin-bottom: 24px; }

.my-lg {
  margin-top: 32px;
  margin-bottom: 32px; }

.my-xl {
  margin-top: 40px;
  margin-bottom: 40px; }

.mb-spacer {
  margin-bottom: 80px; }
  @media screen and (max-width: 575px) {
    .mb-spacer {
      margin-bottom: 50px; } }

.mb-xs {
  margin-bottom: 8px; }

.mb-sm {
  margin-bottom: 16px; }

.mb-md {
  margin-bottom: 24px; }

.mb-lg {
  margin-bottom: 32px; }

.mb-xl {
  margin-bottom: 40px; }

.mt-spacer {
  margin-top: 80px; }
  @media screen and (max-width: 575px) {
    .mt-spacer {
      margin-top: 50px; } }

.mt-xs {
  margin-top: 8px; }

.mt-sm {
  margin-top: 16px; }

.mt-md {
  margin-top: 24px; }

.mt-lg {
  margin-top: 32px; }

.mt-xl {
  margin-top: 40px; }

.py-spacer {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 575px) {
    .py-spacer {
      padding-top: 50px;
      padding-bottom: 50px; } }

.py-xs {
  padding-bottom: 8px;
  padding-top: 8px; }

.py-sm {
  padding-bottom: 16px;
  padding-top: 16px; }

.py-md {
  padding-bottom: 24px;
  padding-top: 24px; }

.py-lg {
  padding-bottom: 32px;
  padding-top: 32px; }

.py-xl {
  padding-bottom: 40px;
  padding-top: 40px; }

.pb-spacer {
  padding-bottom: 80px; }
  @media screen and (max-width: 575px) {
    .pb-spacer {
      padding-bottom: 50px; } }

.pb-xs {
  padding-bottom: 8px; }

.pb-sm {
  padding-bottom: 16px; }

.pb-md {
  padding-bottom: 24px; }

.pb-lg {
  padding-bottom: 32px; }

.pb-xl {
  padding-bottom: 40px; }

.pt-spacer {
  padding-top: 80px; }

.pt-xs {
  padding-top: 8px; }

.pt-sm {
  padding-top: 16px; }

.pt-md {
  padding-top: 24px; }

.pt-lg {
  padding-top: 32px; }

.pt-xl {
  padding-top: 40px; }

@media (min-width: 1200px) {
  .ml-xl-sm {
    margin-left: 16px; }
  .ml-xl-md {
    margin-left: 24px; }
  .ml-xl-lg {
    margin-left: 32px; } }

.u-radius {
  border-radius: 10px; }

.no-pad {
  padding: 0; }

.no-marg {
  margin: 0; }

.u-nolist {
  list-style-type: none;
  padding-left: 0; }

body .u-offsetup-20 {
  margin-top: -20px; }
body.js-nav-open #main-nav {
  background-color: #565656; }
  
html .bg-position-center {
  background-position: center; }

html .bg-position-top {
  background-position: top; }

html .bg-position-bottom {
  background-position: bottom; }

.u-text-justify {
  text-align: justify; }

/* Typography */
html body {
  font-family: 'Manrope', sans-serif; }

h1, h2, h3, .title {
  font-weight: bold; }
  @media screen and (max-width: 575px) {
    h1, h2, h3, .title {
      word-break: break-word; } }

h1, h2, h3, h4, h5, h6 {
  color: #575756; }

h1 {
  font-size: 2.6rem; }
  @media screen and (min-width: 576px) {
    h1 {
      font-size: 2.8rem; } }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 3.2rem; } }

h2.title {
  font-size: 2.4rem;
  }
  @media screen and (min-width: 576px) {
    h2.title {
      font-size: 2.6rem; } }
  @media screen and (min-width: 768px) {
    h2.title {
      font-size: 3rem; } }

.u-primary-text {
  color: #575756; }

p, .u-secondary-text {
  color: rgba(87, 87, 86, 0.7); }

p {
  line-height: 180%; }

.u-type-large {
  font-size: 20px; }

.u-type-larger {
  font-size: 24px; }

#main-nav {
  padding-top: 0;
  padding-bottom: 0; }
  #main-nav a.nav-link {
    color: #fff; }
  #main-nav .navbar-brand img {
    width: 48px;
    height: 48px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    @media screen and (min-width: 576px) {
      #main-nav .navbar-brand img {
        width: 64px;
        height: 64px; } }
  #main-nav .nav-item {
    padding-right: 8px; }
  #main-nav a.nav-link {
    -webkit-transition: font-weight .5s ease-in-out;
    -o-transition: font-weight .5s ease-in-out;
    transition: font-weight .5s ease-in-out;
    margin-right: 8px; }
  #main-nav .active,
  #main-nav a.nav-link:hover {
    font-weight: bold; }
  #main-nav .social-icons {
    margin-bottom: 24px;
    margin-right: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    @media screen and (min-width: 576px) {
      #main-nav .social-icons {
        margin-bottom: 0; } }
    #main-nav .social-icons a {
      display: inline-block;
      margin-right: 16px;
      text-decoration: none;
      -webkit-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      #main-nav .social-icons a:hover {
        opacity: .5; }
  #main-nav.js-scrolled {
    background-color: #565656; }
    #main-nav.js-scrolled a.nav-link {
      color: #fff; }
    #main-nav.js-scrolled .navbar-brand img {
      width: 38px;
      height: 38px; }
      @media screen and (min-width: 576px) {
        #main-nav.js-scrolled .navbar-brand img {
          width: 48px;
          height: 48px; } }
    #main-nav.js-scrolled .navbar-toggler {
      top: -3px; }

/* Make space for fixed position */
nav#main-nav + header,
nav#main-nav + main
nav#main-nav + div {
  padding-top: 92px; }

@media screen and (min-width: 576px) and (max-width: 767px) {
  #main-nav .container {
    max-width: 100%; }
  #main-nav .hide-sm {
    display: none; } }

@media screen and (min-width: 576px) and (max-width: 640px) {
  .nav-item {
    padding-right: 0; } }

@media screen and (max-width: 575px) {
  #main-nav .nav-btn {
    margin-bottom: 32px; } }

#main-nav .navbar-toggler {
  z-index: 700;
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-transition: top .5s ease-in-out;
  -o-transition: top .5s ease-in-out;
  transition: top .5s ease-in-out; }
  #main-nav .navbar-toggler:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }

@media screen and (min-width: 576px) {
  #main-nav,
  #main-nav .container {
    height: 92px; } }

@media (min-width: 1400px) {
  #main-nav .container {
    position: relative; }
  #main-nav .navbar-brand {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  #main-nav .navbar-nav {
    margin-left: 170px; }
  #main-nav .nav-btn {
    margin-right: 170px; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
            transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
            transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
            transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
            transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Header */
.hero-header {
  min-height: 90vh;
  width: 100%;
  position: relative; }
  .hero-header.hero-auto-height {
    min-height: auto; }
    .hero-header p {
    color: rgba(255, 255, 255, 0.7);   
    }
  .hero-header p.u-white {
    color: rgba(255, 255, 255, 0.7); }

.hero--text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 200;
  margin-top: 60px; }

.hero--image {
  width: 100%;
  height: auto; }

@media screen and (min-width: 992px) {
  .hero--text {
    width: 50%; }
    .hero--text p {
      font-size: 20px; }
  .hero--image {
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 30%; } }

@media screen and (min-width: 1400px) {
  .hero--text {
    width: 75%; }
    .hero--text p {
      font-size: 20px; }
  .hero--image {
    width: calc(25% + 102px);
    bottom: -120px; } }

@media screen and (max-width: 991px) {
  .hero-header-normal .hero-wrapper {
    position: relative;
    top: -80px; }
  .hero-header-normal .hero-text {
    position: relative;
    top: 80px;
    }
  .hero-header-normal .offset-image img {
    position: relative;
    top: 160px; } }

@media (min-width: 1400px) {
  .hero-header-normal .boxed-content {
    padding-right: 0; }
  .hero-header-normal .hero-wrapper {
    padding-top: 80px;
    padding-bottom: 32px; } }

.hero-header-normal h2 {
  font-size: 2rem;
  }
  
  @media screen and (max-width: 576px) {
    .hero-header-normal h2 {
      font-size: 2rem;
      } }
      

  @media screen and (min-width: 576px) {
    .hero-header-normal h2 {
      font-size: 2.8rem; } }
  @media screen and (min-width: 768px) {
    .hero-header-normal h2 {
      font-size: 3rem; } }
  @media screen and (min-width: 1200px) {
    .hero-header-normal h2 {
      font-size: 3.2rem; } }

.hero-header-normal p {
  font-size: 18px; }
  @media screen and (min-width: 576px) {
    .hero-header-normal p {
      font-size: 20px; } }

@media screen and (min-width: 992px) {
  .hero-header.hero-header-normal .offset-image {
    position: absolute;
    right: 0;
    bottom: -80px; } }

@media screen and (min-width: 1400px) {
  .hero-header.hero-header-normal .offset-image {
    bottom: -120px; }
    .hero-header.hero-header-normal .offset-image img {
      width: 80%;
      margin-left: 10%; } }

.sponsor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .sponsor-wrapper a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 160px;
    margin: 30px;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out; }
    .sponsor-wrapper a:first-child {
      margin-left: 0; }
    .sponsor-wrapper a:last-child {
      margin-right: 0; }
    .sponsor-wrapper a:hover {
      opacity: .5; }
    .sponsor-wrapper a img {
      width: 100%;
      height: auto; }
    .sponsor-wrapper a:last-child {
      margin-right: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "ÃƒÂ¢Ã¢â‚¬Â Ã‚Â"; }
    [dir="rtl"] .slick-prev:before {
      content: "ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢"; }
    [dir="rtl"] .slick-next:before {
      content: "ÃƒÂ¢Ã¢â‚¬Â Ã‚Â"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      content: "asd";
      cursor: pointer;
      }

      .slick-dots li button::before{
        content: "dot"!important;
      }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        content: '.'!important;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-slide img {
  width: calc(100% - 30px);
  height: auto;
  margin: 16px auto; }
  @media screen and (min-width: 576px) {
    .slick-slide img {
      width: 80%; } }
  @media screen and (min-width: 1200px) {
    .slick-slide img {
      max-width: 180px; } }

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.slick-prev:before,
.slick-next:before {
  color: #565656;
  opacity: 1; }
  .slick-prev:before:hover,
  .slick-next:before:hover {
    opacity: .5; }

.slick-dots {
  bottom: -50px; }

.form-box-wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 24px;
  z-index: 750;
  }
  @media screen and (min-width: 992px) {
    .form-box-wrapper {
      padding: 40px; } }

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #565656;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(86, 86, 86, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(86, 86, 86, 0.25); }

.final-cta--text h3 {
  font-size: 40px; }
  @media screen and (max-width: 575px) {
    .final-cta--text h3 {
      font-size: 2rem; } }
  @media screen and (min-width: 1200px) {
    .final-cta--text h3 {
      font-size: 60px; } }

@media screen and (max-width: 992px) {
  .final-cta--form {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .final-cta--text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 24px; } }

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  }

.footer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .footer-item h3 {
    font-size: 20px;
    margin-bottom: 16px; }
  .footer-item a {
    color: rgba(87, 87, 86, 0.75);
    text-decoration: none; }
    .footer-item a:hover {
      color: #565656; }

@media screen and (max-width: 767px) {
  .footer-logo,
  .footer-logo img {
    width: 40px;
    height: 40px; }
  .footer-item {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; } }

@media screen and (max-width: 576px) {
  .footer-logo {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: 24px; }
  .footer-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 32px; }
    .footer-item a {
      margin-bottom: 16px; } }

@media screen and (max-width: 304px) {
  .footer-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 992px) {
  body.home .hero--text {
    width: 90%;
    width: calc(100% - 120px); }
    body.home .hero--text p {
      max-width: 80%;
      margin-bottom: 32px;
      } }

.circle-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.circle-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px; }
  @media screen and (min-width: 500px) {
    .circle-wrapper {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333333%;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%; } }

.circle-item {
  border-radius: 50%;
  background-color: #4E6E5A;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: bold; }
  @media screen and (min-width: 576px) {
    .circle-item {
      width: 156px;
      height: 156px; } }
  @media screen and (min-width: 992px) {
    .circle-item {
      width: 256px;
      height: 256px; } }

@media screen and (max-width: 767px) {
  #digitaltransformation {
    padding-top: 80px; } }

#digitaltransformation .boxed-content {
  min-height: 365px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media screen and (min-width: 1400px) {
    #digitaltransformation .boxed-content {
      min-height: 320px; } }

#digitaltransformation h2 {
  font-size: 40px; }

#digitaltransformation .image-wrapper img {
  max-width: 80%;
  height: auto; }

@media screen and (max-width: 767px) {
  #digitaltransformation .image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #digitaltransformation .image-wrapper img {
      position: relative;
      top: 80px;
      margin-bottom: 40px; } }

@media screen and (min-width: 768px) {
  #digitaltransformation .image-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto; } }

@media screen and (min-width: 1400px) {
  #digitaltransformation .image-wrapper img {
    right: 170px; } }

@media screen and (min-width: 992px) {
  #digitaltransformation {
    margin-bottom: 80px; }
    #digitaltransformation .image-wrapper {
      position: relative; }
      #digitaltransformation .image-wrapper img {
        max-width: 380px;
        position: absolute;
        right: 0; } }

.tangram-wrapper img {
  width: 80px;
  height: 80px;
  margin-right: 16px; }
  @media screen and (min-width: 768px) {
    .tangram-wrapper img {
      margin-bottom: 16px; } }
  @media screen and (min-width: 992px) {
    .tangram-wrapper img {
      width: 120px;
      height: 120px; } }

.service-list p {
  line-height: 160%; }

#service-1 .service-list h5, #service-1 .service-list p {
  color: rgba(255, 255, 255, 0.7); }

@media (min-width: 1200px) {
  #service-1 .service-list.col-xl-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; } }

#service-2 .tangram-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  @media screen and (min-width: 768px) {
    #service-2 .tangram-wrapper {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }

#service-2 .service-list {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.tangram-tab--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  max-width: 100%;
  margin-top: 32px;
  border: none; }
  @media (min-width: 768px) {
    .tangram-tab--wrapper {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 66.66666667%;
      margin-top: 0; } }

.tangram-tab--item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  opacity: .5;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin: 16px 16px 16px 0; }
  .tangram-tab--item.active, .tangram-tab--item:hover {
    opacity: 1;
    cursor: pointer !important; }
  .tangram-tab--item:last-child {
    margin-right: 0; }
  .tangram-tab--item img {
    width: 100%;
    height: auto; }
    .tangram-tab--item img:hover {
      cursor: pointer; }

@media screen and (min-width: 768px) {
  .fakespace {
    display: inline-block;
    height: 28px; } }

#why img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 240px;
  }

@media screen and (min-width: 1200px) {
  #history-header img {
    bottom: -136px; } }

@media screen and (min-width: 1400px) {
  #history-header img {
    right: -101px;
    bottom: -136px; } }

#manifest-image {
  position: relative; }
  #manifest-image:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background-image: url("../images/manifest-shadow.PNG");
    bottom: -146px;
    right: -4px;
    width: 80%; }
    @media screen and (min-width: 340px) {
      #manifest-image:after {
        bottom: -160px;
        right: -6px; } }
    @media screen and (min-width: 576px) {
      #manifest-image:after {
        width: 100%;
        right: -49px;
        bottom: -137px; } }
    @media screen and (min-width: 768px) {
      #manifest-image:after {
        width: 84%;
        right: -19px;
        bottom: -123px; } }
    @media screen and (min-width: 992px) {
      #manifest-image:after {
        width: 80%;
        right: -4px;
        bottom: 21px; } }
    @media screen and (min-width: 1100px) {
      #manifest-image:after {
        bottom: 25px; } }
    @media screen and (min-width: 1200px) {
      #manifest-image:after {
        right: -6px; } }
    @media screen and (min-width: 1400px) {
      #manifest-image:after {
        right: 16px;
        bottom: 21px; } }
    @media screen and (min-width: 1700px) {
      #manifest-image:after {
        right: 18px;
        bottom: 24px; } }
    @media screen and (min-width: 2200px) {
      #manifest-image:after {
        right: 24px;
        bottom: 34px; } }
    @media screen and (min-width: 3200px) {
      #manifest-image:after {
        right: 2.3%;
        bottom: 3.4%; } }

h3 a.blue-link {
  font-weight: normal;
  color: rgba(121, 155, 209, 0.7); }

#hq-map {
  min-height: 420px; }
  @media screen and (min-width: 992px) {
    #hq-map {
      min-height: 640px; } }

.hero-header.hero-contact {
  min-height: auto; }
  .hero-header.hero-contact .module-wrapper {
    max-height: 300px; }
    @media screen and (min-width: 1400px) {
      .hero-header.hero-contact .module-wrapper {
        position: relative;
        left: 170px; } }

::-moz-selection {
  background-color: #565656;
  color: #fff; }

::selection {
  background-color: #565656;
  color: #fff; }

@media screen and (max-width: 575px) {
  #js-mobile-detection {
    display: none; }
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1400px) {
  .container {
    max-width: calc(100% - 102px*2); }
  .boxed-content {
    padding-left: 170px;
    padding-right: 170px; } }

/* Buttons */
.btn {
  background-color: #fff;
  color: #565656;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-weight: bold; }
  .btn:hover {
    color: #fff;
    background-color: #565656; }
  .btn-accent {
    color: #4E6E5A;
    background-color: #fff;
    border-radius: 12px;
    font-size: 18px; }

.btn-rounded {
  border-radius: 30px; }

.btn-small {
  padding: 4px 32px; }

/* General */
.bg-gradient-textured {
  background-size: cover;
  background-position: top; }
  .bg-gradient-textured.green-gradient {
    background-color: #799376;
    background-image: url("../images/bg-greentextured.webp"); }
  .bg-gradient-textured.gray-gradient {
    background-image: url("../images/bg-graytextured.webp");
    }
  .bg-gradient-textured.red-gradient {
    background-color: #C93C35;
    background-image: url("../images/bg-redtextured.webp"); }
  .bg-gradient-textured.yellow-gradient {
    background-color: #BF9145;
    background-image: url("../images/bg-yellowtextured.webp"); }
      .bg-gradient-textured.blu-gradient {
    background-color: #303989;

	
	}

.u-white {
  color: #fff; }

.u-white p {
  color: #fff; }
  
.img-responsive {
  width: 100%;
  height: auto; }

.no-link {
  color: inherit;
  text-decoration: none; }



.green-gradient .boxed-content p{
  color: #fff!important;
  font-size: 18px;
}

.circle-wrapper p{
  color: black!important;
  font-size: 24px;
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
}



.btn-PRC{
      color: #fff;
      border-radius: 30px!important;
      background-color: #565656;
}
.needs-validation p{
color:#565656;
}


.label-webform-beatrice{
     margin-bottom: 0.5rem;
     display: inline-block;
}

.form-control{
  margin-bottom:16px;
}


.circle-wrapper h3
{
  color:#4E6E5A!important;
}


.u-white h3{
  color:#fff!important;
}

/*
.tangram-wrapper{
      overflow: auto;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}*/


.grandezza-testo-10 p
{
 font-size:10px!important; 
}
.grandezza-testo-11 p
{
 font-size:11px!important; 
}
.grandezza-testo-11 p
{
 font-size:11px!important; 
}
.grandezza-testo-11 p
{
 font-size:11px!important; 
}
.grandezza-testo-11 p
{
 font-size:11px!important; 
}
.grandezza-testo-11 p
{
 font-size:11px!important; 
}
.grandezza-testo-11 p
{
 font-size:11px!important; 
}
.grandezza-testo-11 p
{
 font-size:11px!important; 
}
.grandezza-testo-11 p
{
 font-size:11px!important; 
}
.grandezza-testo-19 p
{
 font-size:19px!important; 
}
.grandezza-testo-20 p
{
 font-size:20px!important; 
}
.grandezza-testo-21 p
{
 font-size:21px!important; 
}
.grandezza-testo-22 p
{
 font-size:22px!important; 
}
.grandezza-testo-23 p
{
 font-size:23px!important; 
}
.grandezza-testo-24 p
{
 font-size:24px!important; 
}
.grandezza-testo-25 p
{
 font-size:25px!important; 
}
.grandezza-testo-26 p
{
 font-size:26px!important; 
}
.grandezza-testo-27 p
{
 font-size:27px!important; 
}
.grandezza-testo-28 p
{
 font-size:28px!important; 
}
.grandezza-testo-29 p
{
 font-size:29px!important; 
}
.grandezza-testo-30 p
{
 font-size:30px!important; 
}
.grandezza-testo-31 p
{
 font-size:31px!important; 
}
.grandezza-testo-32 p
{
 font-size:32px!important; 
}
.grandezza-testo-33 p
{
 font-size:33px!important; 
}
.grandezza-testo-34 p
{
 font-size:34px!important; 
}
.grandezza-testo-35 p
{
 font-size:35px!important; 
}
.grandezza-testo-36 p
{
 font-size:36px!important; 
}
.grandezza-testo-37 p
{
 font-size:37px!important; 
}
.grandezza-testo-38 p
{
 font-size:38px!important; 
}
.grandezza-testo-39 p
{
 font-size:39px!important; 
}
.grandezza-testo-40 p
{
 font-size:40px!important; 
}
.grandezza-testo-41 p
{
 font-size:41px!important; 
}
.grandezza-testo-42 p
{
 font-size:42px!important; 
}
.grandezza-testo-44 p
{
 font-size:44px!important; 
}
.grandezza-testo-44 p
{
 font-size:44px!important; 
}
.grandezza-testo-45 p
{
 font-size:45px!important; 
}
.grandezza-testo-46 p
{
 font-size:46px!important; 
}
.grandezza-testo-47 p
{
 font-size:47px!important; 
}
.grandezza-testo-48 p
{
 font-size:48px!important; 
}
.grandezza-testo-49 p
{
 font-size:49px!important; 
}
.grandezza-testo-50 p
{
 font-size:50px!important; 
}
.grandezza-testo-51 p
{
 font-size:51px!important; 
}
.grandezza-testo-52 p
{
 font-size:52px!important; 
}
.grandezza-testo-55 p
{
 font-size:55px!important; 
}
.grandezza-testo-55 p
{
 font-size:55px!important; 
}
.grandezza-testo-55 p
{
 font-size:55px!important; 
}
.grandezza-testo-56 p
{
 font-size:56px!important; 
}
.grandezza-testo-57 p
{
 font-size:57px!important; 
}
.grandezza-testo-58 p
{
 font-size:58px!important; 
}
.grandezza-testo-59 p
{
 font-size:59px!important; 
}
.grandezza-testo-60 p
{
 font-size:60px!important; 
}
.grandezza-testo-61 p
{
 font-size:61px!important; 
}
.grandezza-testo-62 p
{
 font-size:62px!important; 
}
.grandezza-testo-66 p
{
 font-size:66px!important; 
}
.grandezza-testo-66 p
{
 font-size:66px!important; 
}
.grandezza-testo-66 p
{
 font-size:66px!important; 
}
.grandezza-testo-66 p
{
 font-size:66px!important; 
}
.grandezza-testo-67 p
{
 font-size:67px!important; 
}
.grandezza-testo-68 p
{
 font-size:68px!important; 
}
.grandezza-testo-69 p
{
 font-size:69px!important; 
}
.grandezza-testo-70 p
{
 font-size:70px!important; 
}
.grandezza-testo-71 p
{
 font-size:71px!important; 
}
.grandezza-testo-72 p
{
 font-size:72px!important; 
}
.grandezza-testo-77 p
{
 font-size:77px!important; 
}
.grandezza-testo-77 p
{
 font-size:77px!important; 
}
.grandezza-testo-77 p
{
 font-size:77px!important; 
}
.grandezza-testo-77 p
{
 font-size:77px!important; 
}
.grandezza-testo-77 p
{
 font-size:77px!important; 
}
.grandezza-testo-78 p
{
 font-size:78px!important; 
}
.grandezza-testo-79 p
{
 font-size:79px!important; 
}
.grandezza-testo-80 p
{
 font-size:80px!important; 
}
.grandezza-testo-81 p
{
 font-size:81px!important; 
}
.grandezza-testo-82 p
{
 font-size:82px!important; 
}
.grandezza-testo-88 p
{
 font-size:88px!important; 
}
.grandezza-testo-88 p
{
 font-size:88px!important; 
}
.grandezza-testo-88 p
{
 font-size:88px!important; 
}
.grandezza-testo-88 p
{
 font-size:88px!important; 
}
.grandezza-testo-88 p
{
 font-size:88px!important; 
}
.grandezza-testo-88 p
{
 font-size:88px!important; 
}
.grandezza-testo-89 p
{
 font-size:89px!important; 
}


.note{
  margin-top: 15px;
  font-style: italic;
  }

  @media (max-width: 576px) {

    .hidden-xs {
   display:none;
    }

     .footer-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  
}


.padding-mobile
{padding: 20px;}
 
h2.title {
  font-size: 1.9rem;
  }
  
 
    .show-mobile{
  display: block!important;
  }

  
   }

  
 .show-mobile{
  display:none;
  margin-top: 450px;
  }
 


.mb-xlg{
  margin-bottom:45px;
}.padding-mobile
{padding: 30px;}




.checkbox-form
{
    display:contents;margin-left:10px;
}

img {
	style="content-visibility:auto";
	loading="lazy";
}


.blu-gradient .hero--image
{
  left: 0;
  width: 45%;
}

.blu-gradient .boxed-content{
  min-height:400px;
}
.header-tq {
	min-height:700px;
}

.bottom0px{
	bottom:0px;
}