.wrap-homepage section.boxed .container-fluid {
  padding: 1.2rem 4rem 1.2rem 3rem;
}

#main {
  margin-top: 0px !important;
}

.sfsiplus_norm_row {
  display: none;
}

.navbar-new {
  position: sticky;
  top: 0px;
  padding: 2.5rem 4rem 2.5rem 3rem;
  background: white !important;
  z-index: 10;
}
@media (max-width: 768px) {
  .navbar-new {
    padding: 2.5rem 16px 2.5rem 17px;
  }
}
.navbar-new .container {
  max-width: 1075px;
}
.navbar-new .navbar-brand > img {
  max-width: 150px;
}
.navbar-new .navbar-toggler {
  width: 35px;
  height: 31px;
  padding: 0px;
  margin: 0px;
  border: none;
  margin-right: -17px;
}
.navbar-new .navbar-toggler:hover, .navbar-new .navbar-toggler:focus {
  outline: none;
}
.navbar-new .navbar-toggler span::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: black;
  margin-bottom: 11px;
}
.navbar-new .navbar-toggler span::before:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1280px) {
  .navbar-new .menu {
    display: none;
  }
}
.navbar-new .menu > .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.navbar-new .menu > .navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: black;
}
.navbar-new .menu > .navbar-nav .nav-link:hover {
  color: rgb(68, 68, 68);
}
.navbar-new .social {
  margin-right: -45px;
}
@media (max-width: 1280px) {
  .navbar-new .social {
    display: none;
  }
}
.navbar-new .social > .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.navbar-new .social > .navbar-nav .nav-item {
  margin: 0px;
}
.navbar-new .social > .navbar-nav .nav-item .nav-link:hover {
  color: rgb(68, 68, 68);
}
.navbar-new .navbar-collapse {
  position: absolute;
  width: 100%;
  top: 129px;
  background: white;
  left: 0px;
  z-index: 10;
  -o-box-shadow: 0px 5px 17px -4px #a5a5a5;
  box-shadow: 0px 5px 17px -4px #a5a5a5;
}
@media (max-width: 1280px) {
  .navbar-new .navbar-collapse {
    padding: 2rem 30px;
  }
}
.navbar-new .navbar-collapse hr {
  display: none;
}
@media (max-width: 1280px) {
  .navbar-new .navbar-collapse hr {
    display: block;
    border-top: 4px solid rgb(0, 0, 0);
  }
}
.navbar-new .navbar-collapse .navbar-nav {
  align-items: center;
  background: white;
}
@media (max-width: 1280px) {
  .navbar-new .navbar-collapse .navbar-nav {
    align-items: flex-start;
  }
}
.navbar-new .navbar-collapse .navbar-nav > .nav-item {
  margin: 0px;
  border-top: solid 1px black;
  border-bottom: none;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
}
@media (max-width: 1280px) {
  .navbar-new .navbar-collapse .navbar-nav > .nav-item {
    border-top: none;
    border-bottom: solid 1px black;
    text-align: left;
    padding: 0px 0px;
  }
}
.navbar-new .navbar-collapse .navbar-nav > .nav-item a {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: black;
  text-transform: none;
}
@media (max-width: 1280px) {
  .navbar-new .navbar-collapse .navbar-nav > .nav-item a {
    font-size: 18px;
    font-weight: 400;
  }
}
.navbar-new .navbar-collapse .menu-mobile {
  display: none;
}
@media (max-width: 1280px) {
  .navbar-new .navbar-collapse .menu-mobile {
    display: block;
  }
}
.navbar-new .navbar-collapse .menu-mobile > .nav-item {
  margin: 0px;
  border: none;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
}
@media (max-width: 1280px) {
  .navbar-new .navbar-collapse .menu-mobile > .nav-item {
    text-align: left;
    padding: 0px 0px;
  }
}
.navbar-new .navbar-collapse .menu-mobile > .nav-item a {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: black;
  text-transform: none;
}
.navbar-new .navbar-collapse .social-mobile {
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-top: 30px;
}
.navbar-new .navbar-collapse .social-mobile .nav-item {
  margin: 0px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
.navbar-new .navbar-collapse .social-mobile .nav-item .nav-link:hover {
  color: rgb(68, 68, 68);
}
@media (max-width: 1280px) {
  .navbar-new .navbar-collapse .social-mobile {
    display: flex;
  }
}

.showcase-slider {
  background-color: white;
  /* padding-top: clamp(30px, 15vw, 35px); */
  padding-bottom: clamp(30px, 15vw, 45px);
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 480px) {
  .showcase-slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.showcase-slider .scroll-component {
  display: flex;
  justify-content: center;
  gap: 20px;
  height: 65vh;
  min-height: 700px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .showcase-slider .scroll-component {
    height: 45vh;
    min-height: auto;
  }
}
.showcase-slider .scroll-component .left-column, .showcase-slider .scroll-component .right-column, .showcase-slider .scroll-component .asg-column {
  display: flex;
  flex-direction: column;
}
.showcase-slider .scroll-component .left-column {
  overflow-y: auto;
  scroll-behavior: smooth;
}
@media (max-width: 480px) {
  .showcase-slider .scroll-component .left-column {
    width: 288px;
  }
}
.showcase-slider .scroll-component .left-column::-webkit-scrollbar {
  display: none;
}
.showcase-slider .scroll-component .left-column .image-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.showcase-slider .scroll-component .left-column .image-item img:first-child {
  position: absolute;
  left: 0px;
}
.showcase-slider .scroll-component .left-column .active {
  opacity: 1;
}
.showcase-slider .scroll-component .right-column {
  overflow-y: auto;
  scrollbar-width: none;
  margin-top: -4px;
}
.showcase-slider .scroll-component .right-column::-webkit-scrollbar {
  display: none;
}
.showcase-slider .scroll-component .right-column .title-block {
  padding-top: 10px;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.showcase-slider .scroll-component .right-column .title-block:first-child {
  padding-top: 0;
}
.showcase-slider .scroll-component .right-column .title-block.active {
  opacity: 1;
}
.showcase-slider .scroll-component .right-column .title-block .title-item {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 3px;
}
.showcase-slider .scroll-component .right-column .title-block .description {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  max-width: 255px;
  line-height: 1.3em;
}
@media (max-width: 480px) {
  .showcase-slider .scroll-component .right-column .title-block .description {
    display: none;
  }
}
.showcase-slider .scroll-component .asg-column {
  /*  overflow: hidden; */
  align-items: flex-start; /* cambia da center a flex-start */
  justify-content: flex-start; /* se serve */
  padding-left: 20px;
}
.showcase-slider .scroll-component .asg-column .asg-item {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  transform: none; /* elimina la traslazione fissa */
  will-change: transform;
}
@media (max-width: 768px) {
  .showcase-slider .scroll-component .asg-column .asg-item {
    display: none;
  }
}
@media (max-width: 480px) {
  .showcase-slider .scroll-component .asg-column {
    display: none;
  }
}
.showcase-slider .asg-item-mobile {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: none;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .showcase-slider .asg-item-mobile {
    display: block;
  }
}

.mobile {
  padding-left: 0px;
  padding-right: 0px;
}
.mobile .asg-item-mobile {
  text-align: center;
}
.mobile .scroll-component {
  position: relative;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.mobile .left-column {
  margin-top: -19px;
  width: 100% !important;
}
.mobile .left-column .image-item {
  margin-bottom: 0px !important;
}
.mobile .right-column {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  height: calc(100% - 15px);
  top: 0px;
  padding: 20px;
  text-align: center;
  justify-content: space-between;
  z-index: 5;
  left: 0px;
}
.mobile .title-block {
  color: white;
}

.video-home {
  background: white;
}
.video-home .video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.banner-text {
  padding-top: clamp(110px, 15vw, 217px);
  padding-bottom: clamp(110px, 15vw, 217px);
  background: white;
}
.banner-text p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 400;
  color: black;
  line-height: 1.3em;
  text-align: center;
  padding: 0px 30px;
  max-width: 1055px;
  margin: 0px auto;
}

.banner-media {
  background: black;
  padding-top: clamp(45px, 15vw, 85px);
}
@media (max-width: 768px) {
  .banner-media {
    padding-bottom: clamp(45px, 15vw, 85px);
  }
}
.banner-media > div {
  max-width: 1060px;
  overflow: hidden;
}
.banner-media .row-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  margin-bottom: 63px;
}
@media (max-width: 768px) {
  .banner-media .row-title {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1060px) {
  .banner-media .row-title {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (max-width: 768px) {
  .banner-media .row-title__logo {
    max-width: 38%;
  }
}
.banner-media .row-title__logo img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.banner-media .row-title__text p {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin: 0px;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .banner-media .row-title__text p {
    font-size: 18px;
    max-width: 200px;
    text-align: right;
  }
}
.banner-media .row-title__cta .btn-light {
  border-radius: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 28px;
}
@media (max-width: 768px) {
  .banner-media .row-title__cta {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner-media .row-content {
    margin: 0px;
  }
}
.banner-media .row-content__left {
  padding-left: 0px;
  padding-right: 7px;
  max-height: 315px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner-media .row-content__left {
    padding-right: 0px;
  }
}
.banner-media .row-content__left img {
  max-height: 315px;
}
.banner-media .row-content__right {
  padding-left: 7px;
  padding-right: 0px;
  max-height: 315px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner-media .row-content__right {
    padding-left: 0px;
  }
}
.banner-media .row-content__right img {
  max-height: 315px;
}

.banner-media-white {
  background: white;
  padding-bottom: clamp(45px, 15vw, 85px);
}
@media (max-width: 768px) {
  .banner-media-white .row-title {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 1060px) {
  .banner-media-white .row-title {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (max-width: 768px) {
  .banner-media-white .row-title__logo {
    max-width: 38%;
  }
}
.banner-media-white .row-title__logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.banner-media-white .row-title__text p {
  color: black;
}
.banner-media-white .row-title__cta .btn-dark {
  border-radius: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 28px;
}
@media (max-width: 768px) {
  .banner-media-white .row-content {
    margin: 0px;
  }
}
.banner-media-white .row-content__left {
  padding-left: 0px;
  padding-right: 7px;
  max-height: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner-media-white .row-content__left {
    padding-right: 0px;
  }
}
.banner-media-white .row-content__left img {
  max-height: -moz-max-content;
  max-height: max-content;
}
.banner-media-white .row-content__right {
  padding-left: 7px;
  padding-right: 0px;
  max-height: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner-media-white .row-content__right {
    padding-left: 0px;
  }
}
.banner-media-white .row-content__right img {
  max-height: -moz-max-content;
  max-height: max-content;
}

.masonry-products {
  background: white;
  padding-top: clamp(45px, 15vw, 85px);
  padding-bottom: 0;
}
.masonry-products .image-layout {
  position: relative;
  width: 100%;
  max-width: 1062px;
  margin: 0 auto;
  aspect-ratio: 1062/1063;
}
.masonry-products .image-layout > a {
  position: initial;
  padding: 0px;
}
.masonry-products .image-layout > a:hover .overlay {
  opacity: 1;
}
.masonry-products .image-layout .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  transition: opacity 0.5s ease;
  opacity: 0;
}
@media (max-width: 480px) {
  .masonry-products .image-layout .overlay {
    opacity: 1;
    width: 100% !important;
    position: relative;
    background: transparent;
    color: black;
    height: auto;
    aspect-ratio: auto !important;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    left: 0px !important;
  }
}
.masonry-products .image-layout .overlay > .category {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: white;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 480px) {
  .masonry-products .image-layout .overlay > .category {
    color: black;
    font-size: 16px;
  }
}
.masonry-products .image-layout .overlay > .title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: white;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
@media (max-width: 480px) {
  .masonry-products .image-layout .overlay > .title {
    color: black;
    font-size: 16px;
  }
}
.masonry-products .image-layout .overlay > .description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 480px) {
  .masonry-products .image-layout .overlay > .description {
    display: none;
  }
}
.masonry-products .image-layout .img {
  position: absolute;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.masonry-products .image-layout .img1 {
  width: 40.94%;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
}
.masonry-products .image-layout .img3 {
  width: 57.74%;
  aspect-ratio: 1/1;
  top: 40.79%;
  left: 0;
}
.masonry-products .image-layout .img2 {
  width: 59.06%;
  aspect-ratio: 626/434;
  top: 0;
  left: 40.94%;
}
.masonry-products .image-layout .img4 {
  width: 42.17%;
  aspect-ratio: 447/294;
  top: 40.79%;
  left: 57.74%;
}
.masonry-products .image-layout .img5 {
  width: 42.17%;
  aspect-ratio: 447/318;
  top: 68.42%;
  left: 57.74%;
}
@media (max-width: 480px) {
  .masonry-products .image-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: static;
    aspect-ratio: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .masonry-products .image-layout a {
    position: relative;
    padding: 0px 20px;
  }
  .masonry-products .image-layout .img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    max-width: 100%;
  }
}

.workwithtus {
  background: black;
  padding-top: clamp(45px, 15vw, 85px);
  padding-bottom: clamp(45px, 15vw, 85px);
  margin-top: -18px;
}
@media (max-width: 480px) {
  .workwithtus {
    margin-top: 0px;
  }
}
.workwithtus__row {
  max-width: 1060px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin: 0px auto;
}
.workwithtus__row > .column-left {
  max-width: 170px;
}
@media (max-width: 579px) {
  .workwithtus__row > .column-left {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}
.workwithtus__row > .column-left > .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 36px;
}
.workwithtus__row > .column-left > .description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin-bottom: 34px;
}
.workwithtus__row > .column-left .btn-light {
  border-radius: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 25px;
  width: 100%;
}
@media (max-width: 579px) {
  .workwithtus__row > .column-left .btn-light {
    margin-right: 40px !important;
  }
}
.workwithtus__row > .column-center {
  max-width: 336px;
}
@media (max-width: 579px) {
  .workwithtus__row > .column-center {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.workwithtus__row > .column-center > .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 36px;
}
.workwithtus__row > .column-center > .row article > .number {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border-bottom: solid 1px white;
  padding-bottom: 4px;
  margin-bottom: 25px;
}
.workwithtus__row > .column-center > .row article > .title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.workwithtus__row > .column-center > .row article > .description {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: white;
  line-height: 1.3em;
}
.workwithtus__row > .column-center > .row article > .btn-light {
  border-radius: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 28px;
  margin-top: 50%;
}
@media (max-width: 579px) {
  .workwithtus__row > .column-center > .row article > .btn-light {
    margin-top: 10%;
    margin-bottom: 50px;
  }
}
.workwithtus__row > .column-right {
  max-width: 352px;
}
@media (max-width: 579px) {
  .workwithtus__row > .column-right {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.workwithtus__row > .column-right > .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 36px;
}
.workwithtus__row > .column-right > .description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 1.3em;
}

.news-home {
  /* padding-top: clamp(45px, 15vw, 85px); */
  padding-bottom: clamp(45px, 15vw, 85px);
  background: white;
}
.news-home > .container {
  max-width: 1060px;
}
@media (max-width: 768px) {
  .news-home__row {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1060px) {
  .news-home__row {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (max-width: 768px) {
  .news-home__row__left {
    margin-bottom: 5rem;
  }
}
.news-home__row__left > article {
  border: solid 1px black;
  border-bottom: none;
  padding: 30px 30px 14px 30px;
}
.news-home__row__left > article > .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: black;
  line-height: 1.1em;
}
.news-home__row__left > article > .description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 1.2em;
}
.news-home__row__left > article > .data {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .news-home__row__center {
    margin-bottom: 4rem;
  }
}
.news-home__row__center > article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.news-home__row__center > article > .description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 1.3em;
  max-width: 208px;
}
.news-home__row__center > article > .data {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: black;
  line-height: 1.3em;
  min-width: 85px;
}
.news-home__row__center > article > .data > span {
  display: block;
  max-width: 80px;
}
@media (max-width: 768px) {
  .news-home__row__right {
    text-align: center;
  }
}

.newsletter-home {
  background: black !important;
  padding-top: clamp(33px, 15vw, 63px) !important;
  padding-bottom: clamp(27px, 15vw, 47px) !important;
}
.newsletter-home > .container {
  max-width: 1160px !important;
}
@media (min-width: 576px) {
  .newsletter-home > .container {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .newsletter-home__row h2 {
    text-align: left !important;
    width: 100%;
    padding: 5rem 30px;
  }
}
.newsletter-home__row .title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 9px;
}
.newsletter-home__row .intro-title-sezione {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.newsletter-home__row--form {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .newsletter-home__row--form {
    justify-content: flex-start;
  }
}
.newsletter-home input {
  background: white !important;
  color: black !important;
  border: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px !important;
  max-width: 180px !important;
}
.newsletter-home input::-moz-placeholder {
  color: black !important;
}
.newsletter-home input::placeholder {
  color: black !important;
}
.newsletter-home .button-arrow {
  background: url(/images/layout/arrow-right-black.svg) no-repeat !important;
  width: 30px !important;
  height: 35px !important;
  background-size: 31px !important;
  background-position: center !important;
  background-color: white !important;
  border: none;
  margin-top: 10px;
}
.newsletter-home .form-check-label {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: white;
  line-height: 1.3em;
  margin-left: 18px;
  margin-top: 3px;
}
.newsletter-home .form-check-label a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: white !important;
  line-height: 1.3em;
  text-transform: uppercase;
}
.newsletter-home .check-proc {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .newsletter-home .check-proc {
    max-width: 500px;
  }
}
.newsletter-home .form-disclaimer {
  margin-top: 1rem !important;
}
.newsletter-home .form-newsletter {
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .newsletter-home .form-fields-container {
    align-items: flex-start !important;
  }
}

.footer-new {
  background: white;
}
.footer-new .container {
  max-width: 1060px;
}
.footer-new .footer-col1 {
  margin-bottom: 30px;
}
.footer-new .footer-col1 .navbar-brand {
  margin-bottom: 40px;
}
.footer-new .footer-col1 .description {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.footer-new .footer-col1 .description span {
  font-weight: 600;
}
.footer-new .footer-col2 {
  margin-bottom: 30px;
}
.footer-new .footer-col2 .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: black;
  margin-bottom: 40px;
}
.footer-new .footer-col2 ul {
  margin: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.footer-new .footer-col2 ul > li {
  margin-bottom: 5px;
  flex: 0 1 calc(50% - 5px);
}
.footer-new .footer-col2 ul > li::before {
  display: none;
}
.footer-new .footer-col2 ul > li img {
  max-width: 115px;
}
@media (max-width: 768px) {
  .footer-new .footer-col2 ul > li img {
    max-width: 100%;
  }
}
.footer-new .footer-col2 ul > li .btn-dark {
  border-radius: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 15px;
}
.footer-new .footer-col2 ul > li:last-child {
  text-align: center;
}
.footer-new .footer-col3 {
  margin-bottom: 30px;
}
.footer-new .footer-col3 .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: black;
  margin-bottom: 40px;
}
.footer-new .footer-col3 .btn-outline {
  border-radius: 0px;
  background: white;
  font-family: "Montserrat", sans-serif;
  border: solid 1px black;
  font-size: 14px;
  font-weight: 600;
  padding: 18px 30px;
  width: 100%;
  margin-bottom: 10px;
  color: black;
}
.footer-new .footer-col3 .btn-outline:hover {
  border: solid 1px black;
  background: black;
  color: white;
}
.footer-new .footer-col4 {
  margin-bottom: 30px;
}
.footer-new .footer-col4 .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: black;
  margin-bottom: 40px;
}
.footer-new .footer-col4 .description {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.footer-new .footer-col4 .description span {
  font-weight: 600;
}
.footer-new .footer-col4 .social-footer {
  margin: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.footer-new .footer-col4 .social-footer > li {
  margin: 0px;
}
.footer-new .footer-col4 .social-footer > li::before {
  display: none;
}
