/*** style_lp-assets ***/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
.u-bg-gray {
  background-color: #e9ecef;
}

/***** style_aamou *****/
/******** font ********/
/******** style ********/
/******** z-index ********/
.p-cta {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 900px) {
  .p-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.p-cta-footer {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #FFFFA0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-width: 2000px;
  text-align: center;
  padding: 12px 0;
}
.p-cta-footer img {
  width: min(100vw, 500px);
}
@media screen and (min-width: 900px) {
  .p-cta-footer img {
    width: min(100%, 500px);
  }
}
@media screen and (min-width: 900px) {
  .p-cta-footer {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta-footer {
    left: 175px;
    max-width: min(100vw - 173px, 1827px);
  }
}
@media screen and (min-width: 2000px) {
  .p-cta-footer {
    left: 167px;
    margin-left: calc((100vw - 2000px) / 2);
  }
}
.p-cta-footer.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .p-cta-footer a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-cta-footer a:any-link:hover {
    opacity: 0.7;
  }
}