#video-vimeo:has(.fluid-width-video-wrapper) {
  padding-top: 0;
}

#video-vimeo:not(:has(.fluid-width-video-wrapper)) {
  position: absolute;
  width: 100%;
  height: 100%;
}
#video-vimeo:not(:has(.fluid-width-video-wrapper)) iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1260px) {
  body #page-container {
    padding-top: 80px !important;
  }
}
body.single-post #sidebar {
  display: none;
}
body.single-post #left-area {
  width: 100% !important;
  padding-right: 0 !important;
}
body.single-post #left-area .et_pb_post {
  display: grid;
  grid-template-columns: 30% auto;
  column-gap: 50px;
  border-bottom: 1px solid #283789;
  padding-bottom: 80px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.single-post #left-area .et_pb_post {
    display: block;
  }
}
body.single-post #left-area .et_pb_post .et_post_meta_wrapper {
  display: flex;
  flex-direction: column;
  grid-column-start: 2;
  grid-column-end: 3;
}
body.single-post #left-area .et_pb_post .et_post_meta_wrapper h1.entry-title {
  font-size: 48px !important;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 20px;
  order: 2;
}
@media (max-width: 980px) {
  body.single-post #left-area .et_pb_post .et_post_meta_wrapper h1.entry-title {
    font-size: 26px !important;
    line-height: 1.4em;
  }
}
body.single-post #left-area .et_pb_post .et_post_meta_wrapper p.post-meta {
  order: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: #3FBDD0;
}
body.single-post #left-area .et_pb_post .et_post_meta_wrapper img {
  order: 3;
  position: absolute;
  width: 30%;
  left: 0;
}
@media (max-width: 768px) {
  body.single-post #left-area .et_pb_post .et_post_meta_wrapper img {
    position: relative;
    width: 100%;
  }
}
body.single-post #left-area .et_pb_post .entry-content {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 980px) {
  body.single-post #left-area .et_pb_post .entry-content {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  body.single-post #left-area .et_pb_post .entry-content {
    padding-top: 30px;
  }
}
body.single-post #left-area .et_pb_post .entry-content p {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.8em;
  color: #333333;
}
@media (max-width: 1680px) {
  body.single-post #et-main-area #main-content .container {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body.single-post #et-main-area #main-content .container {
    padding-top: 20px;
  }
}
@media (max-width: 1260px) {
  body.logged-in #main-header {
    position: fixed;
    top: 32px;
  }
}
@media (max-width: 768px) {
  body.logged-in #main-header {
    top: 46px;
  }
}
body.logged-in #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu {
  top: 112px;
}
@media (max-width: 768px) {
  body.logged-in #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu {
    top: 122px;
  }
}
body.logged-in .header-notizie .et_pb_row .et_mobile_menu {
  top: 112px;
}
body #et-main-area {
  overflow: hidden;
}
body #main-header {
  background-image: linear-gradient(90deg, #e7205d 0%, #e84634 100%) !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0) !important;
}
@media (max-width: 1260px) {
  body #main-header {
    position: fixed;
  }
}
body #main-header.opened {
  background-image: linear-gradient(90deg, #283789 0%, #283789 100%) !important;
}
body #main-header.et-fixed-header {
  background-image: linear-gradient(90deg, #283789 0%, #283789 100%) !important;
  -webkit-animation: slide-in-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
body #main-header.et-fixed-header .logo_container {
  display: flex;
  align-items: center;
}
body #main-header.et-fixed-header .logo_container a img {
  display: none;
}
body #main-header.et-fixed-header .logo_container a::before {
  display: inline-block;
  content: url("/wp-content/themes/Divi-KidsInt/assets/logo-fixed.png");
}
@media (max-width: 980px) {
  body #main-header.et-fixed-header {
    position: fixed;
  }
}
body #main-header.show {
  display: none;
}
@media (max-width: 1680px) {
  body #main-header .container {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body #main-header .container {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1680px) {
  body #main-header .container .logo_container img {
    max-height: 47%;
  }
}
@media (max-width: 1260px) {
  body #main-header .container .logo_container img {
    max-height: 57%;
    min-height: 60px;
  }
}
@media (max-width: 980px) {
  body #main-header .container .logo_container img {
    min-height: 60px;
  }
}
@media (max-width: 1260px) {
  body #main-header .container #et-top-navigation {
    padding-top: 24px;
  }
}
body #main-header .container #et-top-navigation nav#top-menu-nav {
  -webkit-animation: slide-in-top 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (max-width: 1260px) {
  body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu {
    display: none;
  }
}
@media (max-width: 1680px) {
  body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu li {
    padding-right: 12px !important;
  }
}
body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu li.wpml-ls-current-language a span {
  font-size: 0;
  display: flex;
}
body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu li.wpml-ls-current-language a span::before {
  display: flex;
  font-size: 14px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #283789 !important;
}
body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu li.wpml-ls-item {
  padding-right: 5px;
}
@media (max-width: 1680px) {
  body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu li.wpml-ls-item a {
    font-size: 13px;
  }
}
body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu li.wpml-ls-item a:hover {
  opacity: 1;
}
body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu li.wpml-ls-item a span {
  font-size: 0;
  display: flex;
}
body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu li.wpml-ls-item a span::before {
  display: flex;
  font-size: 14px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu li.wpml-ls-item a span:hover::before {
  background-color: #ffffff;
  color: #283789 !important;
}
body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu li#menu-item-wpml-ls-2-it a span::before {
  content: "IT";
}
body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu li#menu-item-wpml-ls-2-en a span::before {
  content: "EN";
}
@media (max-width: 1680px) {
  body #main-header .container #et-top-navigation nav#top-menu-nav #top-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 1260px) {
  body #main-header .container #et-top-navigation #et_mobile_nav_menu {
    display: block;
  }
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before {
  content: "M";
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav span.mobile_menu_bar:before {
  background-color: #fff;
  border-radius: 100%;
  padding: 5px 5px 4px 5px;
  color: #283789;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu {
  background-color: #283789 !important;
  border-top: 0 !important;
  position: fixed;
  top: 80px;
  height: calc(100vh - 90px) !important;
  padding-top: 5vh;
  padding-left: 30px;
  padding-right: 30px;
  overflow: scroll;
  padding-bottom: 18vh;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu::-webkit-scrollbar {
  display: none;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu::after {
  display: block;
  content: "";
  width: 100%;
  height: 60px;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li {
  padding-bottom: 1vh;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li.wpml-ls-current-language a span {
  font-size: 0;
  display: flex;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li.wpml-ls-current-language a span::before {
  display: flex;
  font-size: 14px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #283789 !important;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li.wpml-ls-first-item {
  left: 30px !important;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li.wpml-ls-item {
  padding-right: 5px;
  float: left;
  position: fixed;
  bottom: 10px;
  left: 85px;
}
@media (max-width: 1680px) {
  body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li.wpml-ls-item a {
    font-size: 13px;
  }
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li.wpml-ls-item a:hover {
  opacity: 1;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li.wpml-ls-item a span {
  font-size: 0;
  display: flex;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li.wpml-ls-item a span::before {
  display: flex;
  font-size: 14px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li.wpml-ls-item a span:hover::before {
  background-color: #ffffff;
  color: #283789 !important;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li#menu-item-wpml-ls-2-it a span::before {
  content: "IT";
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li#menu-item-wpml-ls-2-en a span::before {
  content: "EN";
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li a {
  padding: 1vh 0;
  font-size: 24px;
  font-weight: 700;
}
body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li a:hover {
  background-color: transparent;
}
@media (max-width: 550px) {
  body #main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li a {
    font-size: 20px;
    line-height: 3vh;
  }
}
body .heading {
  display: flex;
  flex-direction: column;
  width: max-content;
  overflow: hidden;
}
body .heading .heading-container {
  overflow: hidden;
}
body .heading .heading-container p {
  font-size: 70px;
  color: #2A3789;
  white-space: nowrap;
  line-height: 117%;
  font-weight: 800;
  padding-bottom: 0;
  width: max-content;
  margin: 0;
  overflow: hidden;
}
body .heading .heading-container p.slide-up {
  -webkit-animation: slide-in-bottom 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
body .heading .heading-container p.second {
  animation-delay: 0.2s;
}
body .heading .heading-container p.third {
  animation-delay: 0.35s;
}
body .heading .heading-container p.fourth {
  animation-delay: 0.55s;
}
@media (max-width: 1920px) {
  body .heading .heading-container p {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  body .heading .heading-container p {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  body .heading .heading-container p {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  body .heading .heading-container p {
    font-size: 25px;
  }
}
body #video {
  height: calc(100vh - 172px);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 1260px) {
  body #video {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 550px) {
  body #video {
    height: calc(100vh - 135px);
  }
}
body #video .et_pb_row.row-video {
  margin-top: 0;
  margin-bottom: 0;
  height: 90%;
  position: unset;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  body #video .et_pb_row.row-video {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  body #video .et_pb_row.row-video .et_pb_column {
    margin-bottom: 0;
  }
}
body #video .et_pb_row.row-video .et_pb_column.text {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  body #video .et_pb_row.row-video .et_pb_column.text {
    height: auto;
  }
}
body #video .et_pb_row.row-video .et_pb_column.frame {
  height: auto;
  position: absolute;
  right: 0;
  width: 60%;
}
@media (max-width: 1280px) {
  body #video .et_pb_row.row-video .et_pb_column.frame {
    width: 65%;
  }
}
@media (max-width: 1024px) {
  body #video .et_pb_row.row-video .et_pb_column.frame {
    position: relative;
    width: 110% !important;
    margin-top: -20px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  body #video .et_pb_row.row-video .et_pb_column.frame {
    margin-top: 20px;
  }
}
body #video .et_pb_row.row-video .et_pb_column.frame .et_pb_module {
  margin-bottom: 0;
}
body #video .et_pb_row.row-video .et_pb_column.frame .et_pb_module .image-container {
  position: relative;
  justify-content: center;
  align-items: center;
}
body #video .et_pb_row.row-video .et_pb_column.frame .et_pb_module .image-container .image-video img {
  width: 100%;
}
body #video .et_pb_row.row-video .et_pb_column.frame .et_pb_module .image-container .image-video img.desktop {
  display: block;
}
body #video .et_pb_row.row-video .et_pb_column.frame .et_pb_module .image-container .image-video img.mobile {
  display: none;
}
body #video .et_pb_row.row-video .et_pb_column.frame .et_pb_module .image-container #play-button {
  z-index: 5;
}
body #video .et_pb_row.row-scopri {
  margin-top: 0;
  margin-bottom: 0;
  height: 10%;
  align-items: flex-end;
  padding: 0;
}
body #video .et_pb_row.row-scopri .et_pb_column {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 980px) {
  body #video .et_pb_row.row-scopri .et_pb_column,
body #video .et_pb_row.row-scopri .et_pb_module,
body #video .et_pb_row.row-scopri .et_pb_code_inner {
    height: 100%;
  }
  body #video .et_pb_row.row-scopri .et_pb_code_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  body #video .et_pb_row.row-scopri .et_pb_code_inner .scopri {
    margin-left: 0;
  }
}
@media (max-width: 1366px) {
  body #video .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  body #video .et_pb_row {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  body #video .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body #video .et_pb_row .acme_vimeo_container {
  width: 100vw;
  position: relative;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
body #video .et_pb_row .acme_vimeo_container #video-vimeo iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
  height: 100% !important;
}
body #video .et_pb_row .acme_vimeo_container #video-vimeo .fluid-width-video-wrapper {
  height: 100%;
}
body #video .et_pb_row .acme_vimeo_container #video-vimeo .fluid-width-video-wrapper iframe {
  border-radius: 30px;
}
body #video .et_pb_row #play-button {
  display: block;
  width: 122px;
  height: 123px;
  background-image: url(/wp-content/themes/Divi-KidsInt/assets/play.svg);
  margin: 10px auto 0 auto;
  transition: 0.3s all;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
}
body #video .et_pb_row .text {
  z-index: 4;
}
body .section-video {
  padding: 0;
  display: none;
  height: 100vh;
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.8784313725);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
}
body .section-video.show {
  display: flex;
  align-items: center;
}
body .section-video .box-video-container .close {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(/wp-content/themes/Divi-KidsInt/assets/close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s all;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 999999;
}
body .section-video .box-video-container .close:hover {
  opacity: 0.9;
}
body .section-video .et_pb_row {
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .section-video .box-video {
  -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  height: 100vh;
}
body .section-video .box-video .et_pb_code_inner,
body .section-video .box-video .box-video-container,
body .section-video .box-video .box-video-content {
  height: 100%;
}
body .section-video .box-video iframe {
  border-radius: 30px;
}
body .scopri {
  margin: 0 auto;
  display: flex;
  height: 100px;
  -webkit-animation: slide-in-bottom-delay 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-bottom-delay 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
@media (max-width: 980px) {
  body .scopri {
    height: 80px;
  }
}
body .scopri #line_desktop {
  text-align: center;
  max-height: 100px;
  overflow: hidden;
}
@media (max-width: 980px) {
  body .scopri #line_desktop {
    max-height: 80px;
  }
}
body .scopri #line_desktop img {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  animation: snake-animate4 1.5s linear infinite;
  animation-timing-function: ease-out;
}
body .scopri h2 {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 10px;
}
body #chisiamo {
  padding: 120px 0 40px 0;
}
@media (max-width: 980px) {
  body #chisiamo {
    padding: 50px 0 40px 0;
  }
}
@media (max-width: 1366px) {
  body #chisiamo .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body #chisiamo .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  body #chisiamo .et_pb_row .et_pb_column:first-child {
    width: 92% !important;
    margin-bottom: 80px;
  }
}
body #chisiamo .et_pb_row .et_pb_column.et-last-child {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
body #chisiamo .et_pb_row .et_pb_column.et-last-child .et_pb_module {
  margin-bottom: 0;
}
body #chisiamo .et_pb_row .et_pb_column h2 {
  padding-bottom: 30px;
}
@media (max-width: 980px) {
  body #chisiamo .et_pb_row .et_pb_column h2 {
    font-size: 40px !important;
    line-height: 1.2em;
  }
}
body #chisiamo .et_pb_row .et_pb_column .et_pb_promo_description {
  padding-bottom: 0;
  padding-left: 80px;
}
@media (max-width: 980px) {
  body #chisiamo .et_pb_row .et_pb_column .et_pb_promo_description {
    padding-left: 0;
  }
}
body #chisiamo .et_pb_row .et_pb_column .et_pb_promo_description p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}
@media (max-width: 980px) {
  body #chisiamo .et_pb_row .et_pb_column .et_pb_promo_description p {
    font-size: 16px !important;
  }
}
body #chisiamo .et_pb_row .et_pb_column .rounded .et_pb_image_wrap {
  left: 50px;
}
@media (max-width: 640px) {
  body #chisiamo .et_pb_row .et_pb_column .rounded .et_pb_image_wrap {
    left: 30px;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    margin-top: -20px;
  }
}
body #filosofia {
  padding: 40px 0 40px 0;
}
@media (max-width: 980px) {
  body #filosofia {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1366px) {
  body #filosofia .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body #filosofia .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  body #filosofia .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
  }
}
body #filosofia .et_pb_row .et_pb_column:nth-child(1) {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
body #filosofia .et_pb_row .et_pb_column:nth-child(1) .et_pb_module {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  body #filosofia .et_pb_row .et_pb_column.et-last-child {
    width: 92% !important;
    margin-bottom: 80px !important;
    margin: 0 auto;
  }
}
body #filosofia .et_pb_row .et_pb_column h2 {
  padding-bottom: 30px;
}
@media (max-width: 980px) {
  body #filosofia .et_pb_row .et_pb_column h2 {
    font-size: 40px !important;
    line-height: 1.2em;
  }
}
body #filosofia .et_pb_row .et_pb_column .et_pb_promo_description {
  padding-bottom: 0;
  padding-right: 80px;
}
@media (max-width: 980px) {
  body #filosofia .et_pb_row .et_pb_column .et_pb_promo_description {
    padding-right: 0;
  }
}
body #filosofia .et_pb_row .et_pb_column .et_pb_promo_description p {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.6em;
}
@media (max-width: 980px) {
  body #filosofia .et_pb_row .et_pb_column .et_pb_promo_description p {
    font-size: 16px !important;
  }
}
body #filosofia .et_pb_row .et_pb_column .rounded .et_pb_image_wrap {
  left: -50px;
}
@media (max-width: 640px) {
  body #filosofia .et_pb_row .et_pb_column .rounded .et_pb_image_wrap {
    left: -30px;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    margin-top: -20px;
  }
}
body #osservatorio {
  padding-bottom: 0;
}
@media (max-width: 980px) {
  body #osservatorio {
    padding: 0;
  }
}
body #osservatorio .et_pb_row {
  padding: 0;
}
@media (max-width: 1366px) {
  body #osservatorio .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  body #osservatorio .et_pb_row {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body .osservatorio {
  padding: 31vh 0 60px 0;
  margin-top: -25vh;
}
@media (max-width: 980px) {
  body .osservatorio {
    padding: 31vh 0 0 0;
  }
}
@media (max-width: 1366px) {
  body .osservatorio .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  body .osservatorio .et_pb_row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  body .osservatorio .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  body .osservatorio .et_pb_row:last-child .et_pb_column {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
body .osservatorio .et_pb_row .et_pb_column h2 {
  padding-bottom: 0;
}
@media (max-width: 980px) {
  body .osservatorio .et_pb_row .et_pb_column h2 {
    font-size: 40px !important;
    line-height: 1.2em;
  }
}
body .osservatorio .et_pb_row .et_pb_column .et_pb_promo_description {
  padding-bottom: 0;
}
body .osservatorio .et_pb_row .et_pb_column .et_pb_promo_description p {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.6em;
}
@media (max-width: 980px) {
  body .osservatorio .et_pb_row .et_pb_column .et_pb_promo_description p {
    font-size: 16px !important;
  }
}
body .osservatorio .et_pb_row .et_pb_column .et_pb_number_counter .percent p {
  color: #E7205D !important;
  font-size: 96px !important;
  font-weight: 800;
}
@media (max-width: 1680px) {
  body .osservatorio .et_pb_row .et_pb_column .et_pb_number_counter .percent p {
    font-size: 86px !important;
  }
}
@media (max-width: 1260px) {
  body .osservatorio .et_pb_row .et_pb_column .et_pb_number_counter .percent p {
    font-size: 76px !important;
  }
}
body .osservatorio .et_pb_row .et_pb_column .et_pb_number_counter.plus.en h3::after {
  content: "Italy, Germany, France, Spain, the UK, Poland, Russia, the USA, India, Mexico, Brazil and China";
  display: block;
  font-size: 16px;
  line-height: 1.4em;
  padding-top: 10px;
  font-weight: 400;
}
body .osservatorio .et_pb_row .et_pb_column .et_pb_number_counter.plus h3::after {
  content: "Italia, Germania, Francia, Spagna, Regno Unito, Polonia, Russia, USA, India, Messico, Brasile e Cina";
  display: block;
  font-size: 16px;
  line-height: 1.4em;
  padding-top: 10px;
  font-weight: 400;
}
body .osservatorio .et_pb_row .et_pb_column .et_pb_number_counter h3 {
  font-size: 24px;
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.3em;
}
@media (max-width: 980px) {
  body .osservatorio .et_pb_row .et_pb_column .et_pb_number_counter h3 {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  body #metodo {
    padding: 30px 0;
  }
}
@media (max-width: 1366px) {
  body #metodo .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  body #metodo .et_pb_row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  body #metodo .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body #metodo .et_pb_row:nth-child(2) {
  padding-bottom: 0;
}
@media (max-width: 980px) {
  body #metodo .et_pb_row:nth-child(2) .et_pb_column {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
body #metodo .et_pb_row .et_pb_column h2 {
  padding-bottom: 0;
}
@media (max-width: 980px) {
  body #metodo .et_pb_row .et_pb_column h2 {
    font-size: 40px !important;
    line-height: 1.2em;
  }
}
body #metodo .et_pb_row .et_pb_column .et_pb_promo_description {
  padding-bottom: 0;
}
body #metodo .et_pb_row .et_pb_column .et_pb_promo_description p {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.6em;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  body #metodo .et_pb_row .et_pb_column .et_pb_promo_description p {
    font-size: 16px !important;
  }
}
body #metodo .et_pb_row .et_pb_column .et_pb_blurb_content .et_pb_blurb_container h4 {
  text-align: center !important;
}
body #metodo .et_pb_row .et_pb_column .et_pb_blurb_content .et_pb_blurb_container h4 span {
  font-size: 24px;
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.3em;
}
@media (max-width: 980px) {
  body #metodo .et_pb_row .et_pb_column .et_pb_blurb_content .et_pb_blurb_container h4 span {
    font-size: 20px !important;
  }
}
body #smilingmood {
  padding: 120px 0 40px 0;
}
@media (max-width: 980px) {
  body #smilingmood {
    padding: 50px 0 40px 0;
  }
}
@media (max-width: 1366px) {
  body #smilingmood .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body #smilingmood .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body #smilingmood .et_pb_row .et_pb_column.et-last-child {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
body #smilingmood .et_pb_row .et_pb_column.et-last-child .et_pb_module {
  margin-bottom: 0;
}
body #smilingmood .et_pb_row .et_pb_column h2 {
  padding-bottom: 30px;
}
@media (max-width: 980px) {
  body #smilingmood .et_pb_row .et_pb_column h2 {
    font-size: 40px !important;
    line-height: 1.2em;
  }
}
body #smilingmood .et_pb_row .et_pb_column .et_pb_promo_description {
  padding-bottom: 0;
  padding-left: 80px;
}
@media (max-width: 980px) {
  body #smilingmood .et_pb_row .et_pb_column .et_pb_promo_description {
    padding-left: 0;
  }
}
body #smilingmood .et_pb_row .et_pb_column .et_pb_promo_description p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}
@media (max-width: 980px) {
  body #smilingmood .et_pb_row .et_pb_column .et_pb_promo_description p {
    font-size: 16px !important;
  }
}
body #smilingmood .et_pb_row .et_pb_column .et_pb_promo_description p strong {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
  color: #E7205D;
}
@media (max-width: 980px) {
  body #smilingmood .et_pb_row .et_pb_column .et_pb_promo_description p strong {
    font-size: 16px !important;
  }
}
body #smilingmood .et_pb_row .et_pb_column .rounded .et_pb_image_wrap {
  left: 50px;
}
@media (max-width: 1366px) {
  body #aree .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body #aree .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body #aree .et_pb_row .et_pb_column h2 {
  padding-bottom: 0;
}
body #aree .et_pb_row .et_pb_column .et_pb_promo_description {
  padding-bottom: 0;
}
@media (max-width: 980px) {
  body #aree .et_pb_row .et_pb_column .et_pb_promo_description h2 {
    font-size: 40px !important;
    text-align: center;
    line-height: 1.2em;
  }
}
body #aree .et_pb_row .et_pb_column .et_pb_promo_description p {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.6em;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  body #aree .et_pb_row .et_pb_column .et_pb_promo_description p {
    font-size: 16px !important;
    text-align: center;
  }
}
body #aree .et_pb_row .et_pb_column .aree ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  column-gap: 10px;
}
@media (max-width: 980px) {
  body #aree .et_pb_row .et_pb_column .aree ul {
    row-gap: 10px;
  }
}
body #aree .et_pb_row .et_pb_column .aree ul li {
  display: block;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid #ffffff;
  border-radius: 32px;
  padding: 18px 24px;
}
@media (max-width: 980px) {
  body #aree .et_pb_row .et_pb_column .aree ul li {
    font-size: 20px;
    padding: 16px 20px;
  }
}
@media (max-width: 980px) {
  body #servizi {
    padding: 30px 0;
  }
}
@media (max-width: 1366px) {
  body #servizi .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body #servizi .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  body #servizi .et_pb_row .et_pb_column .et_pb_promo_description {
    padding-bottom: 0;
  }
}
body #servizi .et_pb_row .et_pb_column .et_pb_promo_description h2 {
  padding-bottom: 0;
  color: #283789 !important;
}
@media (max-width: 980px) {
  body #servizi .et_pb_row .et_pb_column .et_pb_promo_description h2 {
    font-size: 40px !important;
    text-align: center;
    line-height: 1.2em;
  }
}
body #servizi .et_pb_row .et_pb_column .et_pb_blurb {
  margin-bottom: 0;
}
body #servizi .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content {
  padding: 20px 20px 70px;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  body #servizi .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}
body #servizi .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  width: auto;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  body #servizi .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0;
  }
}
body #servizi .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 980px) {
  body #servizi .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
    font-size: 20px;
    line-height: 1.3em;
  }
}
body #servizi .et_pb_row .et_pb_column .servizi {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 40px 30px;
  margin-top: -50px;
}
body #servizi .et_pb_row .et_pb_column .servizi.mobile {
  overflow: hidden;
  padding: 30px 20px;
}
body #servizi .et_pb_row .et_pb_column .servizi.mobile .servizi-container .servizi-content ul {
  display: block;
}
body #servizi .et_pb_row .et_pb_column .servizi.mobile .servizi-container .servizi-content ul .slick-list .slick-track {
  display: flex !important;
}
body #servizi .et_pb_row .et_pb_column .servizi.mobile .servizi-container .servizi-content ul .slick-list .slick-slide {
  margin-right: 20px;
}
body #servizi .et_pb_row .et_pb_column .servizi.mobile .servizi-container .servizi-content ul ul.slick-dots {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  padding: 0;
  margin-top: 20px;
}
body #servizi .et_pb_row .et_pb_column .servizi.mobile .servizi-container .servizi-content ul ul.slick-dots li {
  display: block;
  padding: 0 !important;
  border: 0 !important;
}
body #servizi .et_pb_row .et_pb_column .servizi.mobile .servizi-container .servizi-content ul ul.slick-dots li.slick-active button {
  background-color: #283789 !important;
  color: #283789 !important;
  border-width: 0 !important;
  border-radius: 5px;
  font-size: 0;
  width: 20px;
  height: 10px;
  cursor: pointer;
}
body #servizi .et_pb_row .et_pb_column .servizi.mobile .servizi-container .servizi-content ul ul.slick-dots li button {
  background-color: rgba(40, 55, 137, 0.49) !important;
  border-width: 0 !important;
  color: transparent !important;
  border-radius: 100%;
  font-size: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
  padding: 0;
}
body #servizi .et_pb_row .et_pb_column .servizi .servizi-container .servizi-title {
  margin-bottom: 40px;
}
body #servizi .et_pb_row .et_pb_column .servizi .servizi-container .servizi-title ul {
  padding: 0;
  display: flex;
  column-gap: 30px;
}
@media (max-width: 768px) {
  body #servizi .et_pb_row .et_pb_column .servizi .servizi-container .servizi-title ul {
    flex-direction: column;
    row-gap: 20px;
  }
}
body #servizi .et_pb_row .et_pb_column .servizi .servizi-container .servizi-title ul li {
  display: grid;
  grid-template-columns: 16px auto;
  align-items: center;
  column-gap: 10px;
  font-size: 20px;
  color: #283789;
  font-weight: 400;
}
body #servizi .et_pb_row .et_pb_column .servizi .servizi-container .servizi-title ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #244B95;
  border-radius: 100%;
}
@media (max-width: 980px) {
  body #servizi .et_pb_row .et_pb_column .servizi .servizi-container .servizi-title ul li {
    line-height: 1.5em;
  }
}
@media (max-width: 768px) {
  body #servizi .et_pb_row .et_pb_column .servizi .servizi-container .servizi-title ul li {
    align-items: baseline;
  }
}
body #servizi .et_pb_row .et_pb_column .servizi .servizi-container .servizi-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
  column-gap: 25px;
  row-gap: 25px;
}
body #servizi .et_pb_row .et_pb_column .servizi .servizi-container .servizi-content ul li {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  border: 1px solid #283789;
  border-radius: 15px;
  row-gap: 35px;
}
@media (max-width: 980px) {
  body #servizi .et_pb_row .et_pb_column .servizi .servizi-container .servizi-content ul li {
    padding: 20px 20px;
  }
}
body #servizi .et_pb_row .et_pb_column .servizi .servizi-container .servizi-content ul li strong {
  font-weight: 700;
  font-size: 20px;
  color: #283789;
}
body #servizi .et_pb_row .et_pb_column .servizi .servizi-container .servizi-content ul li span {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
body #servizi .et_pb_row.box-servizi {
  padding: 0 0 40px 0;
}
body #servizi .et_pb_row.box-servizi .et_pb_column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 40px;
}
body #servizi .et_pb_row.box-servizi .et_pb_column .et_pb_blurb:last-child {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}
body #servizi .et_pb_row.box-servizi .et_pb_column .et_pb_blurb .et_pb_main_blurb_image {
  position: absolute;
  top: 20px;
}
body #servizi .et_pb_row.box-servizi .et_pb_column .et_pb_blurb .et_pb_blurb_content {
  height: 240px;
}
body #servizi .et_pb_row.box-servizi .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
  position: absolute;
  padding-left: 0;
  width: 90%;
  top: 20px;
}
body #servizi .et_pb_row.box-servizi .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
  padding-left: 80px;
  height: 60px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 24px;
}
body #servizi .et_pb_row.box-servizi .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
  height: 120px;
  display: flex;
  align-items: flex-end;
}
body #servizi .et_pb_row.box-servizi .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
  padding-top: 65px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4em;
}
body #servizi .et_pb_row.box-servizi-mobile {
  padding: 0 0 40px 0;
}
@media (max-width: 980px) {
  body #servizi .et_pb_row.box-servizi-mobile {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
  }
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column {
  display: block;
  overflow: hidden;
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .slick-list {
  padding: 0 20px !important;
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .slick-list .slick-track {
  display: flex !important;
  column-gap: 20px;
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column ul.slick-dots {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  padding: 0;
  margin-top: 20px;
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column ul.slick-dots li {
  display: block;
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column ul.slick-dots li.slick-active button {
  background-color: #283789 !important;
  color: #283789 !important;
  border-width: 0 !important;
  border-radius: 5px;
  font-size: 0;
  width: 20px;
  height: 10px;
  cursor: pointer;
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column ul.slick-dots li button {
  background-color: rgba(40, 55, 137, 0.49) !important;
  border-width: 0 !important;
  color: transparent !important;
  border-radius: 100%;
  font-size: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
  padding: 0;
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .et_pb_blurb .et_pb_main_blurb_image {
  position: absolute;
  top: 20px;
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .et_pb_blurb .et_pb_blurb_content {
  height: 240px;
}
@media (max-width: 980px) {
  body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .et_pb_blurb .et_pb_blurb_content {
    height: 260px;
  }
}
@media (max-width: 640px) {
  body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .et_pb_blurb .et_pb_blurb_content {
    height: 240px;
  }
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
  position: absolute;
  padding-left: 0;
  width: 90%;
  top: 20px;
}
@media (max-width: 640px) {
  body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    width: 85%;
  }
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
  padding-left: 80px;
  height: 60px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 24px !important;
}
@media (max-width: 980px) {
  body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
    padding-left: 80px;
    font-size: 18px !important;
    line-height: 1.3em;
  }
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #ffffff;
  height: 140px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 640px) {
  body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    padding-top: 20px;
    height: 120px;
  }
}
body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
  padding-top: 65px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4em;
}
@media (max-width: 640px) {
  body #servizi .et_pb_row.box-servizi-mobile .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    font-size: 17px;
    padding-top: 25px;
  }
}
body #ricerche {
  padding-bottom: 0;
}
@media (max-width: 1366px) {
  body #ricerche .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body #ricerche .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body #ricerche .et_pb_row.box-ricerche .et_pb_promo {
  padding: 30px;
  margin-bottom: 0;
}
body #ricerche .et_pb_row.box-ricerche .et_pb_promo .et_pb_promo_description {
  padding-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body #ricerche .et_pb_row.box-ricerche .et_pb_promo .et_pb_promo_description h2 {
  font-weight: 700;
  font-size: 20px;
  color: #283789;
  line-height: 1.4em;
  padding-bottom: 40px;
}
@media (max-width: 980px) {
  body #ricerche .et_pb_row.box-ricerche .et_pb_promo .et_pb_promo_description h2 {
    padding-bottom: 10px;
  }
}
body #ricerche .et_pb_row.box-ricerche .et_pb_promo .et_pb_promo_description p {
  font-weight: 400;
  font-size: 16px !important;
  color: #283789;
}
@media (max-width: 980px) {
  body #ricerche .et_pb_row.box-ricerche .et_pb_promo .et_pb_promo_description p {
    text-align: left;
  }
}
body #ricerche .et_pb_row.box-ricerche .slick-list .slick-track {
  display: flex !important;
}
body #ricerche .et_pb_row.box-ricerche .slick-list .slick-slide {
  margin-right: 20px;
}
body #ricerche .et_pb_row.box-ricerche ul.slick-dots {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  padding: 0;
  margin-top: 20px;
}
body #ricerche .et_pb_row.box-ricerche ul.slick-dots li {
  display: block;
}
body #ricerche .et_pb_row.box-ricerche ul.slick-dots li.slick-active button {
  background-color: #283789 !important;
  color: #283789 !important;
  border-width: 0 !important;
  border-radius: 5px;
  font-size: 0;
  width: 20px;
  height: 10px;
  cursor: pointer;
}
body #ricerche .et_pb_row.box-ricerche ul.slick-dots li button {
  background-color: rgba(40, 55, 137, 0.49) !important;
  border-width: 0 !important;
  color: transparent !important;
  border-radius: 100%;
  font-size: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 980px) {
  body #ricerche .et_pb_row.title-ricerche {
    padding: 0;
  }
}
body #ricerche .et_pb_row.title-ricerche .et_pb_module {
  margin-bottom: 0 !important;
}
body #ricerche .et_pb_row.title-ricerche .et_pb_module .et_pb_promo_description {
  padding-bottom: 0;
}
body #ricerche .et_pb_row.title-ricerche .et_pb_module .et_pb_promo_description h2 {
  padding-bottom: 20px;
}
@media (max-width: 980px) {
  body #ricerche .et_pb_row.title-ricerche .et_pb_module .et_pb_promo_description h2 {
    font-size: 40px !important;
    text-align: center;
    line-height: 1.2em;
  }
}
body #ricerche .et_pb_row.title-ricerche .arrow-ricerche {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
body #ricerche .et_pb_row.title-ricerche .arrow-ricerche .slick-nav-buttons {
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 768px) {
  body #ricerche .et_pb_row.title-ricerche .arrow-ricerche .slick-nav-buttons {
    display: none;
  }
}
body #ricerche .et_pb_row.title-ricerche .arrow-ricerche .slick-nav-buttons span.prev::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../assets/arrow-prv.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
body #ricerche .et_pb_row.title-ricerche .arrow-ricerche .slick-nav-buttons span.prev::before:hover {
  opacity: 0.7;
}
body #ricerche .et_pb_row.title-ricerche .arrow-ricerche .slick-nav-buttons span.prev.slick-disabled::before {
  opacity: 0.4;
  cursor: unset;
}
body #ricerche .et_pb_row.title-ricerche .arrow-ricerche .slick-nav-buttons span.prev.slick-disabled:hover::before {
  background-image: url(../assets/arrow-prv.svg);
}
body #ricerche .et_pb_row.title-ricerche .arrow-ricerche .slick-nav-buttons span.prev:hover::before {
  background-image: url(../assets/arrow-prv.svg);
}
body #ricerche .et_pb_row.title-ricerche .arrow-ricerche .slick-nav-buttons span.next::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../assets/arrow-nxt.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
body #ricerche .et_pb_row.title-ricerche .arrow-ricerche .slick-nav-buttons span.next::before:hover {
  opacity: 0.7;
}
body #ricerche .et_pb_row.title-ricerche .arrow-ricerche .slick-nav-buttons span.next.slick-disabled::before {
  opacity: 0.4;
  cursor: unset;
}
body #ricerche .et_pb_row.title-ricerche .arrow-ricerche .slick-nav-buttons span.next.slick-disabled:hover::before {
  background-image: url(../assets/arrow-nxt.svg);
}
body #ricerche .et_pb_row.title-ricerche .arrow-ricerche .slick-nav-buttons span.next:hover::before {
  background-image: url(../assets/arrow-nxt.svg);
}
@media (max-width: 768px) {
  body #ricerche .et_pb_row.image-ricerche {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body #ricerche .et_pb_row p {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.6em;
}
@media (max-width: 980px) {
  body #ricerche .et_pb_row p {
    font-size: 16px !important;
    text-align: center;
  }
}
@media (max-width: 980px) {
  body #notizie {
    padding: 30px 0;
  }
}
@media (max-width: 1366px) {
  body #notizie .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body #notizie .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body #notizie .et_pb_row.news-mobile .et_pb_ajax_pagination_container {
  display: block !important;
}
body #notizie .et_pb_row.news-mobile .et_pb_ajax_pagination_container .et_pb_post {
  display: flex !important;
  flex-direction: column !important;
  padding: 20px 20px 40px 20px !important;
}
body #notizie .et_pb_row.news-mobile .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
  order: 1;
  margin-bottom: 30px !important;
}
body #notizie .et_pb_row.news-mobile .et_pb_ajax_pagination_container .et_pb_post .post-meta {
  order: 2;
  margin-bottom: 10px !important;
}
body #notizie .et_pb_row.news-mobile .et_pb_ajax_pagination_container .et_pb_post h2.entry-title {
  order: 3;
}
body #notizie .et_pb_row.news-mobile .et_pb_ajax_pagination_container .slick-list .slick-track {
  display: flex !important;
}
body #notizie .et_pb_row.news-mobile .et_pb_ajax_pagination_container .slick-list .slick-slide {
  margin-right: 15px;
}
@media (max-width: 980px) {
  body #notizie .et_pb_row .et_pb_column .et_pb_promo_description {
    padding-bottom: 0;
  }
}
body #notizie .et_pb_row .et_pb_column .et_pb_promo_description h2 {
  padding-bottom: 0;
  color: #283789 !important;
}
@media (max-width: 980px) {
  body #notizie .et_pb_row .et_pb_column .et_pb_promo_description h2 {
    font-size: 40px !important;
    text-align: center;
    line-height: 1.2em;
  }
}
body #notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 15px;
}
body #notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 33% auto;
  column-gap: 20px;
  grid-template-rows: 40px auto;
  margin-bottom: 0 !important;
}
body #notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  margin-bottom: 0;
}
body #notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post .post-meta {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  font-size: 14px;
  text-transform: uppercase;
  color: #3FBDD0;
}
body #notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post h2.entry-title {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.3em;
}
@media (max-width: 980px) {
  body #notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post h2.entry-title {
    text-align: left !important;
    font-size: 20px;
  }
}
body #notizie .et_pb_row .et_pb_column .et_pb_button_module_wrapper {
  text-align: center;
}
body #notizie .et_pb_row .et_pb_column .et_pb_button_module_wrapper .et_pb_button {
  font-size: 20px !important;
  color: #ffffff;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #e7205d 0%, #e84634 100%) !important;
  border: 0 !important;
  padding: 20px 100px;
  border-radius: 10px;
  font-weight: 600;
  border-bottom: 8px solid #C5164C !important;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
}
body #notizie .et_pb_row .et_pb_column .et_pb_button_module_wrapper .et_pb_button::after {
  display: none;
}
body #notizie .et_pb_row .et_pb_column .et_pb_button_module_wrapper .et_pb_button:hover {
  padding: 20px 100px !important;
  opacity: 0.8;
}
@media (max-width: 980px) {
  body #notizie .et_pb_row .et_pb_column .et_pb_button_module_wrapper .et_pb_button:hover {
    padding: 20px 50px;
  }
}
@media (max-width: 550px) {
  body #notizie .et_pb_row .et_pb_column .et_pb_button_module_wrapper .et_pb_button:hover {
    padding: 20px 30px;
  }
}
body #notizie .et_pb_row .et_pb_column .et_pb_button_module_wrapper .et_pb_button:active {
  margin-top: 8px;
  border-bottom: 0 !important;
}
body #notizie .et_pb_row .et_pb_column .et_pb_button_module_wrapper .et_pb_button:focus {
  margin-top: 8px;
  border-bottom: 0 !important;
}
@media (max-width: 980px) {
  body #notizie .et_pb_row .et_pb_column .et_pb_button_module_wrapper .et_pb_button {
    width: 100%;
    padding: 20px 50px;
  }
}
@media (max-width: 550px) {
  body #notizie .et_pb_row .et_pb_column .et_pb_button_module_wrapper .et_pb_button {
    padding: 20px 30px;
  }
}
@media (max-width: 1366px) {
  body #clienti .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body #clienti .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body #clienti .et_pb_row .et_pb_column h2 {
  padding-bottom: 0;
  color: #283789 !important;
  font-weight: 700 !important;
}
@media (max-width: 980px) {
  body #clienti .et_pb_row .et_pb_column h2 {
    font-size: 40px !important;
    text-align: center;
    line-height: 1.2em;
  }
}
@media (max-width: 980px) {
  body #contatti {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 1366px) {
  body #contatti .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  body #contatti .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  body #contatti .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body #contatti .et_pb_row .contatti .et_pb_promo_description h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  body #contatti .et_pb_row .contatti .et_pb_promo_description h2 {
    font-size: 40px !important;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 50px;
  }
}
body #contatti .et_pb_row .contatti .et_pb_promo_description .address {
  font-size: 20px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  body #contatti .et_pb_row .contatti .et_pb_promo_description .address {
    column-gap: 30px;
  }
}
body #contatti .et_pb_row .contatti .et_pb_promo_description .address::before {
  display: block;
  content: "";
  background-image: url(../assets/address.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 37px;
  height: 42px;
}
body #contatti .et_pb_row .contatti .et_pb_promo_description .phone {
  font-size: 20px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  body #contatti .et_pb_row .contatti .et_pb_promo_description .phone {
    column-gap: 30px;
  }
}
body #contatti .et_pb_row .contatti .et_pb_promo_description .phone::before {
  display: block;
  content: "";
  background-image: url(../assets/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 37px;
  height: 38px;
}
body #contatti .et_pb_row .contatti .et_pb_promo_description .fax {
  font-size: 20px;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
@media (max-width: 980px) {
  body #contatti .et_pb_row .contatti .et_pb_promo_description .fax {
    column-gap: 30px;
  }
}
body #contatti .et_pb_row .contatti .et_pb_promo_description .fax::before {
  display: block;
  content: "";
  background-image: url(../assets/fax.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 37px;
  height: 40px;
}
body #contatti .et_pb_row .contatti .et_pb_promo_description .logo-contatti {
  position: absolute;
  right: 0;
  top: 0;
}
body #contatti .et_pb_row .contatti .et_pb_promo_description .logo-contatti::before {
  display: block;
  content: "";
  background-image: url(../assets/logo-contatti.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 184px;
  height: 184px;
}
@media (max-width: 550px) {
  body #contatti .et_pb_row .contatti .et_pb_promo_description .logo-contatti {
    display: none;
  }
}
body #contatti .et_pb_row .et_pb_code,
body #contatti .et_pb_row .et_pb_code_inner {
  border-radius: 30px;
}
body #contatti .et_pb_row .et_pb_code .wp_osm,
body #contatti .et_pb_row .et_pb_code_inner .wp_osm {
  border-radius: 30px;
}
body #contatti .et_pb_row .et_pb_code .wp_osm .ol-viewport,
body #contatti .et_pb_row .et_pb_code_inner .wp_osm .ol-viewport {
  border-radius: 30px;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 50px;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-cont span#nf-form-title-2,
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-cont .nf-form-title {
  display: none;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .nf-before-form-content {
  display: none;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .ninja-forms-req-symbol {
  display: none;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .nf-error.field-wrap .nf-field-element:after {
  display: none;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .nf-error .nf-error-msg,
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .nf-error-msg {
  color: #ffffff !important;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .submit-container input {
  font-size: 20px !important;
  color: #ffffff;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #e7205d 0%, #e84634 100%) !important;
  border: 0 !important;
  padding: 20px 100px;
  border-radius: 10px;
  font-weight: 700;
  border-bottom: 8px solid #C5164C !important;
  height: auto !important;
  width: 100%;
  cursor: pointer;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .submit-container input:hover {
  padding: 20px 100px !important;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .submit-container input:active {
  margin-top: 8px;
  border-bottom: 0 !important;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .submit-container input:focus {
  margin-top: 8px;
  border-bottom: 0 !important;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .nf-form-hp {
  display: none;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .nf-form-content {
  padding: 0;
}
body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .nf-form-content .ninja-forms-field {
  border-radius: 5px;
  border: 0;
}
@media (max-width: 980px) {
  body #contatti .et_pb_row .form-contatti .et_pb_promo_description .nf-form-wrap .nf-form-content .nf-field-container {
    margin-bottom: 10px;
  }
}
@media (max-width: 1260px) {
  body .header-notizie {
    position: fixed;
    width: 100%;
  }
}
@media (max-width: 1680px) {
  body .header-notizie .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body .header-notizie .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body .header-notizie .et_pb_row .et_mobile_menu {
  background-color: #283789 !important;
  border-top: 0 !important;
  position: fixed;
  top: 80px;
  height: calc(100vh - 90px) !important;
  padding-top: 5vh;
  padding-left: 30px;
  padding-right: 30px;
  overflow: scroll;
  padding-bottom: 18vh;
}
body .header-notizie .et_pb_row .et_mobile_menu::-webkit-scrollbar {
  display: none;
}
body .header-notizie .et_pb_row .et_mobile_menu::after {
  display: block;
  content: "";
  width: 100%;
  height: 60px;
}
body .header-notizie .et_pb_row .et_mobile_menu li {
  padding-bottom: 1vh;
  display: block;
}
body .header-notizie .et_pb_row .et_mobile_menu li.wpml-ls-current-language a span {
  font-size: 0;
  display: flex;
}
body .header-notizie .et_pb_row .et_mobile_menu li.wpml-ls-current-language a span::before {
  display: flex;
  font-size: 14px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #283789 !important;
}
body .header-notizie .et_pb_row .et_mobile_menu li.wpml-ls-first-item {
  left: 30px !important;
}
body .header-notizie .et_pb_row .et_mobile_menu li.wpml-ls-item {
  padding-right: 5px;
  float: left;
  position: fixed;
  bottom: 10px;
  left: 85px;
}
@media (max-width: 1680px) {
  body .header-notizie .et_pb_row .et_mobile_menu li.wpml-ls-item a {
    font-size: 13px;
  }
}
body .header-notizie .et_pb_row .et_mobile_menu li.wpml-ls-item a:hover {
  opacity: 1;
}
body .header-notizie .et_pb_row .et_mobile_menu li.wpml-ls-item a span {
  font-size: 0;
  display: flex;
}
body .header-notizie .et_pb_row .et_mobile_menu li.wpml-ls-item a span::before {
  display: flex;
  font-size: 14px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .header-notizie .et_pb_row .et_mobile_menu li.wpml-ls-item a span:hover::before {
  background-color: #ffffff;
  color: #283789 !important;
}
body .header-notizie .et_pb_row .et_mobile_menu li.wpml-ls-item-it a span::before {
  content: "IT";
}
body .header-notizie .et_pb_row .et_mobile_menu li.wpml-ls-item-en a span::before {
  content: "EN";
}
body .header-notizie .et_pb_row .et_mobile_menu li a {
  padding: 1vh 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: unset !important;
  text-align: left;
}
body .header-notizie .et_pb_row .et_mobile_menu li a:hover {
  background-color: transparent;
}
@media (max-width: 550px) {
  body .header-notizie .et_pb_row .et_mobile_menu li a {
    font-size: 20px;
    line-height: 3vh;
  }
}
@media (max-width: 1260px) {
  body .header-notizie .et_pb_row .et_pb_menu__menu {
    display: none;
  }
}
@media (max-width: 1680px) {
  body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li {
    padding-right: 12px;
  }
}
body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li a {
  padding: 13px 0;
}
@media (max-width: 1680px) {
  body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li a {
    font-size: 13px;
  }
}
body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li.wpml-ls-current-language a span {
  font-size: 0;
  display: flex;
}
body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li.wpml-ls-current-language a span::before {
  display: flex;
  font-size: 14px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #283789 !important;
}
body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li.wpml-ls-item {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 1680px) {
  body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li.wpml-ls-item a {
    font-size: 13px;
  }
}
body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li.wpml-ls-item a:hover {
  opacity: 1;
}
body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li.wpml-ls-item a span {
  font-size: 0;
  display: flex;
}
body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li.wpml-ls-item a span::before {
  display: flex;
  font-size: 14px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li.wpml-ls-item a span:hover::before {
  background-color: #ffffff;
  color: #283789 !important;
}
body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li.wpml-ls-item-it a span::before {
  content: "IT";
}
body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li.wpml-ls-item-en a span::before {
  content: "EN";
}
body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li.item-notizie {
  align-items: center;
}
body .header-notizie .et_pb_row .et_pb_menu__menu .et-menu-nav ul li.item-notizie a {
  background-color: #E7205D;
  padding: 0 4px !important;
  height: 24px;
  border-radius: 15px;
}
@media (max-width: 1260px) {
  body .header-notizie .et_pb_row .et_mobile_nav_menu {
    display: flex;
    float: none;
    align-items: center;
  }
}
body .header-notizie .et_pb_row .mobile_nav.opened .mobile_menu_bar:before {
  content: "M";
}
body .header-notizie .et_pb_row .mobile_menu_bar:before {
  background-color: #fff;
  border-radius: 100%;
  padding: 5px;
  color: #283789;
}
body .pagina-notizie {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  body .pagina-notizie {
    padding-top: 0;
  }
}
body .pagina-notizie .et_pb_row {
  padding-bottom: 0;
}
@media (max-width: 1366px) {
  body .pagina-notizie .et_pb_row {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  body .pagina-notizie .et_pb_row {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  body .pagina-notizie .et_pb_row {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  body .pagina-notizie .et_pb_row .et_pb_column .et_pb_promo_description {
    padding-bottom: 0;
  }
}
body .pagina-notizie .et_pb_row .et_pb_column .et_pb_promo_description h2 {
  padding-bottom: 0;
  color: #283789 !important;
}
@media (max-width: 980px) {
  body .pagina-notizie .et_pb_row .et_pb_column .et_pb_promo_description h2 {
    font-size: 40px !important;
    line-height: 1.2em;
  }
}
body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container {
  display: grid;
  grid-template-columns: 100%;
}
body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post {
  padding-bottom: 80px;
  border-bottom: 1px solid #283789;
  display: grid;
  grid-template-columns: 33% auto;
  column-gap: 50px;
  grid-template-rows: 40px auto auto auto;
  margin-bottom: 90px !important;
}
body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post {
    display: flex;
    flex-direction: column;
  }
}
body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
    order: 1;
    margin-bottom: 40px;
  }
}
body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post .post-meta {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  font-size: 14px;
  text-transform: uppercase;
  color: #3FBDD0;
}
@media (max-width: 980px) {
  body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post .post-meta {
    order: 2;
    margin-bottom: 20px;
  }
}
body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post h2.entry-title {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  font-size: 48px !important;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 40px;
}
@media (max-width: 980px) {
  body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post h2.entry-title {
    text-align: left !important;
    font-size: 26px !important;
    order: 3;
    line-height: 1.4em;
    padding-bottom: 20px;
  }
}
body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post .post-content {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}
@media (max-width: 980px) {
  body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post .post-content {
    order: 4;
  }
}
body .pagina-notizie .et_pb_row .et_pb_column .et_pb_ajax_pagination_container .et_pb_post .post-content .post-content-inner p {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.8em;
  color: #333333;
}
body #main-footer #footer-bottom {
  padding: 55px 0 45px;
}
@media (max-width: 980px) {
  body #main-footer #footer-bottom {
    padding: 45px 0 35px;
  }
}
@media (max-width: 1366px) {
  body #main-footer #footer-bottom .container {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  body #main-footer #footer-bottom .container {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
}
body #main-footer #footer-bottom .container #footer-info {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
body .wpml-ls-statics-footer,
body .otgs-development-site-front-end {
  display: none;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-bottom-delay {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom-delay {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes snake-animate4 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

/*# sourceMappingURL=main.css.map */
