:root {
  --primary: #004270;
  --primary-dark: #002b55;
  --dark-dark: #172542;
  --btn-light: #00478d;
  --white: white;
  --special: #04c4d9;
  --primary-light: #00769e;
  --hand-dark: #007095;
  --hand-light: #60c8ec;
  --alice-blue: #e2edf8;
  --steel-blue: rgba(0, 118, 158, .12);
  --grey-grey: #706f6f;
  --white-smoke: whitesmoke;
  --black: #0a101e;
  --light-coral: #f16666;
  --medium-spring-green: #04db73;
  --dim-grey: #505050;
  --secondary: #f34a1e;
  --dark-turquoise: rgba(4, 196, 217, .23);
  --midnight-blue: rgba(0, 43, 85, .13);
  --gray: rgba(102, 118, 156, .79);
  --light-steel-blue: #9cbed8;
  --gold: #c7aa74;
  --sugar: #beddda;
  --light-sea-green: #23b2be;
  --hand-mid-dark: #0098c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submenu-details-navbar-navigation {
  position: absolute;
  top: 14px;
  bottom: auto;
  left: auto;
  right: 14px;
}

.link-submenu-navbar-navigation {
  color: #00104b;
  border-radius: 8px;
  align-items: center;
  padding: 14px 20px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-submenu-navbar-navigation:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.submenu-txt-navbar-navigation {
  opacity: .5;
  color: var(--primary);
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.submenu-txt-navbar-navigation:hover {
  color: var(--primary);
  background-color: rgba(255, 255, 255, 0);
}

.chevron-toggle-navigation {
  color: var(--primary);
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.chevron-toggle-navigation:hover {
  color: var(--primary-dark);
}

.dropdown-list-navbar-navigation {
  min-width: 140px;
}

.dropdown-list-navbar-navigation.w--open {
  min-width: 650px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 39px;
  left: -180px;
}

.wrapper-navbar-navigation {
  width: auto;
  height: 100%;
  color: #000;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-grid-submenu-navbar-navigation {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
}

.navigation-link-primary-special {
  color: var(--primary);
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .35s;
}

.navigation-link-primary-special:hover {
  color: var(--primary-dark);
}

.navigation-link-primary-special.w--current {
  color: var(--primary);
}

.navigation-link-primary-special.hide-link-primary-special {
  display: none;
}

.btn-navigation {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(30deg, var(--dark-dark) 20%, var(--btn-light));
  opacity: 1;
  color: var(--white);
  cursor: pointer;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  padding: 12px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s;
}

.btn-navigation:hover {
  background-color: var(--white);
  box-shadow: 0 0 2px 0 var(--dark-dark);
  color: var(--white);
  border-width: 0;
  font-weight: 400;
}

.submenu-title-navbar-navigation {
  color: var(--primary-dark);
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.submenu-title-navbar-navigation:hover {
  color: var(--primary);
}

.container-navigation {
  width: 100%;
  max-width: 1240px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-logo-navigation {
  width: 125px;
}

.navigation {
  z-index: 9999999;
  height: 100px;
  background-color: #fff;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-arrow {
  z-index: 999;
  width: 70px;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: -33px;
  bottom: auto;
  left: 190px;
  right: auto;
}

.wrapper-dropdown-list-navbar-navigation {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, .1);
}

.wrapper-dropdown-list-navbar-navigation.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.wrapper-menu-navigation {
  align-items: center;
  display: flex;
}

.link-logo-navigation {
  margin-right: 60px;
}

.wrapper-dropdown-list-linkbase-navbar-navigation {
  width: 100%;
  align-items: flex-start;
  padding: 40px 30px 30px;
  display: flex;
}

.toggle-navbar-navigation {
  color: var(--special);
  padding-left: 12px;
  padding-right: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.toggle-navbar-navigation:hover {
  color: #865ddb;
}

.dropdown-navbar-navigation {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.text-toggle-navigation {
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-toggle-navigation:hover {
  color: var(--primary-dark);
}

.hero-homepage {
  z-index: auto;
  height: auto;
  background-color: rgba(0, 118, 158, .12);
  flex-flow: column;
  align-content: space-between;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 160px;
  display: none;
  position: relative;
  overflow: hidden;
}

.slogan {
  box-shadow: 0 0 3px 0 var(--primary-light);
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 85px;
}

.h1-homepage.slogan {
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
  font-size: 60px;
}

.section-2 {
  height: 100vh;
}

.container {
  justify-content: flex-start;
  display: flex;
}

.div-block {
  padding-top: 25px;
  padding-left: 180px;
}

.text-hero-homepage {
  color: var(--primary);
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.cta-hero-homepage {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(50deg, var(--hand-dark), var(--hand-light));
  color: var(--alice-blue);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.cta-hero-homepage:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(50deg, var(--hand-dark), var(--hand-light));
  box-shadow: 0 0 2px 0 var(--dark-dark);
  color: var(--alice-blue);
  border: 0 solid rgba(0, 0, 0, 0);
}

.image {
  z-index: -1;
  width: 1340px;
  max-width: 1379px;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 20%;
  right: auto;
}

.lottie-animation {
  z-index: -1;
  width: 100%;
  object-fit: fill;
  object-position: 50% 50%;
  flex: 0 auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.animation-hero-homepage {
  z-index: -1;
  width: 100vw;
  max-width: 100vw;
  min-width: auto;
  opacity: .4;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.col-txt-cards-products-home {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 35px;
  display: none;
}

.card_base {
  width: 100%;
  min-height: 270px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 35px;
  padding: 55px 25px 0;
  position: relative;
  box-shadow: 1px 1px 2px 1px rgba(214, 214, 214, .25);
}

.paragraph-section-products {
  color: var(--primary-dark);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-section-products.space-below {
  color: var(--primary);
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.txt-button-section-products {
  color: rgba(0, 0, 0, 0);
  margin-right: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-txt-mobile-products {
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: center;
  padding: 80px 3% 50px;
  display: block;
}

.text_features {
  color: var(--grey-grey);
  font-size: 16px;
  line-height: 25px;
}

.container-products {
  max-width: 1140px;
  flex: 1;
  align-items: center;
  display: flex;
}

.card_col_2 {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
  top: -30px;
}

.button-section-products {
  max-width: none;
  min-height: 0;
  border: 3px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-section-products:hover {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

.h3_card {
  color: var(--primary-dark);
  font-size: 18px;
  line-height: 27px;
}

.col-60-products {
  width: 60%;
  justify-content: space-between;
  padding: 10px;
  display: none;
}

.icon_wrap {
  position: relative;
  overflow: hidden;
}

.h2-section-products {
  color: var(--primary-dark);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.arrow {
  width: 23px;
}

.card_row {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  display: flex;
}

.img-button-section-products {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.col-right-team {
  width: 50%;
}

.container-team {
  max-width: 1140px;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.item-check-team {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.section-team {
  height: auto;
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: center;
  padding: 40px 3% 100px;
  display: flex;
  position: relative;
}

.col-left-team {
  width: 50%;
  padding-right: 0;
  position: relative;
}

.img-check-team {
  width: 15px;
  margin-right: 12px;
}

.h1_example {
  color: #342869;
  margin-bottom: 10px;
  font-size: 41px;
  line-height: 46px;
}

.txt-check-team {
  max-width: 560px;
  color: #6b6a6a;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
}

.wrapper-check-team {
  margin-top: 35px;
  margin-bottom: 35px;
}

.h2-section-team {
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.section-partners {
  background-color: var(--primary-dark);
  padding: 100px 5%;
}

.slide {
  background-color: rgba(0, 0, 0, 0);
}

.tab-blue-line {
  width: 80%;
  height: 4px;
  opacity: 0;
  background-color: #04569a;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%);
}

.blue-color-span {
  color: rgba(4, 196, 217, .65);
}

.tabs {
  width: 100%;
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.company-logo {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.company-logo.active {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
}

.testimonail-slider-for-mobile {
  display: none;
}

.section-partner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
}

.section-partner.extra-margin {
  background-color: var(--primary-dark);
}

.tab-pane {
  margin-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
}

.heading-partners {
  color: rgba(255, 255, 255, .8);
  margin-top: 60px;
  font-weight: 600;
}

.wide-container {
  width: 100%;
  max-width: 1340px;
  padding-left: 30px;
  padding-right: 30px;
}

.wide-container.center {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab {
  width: 100%;
  opacity: .52;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #cacaca;
  padding: 12px 40px;
  position: relative;
}

.tab.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.testimonials-tabs {
  width: 100%;
  max-width: 1000px;
}

.company-logo-container {
  width: 100%;
  height: 32px;
  position: relative;
}

.company-logo-container.logo-1 {
  width: 151px;
}

.company-logo-container.logo-5 {
  width: 84px;
}

.company-logo-container.logo-4 {
  width: 119px;
}

.company-logo-container.logo-2 {
  width: 126px;
}

.company-logo-container.logo-3 {
  width: 112px;
}

.wrapper-hero-content {
  z-index: auto;
  height: 100%;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.wrapper-hero-text {
  width: 50%;
  flex: 0 auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.image_wave_dark {
  z-index: -1;
  width: 100vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-graphic-right {
  z-index: -1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slide-social {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(70, 137, 215, .2);
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.faq-title {
  color: #1b2d45;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.arrow-right-social {
  width: 55px;
  height: 55px;
  color: var(--primary-dark);
  background-color: rgba(2, 69, 116, .7);
  border-radius: 100px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -30px;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.mask-slider-social {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  overflow: visible;
  box-shadow: 0 20px 50px rgba(70, 137, 215, .2);
}

.h2-section-social {
  color: var(--white);
  text-align: center;
  margin-bottom: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.h2-section-social.white {
  color: #fff;
}

.profile-block {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.slider-social {
  width: 100%;
  height: 100%;
  max-width: 240px;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 130px;
}

.arrow-left-social {
  width: 55px;
  height: 55px;
  background-color: rgba(2, 69, 116, .7);
  border-radius: 100px;
  top: 0%;
  bottom: 0%;
  left: -30px;
  right: auto;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.section-social {
  z-index: 0;
  background-color: var(--primary-dark);
  background-image: url('../images/form-colored.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 3% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.profile-image {
  border-radius: 100px;
  margin-right: 25px;
}

.wrapper-slide-social {
  min-height: 350px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.standard-paragraph {
  color: rgba(86, 96, 115, .7);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.standard-paragraph.center {
  max-width: 650px;
  text-align: center;
  display: block;
}

.standard-paragraph.center.white {
  color: #fff;
}

.paragraph-basic {
  color: rgba(86, 96, 115, .7);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.icon-social-network {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  top: -80px;
  bottom: auto;
  left: 0;
  right: 0;
}

.halftone-pattern-2 {
  position: absolute;
  top: auto;
  bottom: -70px;
  left: 4%;
  right: 0%;
}

.icon-arrow-social {
  color: var(--white);
  font-size: 15px;
}

.img-phone-social {
  width: 100%;
  border-radius: 35px;
  box-shadow: 0 0 1px 1px #8a8b8b;
}

.paragraph-section-social {
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-separator-hand {
  z-index: 100;
  width: 100vw;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-14 {
  width: 100%;
}

.section-form-short {
  background-color: var(--primary-dark);
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  padding: 60px 3% 40px;
  display: none;
  position: relative;
}

.container-form-homepage {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper-title-form-small {
  z-index: 5;
  width: 100%;
  max-width: 700px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrapper-title-form-small.margin-bottom-48 {
  margin-bottom: 48px;
}

.h3-section-form-homepage {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.logo-block {
  min-height: 96px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image_partners {
  width: 80%;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
}

.wrapper_external {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.link-menu-footer {
  color: var(--white);
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.link-menu-footer:hover {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .55);
}

.link-social-footer {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  color: #061237;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0;
  transition: all .3s;
  display: flex;
}

.link-social-footer:hover {
  color: #1355ff;
  background-color: rgba(0, 0, 0, 0);
}

.footer {
  z-index: 0;
  border-top: 2px solid var(--white);
  background-color: var(--primary-dark);
  align-items: center;
  padding: 40px 3% 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-logo-footer {
  width: 150px;
  margin-bottom: 0;
}

.wrapper-menu-footer {
  border-top: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  display: flex;
}

.container-footer {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-footer {
  width: 33%;
  max-width: none;
  color: var(--white);
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.icon-social {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-content-footer {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-link-menu-footer {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.wrapper-social-footer {
  width: 25%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-privacy-footer {
  color: var(--white);
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.link-tds-footer {
  color: var(--white);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.wrapper_contacts_footer {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-4 {
  color: var(--white);
}

.link-5 {
  color: var(--white);
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

.footer-block {
  flex-direction: column;
}

.footer-large-link-grid {
  grid-column-gap: 95px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.6fr;
}

.footer-menu {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.footer-link-2 {
  width: 100%;
  color: #160042;
  text-align: left;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link-2:hover {
  color: #642eff;
}

.paragraph-small {
  color: #160042;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.footer-wrapper {
  position: relative;
}

.section-small {
  padding: 64px 5%;
}

.footer-title {
  color: #6b7094;
  letter-spacing: -.01em;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.footer-content {
  align-items: center;
}

.footer-social-link {
  width: 48px;
  height: 48px;
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #642eff;
}

.footer-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-line-small {
  width: 1px;
  height: 16px;
  background-color: #e4e6f1;
  margin-left: 24px;
  margin-right: 24px;
}

.icon-4 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-footer {
  width: 100%;
  height: 1px;
  background-color: #f3f5fb;
  margin-top: 64px;
  margin-bottom: 32px;
}

.footer-brand {
  align-items: center;
  display: flex;
}

.footer-social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-logo-link {
  margin-bottom: 16px;
}

.container-regular-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-social-row {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.footer-regular-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-regular-grid.margin-bottom-56 {
  margin-bottom: 56px;
}

.wrapper-logo-footer {
  text-align: left;
  margin-bottom: 15px;
}

.wrapper-privacy-footer {
  width: 25%;
  text-align: right;
}

.wrapper-content2-footer {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.wrapper-tds-footer {
  width: 25%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.paragraph2-footer {
  width: 33%;
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.body {
  overflow: visible;
}

.div-separetor-dark-top {
  min-height: 158px;
  background-image: linear-gradient(to top, var(--primary-dark) 29%, var(--steel-blue));
}

.section-preventivo {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 100px 3%;
  display: flex;
}

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

.wrapper-title-preventivo {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.h1-preventivo {
  width: 50%;
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  line-height: 85px;
}

.container-form-preventivo {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 12px;
  margin-top: 60px;
  padding: 3%;
  box-shadow: 1px 0 2px 1px rgba(202, 202, 202, .3);
}

.success-form-message {
  background-color: rgba(0, 0, 0, 0);
}

.txt-success-message-form-homepage {
  color: #61da6d;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.error-form-message {
  color: var(--primary-dark);
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.txt-error-message-form-homepage {
  color: var(--primary-dark);
  font-weight: 600;
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(30deg, var(--dark-dark) 20%, var(--btn-light));
  color: var(--white-smoke);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  margin-top: 40px;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  transition: all .5s;
}

.submit-button:hover {
  box-shadow: 0 0 2px 0 var(--dark-dark);
  color: var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
}

.body-2 {
  background-color: var(--steel-blue);
  overflow: visible;
}

.input-form-preventivo {
  border: 2px solid var(--steel-blue);
  background-color: var(--white);
  color: var(--primary-dark);
  border-radius: 8px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}

.textarea-form-preventivo {
  min-height: 140px;
  border: 2px solid var(--steel-blue);
  color: var(--primary-dark);
  border-radius: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}

.label-form-preventivo {
  color: var(--primary-dark);
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.checkbox-form-preventivo {
  margin-bottom: 40px;
  padding-top: 20px;
}

.label-checkbox-form-preventivo {
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.radio-form-preventivo-azienda {
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
}

.radio-form-preventivo-privato {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.label-radio-form-preventivo {
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.img-section-team {
  width: 100%;
}

.label-form-small {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.input-form-small {
  border: 1px solid rgba(0, 0, 0, .35);
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.textarea-form-small {
  min-height: 140px;
  border: 1px solid rgba(0, 0, 0, .35);
  border-radius: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.checkbox-form-homepage {
  margin-top: 20px;
}

.label-checkbox-form-homepage {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.btn-form-small {
  border: 0px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(30deg, var(--alice-blue) 20%, white);
  color: var(--primary);
  border-radius: 20px;
  margin-top: 20px;
  padding: 21px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 0;
  transition: all .5s;
}

.btn-form-small:hover {
  background-color: var(--primary-dark);
  box-shadow: 0 0 2px 0 var(--alice-blue);
  color: var(--primary);
}

.success-message-form-homepage {
  background-color: var(--primary-dark);
}

.error-message-form-homepage {
  background-color: #f15b5b;
  margin-top: 40px;
  padding: 12px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.wrapper-double-form {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.col-form-private, .col-form-company {
  width: 45%;
}

.title-form-preventivo {
  color: var(--primary-dark);
  margin-bottom: 35px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.container-address-company-form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.col-1-address-company-form, .col-2-address-company-form {
  width: 45%;
}

.cta-products-homepage {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(30deg, var(--dark-dark) 20%, var(--btn-light));
  color: var(--alice-blue);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 38px;
  padding: 12px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s;
}

.cta-products-homepage:hover {
  box-shadow: 0 0 2px 0 var(--dark-dark);
  color: var(--alice-blue);
  background-color: rgba(0, 0, 0, 0);
}

.container-content-hero {
  width: 100%;
  max-width: 1240px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.wrapper-hero-symbol {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-tds-powered {
  width: 130px;
}

.image-title-h1 {
  width: 30%;
}

.link-block {
  width: 100%;
}

.container-description-products {
  width: 100%;
  background-color: rgba(0, 118, 158, .12);
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
}

.wrapper-img-hero-medium {
  background-color: rgba(0, 0, 0, 0);
}

.image-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.image-hero.img-medium-anodi-sacrificali {
  width: 100%;
  object-position: 15% 50%;
}

.icon-dropdown {
  color: #002b55;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  position: relative;
}

.h3-products {
  color: #002b55;
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.h3-products.h3-products-white {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.dropdown-toggle {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, .8);
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.card-cta-products {
  background-color: var(--white-smoke);
  color: #d3d3d3;
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .3s, opacity .2s, background-color .3s, color .3s, border-color .3s;
  display: flex;
}

.card-cta-products:hover {
  background-color: var(--white);
  box-shadow: 3px 3px 10px 1px var(--black);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  transform: scale(1.1);
}

.grid-logo-partners-products {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
}

.paragraph {
  color: #002b55;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.col-left-hero-products {
  width: 50%;
  background-color: rgba(0, 118, 158, .12);
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
  border-radius: 16px;
  padding: 0 40px;
  box-shadow: 1px 1px 2px 1px rgba(214, 214, 214, .25);
}

.title-dropdown {
  color: #002b55;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.text-dropdown-list {
  color: #002b55;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.col-right-desacription-products {
  width: 50%;
}

.section-products-internal {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.container-content-cta-products {
  width: 100%;
  max-width: 1240px;
}

.wrapper-img-hero-large {
  border-radius: 8px;
}

.container-content-hero-products {
  width: 100%;
  max-width: 1240px;
  background-color: rgba(0, 0, 0, 0);
  align-items: stretch;
  display: flex;
}

.wrapper-img-hero-small {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.col-left-description-products {
  width: 50%;
}

.cta-hero-products {
  color: #f34a1e;
  border: 2px solid #f34a1e;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.cta-hero-products:hover {
  color: #fff;
  background-color: #f34a1e;
}

.cta-hero-products.cta-anodi-sacrificali, .cta-hero-products.cta-antivegetative {
  transition: all .5s;
}

.cta-hero-products.cta-smalti-e-vernici {
  transition: all .5s;
  position: static;
}

.cta-hero-products.cta-bandiere-e-altro {
  transition: all .5s;
}

.container-cta-products {
  width: 100%;
  background-color: #002b55;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 3% 140px;
  display: flex;
}

.dropdown-list {
  background-color: rgba(255, 255, 255, .8);
  padding: 20px;
  display: block;
  position: static;
  overflow: visible;
}

.dropdown-list.w--open {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-content-description-products {
  width: 100%;
  max-width: 1240px;
  display: flex;
}

.dropdown {
  width: 100%;
  height: auto;
  background-color: rgba(0, 118, 158, .12);
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
  box-shadow: 1px 1px 2px 1px rgba(214, 214, 214, .25);
}

.col-right-hero-products {
  width: 50%;
  grid-template-columns: 3fr 1fr;
  padding-left: 8px;
}

.heading {
  z-index: auto;
  opacity: 1;
  color: #002b55;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border: 3px #002b55;
  border-radius: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  line-height: 85px;
  display: inline-block;
  position: relative;
}

.heading.h1-anodi-sacrificali {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.heading.h1-manutenzione-barca {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.heading.h1-motori {
  background-color: rgba(0, 0, 0, 0);
}

.container-hero-products {
  width: 100%;
  max-width: none;
  color: #333;
  background-color: rgba(0, 118, 158, .12);
  justify-content: center;
  align-items: flex-start;
  padding: 160px 3% 100px;
  display: flex;
}

.wrapper-dropdown-products {
  padding-top: 5px;
  padding-bottom: 10px;
}

.container-paragraph-hero-products {
  max-width: 495px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.section-contatti-internal {
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: flex-start;
  padding: 100px 3%;
  display: flex;
}

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

.wrapper-title-contatti-internal {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.h1-contatti {
  width: 50%;
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 85px;
}

.wrapper-content-contatti {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.col-text-contatti {
  color: var(--primary-dark);
  padding-right: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.image--symbol-m {
  width: 30%;
}

.wrapper-maps {
  margin-top: 60px;
}

.map {
  border-radius: 8px;
  display: none;
  box-shadow: 1px 1px 2px 1px #cbd0d3;
}

.section-chi-siamo {
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: flex-start;
  padding: 200px 3% 100px;
  display: flex;
}

.container-chi-siamo {
  width: 100%;
  max-width: 1240px;
}

.wrapper-title-chi-siamo {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h1-chi-siamo {
  width: 50%;
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  line-height: 85px;
}

.image-15 {
  width: 25%;
}

.wrapper-content-chi-siamo {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.wrapper-content-chi-siamo.content-chi-siamo-2 {
  margin-top: 40px;
  display: flex;
}

.content-1-chi-siamo {
  width: 45%;
}

.content-2-chi-siamo {
  width: 50%;
  text-align: right;
}

.content-3-chi-siamo {
  width: 50%;
}

.content-4-chi-siamo {
  width: 45%;
}

.img-services-chi-siamo {
  width: 100%;
  border-radius: 8px;
  box-shadow: 1px 1px 2px 1px #bdbdbd;
}

.h3-chi-siamo {
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.txt-chi-siamo {
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.img-company-chi-siamo {
  width: 100%;
  border-radius: 8px;
  box-shadow: 1px 1px 2px 1px #bdbdbd;
}

.image-16 {
  width: 100%;
  padding-bottom: 60px;
}

.anchor {
  height: 0;
}

.body-3 {
  overflow: visible;
}

.body-4 {
  padding-bottom: 0;
  overflow: visible;
}

.body-5, .body-6, .body-7, .body-8 {
  overflow: visible;
}

.section-form-small {
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: flex-start;
  padding: 60px 3% 40px;
  display: flex;
}

.container-form-small {
  width: 100%;
  max-width: 1024px;
}

.success-message-form-small {
  background-color: rgba(0, 0, 0, 0);
}

.error-message-form-small {
  background-color: var(--light-coral);
  margin-top: 30px;
  padding: 20px;
}

.text-block {
  color: var(--medium-spring-green);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-2 {
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.link-footer {
  color: var(--white);
  text-decoration: none;
}

.link-page-contatti {
  color: var(--primary-dark);
  text-decoration: none;
}

.text-span, .text-span-2 {
  color: var(--white);
  text-decoration: none;
}

.text-span-3, .text-span-4 {
  color: var(--primary-dark);
  text-decoration: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 90%;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.wrapper-hand-image {
  z-index: auto;
  width: 100%;
  max-width: 1240px;
  justify-content: center;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hand-image {
  z-index: auto;
  width: 70%;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-cta {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-cta.w--current {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-block-partners {
  color: var(--alice-blue);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

.button-hero-products {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(60deg, var(--primary), var(--special));
  color: var(--white-smoke);
  border-radius: 30px;
  padding: 12px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: all .5s;
}

.button-hero-products:hover {
  box-shadow: 0 0 2px #000;
}

.button-hero-products.btn-hero-bandiere {
  margin-bottom: 0;
}

.button-hero-products.btn-raccorderia {
  margin-bottom: 150px;
}

.html-embed {
  width: 100%;
}

.section-privacy {
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 170px 3% 220px;
  display: flex;
}

.wrapper-title-privacy {
  margin-bottom: 40px;
}

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

.heading-privacy {
  color: var(--primary-dark);
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  line-height: 85px;
}

.recaptcha {
  margin-top: 20px;
}

.text-span-5 {
  font-size: 13px;
  font-style: italic;
}

.text-span-6 {
  text-align: left;
  font-size: 12px;
  font-style: italic;
  display: inline;
}

.link-6 {
  color: var(--primary-dark);
  text-decoration: none;
}

.popup-form-block---brix {
  width: 100%;
  margin-bottom: 0;
}

.popup-close-btn {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.popup-close-btn:hover {
  transform: scale(.9);
}

.popup-1-form---brix {
  align-items: center;
  display: flex;
  position: relative;
}

.popup-wrapper-content {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(74, 58, 255, .16), 0 -2px 4px rgba(20, 20, 43, .12), 0 12px 44px rgba(20, 20, 43, .34);
}

.popup-wrapper-content.popup-content-center {
  max-width: 690px;
  box-shadow: 1px 0 3px 2px var(--dark-dark);
  opacity: 1;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-button---brix {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  background-image: none;
  border-radius: 80px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 12px;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.success-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.error-message---brix {
  border-radius: 16px;
  padding: 20px;
}

.popup-centered {
  background-color: var(--dark-dark);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 64px 64px 80px;
  display: flex;
  position: relative;
}

.popup-image {
  width: 100%;
  margin-bottom: 25px;
}

.overlay-innomare {
  z-index: 10;
  background-color: rgba(0, 0, 0, .61);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.input---brix {
  min-height: 60px;
  color: #170f49;
  border: 1px solid #eff0f6;
  border-radius: 500px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: color .2s, border-color .2s;
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::-ms-input-placeholder {
  color: #6f6c90;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.input---brix.large---brix {
  min-height: 74px;
  padding: 24px 40px;
}

.popup-innomare {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-title {
  color: var(--white-smoke);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
}

.popup-paragraph {
  color: var(--white-smoke);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.popup-wrapper-title {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.popup-image-salone {
  width: 90px;
}

.link-7 {
  color: var(--white);
  text-decoration: none;
}

.italic-text {
  color: var(--primary-dark);
  font-style: italic;
  text-decoration: none;
}

.link-8 {
  text-decoration: none;
}

.button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(30deg, #172542 20%, #00478d);
  border-radius: .69em;
  justify-content: center;
  align-items: center;
  padding: 1.39em 2.08em;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.paragraph-3 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.arrow-left-2 {
  z-index: 5;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  display: block;
  top: -15%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.paragraph-4 {
  margin-bottom: 0;
  padding-right: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}

.carousel-mask {
  z-index: auto;
  width: auto;
  min-height: 460px;
  padding-left: 0;
  overflow: visible;
}

.title-slider-partners {
  font-weight: 600;
}

.title-slider-partners.center {
  color: #002b55;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 120px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.images-partners-product {
  width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.carousel {
  width: 100vw;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
}

.carousel.is_contained {
  z-index: 0;
  width: 100%;
  height: auto;
  max-width: 395px;
  min-height: 460px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-slider-partners {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 118, 158, .12);
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.arrow-right-2 {
  z-index: 5;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: 0% auto;
  padding: 0;
  display: block;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.cards__p-wrapper {
  height: 125px;
  min-height: 0;
  overflow: hidden;
}

.carousel-nav {
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0);
  display: none;
}

.cards__card {
  width: 27.29em;
  min-height: 0;
  border-radius: 1.39em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(88, 88, 88, .45);
}

.cards__card.card-carousel-1 {
  display: block;
}

.cards__card.card-carousel-2, .cards__card.card-carousel-3, .cards__card.card-carousel-4, .cards__card.card-carousel-5, .cards__card.card-carousel-6, .cards__card.card-carousel-7, .cards__card.card-carousel-8 {
  display: none;
}

.is--p2 {
  font-size: 13px;
}

.is--p2.is--card {
  width: 82%;
  height: auto;
  color: #585858;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.cards__logo {
  width: 5em;
  height: 5em;
  color: rgba(0, 0, 0, 0);
  background-color: #002b55;
  border: 3px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -2.5em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
}

.carousel-slider {
  z-index: auto;
  width: auto;
  min-height: 460px;
  margin-right: 50px;
}

.carousel-slider._4-carousel {
  right: -63%;
}

.carousel-slider._5-carousel {
  right: -84%;
}

.carousel-slider._2-carousel {
  right: -21%;
}

.carousel-slider._3-carousel {
  right: -42%;
}

.carousel-slider._6-carousel {
  margin-right: 0;
  right: -105%;
}

.carousel-slider._7-carousel {
  right: -126%;
}

.carousel-slider._8-carousel {
  right: -147%;
}

.carousel-slider._9-carousel {
  right: -168%;
}

.carousel-slider._10-carousel {
  right: -189%;
}

.carousel-slider._11-carousel {
  right: -210%;
}

.carousel-slider._12-carousel {
  right: -231%;
}

.carousel-slider._13-carousel {
  right: -252%;
}

.carousel-slider._14-carousel {
  right: -273%;
}

.carousel-slider._15-carousel {
  right: -294%;
}

.carousel-slider._16-carousel {
  right: -315%;
}

.carousel-slider._17-carousel {
  right: -336%;
}

.carousel-slider._18-carousel {
  right: -357%;
}

.arrow-slider-image {
  width: 45px;
}

.arrow-slider-image.arrow-left-slider-image {
  clear: none;
  transform: rotate(180deg);
}

.arrow-2 {
  width: 30px;
  color: #fff;
}

.cards__bottom {
  color: #000;
  text-align: center;
  background-color: #fafafa;
  border-radius: 1.39em;
  padding: 2.5em 1.32em 1.32em;
  position: relative;
  box-shadow: 20px 0 20px 6px rgba(0, 0, 0, .45);
}

.cards__top {
  height: 7em;
  color: #fff;
  background-color: #172542;
  border-radius: 1.39em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -2em;
  padding-bottom: 2em;
  padding-left: 1.74em;
  padding-right: 1.74em;
  display: flex;
}

.cards__content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.cards__button-overflow {
  width: 100%;
  height: auto;
  border-radius: .69em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards__button-overflow.display-none {
  display: none;
}

.container-card-products-partners {
  z-index: 0;
  width: 100%;
  max-width: 1300px;
  min-height: 0;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.icon-cards-product-category {
  width: 70%;
  height: 70%;
  max-width: none;
  display: block;
}

.section-partners-manutenzione {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
}

.img-cta-products {
  width: auto;
  height: 62px;
}

.text-span-7, .text-span-8, .text-span-9 {
  font-size: 14px;
  line-height: 18px;
}

.text-span-10 {
  font-size: 14px;
}

.lottie-new {
  width: 55px;
  position: absolute;
  top: -135%;
  bottom: auto;
  left: auto;
  right: -20%;
}

.close-live-chat-container {
  width: 10%;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chat-section {
  height: 50%;
  background-color: #e6ddd4;
  padding: 16px 20px;
}

.whatsapp-chat {
  z-index: 30;
  width: 300px;
  height: 315px;
  background-color: #fff;
  border: 1px solid rgba(112, 111, 111, .25);
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 16px;
  display: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
}

.small-whatsapp-icon {
  width: 17px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  margin-right: 10px;
  position: relative;
}

.live-chat-text {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.top-section {
  height: 25%;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-top-text {
  border: 0px solid var(--dark-dark);
  color: var(--primary-dark);
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: static;
}

.live-chat-top-text.block {
  color: var(--grey-grey);
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.whatsapp-block {
  z-index: 10;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.live-icon {
  width: 15px;
  height: 15px;
  background-color: #00b94a;
  border: 1px solid rgba(0, 3, 1, .15);
  border-radius: 100%;
  position: absolute;
  top: 3px;
  bottom: auto;
  left: 0;
  right: auto;
  box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, .85);
}

.live-chat-link {
  height: 25%;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.live-icon-chat {
  width: 45px;
  border: 2px solid var(--primary);
  border-radius: 100%;
  margin-right: 0;
  padding-left: 0;
}

.close-livechat-icon {
  display: none;
}

.live-chat-bottom-text {
  border: 0px solid var(--grey-grey);
  color: var(--dark-dark);
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.chat-block {
  width: 80%;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
}

.top-text-container {
  margin-right: 20px;
}

.livechat-button {
  width: 80%;
  height: 44px;
  background-color: #1a2022;
  background-image: linear-gradient(30deg, var(--dark-dark) 20%, var(--btn-light));
  transform-style: preserve-3d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.livechat-button:hover {
  transform: scale3d(1none, 1none, 1none);
}

.whatsapp-container {
  z-index: 30;
  width: 70px;
  height: 70px;
  background-color: var(--black);
  background-image: linear-gradient(30deg, var(--dark-dark) 40%, var(--btn-light));
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.1);
}

.features-card {
  width: 55%;
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.features-card.second {
  top: 165px;
}

.features-card.third {
  top: 180px;
}

.features-card.fourth {
  top: 195px;
}

.features-card.five {
  top: 210px;
}

.features-card.first {
  max-width: 380px;
}

.features-card-title {
  color: var(--dark-dark);
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.col-2-cards-scroll {
  width: 60%;
  grid-row-gap: 200px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.container-cards-scroll {
  width: auto;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
}

.col-1-cards-scroll {
  width: 40%;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.wrapper-content-cards-scroll {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-cards-scroll {
  background-color: rgba(0, 118, 158, .12);
  justify-content: center;
  align-items: center;
  padding: 60px 3% 0;
  display: flex;
  overflow: visible;
}

.section-cards-scroll.filler {
  height: auto;
  padding-top: 0;
}

.features-card-img {
  width: 180px;
  height: 180px;
  max-width: none;
  border-radius: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wrapper-hero-card-scroll {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.partner-card-scroll {
  width: auto;
  height: 60px;
  max-width: none;
}

.partner-card-scroll.partner-card-scroll-special {
  width: 110px;
  height: auto;
}

.innomare-card-scroll {
  width: 82px;
}

.wrapper-title-card-scroll {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.p-card-scroll {
  color: var(--dim-grey);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.cta-card-scroll {
  background-color: var(--dark-dark);
  background-image: linear-gradient(30deg, var(--dark-dark) 20%, var(--btn-light));
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-card-scroll:hover {
  transform: scale(1.1);
}

.txt-cta-card-scroll {
  color: var(--white-smoke);
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.section.is-hero {
  width: 100%;
  min-height: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.marquee_list {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee_item {
  width: 34em;
  flex: none;
  margin-right: 2em;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.marquee_flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee_track {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-loop-partners {
  height: auto;
  background-color: var(--steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.slide-wrap-loop-partners {
  width: 5000px;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-loop-partners._50-r-m {
  width: 230px;
  margin-right: 135px;
}

.txt-cta-products {
  color: var(--primary);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.body-9 {
  overflow: visible;
}

.img-lock {
  width: 25px;
  margin-right: 5px;
  display: inline-block;
}

.heading-2 {
  display: none;
}

.field-label {
  color: var(--black);
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  display: inline-block;
}

.text-field {
  background-color: var(--white);
  color: var(--dim-grey);
  border: 1px solid rgba(112, 111, 111, .45);
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.submit-button-2 {
  background-color: var(--primary-dark);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 7px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  box-shadow: 0 1px 4px 1px rgba(0, 66, 112, .2);
}

.text-block-3 {
  display: block;
}

.body-10 {
  background-color: var(--alice-blue);
}

.h1-protection {
  width: auto;
  color: var(--primary-dark);
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: block;
  position: static;
}

.slider-heading {
  z-index: 1;
  max-width: 740px;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  line-height: 68px;
  position: relative;
}

.load-bar {
  width: 0%;
  height: 4px;
  background-color: #fff;
  border-radius: 100px;
}

.load-bar-base {
  height: 4px;
  max-width: 220px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-menu {
  max-width: 1140px;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.slider-background {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/anodi-desktop.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background.background-03 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/manutenzione-barca-desktop.webp');
}

.slider-background.background-04 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/motori-hero_1motori-hero.webp');
}

.slider-background.background-02 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/raccorderia-hero_1raccorderia-hero.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.slider-base {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-white {
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-white.text-block {
  color: var(--alice-blue);
  padding-top: 0;
}

.link-block-text-hero-home {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.standard-tab {
  width: 22%;
  opacity: .7;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  width: 22%;
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.tabs-content {
  overflow: visible;
}

.text-span-11 {
  color: rgba(255, 255, 255, .6);
}

.wrapper-hero-homepage {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs-hero-home {
  width: 100%;
}

.utility-page-title {
  margin-top: 250px;
}

.label-password-protection {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form-password-protection {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._w-label-form-password-protection {
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 40px;
  display: flex;
}

.box-password-protection {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(23, 37, 66, .65);
  border-radius: 12px;
  padding: 12px 20px;
}

.section-news {
  background-color: rgba(0, 118, 158, .12);
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 170px 3% 220px;
  display: flex;
}

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

.wrapper-title-news {
  margin-bottom: 40px;
}

.heading-privacy-2 {
  color: #002b55;
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  line-height: 85px;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .logo-loop-partners._50-r-m {
    width: 190px;
    margin-right: 220px;
  }
}

@media screen and (max-width: 991px) {
  .submenu-details-navbar-navigation {
    right: 20px;
  }

  .link-submenu-navbar-navigation {
    padding-left: 0;
    padding-right: 20px;
  }

  .chevron-toggle-navigation {
    margin-right: 0;
  }

  .dropdown-list-navbar-navigation.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .wrapper-navbar-navigation {
    z-index: 1;
    height: auto;
    min-width: 768px;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 3% 20px;
    display: block;
    position: absolute;
    top: 77px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navigation-link-primary-special {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-link-primary-special.hide-link-primary-special {
    display: none;
  }

  .container-navigation {
    min-height: auto;
    padding-left: 3%;
    padding-right: 3%;
    position: relative;
  }

  .navigation {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navigation-arrow {
    display: none;
  }

  .btn-hamburger-menu {
    color: var(--primary-dark);
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    margin-left: 15px;
    padding: 10px;
  }

  .btn-hamburger-menu:hover {
    color: var(--primary-dark);
  }

  .btn-hamburger-menu.w--open {
    border-width: 2px;
    border-color: var(--primary-dark);
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
  }

  .wrapper-dropdown-list-navbar-navigation {
    box-shadow: none;
    border-radius: 0;
  }

  .wrapper-menu-navigation {
    align-items: center;
    display: flex;
  }

  .link-logo-navigation {
    margin-right: 10px;
    padding: 0;
  }

  .wrapper-btn-navigation {
    align-items: center;
    display: flex;
  }

  .wrapper-dropdown-list-linkbase-navbar-navigation {
    padding: 20px;
  }

  .toggle-navbar-navigation {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-navbar-navigation.w--open {
    width: 100%;
  }

  .dropdown-navbar-navigation {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-hamburgermenu-navigation {
    color: var(--primary-dark);
    background-color: rgba(0, 0, 0, 0);
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .icon-hamburgermenu-navigation:hover {
    color: var(--primary-dark);
  }

  .hero-homepage {
    height: auto;
    background-image: none;
    padding-top: 20px;
  }

  .h1-homepage.slogan {
    padding-top: 0;
    padding-left: 0;
    font-size: 60px;
  }

  .div-block {
    padding-left: 80px;
  }

  .col-txt-cards-products-home {
    width: 100%;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .paragraph-section-products {
    text-align: center;
  }

  .section-txt-mobile-products {
    padding: 40px 3% 0;
  }

  .container-products {
    flex-direction: column;
  }

  .card_col_2 {
    padding-right: 0;
  }

  .col-60-products {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .h2-section-products {
    text-align: center;
    padding-right: 0;
    font-size: 36px;
    line-height: 45px;
  }

  .card_row {
    padding-left: 0;
  }

  .col-right-team {
    width: 100%;
  }

  .container-team {
    flex-direction: row;
  }

  .section-team {
    background-image: none;
    padding: 100px 3% 140px;
  }

  .col-left-team {
    width: 100%;
    padding-right: 0;
  }

  .h2-section-team {
    font-size: 36px;
    line-height: 45px;
  }

  .section-partner {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tab-pane {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-partners {
    font-size: 42px;
  }

  .tab {
    padding-left: 10px;
    padding-right: 10px;
  }

  .company-logo-container {
    transform: scale(.85);
  }

  .wrapper-hero-text {
    width: 65%;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .image_wave_dark {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .arrow-right-social {
    right: -30px;
  }

  .h2-section-social {
    font-size: 36px;
    line-height: 45px;
  }

  .h2-section-social.white {
    text-align: center;
  }

  .arrow-left-social {
    left: -30px;
  }

  .section-social {
    padding-top: 70px;
  }

  .div-separator-hand {
    min-height: 100px;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .image_partners {
    width: 70%;
  }

  .link-social-footer {
    margin: 0;
  }

  .footer {
    padding-bottom: 40px;
  }

  .wrapper-menu-footer {
    flex-wrap: wrap;
    display: none;
  }

  .paragraph-footer {
    width: 40%;
  }

  .wrapper-content-footer {
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .wrapper-social-footer {
    width: 25%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-large-link-grid {
    grid-template-columns: 1fr;
  }

  .footer-title {
    margin-bottom: 24px;
  }

  .footer-content-wrapper {
    flex-direction: column;
  }

  .footer-social-grid {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .wrapper-privacy-footer {
    width: 25%;
    margin-left: 0;
  }

  .wrapper-content2-footer {
    flex-wrap: wrap;
  }

  .wrapper-tds-footer {
    width: 25%;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph2-footer {
    width: 40%;
    margin-bottom: 0;
  }

  .h1-preventivo {
    width: 65%;
    font-size: 60px;
  }

  .txt-success-message-form-homepage, .txt-error-message-form-homepage {
    font-size: 16px;
  }

  .col-form-private, .col-form-company {
    width: 48%;
  }

  .title-form-preventivo {
    margin-top: 20px;
  }

  .cta-products-homepage {
    text-align: center;
  }

  .container-content-hero {
    align-items: flex-end;
    margin-top: 140px;
  }

  .wrapper-hero-symbol {
    width: 100%;
    justify-content: flex-end;
    margin-top: 60px;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .image-tds-powered {
    width: 130px;
  }

  .image-title-h1 {
    width: 50%;
  }

  .grid-logo-partners-products {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .paragraph {
    font-size: 16px;
  }

  .col-left-hero-products {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
  }

  .col-right-desacription-products {
    width: 100%;
  }

  .container-content-hero-products {
    flex-direction: column;
  }

  .col-left-description-products {
    width: 100%;
    display: none;
  }

  .container-cta-products {
    display: flex;
  }

  .container-content-description-products {
    flex-wrap: wrap;
  }

  .col-right-hero-products {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 3fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 16px;
    padding-left: 0;
    display: grid;
  }

  .heading {
    font-size: 60px;
  }

  .container-hero-products {
    padding-bottom: 80px;
  }

  .wrapper-title-contatti-internal {
    flex-wrap: wrap;
  }

  .h1-contatti {
    width: 65%;
    font-size: 60px;
  }

  .wrapper-content-contatti {
    margin-top: 40px;
  }

  .image--symbol-m {
    width: 50%;
  }

  .h1-chi-siamo {
    width: 65%;
    font-size: 60px;
  }

  .wrapper-content-chi-siamo {
    flex-flow: row-reverse wrap-reverse;
    margin-bottom: 40px;
  }

  .wrapper-content-chi-siamo.content-chi-siamo-2 {
    flex-flow: wrap;
  }

  .content-1-chi-siamo {
    width: 65%;
  }

  .content-2-chi-siamo, .content-3-chi-siamo {
    width: 100%;
    padding-bottom: 40px;
  }

  .content-4-chi-siamo {
    width: 65%;
  }

  .image-16 {
    width: 50%;
    padding-bottom: 10px;
  }

  .button-hero-products.btn-raccorderia {
    margin-bottom: 20px;
  }

  .heading-privacy {
    font-size: 60px;
  }

  .popup-wrapper-content {
    width: auto;
  }

  .popup-wrapper-content.popup-content-center {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 24px;
    right: 24px;
  }

  .popup-centered {
    margin-top: 0;
  }

  .popup-image {
    margin-bottom: 25px;
  }

  .button {
    font-size: 14px;
  }

  .arrow-left-2 {
    z-index: 5;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
    top: auto;
    bottom: -5%;
    left: 0%;
    right: 100px;
  }

  .carousel-mask {
    width: 100%;
  }

  .title-slider-partners {
    font-size: 42px;
  }

  .title-slider-partners.center {
    padding-bottom: 40px;
  }

  .carousel.is_contained {
    padding-bottom: 70px;
  }

  .section-slider-partners {
    min-height: 0;
    padding-bottom: 80px;
  }

  .arrow-right-2 {
    z-index: 5;
    display: flex;
    top: auto;
    bottom: -5%;
    left: 100px;
    right: 0%;
  }

  .carousel-nav {
    margin-top: 0;
    padding-bottom: 10px;
    display: none;
  }

  .cards__card {
    width: 100%;
    margin-top: 2em;
  }

  .carousel-slider {
    margin-right: 40px;
  }

  .arrow-slider-image {
    display: block;
    transform: rotate(0);
  }

  .arrow-slider-image.arrow-left-slider-image {
    width: 45px;
    display: block;
    transform: rotate(180deg);
  }

  .container-card-products-partners {
    width: 100%;
    max-width: 1300px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .features-card.second {
    top: 165px;
  }

  .features-card.third {
    top: 180px;
  }

  .features-card.fourth {
    top: 195px;
  }

  .features-card.five {
    top: 210px;
  }

  .features-card.first {
    max-width: 380px;
    top: 150px;
  }

  .col-2-cards-scroll {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .col-1-cards-scroll {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 0;
    display: none;
  }

  .wrapper-content-cards-scroll {
    flex-wrap: wrap-reverse;
  }

  .section-cards-scroll {
    background-color: var(--steel-blue);
    padding-top: 60px;
  }

  .marquee_item {
    width: 42vw;
    margin-right: 3vw;
  }

  .logo-loop-partners._50-r-m {
    width: 200px;
    margin-right: 100px;
  }

  .slider-heading {
    margin-bottom: 220px;
    padding-bottom: 0;
  }

  .tabs-menu {
    flex-flow: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .slider-background.background-02 {
    background-size: auto, auto 100%;
  }

  .slider-base {
    align-items: center;
  }

  .text-block-white {
    text-align: center;
  }

  .text-block-white.text-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .standard-tab, .standard-tab.w--current {
    width: 18%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .wrapper-hero-homepage, ._w-label-form-password-protection {
    justify-content: center;
  }

  .heading-privacy-2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .submenu-details-navbar-navigation {
    right: 0;
  }

  .link-submenu-navbar-navigation {
    padding-right: 0;
  }

  .wrapper-navbar-navigation {
    min-width: 0;
  }

  .navigation-link-primary-special.hide-link-primary-special {
    display: block;
  }

  .btn-navigation {
    display: none;
  }

  .wrapper-menu-navigation {
    width: 100%;
  }

  .wrapper-dropdown-list-linkbase-navbar-navigation {
    flex-wrap: wrap;
    padding: 20px 10px 20px 11px;
  }

  .hero-homepage {
    height: auto;
    background-image: none;
  }

  .h1-homepage.slogan {
    padding-top: 0;
    padding-left: 0;
    font-size: 55px;
    line-height: 70px;
  }

  .div-block {
    padding-left: 65px;
  }

  .col-txt-cards-products-home {
    padding-right: 0;
  }

  .section-txt-mobile-products {
    padding-top: 40px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .card_col_2 {
    width: 100%;
    padding-left: 0;
  }

  .col-60-products {
    flex-direction: column;
    padding-bottom: 0;
    padding-right: 0;
  }

  .h2-section-products {
    padding-right: 0;
    font-size: 34px;
    line-height: 43px;
  }

  .card_row {
    width: 100%;
    padding-right: 0;
  }

  .container-team {
    flex-direction: column-reverse;
  }

  .section-team {
    min-height: 138px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding-top: 0;
    padding-bottom: 0;
  }

  .col-left-team {
    margin-bottom: 0;
    padding-right: 0;
  }

  .h2-section-team {
    font-size: 34px;
    line-height: 43px;
  }

  .left-arrow {
    width: 30px;
    height: 30px;
    margin-top: 16px;
    margin-bottom: 0;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-170%);
  }

  .tabs {
    display: block;
  }

  .right-arrow {
    width: 30px;
    height: 30px;
    margin: 16px 0 0;
    top: 100%;
    bottom: 0;
    right: 50%;
    transform: translate(170%);
  }

  .company-logo.active {
    opacity: 1;
    position: static;
  }

  .slide-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider {
    height: 100%;
    background-color: #fff;
  }

  .testimonail-slider-for-mobile {
    width: 100%;
    height: 100%;
    display: block;
  }

  .mask {
    height: 100%;
  }

  .section-partner {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-partner.extra-margin {
    padding-bottom: 116px;
  }

  .slide-2 {
    height: 100%;
    text-align: left;
  }

  .tab-pane {
    margin-bottom: 0;
  }

  .slide-nav {
    display: none;
  }

  .heading-partners.testimonial {
    font-size: 36px;
  }

  .wide-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab {
    width: 50%;
    display: inline-block;
  }

  .testimonials-tabs {
    display: none;
  }

  .company-logo-container {
    width: auto;
    height: 40px;
    text-align: left;
    margin-bottom: 16px;
    transform: scale(1);
  }

  .wrapper-hero-text {
    width: 100%;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .h2-section-social {
    font-size: 34px;
    line-height: 43px;
  }

  .wrapper-slide-social {
    padding: 0;
  }

  .div-separator-hand {
    min-height: 100px;
    display: block;
  }

  .section-form-short {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-section-form-homepage {
    font-size: 30px;
    line-height: 38px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .paragraph-footer {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wrapper-content-footer {
    margin-bottom: 10px;
  }

  .wrapper-social-footer {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-regular-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-privacy-footer {
    width: 200%;
    text-align: left;
  }

  .wrapper-tds-footer {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }

  .paragraph2-footer {
    width: 100%;
    text-align: left;
  }

  .wrapper-content-submenu-navbar-navigation {
    margin-right: 0;
  }

  .h1-preventivo {
    width: 75%;
    font-size: 55px;
    line-height: 70px;
  }

  .txt-success-message-form-homepage {
    font-size: 16px;
  }

  .txt-error-message-form-homepage {
    font-size: 15px;
  }

  .wrapper-double-form {
    flex-wrap: wrap;
  }

  .col-form-private, .col-form-company {
    width: 100%;
  }

  .title-form-preventivo {
    margin-top: 20px;
  }

  .container-content-hero {
    flex-wrap: wrap;
  }

  .wrapper-hero-symbol {
    width: 100%;
    margin-top: 0;
  }

  .image-tds-powered {
    width: 130px;
  }

  .image-title-h1 {
    width: 55%;
  }

  .h3-products {
    font-size: 30px;
    line-height: 38px;
  }

  .paragraph {
    font-size: 16px;
  }

  .col-left-hero-products {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-cta-products {
    padding-bottom: 100px;
  }

  .heading {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 55px;
    line-height: 70px;
  }

  .container-hero-products {
    padding-bottom: 60px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-paragraph-hero-products {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .wrapper-title-contatti-internal {
    flex-wrap: wrap;
  }

  .h1-contatti {
    width: 75%;
    font-size: 55px;
    line-height: 70px;
  }

  .col-text-contatti {
    padding-bottom: 20px;
  }

  .image--symbol-m {
    width: 55%;
  }

  .section-chi-siamo {
    padding-top: 160px;
  }

  .h1-chi-siamo {
    width: 75%;
    font-size: 55px;
    line-height: 70px;
  }

  .content-1-chi-siamo {
    width: 70%;
  }

  .content-2-chi-siamo {
    width: 100%;
  }

  .content-3-chi-siamo {
    width: 100%;
    text-align: right;
  }

  .content-4-chi-siamo {
    width: 70%;
  }

  .h3-chi-siamo {
    font-size: 30px;
    line-height: 38px;
  }

  .image-16 {
    width: 45%;
    padding-bottom: 10px;
  }

  .heading-privacy {
    font-size: 55px;
    line-height: 70px;
  }

  .popup-1-form---brix {
    flex-direction: column;
  }

  .popup-wrapper-content.popup-content-center {
    max-width: none;
    border-radius: 20px;
    left: 24px;
    right: 24px;
  }

  .subscribe-button---brix {
    width: 100%;
    min-height: 66px;
    background-position: 67% 52%;
    line-height: 18px;
    position: static;
  }

  .popup-centered {
    max-width: none;
    padding: 32px;
  }

  .popup-image {
    height: auto;
    max-width: 85%;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .input---brix.large---brix {
    min-height: 64px;
    margin-bottom: 16px;
    padding: 16px 32px;
  }

  .popup-innomare {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-paragraph {
    margin-top: 20px;
  }

  .popup-wrapper-title {
    width: 90%;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .arrow-left-2 {
    margin-left: auto;
    margin-right: auto;
    right: 80px;
  }

  .carousel-mask {
    width: 100%;
    margin-right: 0;
  }

  .title-slider-partners.center {
    padding-bottom: 40px;
    font-size: 38px;
    line-height: 45px;
  }

  .arrow-right-2 {
    left: 80px;
  }

  .carousel-slider._4-carousel {
    right: -27%;
  }

  .carousel-slider._5-carousel {
    right: -36%;
  }

  .carousel-slider._2-carousel {
    right: -9%;
  }

  .carousel-slider._3-carousel {
    right: -18%;
  }

  .carousel-slider._6-carousel {
    right: -45%;
  }

  .carousel-slider._7-carousel {
    right: -54%;
  }

  .carousel-slider._8-carousel {
    right: -63%;
  }

  .carousel-slider._9-carousel {
    right: -72%;
  }

  .carousel-slider._10-carousel {
    right: -81%;
  }

  .carousel-slider._11-carousel {
    right: -90%;
  }

  .carousel-slider._12-carousel {
    right: -99%;
  }

  .carousel-slider._13-carousel {
    right: -108%;
  }

  .carousel-slider._14-carousel {
    right: -117%;
  }

  .carousel-slider._15-carousel {
    right: -126%;
  }

  .carousel-slider._16-carousel {
    right: -135%;
  }

  .carousel-slider._17-carousel {
    right: -144%;
  }

  .carousel-slider._18-carousel {
    right: -153%;
  }

  .container-card-products-partners {
    justify-content: center;
    padding-left: 0;
  }

  .img-cta-products {
    width: auto;
    height: 62px;
  }

  .lottie-new {
    top: -130%;
    right: -20%;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .features-card.second, .features-card.third, .features-card.fourth, .features-card.five {
    width: 70%;
  }

  .features-card.first {
    width: 70%;
    max-width: 380px;
  }

  .wrapper-hero-card-scroll {
    padding-top: 0;
  }

  .wrapper-title-card-scroll {
    margin-top: 50px;
  }

  .marquee_item {
    width: 58vw;
    margin-right: 4vw;
  }

  .section-loop-partners {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .logo-loop-partners._50-r-m {
    width: 165px;
  }

  .slider-heading {
    margin-bottom: 180px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-background {
    align-items: center;
    display: block;
  }

  .standard-tab {
    width: 18%;
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .standard-tab.w--current {
    width: 18%;
  }

  .tabs-content {
    align-items: stretch;
    display: block;
  }

  .wrapper-hero-homepage {
    justify-content: flex-end;
  }

  .tabs-hero-home {
    display: block;
  }

  .heading-privacy-2 {
    font-size: 55px;
    line-height: 70px;
  }
}

@media screen and (max-width: 479px) {
  .link-submenu-navbar-navigation {
    padding-top: 12px;
    padding-bottom: 0;
  }

  .wrapper-navbar-navigation {
    top: 75px;
  }

  .navigation-grid-submenu-navbar-navigation {
    grid-template-columns: 1fr;
  }

  .navigation-link-primary-special {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .wrapper-dropdown-list-linkbase-navbar-navigation {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .toggle-navbar-navigation {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-homepage {
    height: auto;
    background-image: none;
    padding-top: 30px;
  }

  .h1-homepage.slogan {
    padding-top: 0;
    padding-left: 0;
    font-size: 32px;
    line-height: 50px;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-hero-homepage {
    font-size: 14px;
    line-height: 24px;
  }

  .cta-hero-homepage {
    font-size: 15px;
  }

  .paragraph-section-products {
    font-size: 15px;
    line-height: 24px;
  }

  .section-txt-mobile-products {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text_features {
    font-size: 15px;
    line-height: 24px;
  }

  .col-60-products {
    padding-top: 50px;
    padding-right: 0;
  }

  .h2-section-products {
    padding-right: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .col-right-team {
    padding-top: 0;
  }

  .section-team {
    background-position: 50% 101%;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .txt-check-team {
    font-size: 15px;
  }

  .h2-section-team {
    font-size: 28px;
    line-height: 36px;
  }

  .tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-partner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-partner.extra-margin {
    padding-bottom: 106px;
  }

  .tab-pane {
    margin-bottom: 0;
  }

  .heading-partners {
    text-align: center;
    font-size: 36px;
  }

  .heading-partners.testimonial {
    font-size: 28px;
  }

  .wide-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .company-logo-container {
    height: 32px;
  }

  .wrapper-hero-text {
    margin-left: 0%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .arrow-right-social {
    right: -22px;
  }

  .h2-section-social {
    font-size: 28px;
    line-height: 36px;
  }

  .profile-block {
    flex-wrap: wrap;
  }

  .arrow-left-social {
    left: -22px;
  }

  .profile-image {
    margin-bottom: 15px;
  }

  .paragraph-section-social {
    font-size: 14px;
    line-height: 24px;
  }

  .div-separator-hand {
    min-height: 85px;
    display: block;
  }

  .h3-section-form-homepage {
    font-size: 25px;
    line-height: 32px;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .logo-block {
    min-height: 50px;
  }

  .image_partners {
    width: 50%;
  }

  .wrapper_external {
    flex-wrap: wrap;
  }

  .link-menu-footer {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .wrapper-menu-footer {
    flex-direction: column;
    margin-top: 20px;
  }

  .paragraph-footer {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .wrapper-content-footer {
    margin-bottom: 10px;
  }

  .wrapper-social-footer {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0;
    padding-bottom: 0;
  }

  .link-privacy-footer {
    text-align: center;
  }

  .footer-menu {
    flex-direction: column;
  }

  .footer-line-small {
    display: none;
  }

  .footer-regular-grid {
    grid-template-columns: 1fr;
  }

  .wrapper-privacy-footer {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }

  .wrapper-content2-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper-tds-footer {
    width: 100%;
    text-align: left;
  }

  .paragraph2-footer {
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .h1-preventivo {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
  }

  .txt-success-message-form-homepage {
    font-size: 16px;
  }

  .error-form-message {
    margin-top: 30px;
    padding-top: 10px;
  }

  .btn-form-small {
    font-size: 18px;
  }

  .title-form-preventivo {
    font-size: 25px;
    line-height: 30px;
  }

  .cta-products-homepage {
    font-size: 15px;
  }

  .wrapper-hero-symbol {
    margin-top: 50px;
  }

  .image-tds-powered {
    width: 130px;
  }

  .image-title-h1 {
    width: 65%;
  }

  .image-hero.img-medium-raccorderia {
    max-width: 100%;
  }

  .h3-products {
    font-size: 28px;
    line-height: 34px;
  }

  .h3-products.h3-anodi-sacrificali, .h3-products.h3-antivegetative, .h3-products.h3-smalti-e-vernici, .h3-products.h3-bandiere-e-altro {
    font-size: 26px;
    line-height: 32px;
  }

  .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-logo-partners-products {
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-size: 15px;
  }

  .col-left-hero-products {
    padding: 20px 16px 40px;
  }

  .text-dropdown-list.list-drop-anodi-sacrificali, .text-dropdown-list.list-drop-antivegetative, .text-dropdown-list.list-drop-smalti-e-vernici, .text-dropdown-list.list-drop-bandiere-e-altro {
    font-size: 15px;
  }

  .container-content-cta-products {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-cta-products {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dropdown-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 45px;
  }

  .heading.h1-anodi-sacrificali, .heading.h1-manutenzione-barca, .heading.h1-motori, .heading.h1-bandiere {
    font-size: 32px;
    line-height: 42px;
  }

  .container-hero-products {
    padding-bottom: 40px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-paragraph-hero-products {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .wrapper-title-contatti-internal {
    flex-wrap: wrap;
  }

  .h1-contatti {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
  }

  .col-text-contatti {
    font-size: 15px;
  }

  .image--symbol-m {
    width: 65%;
  }

  .h1-chi-siamo {
    width: 100%;
    font-size: 33px;
    line-height: 42px;
  }

  .content-1-chi-siamo, .content-4-chi-siamo {
    width: 100%;
  }

  .h3-chi-siamo {
    font-size: 28px;
    line-height: 36px;
  }

  .txt-chi-siamo {
    font-size: 15px;
    line-height: 24px;
  }

  .image-16 {
    width: 50%;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .section-form-small {
    padding-top: 20px;
  }

  .wrapper-hand-image {
    justify-content: flex-start;
  }

  .hand-image {
    width: 75%;
  }

  .link-block-cta.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-hero-products.btn-hero-bandiere, .button-hero-products.btn-hero-motori, .button-hero-products.btn-hero-manutenzione-barca, .button-hero-products.btn-hero-anodi-sacrificali {
    font-size: 16px;
  }

  .button-hero-products.btn-raccorderia {
    margin-bottom: 20px;
  }

  .wrapper-title-privacy {
    margin-bottom: 40px;
  }

  .heading-privacy {
    font-size: 32px;
    line-height: 42px;
  }

  .bold-text {
    font-size: 14px;
  }

  .link-6 {
    color: var(--primary-dark);
    text-decoration: none;
  }

  .popup-wrapper-content {
    border-radius: 24px;
  }

  .popup-wrapper-content.popup-content-center {
    border-radius: 16px;
    left: 16px;
    right: 16px;
  }

  .subscribe-button---brix {
    text-align: center;
    background-position: 247px;
    padding: 15px 34px 16px 38px;
  }

  .popup-centered {
    border-radius: 16px;
    padding: 44px 16px;
  }

  .popup-image {
    height: auto;
    max-width: 85%;
    margin-top: 20px;
  }

  .popup-innomare {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-wrapper-title {
    width: 90%;
  }

  .carousel-mask {
    width: 100%;
  }

  .title-slider-partners {
    text-align: center;
    font-size: 36px;
  }

  .title-slider-partners.center {
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 38px;
  }

  .carousel.is_contained {
    padding-bottom: 60px;
  }

  .cards__card {
    margin-top: 6vw;
  }

  .carousel-slider {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._4-carousel, .carousel-slider._5-carousel, .carousel-slider._2-carousel, .carousel-slider._3-carousel, .carousel-slider._6-carousel, .carousel-slider._7-carousel, .carousel-slider._8-carousel, .carousel-slider._9-carousel, .carousel-slider._10-carousel, .carousel-slider._11-carousel, .carousel-slider._12-carousel, .carousel-slider._13-carousel, .carousel-slider._14-carousel, .carousel-slider._15-carousel, .carousel-slider._16-carousel, .carousel-slider._17-carousel, .carousel-slider._18-carousel {
    right: 0%;
  }

  .container-card-products-partners {
    padding-left: 0;
  }

  .lottie-new {
    top: -215%;
    right: -18%;
  }

  .lottie-new.lottie-new-five {
    top: -153%;
    right: -18%;
  }

  .lottie-new.lottie-new-two {
    top: -180%;
    right: -20%;
  }

  .lottie-new.lottie-new-three {
    top: -230%;
    right: -20%;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-block {
    z-index: 10;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .features-card.second, .features-card.third, .features-card.fourth, .features-card.five {
    width: 93%;
  }

  .features-card.first {
    width: 93%;
    max-width: 355px;
  }

  .partner-card-scroll.partner-card-scroll-special {
    width: 101px;
  }

  .innomare-card-scroll {
    width: 55px;
  }

  .marquee_item {
    width: 80vw;
    margin-right: 6vw;
  }

  .logo-loop-partners._50-r-m {
    width: 160px;
    margin-right: 60px;
  }

  .txt-cta-products {
    color: var(--primary);
  }

  .text-field {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .h1-protection {
    font-size: 25px;
  }

  .slider-heading {
    z-index: 1;
    margin-bottom: 100px;
    font-size: 42px;
    line-height: 46px;
  }

  .tabs-menu {
    margin-bottom: 0;
  }

  .slider-background {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/anodi-mobile.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .slider-background.background-03 {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/manutenzione-barca-mobile.webp');
  }

  .slider-background.background-04 {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/motori-hero-mobile_1motori-hero-mobile.webp');
  }

  .slider-background.background-02 {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/raccorderia-hero-mobile_1raccorderia-hero-mobile.webp');
  }

  .slider-background.background-01 {
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .standard-tab, .standard-tab.w--current {
    width: 20%;
  }

  .tabs-content {
    padding-top: 0;
  }

  .utility-page-title {
    margin-top: 140px;
  }

  .label-password-protection {
    margin-bottom: 0;
  }

  .form-password-protection {
    flex-direction: column;
    align-items: stretch;
    margin-top: 30px;
  }

  ._w-label-form-password-protection {
    display: block;
  }

  .box-password-protection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper-title-news {
    margin-bottom: 40px;
  }

  .heading-privacy-2 {
    font-size: 32px;
    line-height: 42px;
  }
}

#w-node-_1bf793b6-9298-de3f-5019-e1ac05cb586e-7a8e635b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20ccdcb1-e0ed-f9cb-7b55-a78199c9792e-e7df1b99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12f0fd6c-b351-a0bc-7705-f3916193aab3-6193aaae, #w-node-_12f0fd6c-b351-a0bc-7705-f3916193aab6-6193aaae, #w-node-_12f0fd6c-b351-a0bc-7705-f3916193aab9-6193aaae, #w-node-_12f0fd6c-b351-a0bc-7705-f3916193aabc-6193aaae, #w-node-_035c71cf-91be-c3f1-ad48-965772dc4bb0-6193aaae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b3f561-8673-9180-4685-7949f7680c60-e4df1b9a, #w-node-bc09e955-6d63-2a86-4580-f6654ae88a9d-2bdf1b9e, #w-node-_1952c76a-fc10-9980-5864-357fa3ce090d-c9df1b9f, #w-node-af363772-4c96-63e2-bbe5-0888883aa902-d1df1ba1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


