/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */ 
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --ae-color-yellow: #FCCD00;
  --ae-color-black: #000;
  --ae-color-grey: #EFEFEF;
  --ae-error-color: #f2545b;
  --ae-color-white: #FFF;
}


header,
main,
footer {
  max-width: 1920px;
  margin-left:auto;
  margin-right:auto;
}

body {
  font-family: 'Roboto', sans-serif; 
  color: var(--ae-color-black);
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}

h2 {
  text-transform: uppercase;
}

section {
  margin-bottom: 2.5rem;
}


@media (max-width: 991.98px) {  
  section {
    margin-bottom: 2.5rem !important;
  }

}

.container-fluid {
  max-width: 1140px;
}

.container-fluid.ae-container-fluid {
   max-width: 1200px;
   padding-left: 1.125rem;
   padding-right: 1.125rem;
}

@media (max-width: 991.98px) { 
  .container-fluid.ae-container-fluid {
    padding-left: .75rem;
    padding-right: .75rem; 
  }
}

@media (max-width: 576px) { 
  .container-fluid.ae-container-fluid {
    padding-left: 0;
    padding-right: 0; 
  }
}

.ae-bg-white {
  background-color: var(--ae-color-white);
}

.ae-bg-black {
  background-color: var(--ae-color-black);
  color: #FFF !important;
}

.ae-bg-yellow {
  background-color: var(--ae-color-yellow);
}

.ae-bg-grey {
  background-color: var(--ae-color-grey);
}

/**** BUTTONS ****/
.ae-contact-cta,
.ae-submit,
.ae-linkedin-cta {
  background-color: var(--ae-color-black) !important;
  border-color: var(--ae-color-black) !important;
  color: var(--ae-color-white) !important;
  text-transform: uppercase;
  border-radius: 0;
  outline: none!important;
  box-shadow: none!important;
  font-size: 1.5rem;
   font-family: 'Oswald', sans-serif;
  font-weight: 500;
  padding: 8px 40px;
}

@media (max-width: 991.98px) {
  .ae-submit {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .ae-contact-cta:hover,
  .ae-submit:hover,
  .ae-linkedin-cta:hover {
     border-color: var(--ae-color-black) !important;
     background-color: var(--ae-color-white) !important;
    color: var(--ae-color-black) !important;
  }
}

.ae-linkedin-cta {
  background-image: url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/kaeser_center/images/ico-btn-linkedin.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 40px center;
  padding-left: 90px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out, background-image .15s ease-in-out;
}

.ae-linkedin-cta:hover {
  background-image: url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/kaeser_center/images/ico-btn-linkedin-black.svg); 
}

.ae-secondary-button {
  background-color: var(--ae-color-yellow); !important;
  border-color: var(--ae-color-yellow); !important;
  color: var(--ae-color-black); !important;
  text-transform: uppercase;
  border-radius: 0;
  outline: none!important;
  box-shadow: none!important;
  font-size: 1.125rem;
   font-family: 'Oswald', sans-serif;
  font-weight: 700;
  padding: 8px;
  display: block;
}

.ae-secondary-button:hover {
   border-color: var(--ae-color-black)!important;
   background-color: var(--ae-color-black) !important;
    color: var(--ae-color-white) !important;
}

/**** HEADER ****/

header {
  text-align: center; 
  margin-bottom: 0;
}


header .ae-header-logo {
  background-color: var(--ae-color-black);
   padding-top: 15px;
   padding-bottom: 15px;
   height: 99px;
}

header .ae-header-logo img {
  display: block;
  height: 69px;
  width: auto;
}



header #hs_cos_wrapper_module_170870505072519,
header #hs_cos_wrapper_module_17182712349977 {
 background: rgb(38,38,38);
  background: linear-gradient(90deg, rgba(38,38,38,1) 50%, rgba(0,0,0,1) 100%);
}

header .ae-header-bg {
  height: 680px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  object-position: center;
  object-fit: cover;
  
} 

header .ae-header-bg.ae-header-bg-full {
  max-width: 1920px;
  object-position: top left;
}

.ae-header-bg-mobile {
  display:none !important;
}

@media (max-width: 991.98px) {  
  header .ae-header-bg {
    object-position: -100px;
  }
  
  header #hs_cos_wrapper_module_170870505072519,
  header #hs_cos_wrapper_module_17182712349977 { 
    background: #FFF !important;
    margin-bottom: 30px;
  }
  
}


@media (max-width: 576px) { 
  
  .ae-header-bg-desktop {
    display: none !important;
  }
  
  .ae-header-bg-mobile {
    display:block !important;
    width: 100vw;
    height:auto;
    min-height: 120vw;
  }

  header .ae-header-bg { 
    position: relative;
      height: auto;
    width:100vw;
    object-position: center;
    object-fit: contain;
  }
}


header .ae-header-top {
  width:100%;
  background-color: #FFF;
  margin-top: -97px;
  padding-bottom: 180px;
}


header .ae-header-top .container-fluid {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
       -ms-flex-pack: end;
           justify-content: flex-end;
   -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  padding-left: 0;
  padding-right:0;
   position: absolute;
  top:0;
  left:0;
  right:0;
}

@media (max-width: 991.98px) {
  
  
  header .ae-header-top {
    margin-top: 0;
    padding-bottom: 0;
  }

  header .ae-header-top .container-fluid {
   -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    position:relative;
  }
  
  header .ae-header-logo {
    padding-top: 12px;
    padding-bottom:12px;
    height: 66px;
  }
  
  header .ae-header-logo img { 
    height: 40px;
    width: auto;
    display; block;
    margin-left: auto;
    margin-right: auto;
  }
}



header .ae-header-cta {
  display: none !important
}



@media (max-width: 576px) {

  
   header .ae-header-cta {
    display: inline-block !important;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.125rem;
    padding: 8px 40px;
   }
}
  

/**** PRODUCTS ****/

.ae-products-container {
  text-align: center;
  padding: 60px 0 40px 0;
  font-size: 1.125rem;
}

.ae-products-container img {
  height: 250px;
  width:100%;
  object-position: center;
  object-fit: contain;
  margin-bottom: -30px;
  transition: all .3s ease;
}

@media (max-width: 576px) {
  .ae-products-container img {
    height: 200px;
  }
}

.ae-products-container .col-12 {
  margin-bottom: 24px;
}

.ae-products-container h2 {
  font-size: 2rem;
  margin-bottom: 1.875rem;
}

@media (max-width: 991.98px) {
  .ae-products-container {
    padding: 40px 0 20px 0;
  }
  
  
  .ae-products-container h2 {
    font-size: 1.75rem;
  }
}

.ae-products-container h3 {
  text-transform: uppercase; 
   color: var(--ae-color-black) !important;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.ae-products-container p {
  margin-bottom: 2.5rem;
}

.ae-products-container a {
  text-decoration: none !important;
}

.ae-products-container a:hover h3 {
  color: #46818D !important;
}

.ae-products-container a:hover img {
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
 
  
  .ae-products-container .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
   .ae-products-container p { 
     text-align: left;
    }
}

.ae-product-item {
  background-color: var(--ae-color-grey);
  padding: 20px;
  height: 100%;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.ae-product-item .ae-secondary-button {
  margin-top: auto;
}

.ae-product-item img { 
  margin-bottom: 16px;
}

.ae-product-item .ae-product-text {
  text-align:left;
}

@media (max-width: 991.98px) { 
  .ae-product-item { 
    padding-left: 12px;
    padding-right: 12px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}



/**** BANNER CTA *****/

.ae-banner {
    padding: 30px 0;
    display: -webkit-box; 
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    -webkit-box-pack: justify; 
        -ms-flex-pack: justify; 
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  margin-left: auto;
  margin-right:auto;
} 

.ae-banner.ae-banner-linkedin {
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.ae-banner a {
  margin: 0 40px;
}

.ae-banner h3 {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
}

body.ae-home .ae-banner {  
     max-width: 740px;
}

@media (min-width: 992px) {
  .ae-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; 
    -webkit-box-pack: justify; 
        -ms-flex-pack: justify; 
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  } 
  
}

@media (max-width: 991.98px) {
   .ae-banner h3 { 
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .ae-banner a {
    margin: 0;
    font-size: 1.125rem;
  }
}


/**** CONTATTI ****/

.ae-form-container {
  background-color: var(--ae-color-yellow);
  box-shadow: 0px 2px 10px #00000033;
  padding: 44px 40px 24px 40px;
  font-size: .875rem;
  width:40%;
  -ms-flex-negative: 0;
   flex-shrink: 0;
  position: relative;
  min-height: 890px;
}

.ae-form-container h2 { 
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.ae-form-container p {
  font-size: 1rem;
}

.ae-form-container .ae-form-intro {
  text-align: center;
  margin-bottom: 40px;
}

.ae-form-container .ae-form-intro p {
  margin-bottom: 0 !important;
  font-size: 1rem;
}

@media (max-width: 991.98px) {  
  
  .ae-form-container { 
    padding: 20px 12px;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width: 820px;
     margin-top: 0px;
    min-height: unset
  }
  
  .ae-form-container h2 { 
    font-size: 1.75rem;
    text-align: center;
  }
  
  .ae-form-container p {
    text-align: left;
  }
  
  .ae-form-container .actions {
    text-align: center;
  }
  
  .ae-form-container .ae-form-intro { 
    margin-bottom: 24px;
  }
  
  .ae-form-container .ae-form-intro p {
     margin-bottom: 0 !important;
      font-size: 1.125rem;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .ae-form-container .ae-form-intro p br{
    display: none !important;
  }
}


.ae-form-container .hs-form-field {
  position: relative;
  margin-bottom: 1.25rem;
  text-align: left;
}

.ae-form-container .form-label {
  display: none !important;
}

.ae-form-container .hs-input[type=text],
.ae-form-container .hs-input[type=email],
.ae-form-container .hs-input[type=tel] {
  display: block;
  width: 100%;
  padding: 0.375rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ae-color-black);
  background-color: var(--ae-color-white);
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
    outline: none!important;
    box-shadow: none!important;
  border: 1px solid var(--ae-color-black);
}

.ae-form-container .hs-input::-moz-placeholder {
  color: var(--ae-color-black);
  opacity: 1;
}

.ae-form-container .hs-input::placeholder {
  color: var(--ae-color-black);
  opacity: 1;
}

.ae-form-container select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ae-color-black);
  background-color: var(--ae-color-white);
  background-image: url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/kaeser_center/images/select.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 8px;
  border: 1px solid var(--ae-color-black);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    outline: none!important;
    box-shadow: none!important;
}

.ae-form-container ul.inputs-list {
  list-style: none !important;
  padding-left: 0 !important;
   margin-bottom: 0 !important;
}

.ae-form-container .hs-error-msg {
  color: var(--ae-error-color);
  line-height: 1.1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ae-form-container .hs-error-msgs {
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  padding-right: 8px;
  text-align: right;
  pointer-events: none !important;
}

@media(max-width: 991.98px) {
  .ae-form-container .legal-consent-container .hs-error-msgs {
    bottom: -16px;
  }
}

.ae-form-container .hs_error_rollup {
  position:relative !important;
  margin-top: 5px;
  display: none !important;
}

.ae-form-container .hs-error-msgs label {
    font-size: .75rem;
}

.form-check-input:checked {
    background-color: var(--ae-color-black);
    border-color: var(--ae-color-black);
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0 !important;
}

.ae-form-container .hs_submit {
  margin-top: 1.5rem;
  text-align: center;
} 

.ae-form-container .legal-consent-container {
  text-align:left !important;
}

.ae-form-container .legal-consent-container a {
 color: var(--ae-color-black) !important;
  text-decoration: underline !important;
}

.ae-form-container .legal-consent-container a:hover {
  text-decoration: none !important;
}

.ae-form-container textarea {
  width: 100%;
  min-height: 100px;
      border-radius: 0;
    outline: none!important;
    box-shadow: none!important;
  border: 1px solid var(--ae-color-black);
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
}

.ae-form-container label span {
      font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

@media (min-width: 992px) {
  .ae-form-container .legal-consent-container p {
    font-size: .75rem;
  }

  .ae-form-container .legal-consent-container span.form-check-label {
    font-size: .75rem;
  }
  
  .ae-form-container .legal-consent-container .inputs-list.hs-error-msgs {  
    bottom: -14px !important;
  }
}

/**** IMAGE TEXT CONTAINER ****/

.ae-image-text-container {
  padding-top: 60px;
  padding-bottom: 60px
}

.ae-image-text-container h2 { 
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.ae-image-text-container .ae-block-text {
  font-size: 1.125rem;
}

.ae-image-text-container .ae-block-text ul {
   list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.ae-image-text-container .ae-block-text li {
  background-image: url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/landing_wep/images/list-point.svg);
  background-position: left top;
  background-size: 1.75rem 1.75rem;
  background-repeat: no-repeat;
  padding-left: 2.125rem;
}

.ae-image-text-container.ae-show-separator .col-12:last-child {
  position: relative;
}

.ae-image-text-container.ae-show-separator .col-12:last-child:before {
  content:"";
  display:block;
  width: 1px;
  background-color: var(--ae-color-black);
  position:absolute;
  top:-20px;
  bottom: 0;
  left: -30px;
}

@media (max-width: 991.98px) {
  
  .ae-image-text-container {
    padding-top: 40px;
  }
  
  .ae-image-text-container .col-12:first-child {
    margin-bottom: 2rem;
  }
  
  .ae-image-text-container.ae-show-separator .col-12:last-child:before {
    display: none !important;
  }
}

@media (max-width: 576px) { 
  .ae-image-text-container img {
        width: auto !important;
        max-height: 250px !important;
  }
}


/**** FOOTER ****/ 

footer {
  border-top: 14px solid var(--ae-color-yellow);
  background-color: var(--ae-color-black);
  padding: 40px 80px 30px 80px;
  color: var(--ae-color-white) !important;
  font-size: .75rem;
  margin-top: 60px
}

.ae-footer-logo {
  width: 197px;
  height: 60px;
  display:block;
  margin-bottom:20px;
  margin-left: -11px;
}

footer h2 {
  font-size: 1rem;
  font-weight: ;
  margin-top: 24px;
  margin-bottom: 36px;
}

footer .col-12 {
  margin-bottom: 10px !important;
}

footer .col-12:nth-child(2) {
  padding-left:80px;
  padding-right:80px;
}

footer .ae-footer-nav a.nav-link {
    color: var(--ae-color-white) !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

footer .ae-footer-nav a.nav-link:hover {
  text-decoration:underline !important;
}

footer .ae-footer-nav a.nav-link:last-child {
  padding-right:0;
}

footer .ae-social-nav {
  margin-top: 38px;
}

footer .ae-social-nav .nav-link {
  display: block;
  width:40px;
  height:40px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
  padding:0;
  margin-right: 10px;
}

footer .ae-social-nav .nav-item:last-child .nav-link {
  margin-right:0;
}

footer .ae-social-nav .nav-link.ae-facebook {
  background-image:url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/images/Facebook-bianco.svg);
}

footer .ae-social-nav .nav-link.ae-instagram {
  background-image:url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/images/Instagram-bianco.svg);
}

footer .ae-social-nav .nav-link.ae-youtube {
  background-image:url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/images/Youtube-bianco.svg);
}

footer .ae-social-nav .nav-link.ae-linkedin {
  background-image:url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/images/Linkedin-bianco.svg);
}

footer .ae-social-nav .nav-link.ae-twitter {
  background-image:url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/images/Twitter-bianco.svg);
}

footer .ae-social-nav .nav-item:last-child .nav-link {
  margin-right:0;
}

footer .ae-social-nav .nav-link.ae-facebook:hover {
  background-image:url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/images/facebook-sh.svg);
}

footer .ae-social-nav .nav-link.ae-instagram:hover {
  background-image:url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/images/instagram-sh.svg);
}

footer .ae-social-nav .nav-link.ae-youtube:hover {
  background-image:url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/images/youtube-sh.svg);
}

footer .ae-social-nav .nav-link.ae-linkedin:hover {
  background-image:url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/images/linkedin-sh.svg);
}

footer .ae-social-nav .nav-link.ae-twitter:hover {
  background-image:url(//4351631.fs1.hubspotusercontent-na1.net/hubfs/4351631/raw_assets/public/AND_EMILI/content/images/twitter-sh.svg);
}


footer .col-12 a {
  color: var(--ae-color-white) !important;
}

footer .col-12 a:hover {
  text-decoration: none !important;
}

@media(max-width:991.98px) { 
  footer {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  footer h2 {
    margin-bottom: .5rem;
  }
  
  footer .col-12:nth-child(2) {
   padding-left: 12px;
   padding-right: 12px;
  }
  
  .ae-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width:576px) {
  .ae-social-nav {
    margin-bottom: 24px;
  }
  
  .ae-footer-nav {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
        justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
  }
}