


.comp_13 {
/* Réglage couleur */   background: linear-gradient(to left, #FFFFFF, #1235C4)!important;
background-clip: text;-webkit-background-clip: text!important;;-webkit-text-fill-color: transparent!important;}
 

/* ===== BANDEAU PRINCIPAL ===== */
#bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #405462;
  z-index: 1000;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
  overflow: visible;
  cursor: default;
}

/* Contenu principal */
.banner-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  position: relative;
}

/* Image à gauche */
.banner-img-container {
  position: relative;
  width: 130px;
  height: 100%;
}

.banner-img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 160px;
  object-fit: contain;
}

/* Texte + bouton */
.banner-text-and-button {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  flex: 1;
}

.banner-text-and-button ul {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  text-align: center;
}

/* Bouton "Prendre Rendez-Vous" - agrandi avec icône */
.banner-button {
  background-color: white;
  color: #0c2232;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
}

/* Bouton ↑ intégré dans le bandeau */
#scroll-to-top {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #0c2232;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: none;
}

#scroll-to-top.show {
  display: block;
}

#scroll-to-top:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 991px) {
  .banner-img {
    height: 150px;
  }

  .banner-img-container {
    width: 110px;
  }

  .banner-text-and-button {
    font-size: 12px;
  }

  .banner-button {
    font-size: 14px;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 600px) {
  .banner-img {
    height: 135px;
  }

  .banner-img-container {
    width: 100px;
  }

  .banner-text-and-button {
    font-size: 11.5px;
  }

  .banner-button {
    font-size: 13px;
    padding: 10px 18px;
  }
}

@media screen and (max-width: 421px) {
  .banner-img {
    height: 140px;
  }

  .banner-img-container {
    width: 90px;
  }

  .banner-text-and-button {
    font-size: 11px;
  }

  .banner-button {
    font-size: 12px;
    padding: 9px 16px;
  }
}

/* ===== ORDINATEUR SEULEMENT : bandeau plus grand ===== */
@media screen and (min-width: 992px) {
  #bottom-banner {
    height: 140px;
  }

  .banner-img {
    height: 180px;
  }

  .banner-img-container {
    width: 140px;
  }

  .banner-text-and-button {
    font-size: 14px;
  }

  .banner-button {
    font-size: 17px;
    padding: 15px 26px;
  }
}


.comp_43 {
/* Réglage couleur */   background: linear-gradient(to left, #FFFFFF, #1235C4)!important;
background-clip: text;-webkit-background-clip: text!important;;-webkit-text-fill-color: transparent!important;}

.comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_10 {
    flex-direction: column;
}
.comp_10 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_11 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_12 {
    flex-direction: column;
}
.comp_12 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_12 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_13 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_13 .wa-txt-par {
    color: rgba(28,41,66,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_13 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_13 .wa-txt-par.wa-last-par {
    color: rgba(28,41,66,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_13 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_14 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_15 {
    flex-direction: column;
}
.comp_15 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_15 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_16 {
    display: flex;
    width: 100%;
}
.comp_16 .wa-image-wrap {
    aspect-ratio: 1024/768;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1024px) );
}
.comp_16 .wa-image-wrap > div {
    aspect-ratio: 1024/768;;
    position: relative;
    width: 100%;
}
.comp_16 .wa-image-wrap img {
    aspect-ratio: 1024/768;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_17 {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_17 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_18 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_19 {
    flex-direction: column;
}
.comp_19 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_2 {
    flex-direction: column;
}
.comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_20 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_21 {
    flex-direction: column;
}
.comp_21 > .wa_inner_col {
    background-color: rgba(26,26,26,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_21 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_22 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_22 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_22 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_22 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_22 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_23 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_24 {
    flex-direction: column;
}
.comp_24 > .wa_inner_col {
    background-color: rgba(59,85,109,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_24 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_25 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_25 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_25 .wa-txt-par a {
    color: rgba(13,73,131,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_25 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_25 .wa-txt-par.wa-last-par a {
    color: rgba(13,73,131,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_26 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_27 {
    flex-direction: column;
}
.comp_27 > .wa_inner_col {
    background-color: rgba(26,26,26,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_27 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_28 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_28 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_28 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_28 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_28 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_29 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_3 {
    width: 100%;
}
.comp_30 {
    flex-direction: column;
}
.comp_30 > .wa_inner_col {
    background-color: rgba(59,85,109,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_30 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_31 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_31 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_31 .wa-txt-par a {
    color: rgba(13,73,131,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_31 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_31 .wa-txt-par.wa-last-par a {
    color: rgba(13,73,131,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_32 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_33 {
    flex-direction: column;
}
.comp_33 > .wa_inner_col {
    background-color: rgba(26,26,26,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_33 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_34 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_34 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_34 .wa-txt-par a {
    color: rgba(13,73,131,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_34 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_34 .wa-txt-par.wa-last-par a {
    color: rgba(13,73,131,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_35 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_36 {
    flex-direction: column;
}
.comp_36 > .wa_inner_col {
    background-color: rgba(59,85,109,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_36 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_37 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_37 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_37 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_37 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_37 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_38 {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_38 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_39 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_4 {
    background-color: rgba(26,26,26,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_4 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_40 {
    flex-direction: column;
}
.comp_40 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_40 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_41 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_42 {
    flex-direction: column;
}
.comp_42 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_42 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_43 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_43 .wa-txt-par {
    color: rgba(28,41,66,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_43 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_43 .wa-txt-par.wa-last-par {
    color: rgba(28,41,66,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_43 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_44 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_45 {
    flex-direction: column;
}
.comp_45 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_45 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_46 {
    display: flex;
    width: 100%;
}
.comp_46 .wa-image-wrap {
    aspect-ratio: 1024/268;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1024px) );
}
.comp_46 .wa-image-wrap > div {
    aspect-ratio: 1024/268;;
    position: relative;
    width: 100%;
}
.comp_46 .wa-image-wrap img {
    aspect-ratio: 1024/268;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_47 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_48 {
    flex-direction: column;
}
.comp_48 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_48 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_49 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_5 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_50 {
    flex-direction: column;
}
.comp_50 > .wa_inner_col {
    background-color: rgba(26,26,26,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_50 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_51 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_51 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_51 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_51 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_51 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_52 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_53 {
    flex-direction: column;
}
.comp_53 > .wa_inner_col {
    background-color: rgba(59,85,109,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_53 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_54 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_54 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_54 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_54 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_54 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_55 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_56 {
    flex-direction: column;
}
.comp_56 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_56 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_57 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_58 {
    flex-direction: column;
}
.comp_58 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_58 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_59 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_59 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_59 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_59 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_59 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_6 {
    flex-direction: column;
}
.comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_60 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_61 {
    flex-direction: column;
}
.comp_61 > .wa_inner_col {
    background-color: rgba(59,85,109,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_61 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_62 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_63 {
    flex-direction: column;
}
.comp_63 > .wa_inner_col {
    background-color: rgba(59,85,109,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_63 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_64 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_64 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_64 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_64 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_64 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_65 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_66 {
    flex-direction: column;
}
.comp_66 > .wa_inner_col {
    background-color: rgba(26,26,26,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_66 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_67 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_67 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_67 .wa-txt-par a {
    color: rgba(13,73,131,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_67 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_67 .wa-txt-par.wa-last-par a {
    color: rgba(13,73,131,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_7 {
    width: 100%;
}
.comp_7 .waf-breadcrumb {
    align-items: flex-start;
    color: rgba(79,128,198,1);
    display: flex;
    font-family: 'Lato';
    font-weight: 400;
    justify-content: flex-start;
}
.comp_7 .waf-breadcrumb .waf-bc-cur-page {
    color: rgba(212,175,55,1);
}
.comp_7 .waf-breadcrumb .waf-bc-item a {
    color: rgba(79,128,198,1);
}
.comp_7 .waf-breadcrumb .waf-bc-item a:hover {
    color: rgba(59,85,109,1);
}
.comp_7 .waf-breadcrumb .waf-bc-item:hover {
    color: rgba(59,85,109,1);
}
.comp_7 .waf-breadcrumb li:not(:last-child)::after {
    content: "\00a0>\00a0";
}
.comp_7 .waf-breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.comp_8 {
    background-color: rgba(0,0,0,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_8 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_9 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
body {
    background-color: rgba(255,255,255,1);
}
#anchor-avisclienttherapie {
    scroll-margin-top: 0rem;
}
#anchor-lepoids {
    scroll-margin-top: 0rem;
}
.comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_10 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_10 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_10 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_11 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_12 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_12 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_12 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_13 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_13 .wa-txt-par {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_13 .wa-txt-par.wa-last-par {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_14 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_15 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_15 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_15 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_16 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_16 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1024px) );
}
.comp_17 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_17 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_18 {
    display: flex;
    margin-bottom: 7px !important;
    margin-top: 7px !important;
}
.comp_19 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_19 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_20 {
    display: flex;
    margin-bottom: 7px !important;
    margin-top: 7px !important;
}
.comp_21 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_21 > .wa_inner_col {
    border: 1px solid #b4a24d;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.comp_21 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_22 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 30px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_22 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_22 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_23 {
    display: flex;
    margin-bottom: 14px !important;
    margin-top: 7px !important;
}
.comp_24 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_24 > .wa_inner_col {
    border: 1px solid #b4a24d;
    border-radius: 0.251rem 0.251rem 0.251rem 0.251rem;
}
.comp_24 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_25 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_25 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_25 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_26 {
    display: flex;
    margin-bottom: 7px !important;
    margin-top: 7px !important;
}
.comp_27 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_27 > .wa_inner_col {
    border: 1px solid #b4a24d;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.comp_27 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_28 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 30px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_28 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_28 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_29 {
    display: flex;
    margin-bottom: 14px !important;
    margin-top: 7px !important;
}
.comp_3 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_30 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_30 > .wa_inner_col {
    border: 1px solid #b4a24d;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.comp_30 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_31 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_31 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_31 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_32 {
    display: flex;
    margin-bottom: 14px !important;
    margin-top: 7px !important;
}
.comp_33 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_33 > .wa_inner_col {
    border: 1px solid #b4a24d;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.comp_33 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_34 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_34 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_34 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_35 {
    display: flex;
    margin-bottom: 7px !important;
    margin-top: 7px !important;
}
.comp_36 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_36 > .wa_inner_col {
    border: 1px solid #b4a24d;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.comp_36 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_37 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 30px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_37 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_37 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_38 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_38 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_39 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_4 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_4 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_40 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_40 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_40 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_41 {
    display: flex;
    margin-bottom: 11px !important;
    margin-top: 0px !important;
}
.comp_42 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_42 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_42 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_43 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_43 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_43 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_44 {
    display: flex;
    margin-bottom: 11px !important;
    margin-top: 0px !important;
}
.comp_45 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_45 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_45 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_46 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_46 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1024px) );
}
.comp_47 {
    display: flex;
    margin-bottom: 7px !important;
    margin-top: 7px !important;
}
.comp_48 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_48 > .wa_inner_col {
    border: none;
    border-radius: 1rem 1rem 1rem 1rem;
}
.comp_48 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_49 {
    display: flex;
    margin-bottom: 8px !important;
    margin-top: 0px !important;
}
.comp_5 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_50 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_50 > .wa_inner_col {
    border: 1px solid #b4a24d;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.comp_50 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_51 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_51 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_51 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_52 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_53 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_53 > .wa_inner_col {
    border: 1px solid #b4a24d;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.comp_53 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_54 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_54 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_54 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_55 {
    display: flex;
    margin-bottom: 7px !important;
    margin-top: 7px !important;
}
.comp_56 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_56 > .wa_inner_col {
    border: none;
    border-radius: 2rem 2rem 2rem 2rem;
}
.comp_56 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_57 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_58 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_58 > .wa_inner_col {
    border: 1px solid #b4a24d;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.comp_58 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_59 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_59 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_59 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_6 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_6 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_60 {
    display: flex;
    margin-bottom: 7px !important;
    margin-top: 7px !important;
}
.comp_61 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_61 > .wa_inner_col {
    border: none;
    border-radius: 2rem 2rem 2rem 2rem;
}
.comp_61 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_62 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_63 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_63 > .wa_inner_col {
    border: 1px solid #b4a24d;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.comp_63 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_64 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_64 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_64 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_65 {
    display: flex;
    margin-bottom: 14px !important;
    margin-top: 7px !important;
}
.comp_66 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_66 > .wa_inner_col {
    border: 1px solid #b4a24d;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.comp_66 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_67 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_67 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_67 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_7 .waf-breadcrumb {
    font-size: 12px;
    min-height: 16px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.comp_8 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_8 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_9 {
    display: flex;
    margin-bottom: 7px !important;
    margin-top: 7px !important;
}
body {
    background-image: url('');
}
@media (min-width: 992px) {
    #anchor-avisclienttherapie {
        scroll-margin-top: 0rem;
    }
    #anchor-lepoids {
        scroll-margin-top: 0rem;
    }
    .comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_11 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_13 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_13 .wa-txt-par {
        font-size: 56px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_13 .wa-txt-par.wa-last-par {
        font-size: 56px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_14 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_15 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_15 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_15 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_16 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_16 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1024px) );
    }
    .comp_17 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_17 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 7px !important;
        margin-top: 7px !important;
    }
    .comp_19 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_20 {
        display: flex;
        margin-bottom: 7px !important;
        margin-top: 7px !important;
    }
    .comp_21 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_21 > .wa_inner_col {
        border: 1px solid #b4a24d;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    }
    .comp_21 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_22 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_22 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_22 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_23 {
        display: flex;
        margin-bottom: 14px !important;
        margin-top: 7px !important;
    }
    .comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_24 > .wa_inner_col {
        border: 1px solid #b4a24d;
        border-radius: 0.251rem 0.251rem 0.251rem 0.251rem;
    }
    .comp_24 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_25 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_25 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_25 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_26 {
        display: flex;
        margin-bottom: 7px !important;
        margin-top: 7px !important;
    }
    .comp_27 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_27 > .wa_inner_col {
        border: 1px solid #b4a24d;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    }
    .comp_27 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_28 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_28 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_28 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_29 {
        display: flex;
        margin-bottom: 14px !important;
        margin-top: 7px !important;
    }
    .comp_3 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_30 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_30 > .wa_inner_col {
        border: 1px solid #b4a24d;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    }
    .comp_30 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_31 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_31 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_32 {
        display: flex;
        margin-bottom: 14px !important;
        margin-top: 7px !important;
    }
    .comp_33 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_33 > .wa_inner_col {
        border: 1px solid #b4a24d;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    }
    .comp_33 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_34 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_34 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_34 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_35 {
        display: flex;
        margin-bottom: 7px !important;
        margin-top: 7px !important;
    }
    .comp_36 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_36 > .wa_inner_col {
        border: 1px solid #b4a24d;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    }
    .comp_36 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_37 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 30px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_37 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_37 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_38 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_38 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_39 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_4 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_4 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_40 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_40 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_40 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_41 {
        display: flex;
        margin-bottom: 11px !important;
        margin-top: 0px !important;
    }
    .comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_42 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_43 .wa-txt-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_43 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_44 {
        display: flex;
        margin-bottom: 11px !important;
        margin-top: 0px !important;
    }
    .comp_45 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_45 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_46 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_46 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1024px) );
    }
    .comp_47 {
        display: flex;
        margin-bottom: 7px !important;
        margin-top: 7px !important;
    }
    .comp_48 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_48 > .wa_inner_col {
        border: none;
        border-radius: 1rem 1rem 1rem 1rem;
    }
    .comp_48 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_49 {
        display: flex;
        margin-bottom: 8px !important;
        margin-top: 0px !important;
    }
    .comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_50 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_50 > .wa_inner_col {
        border: 1px solid #b4a24d;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    }
    .comp_50 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_51 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_51 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_51 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_52 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_53 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_53 > .wa_inner_col {
        border: 1px solid #b4a24d;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    }
    .comp_53 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_54 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_54 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_54 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_55 {
        display: flex;
        margin-bottom: 7px !important;
        margin-top: 7px !important;
    }
    .comp_56 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_56 > .wa_inner_col {
        border: none;
        border-radius: 2rem 2rem 2rem 2rem;
    }
    .comp_56 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_57 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_58 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_58 > .wa_inner_col {
        border: 1px solid #b4a24d;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    }
    .comp_58 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_59 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_59 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_59 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_60 {
        display: flex;
        margin-bottom: 7px !important;
        margin-top: 7px !important;
    }
    .comp_61 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_61 > .wa_inner_col {
        border: none;
        border-radius: 2rem 2rem 2rem 2rem;
    }
    .comp_61 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_62 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_63 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_63 > .wa_inner_col {
        border: 1px solid #b4a24d;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    }
    .comp_63 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_64 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_64 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_64 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_65 {
        display: flex;
        margin-bottom: 14px !important;
        margin-top: 7px !important;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border: 1px solid #b4a24d;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_67 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_67 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_67 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_7 .waf-breadcrumb {
        font-size: 16px;
        min-height: 16px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .comp_8 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_8 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_9 {
        display: flex;
        margin-bottom: 7px !important;
        margin-top: 7px !important;
    }
    body {
        background-image: url('');
    }
}



.hidden {
  display: none;
}
 
.seo-invisible {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
 

.blockcomp-0-comp_0 {
    background-color: rgba(26,26,26,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_2 {
    flex-direction: column;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_3 {
    width: 100%;
}
.blockcomp-0-comp_4 {
    width: 100%;
}
.blockcomp-0-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_3 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.blockcomp-0-comp_4 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
@media (min-width: 992px) {
    .blockcomp-0-comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .blockcomp-0-comp_4 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
}
